@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(200px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(200px)}}BODY #headerBG{background-position:top;background-repeat:no-repeat;background-size:cover;content:"";height:100vh;left:0;position:fixed;top:0;width:100%;z-index:-1}DIV.slideshowRow{height:calc(90vh - 50px);min-height:700px}DIV.slideshowRow.play H1,DIV.slideshowRow.play H6,DIV.slideshowRow.play P{animation-duration:.5s;animation-fill-mode:forwards;animation-name:fadeOutDown}DIV.slideshowRow.play A.videoLink I{opacity:0}DIV.slideshowRow H1,DIV.slideshowRow H6,DIV.slideshowRow P{animation-duration:.5s;animation-fill-mode:forwards;animation-name:fadeInUp}DIV.slideshowRow H1{color:#fff;font-size:54px;font-weight:700;letter-spacing:-.02em;line-height:56px;margin-bottom:10px}DIV.slideshowRow H6{color:#5f96c1;font-size:15px;line-height:18px;text-transform:uppercase}DIV.slideshowRow A.videoLink{border:0;bottom:100px;top:100px}DIV.slideshowRow A.videoLink I{background-color:#5f96c1;color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}DIV.slideshowRow P{color:#fff;font-size:21px;font-weight:400;letter-spacing:.01em;line-height:30px}DIV.slideshowRow P SPAN.gold STRONG{color:#5f96c1}DIV.slideshowRow DIV.quote P{font-size:18px}@media only screen and (max-width:991px){DIV.slideshowRow{min-height:0}}