.niche-section{
    display: none !important;
}
/*     HOME    */
.nav:after {
display: none !important;
}
.page-link.has-children > a{
    cursor: default !important;
}
.filter-list-heading a {
    display: none !important;
}
.simple-form .checkbox-label {
    font-weight: normal !important;
}
.otherlabel {
    font-weight: normal !important;
}

.steele-btn{
font-family: Helvetica Neue, sans-serif;
font-weight: bold;
font-size: 14px;
color: #fff;
background-color: #054585;
padding: 10px 30px;
border: solid #054585 2px;
box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
border-radius: 50px;
transition : 1000ms;
transform: translateY(0);
display: inline !important;
align-items: center !important;
justify-content: center !important;
flex-direction: row;
cursor: pointer;
}

.steele-btn:hover{
transition : 1000ms;
padding: 10px 50px;
transform : translateY(-0px);
background-color: #fff;
color: #0066cc;
border: solid 2px #0066cc;
}

.linkcenter {
  align-items: center !important;
justify-content: center !important;
}

/*    FOOTER     */
.footer-section .social-container .fa {
    font-size: 23px !important;
}
.footer-copy {
    text-align: center;
margin-bottom: 15px;
}
.rjl-footer-twitter{
    padding-top: 20px;
}
.ftr-logo{
    max-width: 100% !important;
}
.video-section iframe{
    height: 520px !important;
}
/* Small iPhones */
@media only screen and (max-device-width: 736px) { 
    .video-section iframe {
        height: 185px;
    }
}
/* 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;
    }
}
@media only screen and (max-width: 1024px){
.billboard-container.billboard-full-height {
    min-height: calc(100vh - 190px) !important;
    background-position-x: -400px;
}
}
@media only screen and (max-width: 480px){
    .billboard-container.billboard-full-height{
        background-position-x: -395px;
    }
    #main-content .billboard-section .head-2 {
        font-size: 36px !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;
}

