.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

a.cta-button{
}

a.button.arrow.purple {}
a.button.arrow.green {}
a.button.arrow.red {}

.cta-private {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 4px;
  background-color: #432985;
  color: #fff;
}

blockquote.green {
	background-color: #34b78f;
}

blockquote.blue {
	background-color: #0084d5;
}

a.AT-Navy {
  display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #211f60;
    color: #fff;
    border: 3px solid #211f60;
    outline: 0;
    border-radius: 5px;
    padding: .5em 1em;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    font-family: "Cabin", sans-serif;
    font-size: 1.25rem;
    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.AT-Pale-Red {
  display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff9b8e;
    color: #211f60;
    border: 3px solid #ff9b8e;
    outline: 0;
    border-radius: 5px;
    padding: .5em 1em;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    font-family: "Cabin", sans-serif;
    font-size: 1.25rem;
    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.AT-Navy:hover {
  background-color: white;
  text-decoration: none !important;
  color: #211f60;
  border: 3px solid #211f60;
}

a.AT-Pale-Red:hover {
  background-color: white;
  text-decoration: none !important;
  color: #211f60;
  border: 3px solid #ff9b8e;
}