@media only screen and (max-width: 480px) {
    .billboard-content-wrapper .container {
        margin-left: -90px;
        font-size: 40px;
        line-height: 42px;
        padding: 0;
    }
}


@media only screen and (max-width: 480px) {
    .row {
        margin-top: -140px;
    }
}

@media only screen and (max-width: 480px) {
    .billboard-full-width.billboard-container {
        height: 600px !important;
    }
}

@media only screen and (max-width: 480px) {
    .multiple-btns {
    margin: 0 100px;
    padding-left: 15px;
    padding-right: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .billboard-heading {
    top: 35px !important;
    }
}

.billboard-heading {
    position: relative !important;
    display: block;
    margin-left: 15px !important;
    margin-right: 15px !important;
}    

    .services-intro, .services-slider {
    display: none;
    }
    .services-section .sub-head-main .head-1 {
    color: #fff;
    }
    .services-section p {
    color: #fff;
    }

   /* TWS HOME PAGE MODULE */
    .services-section a .btn.secondary {
    border: 1px solid #fff;
    color: #fff;
    padding: 1em 1.5em !important;
    background: rgba(0, 0, 0, .4);
    }
    .services-section a .btn.secondary:hover {
    background: rgba(82, 185, 187, .8);
    color: #ffffff;
    }
    .services-section h2.sub-head-main {
    color: #c9a560;
    }
    .services-section {
    overflow: auto;
    border-top: 3px solid #002949;
    background: #002949;
    background: -moz-radial-gradient(center, ellipse cover, #00578A 0%, #00578A 0%, #002949 99%);
    background: -webkit-radial-gradient(center, ellipse cover, #00578A 0%, #00578A 0%, #002949 99%);
    background: radial-gradient(ellipse at center, #00578A 0%, #00578A 0%, #002949 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00578A', endColorstr='#002949',GradientType=1 );
    padding: 3em 0;
    margin-top: 5em;
    margin-bottom: -80px;
    }
    .services-section .container {
    max-width: 1170px;
    }
    @media screen and (min-width: 992px) {
    .services-section .container {
    display: flex;
    align-items: center;
    }
    }

.sub-head-main::after, .body-about-us .copy-section h2:after {
    display: none !important;
}

h2.sub-head-main.total-wealth-home {
    text-transform: unset !important;
    display: inline !important;
}

.sub-head-main .head-1 {
    display: inline !important;
}

h2.home-total-wealth.sub-head-main {
    font-weight: 400;
    font-size: 32px;
    text-transform: unset;
}

span.head-1.home-total-wealth.wow {
    font-size: 26px !important;
    text-transform: unset;
    font-weight: 200;
}

p.total-wealth-home {
    text-align: center;
}
.no-billboard .billboard-section{
    display: none;
}

.no-quote .quote-section{
    display: none;
}

.hide-cta .content-slider-cta-wrapper{
    display: none;
}

.thank-you-message{
    text-align: center;
    font-family: 'Abel', sans-serif;
    color: #787a7b;
    font-size: 25px;
    text-transform: uppercase;
    border-top: 2px solid #ab8336;
    padding: 30px;
    border-bottom: 2px solid #ab8336;
}

.video-section iframe{
    height: 520px !important;
}
/* Small iPhones */
@media only screen and (max-device-width: 736px) { 
    .video-section iframe {
        height: 185px !important;
    }
}
/* iPhone X Landscape */
@media only screen 
    and (min-device-width : 812px) 
    and (max-device-width : 812px) 
    and (-webkit-device-pixel-ratio : 3)
    and (orientation : landscape) { 
    .video-section iframe {
        height: 350px !important;
    }
}

/*BIO DETAIL AS LINK FIX*/

.bio-detail-links-as-text {
    margin-top: 15px !important;
}
 .bio-detail-links-as-text a{
    padding: 0 !important;
}

