.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;
  }
}
.intro-section .intro-content{
    margin-top: -200px;
}
.intro-section{
    min-height: 600px !important;
    padding: 200px 0px 50px !important;
}
.home-video{
    height: 360px;
    margin-top: -100px;
}
.content-slider-wrapper .content-slider-cta{
    display: none;
}
.copy-section .slick-slide{
    border: none !important;
}

.slick-slide img{
    margin: 0 auto !important;
}
@media only screen and (max-width: 480px){
     .home-video{
          height: 200px;
     }
}
.ftr-logo {
    max-width: 100% !important;
}
