.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-button.orange {
  background-color: #f5b873;
  border-color: #f5b873;
}

a.cta-button.blue {
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #99def0;
    color: #292b2c;
    border: 0 solid #99def0;
    outline: 0;
    border-radius: 5px;
    padding: .5em 1em;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    font-family: "Karla", sans-serif;
    font-size: inherit;
    text-transform: none;
    text-decoration: none;
    line-height: 1.25;
    letter-spacing: inherit;
    margin-right: 5px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.cta-button.purple {
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d5a2de;
    color: #292b2c;
    border: 0 solid #d5a2de;
    outline: 0;
    border-radius: 5px;
    padding: .5em 1em;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    font-family: "Karla", sans-serif;
    font-size: inherit;
    text-transform: none;
    text-decoration: none;
    line-height: 1.25;
    letter-spacing: inherit;
    margin-right: 5px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.cta-button.green {
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #cbe89e;
    color: #292b2c;
    border: 0 solid #cbe89e;
    outline: 0;
    border-radius: 5px;
    padding: .5em 1em;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    font-family: "Karla", sans-serif;
    font-size: inherit;
    text-transform: none;
    text-decoration: none;
    line-height: 1.25;
    letter-spacing: inherit;
    margin-right: 5px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}