.hero{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;background-repeat:no-repeat;background-position:center;background-size:cover;height:600px}
.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.2);z-index:1}
.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:rgba(0,18,70,0.7)}
.hero .hero-container{position:relative;z-index:3;text-align:center;max-width:900px;margin:0 auto}
.hero .hero-container h6{color:inherit;margin-bottom:15px}
.hero .hero-container h1{color:inherit}
.hero .hero-container p{margin:15px auto 0;max-width:600px;color:inherit}
.hero .hero-container .cta-holder{margin-top:30px}
@media(min-width:992px){.hero{height:840px}
}