.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;
  }
}
.interior-content .content-disclosure-wrapper {
    padding: 10px 200px!important;
}
.body-bio-alt-6 .bio-detail-headshot-wrapper {
    width: 80% !important;
    max-width: 80% !important;
    margin-right: -210px !important;
}
.body-bio-alt-6 .bio-quote-section {
    display: none;
}


@media only screen and (max-width: 480px)
.body-bio-alt-3 .bio-detail-headshot-wrapper {
       margin-right: 20px !important;
}

@media only screen and (max-width: 1024px)
.body-bio-alt-6 .bio-detail-headshot-wrapper 
 {
          margin-right: -160px !important;
}
/*sticky footer cta*/

.footer-section .footer-cta-sticky{
    background-color: #5489b6 !important;
    bottom: 100px !important;
}
