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

.billboard-heading {
    padding-bottom: 85px !important;
}

.multiple-btns {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 480px) {
    .billboard-heading-wrapper {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .billboard-heading-wrapper {
        margin-top: 0 !important;
    }
}

.main-content h2, .h2 {
    text-align: center;
}

.content-slider-half-width.content-slider-half-image-wrapper {
    width: 360px;
}

.yearbook-name-wrapper {
    text-align: center;
}

span.yearbook-page-last-name {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    color: #002949;
}

span.yearbook-title {
    display: block;
    text-transform: uppercase;
}

.content-slider-cta-wrapper {
    display: none;
}

.content-slider-wrapper .content-slider-half-width-content-wrapper {
    border-bottom: 1px solid #bfbebe;
}

.yearbook-links-as-icon a {
    color: #4a7aa3;
}

em.fa.fa-envelope, em.fa.fa-google, em.fa.fa-facebook {
    padding: 0 10px;
}

em.fa.fa-phone {
    padding: 0 10px;
}

em.fa.fa-linkedin {
 padding: 0 10px;
}

.copy-section .yearbook-links {
    display: block;
    padding: 20px;
    position: relative;
    text-align: center;
}

.content-slider-wrapper a:not(.content-slider-hidden-slide-link) {
    text-decoration: none !important;
}

.contact-links {
    margin-top: 15px;
    margin-bottom: 0px !important;
}

.contact-address {
    margin-top: -30px;
}

.contact-map {
    margin: 40px auto 20px;
}
