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

/* ADJUST CONNECT WITH US BANNER POSITION */
.connect-with-us .billboard-container {
   background-position: center 70% !important;
}

/* ADJUST OUR CLIENTS BANNER POSITION */
@media (max-width: 991px) {
.our-clients .billboard-full-width.billboard-container {
   height: 300px
}
}

@media only screen and (max-width: 810px) {
    .ftr-logo-wrapper {
        margin-bottom: 0px !important;
    }
}

.quote-section {
    display: none;
}
.header-main .header-cta {
    float: none!important;
}
.header-main .social-container {
    margin-top: 0px;
 }
.header-main .social-contact-section.container {
    padding-bottom: 0px;
}

h1, .intro-content h1, .grid-home .intro-content h1, h2, h3 {
   text-transform: math-auto !important;
   letter-spacing: 1px !important;
}

.intro-content h1 .head-1 {
   font-size: 1.6em !important;
}

.intro-content h1 .head-2 {
   text-transform: math-auto !important;
}

.intro-content h3 {
   font-weight: 600 !important;
}

button.button-resources {
   transition: all .2s ease-in-out;
}

button.button-resources:hover, .footer-cta-section .ftr-cta:hover, .content-slider-wrapper .content-slider-cta:hover, #rjl-footer .consent-email-link a:hover {
    background: #008081;
    color: #fff !important;
}

.footer-contact-section .footer-contact-content {
    padding-left: 15px;
}

.footer-section .footer-contact-content .ftr-nap {
    width: auto;
    display: block;
    padding: 0;
    border-right: none;
}

.footer-contact-content .social-container {
   float: none;
   margin-top: 2em;
}

.footer-contact-content .ftr-nap-wrapper .ftr-nap li {
    padding: 5px 0px 5px 0px !important;
}

.int-team .yearbook-three .yearbook-links .fa {
    color: #52b9bb !important;
}

.int-team .yearbook-three .yearbook-links .fa:hover {
    color: #104c6e !important;
}

.yearbook-three .yearbook-name-wrapper {
    height: auto !important;
}

.int-team .team-content .yearbook-container h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 22px;
    color: #008081;
    text-transform: uppercase;
    margin: 15px 0 1em;
    letter-spacing: 2px;
}

.checkmark-list li::marker {
   content: "\2714   ";
   color: green;
}

.footer-section .ftr-logo {
   max-width: 500px !important;
}
