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

#rjl-home .billboard-section .billboard-content-wrapper:after{
    background-color: rgba(19,24,34,0.4) !important;
}
.copy-section h1 {
       margin-bottom: 15px !important;
}
.home-intro-head {
    font-family: 'Abel', sans-serif;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #c9a560;
    margin: 15px 0;
}
.copy-content ul {
        margin-top: -20px !important;
}
.home-list{
    list-style: disc !important;
    margin-left: 20px;
}
.cta-button{
    text-align: center;
    border: 3px solid #c9a560;
    padding: 15px;
}
.home-h5{
    font-family: 'Abel', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #c9a560;
    font-weight: bold;
}
.team-section .team-copy ul {
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0px 20px 0px;
    color: #515151;
    list-style: disc !important;
}
.test-headline{
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    color: #c9a560 !important;
    text-align: center;
    font-size: 44px;
    margin-top: 30px;
}
.callouts-container{
    grid-template-columns: repeat(2, 1fr) !important;
}
.callouts-section .callouts-container {
    padding: 0px !important;
}

/*BIO*/
.bio-detail-copy-wrapper blockquote {
    quotes: none;
    font-family: 'Cormorant', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 24px;
    line-height: 40px;
    color: #353d48;
    text-align: center;
    margin: 60px auto 50px;
    border-top: 1px solid #c9a560;
    border-bottom: 1px solid #c9a560;
    padding: 0px 40px 40px 40px;
}
.bio-detail-copy-wrapper blockquote:before {
    content: "";
    display: block;
    width: 350px;
    height: 8px;
    background-color: #c9a560;
    margin: 0 auto;
    margin-bottom: 50px;
}
.copy-content blockquote, q, .resource-detail-copy-wrapper blockquote {
    padding: 0px 40px 40px 40px !important;
}
.copy-content blockquote:before, .resource-detail-copy-wrapper blockquote:before {
    margin-bottom: 50px !important;
}

/* INVESTOR EDUCATION */
.body-resource h1{
    font-family: 'Abel', sans-serif;
    font-size: 58px;
    line-height: 59px;
    color: #191d28;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.body-resource h1 .head-1{
    display: block;
    animation-name: slideInDownSmall;
    animation-fill-mode: both;
    animation-duration: 2s;
    animation-delay: .25s;
}
.body-resource h1 .head-2 {
    font-family: 'Cormorant', serif;
    font-size: 48px;
    text-transform: none;
    animation-name: slideInUpSmall;
    -webkit-animation-fill-mode: both;
    color: #966c1d;
    display: block;
    letter-spacing: 0px;
    animation-delay: .25s;
    animation-duration: 2s;
}
.masonry-category-container{
    display: none;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


@media only screen and (max-width: 1024px){
.billboard-container.billboard-full-height .billboard-content-wrapper {
    min-height: 60vh !important;
}
}

@media only screen and (max-width: 768px){

    .billboard-section {
        margin-top: -348px !important;
    }
    .billboard-content .billboard-container {
        min-height: 70vh !important;
        margin-top: 110px;
        margin-left: -50px;
    }
}
