.billboard-full-height {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.billboard-full-height .billboard-content-wrapper {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height .billboard-content-wrapper {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.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;
}

.nav-sticky.hide-nav {
    transform: translate3d(0, 0%, 0) !important;
}

.home-button{
    border: 1px solid #c9a560;
    padding: 10px 40px;
}
.home-button:hover{
    border: 1px solid #393f4d;
    padding: 10px 40px;
    color: #393f4d;
}

.masonry-load-more-container {
    display: none !important;
}

.team-copy .home-button{
    margin-top: 25px;
}
.rjl-interior .billboard-section{
    
}
.content-slider-cta-wrapper{
    display: none !important;
}
#contact-page-info .ftr-nap-phone a, #contact-page-info .ftr-nap-phone a:hover{
    color: #2b2b2b !important;
    cursor: default !important;
}

/*Blog*/
.sub-home-btn{
    border: none !important;
    background: none !important;
}
.sub-home-btn a{
    color: #966c1d;
    border: 1px solid #966c1d;
    padding: 10px 30px;
    font-size: 25px;
    text-transform: uppercase;
}
.sub-home-btn a:hover{
    color: #7da7bc;
    border: 1px solid #7da7bc;
}
.blog-detail-copy-wrapper ol{
    list-style: lower-alpha !important;
    margin-left: 40px;
}
.blog-detail-copy-wrapper ol li {
    list-style-type: unset !important;
}

