.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-orange {
  background-color: #e94e24;
    border-radius: 5px;
    color: #fff !important;
    padding: .7em 1.65em;
    display: inline-block;
    font-weight: 700;
    text-decoration: none !important;
}

a.cta-navy {
  background-color: #312783;
    border-radius: 5px;
    color: #fff !important;
    padding: .7em 1.65em;
    display: inline-block;
    font-weight: 700;
    text-decoration: none !important;
}

a.cta-purple {
  background-color: #636080;
    border-radius: 5px;
    color: #fff !important;
    padding: .7em 1.65em;
    display: inline-block;
    font-weight: 700;
    text-decoration: none !important;
}