.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;
  }
}
 h2.home-video-headline .head-1 {
    font-family: 'Cormorant', serif;
    font-size: 30px;
    font-style: italic;
    color: #FFF;
    animation-name: slideInDownSmall;
    animation-delay: 0s;
    animation-duration: 1s;
}
 h2.home-video-headline .head-2 {
    font-family: 'Abel', sans-serif;
    font-size: 45px;
    color: #FFF;
    text-transform: uppercase;
    font-style: normal;
    display: block;
}
h2.home-video-headline {
    text-align: center;
    padding: 25px;
}
.recognition .copy-section h1 {

    margin-bottom: 50px;
   
}
h2.home-video-headline .head-1:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #d5c3a9;
margin-bottom: 20px;
 
}
.intro-section {
     margin-top: 0px!important;
}
.intro-section .intro-content {
 
    margin-top: -200px;
}
.body-home .intro-section .intro-copy {
         padding: 0 30px!important;
  
}

.intro-section .intro-copy {
    font-size: 30px!important;
}

.no-banner .billboard-section {
    display: none!important;
}
