.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

a.cta-button{
}

.teal {
  color: #20889A;
}

p.clearLeft,
h2.clearLeft {
  clear: left;
}

p.clearLeft > h2 {
  clear: left;
}