p {
	margin-bottom: 1rem;
}

.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

img.full-width {
  width: 100%;
  display: block;
  margin: 30px 0;
}

a.cta-button {
  border-radius: 500px;
  padding: 18px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

a.cta-button.cta-blue { 
  background-color: #2b4570;
  color: #fff;
}

a.cta-button.cta-yellow {
  background-color: #f1bc41;
  color: #2b4570;
}