.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-cta {
font-weight: bold;
text-align: center;
    font-size: 17px !important;
    color: #ffffff !important;
    background-color: #4178a7;
    display: inline-block !important;
    white-space: normal !important;
    padding: 8px 20px;
    margin: 10px 0;
}
.home-cta:hover {
    color: #000000 !important;
 background-color: #4178a7;
text-align: center;
    border: 1px solid #023358;
    padding: 8px 20px;
    margin: 10px 0;
    font-size: 13px;
    letter-spacing: 2.5px;
}

#rjl-intro-section .intro-text-container{
    margin-top: -200px;
}

.copy-section .no-billboard{
    padding: 50px 0 50px !important;
    color: #5489b6 !important;
}

/* NAV */
.a41c291b a, .b89d4a35 a{
    cursor: default;
    color: #5489b6 !important;
}

/* OUR TEAM PAGES */
.team-int-section .yearbook-three.yearbook-container .no-billboard{
    padding: 60px 85px 75px !important;
}
.team-int-section .yearbook-container .yearbook-links .fa:hover {
    color: #fff !important;
}
.body-about-us h1 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    padding: 0 200px 50px;
    text-align: center;
}
.body-about-us .head-1{
    font-size: 67px;
    line-height: 65px;
    display: block;
    animation-duration: 2s;
    animation-name: slideInDownSmall;
    animation-fill-mode: both;
}
.body-about-us .head-2{
    animation-duration: 2s;
    animation-name: slideInUpSmall;
    animation-fill-mode: both;
    display: block;
}
.team-int-content h2 {
    font-family: 'Playfair Display', serif;
    color: #fff !important;
    text-align: center;
    font-size: 35px;
    line-height: 44px;
    font-weight: 600;
    color: inherit;
    margin-bottom: 10px;
}
.group-page .team-int-section .team-int-title, .bio-team-section .bio-team-title{
    display: none !important;
}
.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;
}

