#leadership-team{
	color: #5489b6;
	text-align: center;
}
.yearbook-carousel-three {
    pointer-events: none;
}
.yearbook-links {
    pointer-events: all;
}
.internal-h2 {
font-family: 'Playfair Display', serif !important;
    color: #5489b6 !important;
    font-size: 31px !important;
    font-weight: 300 !important;
    line-height: 44px !important;
    text-transform: uppercase !important;
    text-align: initial !important;
    margin: -5px 0 !important;
}
.bio-icons{
    margin-top: -20px !important;
}
.bio-icons .fa{
    padding-right: 10px !important;
}

.body-about-us .copy-section h2:after {
display: none !important;
}

.yearbook-container h1 {
color: #5489b6 !important;
}

/*---- CALLOUTS HOME PAGE ----*/
.callouts-container, .callouts-mobile-slider{
     grid-template-columns: repeat(2, 1fr) !important;
}
/* .home-callouts-heading .head-1{
    color: #b7deff;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 25px;
    display: block;
}
.home-callouts-heading .head-2{
font-family: 'Raleway', sans-serif;
    font-size: 26px;
    color: #fff;
    line-height: 34px;
    font-weight: 600;
    position: relative;
    top: 4px;
}* /
.callouts-section .callouts-container .callout-item{
    padding-top: 0px !important;
}
.callouts-container .callout-item .callout-image-wrapper .callout-image{
    max-width: 390px !important;
    margin-top: -70px;
}
.callouts-section .callouts-container .callout-item .callout-copy-wrapper {
    margin-top: -40px !important;
    padding: 0 22px 0 12px !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;
}

