/*COMMUNITY INVOLVEMENT*/
.content-slider-wrapper {
border: none;
}
.content-slider {
    width: 80%;
    margin: 0 auto;
}
.content-slider-wrapper .content-slider-copy {
padding-bottom: 0;
}

/*YOUR TEAM LABELS*/
.ae54d586 .sub-a, .bd436a3a .sub-a, .c14cddbb .sub-a, .ba745d7d .sub-a{
    color: #ae5c3c !important;
    font-weight: bold !important;
    cursor: default !important;
}
.ae54d586 .sub-a:hover, .bd436a3a .sub-a:hover, .c14cddbb .sub-a:hover, .ba745d7d .sub-a:hover {
    color: #ae5c3c !important;
}

/*ABOUT DROPDOWN FIX*/
@media only screen and (min-width: 769px) {
.about-us-page > ul{
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
    width: max-content;
    padding: 0px 30px;
}
.about-us-page > li, .landing-page > li {
    display: inline-block;
    width: 100%;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
    display: inline-flex;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 !important;
    width: 170px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link)  {
    padding: 0px 30px 0px 0px !important;
}
}

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

