.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;
  }
}
.newsletter-headline {
    margin-bottom: 50px !important;
}
.blog-detail-overall-wrapper p, .blog-detail-copy-wrapper h2{
    margin-bottom: 22px !important;
}
#rjl-footer .sub-btn {
    display: inline-flex;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    margin: 10px 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}
#rjl-footer .sub-btn:hover, #rjl-footer .consent-email-link a:hover {
    color: #b49060;
    border: 1px solid #b49060;
}
.page-link.has-children > a, .d2d08f0c .sub-a{
    cursor: default !important;
}
 .d2d08f0c .sub-a{
    color: #b49060 !important;
    border-bottom: 1px solid #b49060;
}
.resource-list-page{
     border-top: 1px solid #b49060;
}
.newsletter-list li{
    padding-right: 30px;
}

.blog-detail-banner-wrapper .blog-detail-banner{
    margin: 0 auto;
    margin-top: -110px !important;
}
.blog-detail-copy-wrapper a{
    text-decoration: underline;
}
.blog-detail-copy-wrapper ol{
    margin-left: 30px;
}
#main-content .blog-detail-copy-wrapper ol li {
    list-style-type: decimal !important;
}
.blog-detail-copy-wrapper blockquote{
    padding: 0px 30px 20px;
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-banner-wrapper .blog-landing-banner{
    display: none !important;
}

.blog-detail-banner-wrapper .blog-detail-banner{
    margin: 0 auto;
    margin-top: -110px !important;
}

@media (max-width: 1199px){
.blog-detail-banner-wrapper .blog-detail-banner{
    margin-top: 0px !important;
}
}
.newsletter-button-header {
    display: inline-flex;
background-color: #b49060;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 10px;
    padding: 10px 35px;
    z-index: 1;
}

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

