.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;
}

  /* TWS HOME PAGE MODULE START */
.wrap-content-slider-content {
    width: 75%;
}

    .total-wealth-section a .btn.secondary {
    border: 1px solid #fff;
    color: #fff;
    padding: 1em 1.5em !important;
    background: rgba(0, 0, 0, .4);
    text-transform: uppercase;
    }

.content-slider-half-width.content-slider-half-image-wrapper {
    max-width: 400px;
    width: 100%;
}

.content-slider-wrapper .content-slider-half-width-content-wrapper {
    border-bottom: unset !important;
}
    .total-wealth-section a .btn.secondary:hover {
    background: rgba(82, 185, 187, .8);
    color: #ffffff;
    }
    .total-wealth-section {
    width: 100%;
    text-align: center;
    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;
    }

    .total-wealth-section .row {
    margin: 0;
    display: flex;
    align-items: center;
    }

h2.sub-head-main.total-wealth-block {
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 48px !important;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase;
    display: block;
    animation-delay: 0.4s;
    margin-top: 10px;
}

    @media screen and (max-width: 819px) {
    .total-wealth-section .row {
    display: block;
    }
    }
    .total-wealth-section h1 .head-1, .services-section h1 .head-2 {
    color: #fff;
    }
    .total-wealth-section p {
    color: #fff;
    line-height: 1.5;
    }

img.center-block.img-circle.img-responsive {
    max-width: 400px;
    width: 100%;
}

.col-md-6.col-xs-12.total-wealth-block {
    text-align: center;
}

p.tw-button {
    margin-bottom: unset !important;
}

.content-slider-cta-wrapper {
    display: none;
}

@media screen and (max-width: 819px) {
span.headline-mobile {
    font-size: 32px;
}
}

@media (max-width: 767px) {
    .content-slider-wrapper .content-slider-half-width:not(.content-slider-half-image-wrapper) {
        padding: 0 15px;
        flex: 1 auto;
        justify-content: center;
        order: 1;
        align-items: unset;
    }
}

@media (max-width: 767px) {
    h2.sub-head-main.total-wealth-block {
		font-size: 23px !important;
		line-height: 30px;
		text-align: center;
	}
}

 /* TWS HOME PAGE MODULE END */

/* TWS INTERIOR PAGE START */

.col-xs-12.col-md-8.text-desktop-left {
    text-align: center;
}

button.btn.secondary {
    border: 1px solid #00578A;
    color: #00578A;
    padding: 1em 1.5em !important;
    transition: all .2s ease-in-out;
    margin: .5em 0;
    background: transparent;
    white-space: normal;
}

.accord-link img {
    width: 50px;
    height: 50px;
    margin: 0 1em 0 0;
    padding-bottom: 0;
}

/* TWS INTERIOR PAGE END */
