*{
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-weight: 200;
}
.unstyled-iframe > iframe{
        border:0; 
        width:100%; 
        height: 100%; 
        min-height:600px;
    }

.uppercase {
    text-transform: uppercase;
}
h1, h2, h3{
    font-family: "Georgia", sans-serif;
    font-weight: 600;
}
.alt {
    font-family: "Georgia", sans-serif; 
    font-weight: 600;
}
p{
    font-size: 19px;
}
.highlight {
    background-color: yellow;
    padding: 3px;
}
.bg--dark-teal .highlight, 
.hero__heading .highlight{
    color: #0e0e0e;
}
.variable {
    color: rgba(242, 192, 0, 1);
    font-family: inherit;
    font-weight: inherit;
}
.alert{
    color: rgba(245, 3, 3, 1);
    font-family: inherit;
    font-weight: inherit;
}
.arrow--enter{
    position:relative;
}
.arrow--enter:before{
    content: "";
    width: 0; 
    height: 0; 
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    z-index:10;
    border-top: 20px solid #fff;
    top:0;
    left:0;
    right:0;
    position:absolute;
    margin:auto;
}
.arrow--enter-gray:before{
    border-top: 20px solid rgba(167,167,167,0.77);
}
.signature{
    font-family: "Dancing Script", cursive;
    font-weight: bold;
}
.color--teal {
    color: rgba(76,143,150,1);
}
.color--green{
    color: rgb(9,175,152);
}
.color--navy{
    color:rgba(27, 64, 116, 1);
}
.color--ocean-blue{
    color: rgba(51,122,183,1);
}

.card {
    border: none;
}
.card__image{
    text-align: center;
}
.card__title{
    text-align: center;
    color:rgba(27, 64, 116, 1);
      margin-bottom:30px;
}
.card__image {
    padding-bottom: 30px;
}
.hero__subheading {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    line-height: 140%;
    padding-top: 1.8vw;
    padding-bottom: 1.6vw;
}

.hero__window{
    background: rgba(255,255,255,0.49);
    color: #000;
    padding: 30px;
}
.bg--teal {
    background : rgba(76,143,150,1);
    color: #fff;
}
.bg--dark-teal {
    background: rgba(0,67,106,1);
    color: #fff;
}

.bg--blue{
   background: rgba(51,122,183,1);
   color: #fff;
}
.bg--gray-200{
    background: rgba(240,240,240,1);
}
.bg--gray-400{
    background: rgba(167,167,167,0.77);
}
.bg--ocean-blue{
    background: rgba(51,122,183,1);
    color: #fff;
}
.bg--yellow{
    background: rgba(242,192,0,1);
}
.bg--pink{
    background: rgba(204,46,114,1);
}
.btn{
    font-weight: 500;
    min-height: 36px;
    min-width: 72px;
    padding: 8px 18px;
    border-radius: 7px;
    font-size: 18px;
}
.btn--lg {
    font-size:22px;
    min-height:42px;
    min-width: 100px;
    padding: 12px 26px;
    letter-spacing: .5px;
}
.btn--teal {
    background-color: rgba(76,143,150,1);
    border-color: rgba(76,143,150,1);
    color: #fff;
}
.btn--teal:hover {
    background-color: rgb(63 127 134);
    border-color: rgba(76,143,150,1);
    color: #fff;
}
.btn--yellow{
    border-color: rgb(242,192,0);
    background: rgb(242,192,0);
    color: rgb(12,5,0);
    display:block;
    font-weight: bold;
}
.btn--nav{
    border-color: rgb(0,67,106);
    background: rgb(0,67,106);
    color: rgb(255,255,255)!important;
}
.btn--blue {
    border-color: rgb(57,46,204);
    background: rgb(57,46,204);
    color: rgb(255,255,255)!important;
}
.btn--navy{
    border-color: rgb(27,64,116);
    background: rgb(27,64,116);
    color: rgb(255,255,255)!important;
}
.btn--light{
    border-color: rgb(255,255,255);
    background: rgb(255,255,255);
    color: rgb(76 143 150);
}
.blurbs{
    padding-top: 45.6px;
    padding-right: 11.4px;
    padding-bottom: 45.6px;
    padding-left: 11.4px;
}
.blurb {
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
}

.blurb__icon{
    margin-right:30px;
    color:rgba(0,67,106,1);
}


.bio {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(/img/brand/alliance/bio-bg.jpg);
    background-repeat:no-repeat;
    background-size: cover; */
    padding-top: 45.6px;
    padding-right: 11.4px;
    padding-bottom: 45.6px;
    padding-left: 11.4px;
}
.bio__image {
    border-radius: 30px;
}
.bio__inner{
    background: #fff;
    padding: 30px;
}
.bio__inner.bg--dark-teal{
    background: rgba(0,67,106,1);
    color: #fff;
    padding: 30px;
}
.bio__inner--transparent{
    background: rgba(255,255,255,0);
    padding: 30px;
}

.break {
    position: relative;
    width: 100%;
    height: 20px;
}
.break::before{
    content: "";
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius:2px;
}
.break--dark-teal:before{
    background-color: #07436a;
}


.control {
    padding-top: 45.6px;
    padding-right: 11.4px;
    padding-bottom: 45.6px;
    padding-left: 11.4px;
}

.control__problem {
    color: rgba(248, 6, 6, 1);
    font-weight: bold;
    font-size: 1.25rem;
}

.control__header{
    text-align:center;
}

.control__list {
    max-width: 800px;
    margin: auto;
    font-size: 1.25rem;
    line-height: 1.625;
    list-style-image: url('/img/brand/alliance/icon-bomb.svg');
    padding-top: 30px;
}

