.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

.lead-text {
	font-size: 1.25rem;
}

.small-text {
	font-size: 0.875rem;
}

.cta-button {
  display: inline-block;
  line-height: 1.25;
  text-decoration: none !important;
  text-align: center;
  background-color: #ED5334;
  font-family: 'Roboto-Bold';
  font-weight: 700;
  font-size: 18px;
  padding: 15px 20px;
  transition: 0.3s all ease;
  color: #FFF !important;
}
.cta-button:hover {
  background-color: #DB3513;
  text-decoration: none;
}

.cta-button-donate {
  display: inline-block;
  line-height: 1.25;
  text-decoration: none;
  text-align: center;
  padding: 15px 20px;
  background-color: #ED5334;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Roboto-Bold';
  transition: 0.3s all ease;
}
.cta-button-donate:hover {
  background-color: #DB3513;
  color: #FFF;
  text-decoration: none;
}

.cta-button-yellow {
  display: inline-block;
  line-height: 1.25;
  text-decoration: none;
  text-align: center;
  padding: 15px 20px;
  background-color: #EBE94D;
  color: #2D2D2A;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Roboto-Bold';
  transition: 0.3s all ease;
}
.cta-button-yellow:hover {
  background-color: #B3B02D;
  color: #FFF;
  text-decoration: none;
}

.cta-button-blue {
  display: inline-block;
  line-height: 1.25;
  text-decoration: none;
  text-align: center;
  padding: 15px 20px;
  background-color: #9FDCFD;
  color: #2D2D2A;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Roboto-Bold';
  transition: 0.3s all ease;
}
.cta-button-blue:hover {
  background-color: #5EA6C2;
  color: #FFF;
  text-decoration: none;
}

.button.donate {
  color: #FFF !important;
}