.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

a.cta-button-light-green{
  	height: 40px;
    line-height: 40px;
    background-color: #b3c98c;
    color: #4a611c;
    padding: 0 24px;
    font-size: .875em;
	border-top-right-radius: 10px;
  	border-bottom-left-radius: 10px;
  	font-weight:700;
  	display:inline-block;
  	transition:all .3s ease-in-out;
}

a.cta-button-light-green:hover{
  	text-decoration:none;
  	background-color:#4a611c;
  	color:white;
}