.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}


a.cta-button.cta-button-coral {
  background-color: #ff5a5b;
  color: #FFF;
}
a.cta-button.cta-button-coral:hover {
  background-color: #ff2728;
}

a.cta-button.cta-button-teal {
  background-color: #00b4a7;
  color: #FFF;
}
a.cta-button.cta-button-teal:hover {
  background-color: #008178;
}

a.cta-button.cta-button-blue {
  background-color: #2FA9D5;
  color: #FFF;
}
a.cta-button.cta-button-blue:hover {
  background-color: #2389ae;
}

h1.coral, h2.coral, h3.coral {
  color: #ff5a5b;
}

h1.teal, h2.teal, h3.teal {
  color: #00b4a7;
}

h1.blue, h2.blue, h3.blue {
  color: #2FA9D5;
}