.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

a.cta-button{
}

a.cta-button.cta-button--green {
  background-color: #008751;
}

a.cta-button.cta-button--green:hover {
  background-color: #005432;
}

a.cta-button.cta-button--purple {
  background-color: #6E288D;
  color: #fff;
}

a.cta-button.cta-button--purple:hover {
  background-color: #4f1d65;
}

.font-cabin {
  font-family: 'Cabin', sans-serif;
}