.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;
  }
}
.nav-overall-wrapper:not(.van-mobile-nav).nav-right .primary-nav {
font-size: 16px;
}


/* Logo */

.ftr-logo {
    max-width: 100% !important;
}

/* Home - Header Billboard */

.body-home .billboard-section .billboard-content .billboard-content-wrapper:after {
    background-color: transparent !important;
}


/* Home - Quote Section */

.team-section {
border: none !important;
}
.body-map .copy-section {
    border-bottom: none !important;
}


/* Internal Page - Billboard */

.interior .billboard-heading-wrapper {
	display: block !important;
}

.interior .footer-billboard-section .billboard-content-wrapper {
    display: none;
}

.interior .billboard-content:before {
background-color: rgba(19,24,34,0.4) !important;
}

.interior .billboard-content {
    height: 650px;
}

.interior .billboard-container {
    height: inherit;
    min-height: inherit;
}

.interior .billboard-content-wrapper {
    height: inherit;
    min-height: inherit;
}

@media only screen and (max-width: 1024px) {
.interior .billboard-heading-wrapper {
    margin-top: 0 !important;
}
}

@media only screen and (max-width: 480px) {
.interior .billboard-content {
    height: 370px;
}
.interior .billboard-section .billboard-content .billboard-container {
    height: inherit !important;
}
}

.body-about-us .billboard-content .billboard-container {
border-top: none !important;
}

.billboard-heading h1 .head-1 {
color: #fff !important;
}

.billboard-heading h1 .head-2 {
color: #fff !important;
}

.billboard-heading h1:before {
    border-top: solid 2px #fff !important;
}


/* Internal Page - Heading */

.internal-h2 {
font-size: 40px !important;
margin-bottom: 40px !important;
}

.internal-h2::after {
content: '';
display: block;
margin-top: 18px;
border: 2px solid #5489b6;
width: 10%;
}

/* FOOTER */
#rjl-footer .consent-email-disclaimer{
    padding-bottom: 10px;
}
.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;
}