.control__list li:not(:last-child){
    margin-bottom: 0.5em;
}

.cta{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 44.2px;
    padding-right: 11.4px;
    padding-bottom: 44.2px;
    padding-left: 11.4px;
}
.cta--image{
    background-image: linear-gradient(rgba(0, 67, 106, 0.83), rgba(0, 67, 106, 0.83)), url("/img/brand/alliance/cta-bg.png");
    background-repeat:no-repeat;
    background-size: cover;
}
.cta--faded {
    background-image: linear-gradient(rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0.77)), url('/img/demo/cash-flow-clock.png');
}
.cta--image-psychology{
    background-image: linear-gradient(rgba(38, 38, 36, 0.7), rgba(38, 38, 36, 0.7)), url('/img/demo/money-brains.jpg');
    background-repeat:no-repeat;
    background-size: cover;
}
.cta__content{
    background: #fff;
    padding: 3.1vw;
    text-align:center;
    color: rgb(33, 37, 41);
}

.cta__content--ocean-blue{
    background: rgba(51,122,183,1);
    color: #fff;
}
.cta__content--transparent{
    background: none;
    color: #fff;
}
.cta__content--opaque{
    background: rgba(248,247,246,0.8);
    color: #fff;
}
.cta__content--opaque h2{
    color:rgba(204, 46, 114, 1);
}
.cta__content--opaque h4{
    color:#000000;
}
.cta--booking{
    background-image: linear-gradient(rgba(0, 67, 106, 0.85), rgba(0, 67, 106, 0.85)), url(/img/brand/alliance/alliance-hero.png);
    padding-top: 79.8px;
    padding-right: 0px;
    padding-bottom: 79.8px;
    padding-left: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}
.cta--lead{
    background-image: linear-gradient(rgba(44, 60, 37, 0.63), rgba(44, 60, 37, 0.63)), url(/img/demo/cta-lead-ty-bg.png);
    padding-top: 79.8px;
    padding-right: 0px;
    padding-bottom: 79.8px;
    padding-left: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}
.faq__item{
    padding:20px;
}
.hero {
    background-image: linear-gradient(rgba(38, 38, 36, 0.62), rgba(38, 38, 36, 0.62)), url(/img/brand/alliance/alliance-hero.png);
    padding-top: 90px;
    padding-bottom: 90px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.hero--webinar {
    background-image: linear-gradient(rgba(51, 122, 183, 0.77), rgba(51, 122, 183, 0.77)), url(/img/demo/retirement.jpg);
    color: #fff;
}
.hero__heading{
    font-family: "Georgia", sans-serif;
    font-size: 2.4rem;
    color: #fff;
}
.image--300{
    max-width:300px;
    margin:auto;
}
.image--200{
    max-width:200px;
    margin:auto;
}
.list {
    font-size: 18px;
}
.list--lg {
    font-size: 22px;
}
.list li {
   font-weight: 500;
   padding-bottom:15px;
}
.list--check, .list--cross{
    list-style:none;
}
.list--check li,  .list--cross li{
    padding-bottom: 15px;
}
.list--check li:before{
    position: absolute;
    left: 20px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: scale(0.85);
    color:rgba(51,122,183,1);
}
.list--cross li:before{
     position: absolute;
    left: 20px;
    font-family: 'Font Awesome 5 Free';
    content: "\f00d";
    font-weight: 900;
    color: rgba(0, 0, 0, 1);
}

.list--check-light li:before{ 
     color:#fff;
}
#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    width: fit-content;
    height: fit-content;
    padding: 40px;
    border-radius: 30px;
    filter: drop-shadow(5px 4px 33px rgba(0,0,0,0.25));
-webkit-filter: drop-shadow(5px 4px 33px rgba(0,0,0,0.25));
-moz-filter: drop-shadow(5px 4px 33px rgba(0,0,0,0.25));
z-index:1021;
}
.modal__close {
    color:red;
    font-size: 30px;
}
.modal__close:hover {
    cursor: pointer;
}
.visible, #modal.visible {
    display:block;
}
/* .navbar-brand img{
    max-width: 300px;
} */
.padding--y {
    padding-top:60px;
    padding-bottom:60px;
}
.social-grid {
    display: flex;
    justify-content: center;
}
.social-grid__btn{
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    transition: background 0.3s ease-in-out;
}
.social-grid__btn:hover{
    cursor:pointer;
}
.social-grid__btn i {
    color: #fff;
}
.social-grid__btn--fb{
    background-color: #3b5999;
}
.social-grid__btn--fb:hover{
    background-color: rgb(39,59,102);
}
.social-grid__btn--twitter{
    background-color: #55acee;
}
.social-grid__btn--twitter:hover{
    background-color: #55acee;
}
.social-grid__btn--in{
    background-color: #0077B5;
}
.social-grid__btn--in:hover{
    background-color: #0077B5;
}

.text--blue{
    color: rgba(51,122,183,1);
}

.testimonial__image{
    max-width: 120px;
}

.nav-link.active {
    background-color: #345b6e;
    color: #ffffff;
}
@media screen and (max-width: 768px){
    .hero__subheading {
        font-size: 1.1rem;
    }
    .img-sm--mobile {
        max-width: 300px;
        margin: auto;
    }
}
@media screen and (max-width: 980px){
    p, li, span{
        font-size: 16px;
    }
    h2{
        font-size: 1.6rem;
    }
    h3{
        font-size:1.4rem;
    }
    h4{
        font-size: 1.3rem;
    }
    h5{
        font-size: 1.25rem;
    }
    .hero__heading{
        font-size: 1.8rem;
    }

    .card {
        margin-bottom:30px;
    }
    .card__title{
        margin-bottom: 10px;
    }
}