/* VARIABLES */
.osa {
  font-family: 'Open Sans', sans-serif;
}
.rob {
  font-family: 'Roboto Slab', serif;
}
/* BASE */
html,
body {
  height: 100%;
}
body {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: -0.01ex;
  font-family: 'Roboto Slab', serif;
  color: #3a4a59;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 0 100px;
  background-size: 100% auto;
  background-attachment: fixed;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-in 0s;
}
a:hover,
a:focus {
  text-decoration: none;
}
.container {
  max-width: 1300px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -0.1ex;
  line-height: 1em;
  margin-bottom: 1.3ex;
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 40px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 25px;
  }
}
h3 {
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 17px;
  }
}
h4 {
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  h4 {
    font-size: 14px;
  }
}
.nopad {
  padding: 0 !important;
}
.posrel {
  position: relative !important;
}
.ucase {
  text-transform: uppercase;
}
.lcase {
  text-transform: lowercase;
}
.middle {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  left: 0;
  right: 0;
}
.video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.video video {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}
.screen {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow: hidden;
}
hr {
  display: inline-block;
  border: 0;
  margin: 0;
}
@media print {
  .noprint {
    display: none;
    visibility: hidden;
  }
}
@media screen {
  .print_only {
    display: none;
    visibility: hidden;
  }
}
@media print {
  .print_only {
    display: block;
    visibility: visible;
  }
}
/* STATES */
._on {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._off {
  display: none;
}
.snap {
  scroll-snap-align: start;
}
.trans {
  transition: all 0.1s ease-in 0s;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
/* MODULES */
/* S C R E E N S */
.figure {
  height: 100%;
  width: 100%;
  position: relative;
}
/* B U T T O N S */
.btn-drop {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  line-height: 1.1em;
}
.btn-drop span {
  display: inline-block;
  margin-right: 15px;
  color: #782e89;
}
.btn-cta {
  background-color: #782e89;
  padding: 15px 20px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
 /* margin-top: 20px;*/
}
.btn-cta:focus,
.btn-cta:hover {
  background-color: #572163;
  color: #ffffff;
}
.btn-go {
  background-color: #ffffff;
  padding: 15px 20px;
  color: #782e89;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
}
.btn-go:focus,
.btn-go:hover {
  color: #3a4a59;
}
/* M E N U S */
/* T I T L E S */
.intro p {
  font-size: 18px;
  color: rgba(58, 74, 89, 0.75);
  line-height: 1.5em;
}
@media only screen and (max-width: 1199px) {
  .intro p {
    font-size: 15px;
  }
}
.tagline {
  font-size: 20px;
  color: #782e89;
  margin-bottom: 0;
}
/* C O N T E N T */
.quote {
  margin-bottom: 30px;
}
.quote span {
  display: block;
  margin: 20px 0;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.bullet {
  margin-bottom: 40px;
}
.bullet i {
  font-size: 30px;
  display: inline-block;
  margin-right: 30px;
  color: #a29765;
}
.bullet h4 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #3a4a59;
  margin-bottom: 20px;
  font-weight: 700;
}
.bullet a {
  color: #782e89;
}
.bullet a:hover,
.bullet a:focus {
  color: #3a4a59;
}
.faq-item {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(58, 74, 89, 0.1);
  padding-bottom: 30px;
}
.faq-item h4 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #3a4a59;
  font-weight: 700;
  line-height: 1.5em;
}
.columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
/* D E V I C E S */
.cta-box {
  padding: 50px 40px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: #622670;
  background-repeat: no-repeat;
  background-position: top center;
}
.cta-box h2 {
  color: #ffffff;
  margin-bottom: 40px;
}
.bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
}
.bar .brand {
  display: block;
  background-position: 0 50%;
  background-size: auto;
  background-repeat: no-repeat;
  min-height: 80px;
  padding: 20px 20px 20px 60px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #a29765;
  font-weight: 700;
}
.bar .brand span {
  display: block;
  color: #782e89;
}
.bar .dropdown {
  margin-right: 20px;
}
.bar .tools {
  text-align: right;
  font-family: 'Open Sans', sans-serif;
  color: #782e89;
}
.bar .tool-phone {
  text-align: right;
  margin: 0 auto;
}
.bar .tool-bars {
  font-size: 30px;
  color: #782e89;
  float: right;
}
@media only screen and (max-width: 991px) {
  .bar .drop-menu {
    text-align: right;
  }
}
#navbar {
  position: relative;
}
@media only screen and (max-width: 991px) {
  #navbar {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 30px 30px 30px;
  }
  #navbar .dropdown {
    margin: 20px 0;
  }
}
.hero {
  height: 90vh;
  padding-top: 20vh;
  background-position: auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #3a4a59;
}
@media only screen and (max-width: 1199px) {
  .hero {
    background-position: top right;
    padding-top: 15vh;
    height: 70vh;
  }
}
@media only screen and (max-width: 991px) {
  .hero {
    height: auto;
    min-height: 600px;
    padding-top: 120px;
    background-position: bottom right;
    background-size: 100% auto;
    background-color: #ffffff;
  }
}
.cms {
  padding: 5vh 0;
}
.home-stack {
  background-color: #3a4a59;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.home-stack figure {
  width: 100%;
  height: 400px;
  position: absolute;
  top: -130px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
}
@media only screen and (max-width: 991px) {
  .home-stack figure {
    height: 260px;
    top: -50px;
    position: relative;
  }
}
.home-stack .intro {
  color: #ffffff;
}
.home-stack .intro p {
  color: rgba(255, 255, 255, 0.75);
}
.home-advice {
  min-height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-advice figure {
  width: 100%;
  height: 600px;
  position: absolute;
  top: -75px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
}
@media only screen and (max-width: 991px) {
  .home-advice figure {
    height: 300px;
    position: relative;
    top: 0;
    background-size: contain;
  }
}
.home-advice .intro {
  color: #ffffff;
}
.home-advice .intro p {
  color: rgba(255, 255, 255, 0.75);
}
.home-columns {
  padding-bottom: 10vh;
}
.home-columns .figure figure {
  width: 100%;
  height: 200px;
  position: absolute;
  top: -250px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .home-columns .figure figure {
    height: 100px;
    top: -150px;
    background-size: auto 200%;
    background-position: top left;
  }
}
@media only screen and (max-width: 767px) {
  .home-columns .figure figure {
    height: 80px;
    top: -120px;
  }
}
.home-columns .intro {
  padding: 0 10%;
  text-align: center;
  margin-bottom: 60px;
}
.home-columns .column {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .home-columns .column {
    margin-bottom: 50px;
  }
}
.home-columns .column figure {
  height: 120px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: top center;
}
.home-columns .column h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 30px 0;
}
.home-tabs {
  background-color: rgba(58, 74, 89, 0.1);
  padding-bottom: 10vh;
}
.home-tabs h2 {
  text-align: center;
  margin: 50px 0;
}
.home-tabs .tabs {
  border-bottom: 1px solid rgba(58, 74, 89, 0.15);
}
@media only screen and (max-width: 991px) {
  .home-tabs .tabs {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .home-tabs .tabs {
    width: 40%;
    float: left;
    padding: 0 20px;
    border-bottom: none;
  }
  .home-tabs .tabs .d-flex {
    display: block !important;
  }
  .home-tabs .tabs .flex-fill {
    width: 100%;
    display: block;
    flex: none;
  }
}
.home-tabs .tab {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 3px solid transparent;
  display: block;
  color: #3a4a59;
}
.home-tabs .tab:hover,
.home-tabs .tab:focus {
  color: #782e89;
}
@media only screen and (max-width: 767px) {
  .home-tabs .tab {
    margin-bottom: 30px;
  }
}
.home-tabs .tab i {
  font-size: 30px;
}
.home-tabs .tab h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: 700;
}
.home-tabs a.active {
  border-bottom: 3px solid #782e89;
}
@media only screen and (max-width: 991px) {
  .home-tabs .carousel {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .home-tabs .carousel {
    width: 60%;
    float: right;
    padding: 0 20px;
  }
}
.home-tabs .carousel figure {
  min-height: 150px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.home-tabs .carousel .intro h2 {
  text-align: left;
}
.home-support {
  background-color: #782e89;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.home-support .support-heading {
  height: 10vh;
}
@media only screen and (max-width: 1199px) {
  .home-support .support-heading {
    height: auto;
  }
}
.home-support .faqs {
  position: absolute;
  top: -5vh;
  background-color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 50px;
}
@media only screen and (max-width: 1199px) {
  .home-support .faqs {
    padding: 30px;
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .home-support .faqs {
    width: 90%;
  }
}
.home-support .faqs h4 {
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #a29765;
  font-weight: 700;
}
.home-support .faqs .faq {
  padding: 0 15%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 1199px) {
  .home-support .faqs .faq {
    padding: 0 20px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-support .faqs .faq {
    font-size: 12px;
  }
}
.home-support .faqs .faq a {
  color: #782e89;
}
.home-support .support-copy {
  padding: 10vh 0 20vh 0;
}
@media only screen and (max-width: 1199px) {
  .home-support .support-copy {
    padding: 20vh 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-support .support-copy {
    padding: 180px 0 20vh 0;
  }
}
.home-support .quote p {
  color: #ffffff;
}
.home-support .quote span {
  color: #a29765;
}
.home-support .intro h2 {
  color: #ffffff;
}
.home-support .intro p {
  color: rgba(255, 255, 255, 0.75);
}
.page-support .support-copy {
  padding: 50px 0 20vh 0;
}
.page-hero {
  background-color: #ffffff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 20vh;
}
.page-crumbs {
  padding-bottom: 5vh;
}
.page-crumbs a {
  color: #782e89;
  display: inline-block;
  margin-right: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}
.page-crumbs span {
  color: #a29765;
  display: inline-block;
  margin-right: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}
.page-bullets {
  background-color: rgba(58, 74, 89, 0.1);
  position: relative;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50vh;
  padding-bottom: 10vh;
}
.page-bullets figure {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}
@media only screen and (max-width: 991px) {
  .page-bullets figure {
    width: 50%;
    background-size: contain;
    background-position: 50% 50%;
  }
}
@media only screen and (max-width: 767px) {
  .page-bullets figure {
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 50px;
  }
}
.page-faq .intro {
  text-align: center;
  margin-bottom: 60px;
}
.page-quotes {
  height: 50vh;
}
.paragraph figure {
  height: 50vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.paragraph .par_cta {
  margin-top: 40px;
}
.paragraph .par_columns h2 {
  margin-bottom: 40px;
  text-align: center;
}
.paragraph .par_columns .par_cta {
  text-align: center;
}
.image {
  display: block;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.image:hover,
.image:focus {
  background-color: rgba(58, 74, 89, 0.1);
}
.image img {
  display: inline-block;
  width: 150px;
  height: 55px;
}
.finder {
  padding-bottom: 50vh;
}
.end {
  position: relative;
  padding: 220px 0 60px 0;
  top: -180px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50vh;
  z-index: 0;
}
@media only screen and (max-width: 1199px) {
  .end {
    padding: 120px 0 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .end {
    top: -130px;
  }
}
.end .end-brand {
  width: 40%;
  margin: 0 30%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .end .end-brand {
    width: 80%;
    margin: 0 10%;
  }
}
.end .end-brand .brand {
  padding-top: 70px;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 30px;
}
.end .end-brand .brand span {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.end .end-brand h3 {
  color: #ffffff;
  line-height: 1.4em;
}
.end .tabs {
  padding-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 50px;
}
.end .tab {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 3px solid transparent;
}
.end .tab h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .end .end-about {
    margin-bottom: 40px;
  }
}
.end .end-about .intro h4 {
  color: #a29765;
  text-transform: uppercase;
  font-weight: 700;
}
.end .end-about .intro p,
.end .end-about .intro address,
.end .end-about .intro span {
  color: #a29765;
}
.end .nav .nav-link {
  font-family: 'Open Sans', sans-serif;
  padding: 7px 0;
  color: #ffffff;
}
.end .end-icons {
  margin-bottom: 60px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .end .end-icons {
    margin: 40px 0;
    text-align: left;
  }
}
.end .end-icons a {
  font-size: 30px;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
}
.end .end-call {
  margin-bottom: 60px;
  font-family: 'Open Sans', sans-serif;
  text-align: right;
}
.end .end-call .phone {
  color: #ffffff;
}
.end .end-call .phone strong {
  font-size: 25px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .end .end-call {
    margin: 40px 0;
    text-align: left;
  }
}
.end .end-cr {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .end .end-cr {
    margin: 40px 0;
    text-align: left;
  }
}
.end .end-cr a {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #a29765;
  display: block;
}
.end .end-cr span {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
.stage {
  padding: 15vh 0 10vh 0;
}
.box {
  position: relative;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  z-index: 10;
}
.box-masthead {
  padding: 8vh 10% 5vh 10%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 15px 0 0;
}
.box-headshot {
  position: relative;
}
.box-headshot figure {
  position: absolute;
  width: 100%;
  height: 325px;
  z-index: 10;
  border-radius: 10px;
  border: 10px solid #ffffff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .box-headshot figure {
    position: relative;
    width: 260px;
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .box-headshot figure {
    width: 100%;
  }
}
.box-agent {
  padding-top: 20px;
  margin-bottom: 40px;
}
.box-agent h2,
.box-agent h4 {
  color: #ffffff;
  margin: 0;
}
.box-contact .phone {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}
.box-contact .phone:hover,
.box-contact .phone:focus {
  color: #a29765;
}
.box-contact address {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 15px 0;
}
@media only screen and (max-width: 991px) {
  .box-contact address {
    width: 80%;
  }
}
.box-contact .box-profiles {
  padding: 10px 0;
}
.box-contact .box-profiles a {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #ffffff;
}
.box-contact .box-profiles a:hover,
.box-contact .box-profiles a:focus {
  color: #a29765;
}
.box-copy {
  line-height: 1.8em;
}
.box-cta p {
  color: #a29765;
}
.box-shortbio {
  padding: 10vh 10% 5vh 10%;
  background-color: #782e89;
}
.box-shortbio .box-copy {
  color: #ffffff;
}
.box-content {
  padding: 10vh 10%;
  background-color: #ffffff;
}
.box-content .box-copy {
  color: #3a4a59;
}
.box-services {
  padding-top: 10vh;
}
.box-services h2 {
  text-align: center;
  margin-bottom: 40px;
}
.box-services h4 {
  text-transform: uppercase;
  font-weight: 700;
}
.box-services .box-service {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(58, 74, 89, 0.3);
}
.box-services .box-service .box-copy {
  color: rgba(58, 74, 89, 0.8);
}
.box-quotes {
  padding-top: 5vh;
}
.box-quotes .quote {
  text-align: center;
}
.box-quotes .quote h3 {
  font-size: 30px;
  color: #a29765;
  width: 60%;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 991px) {
  .box-quotes .quote h3 {
    width: 100%;
  }
}
.box-quotes .quote p {
  color: rgba(162, 151, 101, 0.75);
  font-size: 18px;
  line-height: 1.6em;
}
.box-quotes .quote span {
  display: block;
  color: #a29765;
  text-transform: uppercase;
  font-weight: 700;
}
.box-questions {
  padding: 10vh 10%;
  background-color: rgba(58, 74, 89, 0.1);
}
.box-questions h3 {
  text-align: center;
}
.box-form {
  padding-top: 50px;
}
.box-tools {
  padding: 10vh 10%;
}
.box-tools h2 {
  text-align: center;
}
.box-tools .box-tool {
  text-align: center;
  display: block;
  color: #782e89;
  margin: 20px 0;
}
.box-tools .box-tool:hover,
.box-tools .box-tool:focus {
  color: #a29765;
}
.box-tools .box-tool span {
  font-size: 30px;
}
.box-tools .box-tool h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
}
