.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;
  }
}
/* HOME BANNER */
#rjl-home .billboard-section .billboard-content-wrapper:after{
    background-color: rgba(19,24,34,0.4) !important;
}
.ftr-logo{
    max-width: 285px !important;
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-banner-wrapper {
    display: none !important;
}

.masonry-category {
    display: none !important;
}

#community-logos{
    border: 1px solid #104C6E;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

/* HEADER */
.nav:lang(fr){
    max-width: none !important;
}
button.language-toggle {
    font-family: 'Source Sans Pro', sans-serif;
    border:  1px solid #fff;
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    transition: all .3s ease-out;
    padding: 10px 40px;
}
button.language-toggle:hover {
    border:  1px solid #c9a560;
    color: #f6e2c3;
    background-color: transparent;
}

.nav-overall-wrapper:not(.van-mobile-nav) {
  height: 50px;
}
/* FOOTER */
#rjl-footer .ftr-nap li:lang(fr)[data-phonetype="5"]:before{ 
    content: 'Ligne directe: ' !important;
}
#rjl-footer .ftr-nap li:lang(fr)[data-phonetype="0"]:before{ 
    content: 'Téléc: ' !important;
}
.footer-hedge-section {
background: url('-/media/53ff95a6832049609b03cf256a3e4af4.ashx') !important;
}
footer {
padding-bottom: 0;
}
.rjl-disclosures a, .advisor-report a {
    color: #f6e2c3 !important;
}
.rjl-disclosures a:hover, .advisor-report a :hover{
    color: #fff !important;
}
.footer-sub-btn a{
    display: inline-flex;
    padding: 0px 40px;
    border: 1px solid #ffffff;
    margin: 10px 0 40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}
.footer-sub-btn a:hover{
    border: 1px solid #f6e2c3 !important;
    color: #f6e2c3 !important;
}

/*OTHER*/
.copy-content h4 {
color: #1c2744 !important;
}
.blog-detail-copy-wrapper h4 {
font-size: 28px !important;
}
ol {
margin-left: 20px;
padding-left: 20px;
}
ol li {
list-style-type: decimal !important;
}
strong {
font-weight: 600;
}

@media only screen and (max-width: 1180px) {
.nav-overall-wrapper:not(.van-mobile-nav) {
  height: auto !Important;
  }
/*.nav .nav-language-toggle {
    top: -128px;
    right: -350px;
  }*/
}

button.homecta {
    font-family: 'Source Sans Pro', sans-serif;
    border:  1px solid #4B0D4A;
    color: #4B0D4A;
    background-color: transparent;
    text-transform: uppercase;
    transition: all .3s ease-out;
    padding: 10px 40px;

}
button.homecta:hover {
    border:  1px solid #c9a560;
    color: #4B0D4A;
    background-color: transparent;
} 

@media only screen and (max-width: 768px) {
    .billboard-content .billboard-container {
        min-height: 715px !important;
        background-position-x: 570px !important;
    }
    .billboard-heading h1 .head-1{
        font-size: 48px !important;
    }
    .billboard-heading h1 .head-2{
        font-size: 28px !important;
    }
}
.header-social {
    top: -140px;
}
.header-toggle-button{
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 5;
}
button.language-toggle {
    font-family: 'Source Sans Pro', sans-serif;
    border:  1px solid #fff;
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    transition: all .3s ease-out;
    padding: 10px 40px;

}
button.language-toggle:hover {
    border:  1px solid #c9a560;
    color: #f6e2c3;
    background-color: transparent;
}
.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;
}

