






.hero {
  position: relative;
}
.hero .background {
  height: 100%;
  min-height: 9rem;
  width: 100%;
  position: absolute;
  background-size: cover;
}
@media only screen and (min-width: 1100px) {
  .hero .background {
    min-height: 26.375rem;
  }
}
.hero .svg-bg {
  width: 100%;
}

.overlay {
  min-height: 9rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  position: relative;
}
.overlay .hero-back-link {
  position: absolute;
}
.overlay .grid-lg > .hero-back-link {
  margin: 0;
  position: relative;
}
.overlay .hero-content-wrapper {
  min-height: 9rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 880px) {
  .overlay .hero-content-wrapper {
    min-height: 26.375rem;
  }
}
.overlay .hero-content-wrapper .hero-content {
  padding: 0;
  max-width: 100%;
  color: #FFFFFF;
  margin: 5.625rem 1.25rem 1.25rem 1.25rem;
}
@media only screen and (min-width: 1100px) {
  .overlay .hero-content-wrapper .hero-content {
    margin: 0 6.875rem;
  }
}
.overlay .hero-content-wrapper .hero-content .hero-title {
  width: 100%;
}
.overlay .hero-content-wrapper .hero-content .hero-title h1 {
  text-transform: uppercase;
}
@media only screen and (min-width: 880px) {
  .overlay .hero-content-wrapper .hero-content .hero-title h1 {
    margin-bottom: 0;
    max-width: 100%;
  }
}
.overlay .hero-content-wrapper .hero-content .hero-desc {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 880px) {
  .overlay .hero-content-wrapper .hero-content .hero-desc {
    max-width: 32.5rem;
    margin: 0;
    margin-top: 2rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

.style-2 .overlay .hero-content-wrapper {
  min-height: 22rem;
}
@media only screen and (min-width: 880px) {
  .style-2 .overlay .hero-content-wrapper {
    min-height: 41rem;
  }
}

@media only screen and (min-width: 880px) {
  .hero-video {
    min-height: 51.875rem;
  }
  .hero-video .background {
    min-height: 51.875rem;
    position: absolute;
    width: 100vw;
    z-index: -1;
  }
}
@media only screen and (min-width: 880px) {
  .hero-video #wrapper_hero-video {
    min-height: 905px !important;
    top: -40px !important;
  }
}

@media only screen and (min-width: 880px) {
  .hero-image {
    min-height: 26.375rem;
  }
}
@media only screen and (min-width: 880px) {
  .hero-image .hero-content-wrapper {
    min-height: 26.375rem;
  }
}

.hero.no-media .overlay {
  min-height: 12.9375rem;
}
@media only screen and (min-width: 880px) {
  .hero.no-media .overlay {
    min-height: 26.25rem;
  }
}
.hero.no-media .overlay .hero-content-wrapper {
  min-height: 12.9375rem;
}
@media only screen and (min-width: 880px) {
  .hero.no-media .overlay .hero-content-wrapper {
    min-height: 26.25rem;
  }
}

.style-2 .hero .image-container {
  display: flex;
}
@media only screen and (min-width: 880px) {
  .style-2 .hero .image-underlay {
    position: absolute;
    min-height: 300px;
    background-color: #101925;
    width: 100%;
  }
}
.style-2 .hero .hero-content-top {
  background-color: #101925;
  padding: 1.875rem 0;
}
@media only screen and (min-width: 880px) {
  .style-2 .hero .hero-content-top {
    padding: 10rem 0 5rem;
  }
}
.style-2 .hero .hero-image {
  display: inline-block;
  width: auto;
  padding: 0;
  position: static;
}
@media only screen and (max-width: 879px) {
  .style-2 .hero .hero-image {
    background-color: #101925;
  }
}

.overlay.black {
  background-color: #101925;
}

.hero-listing .overlay.black {
  background: linear-gradient(180deg, #101925 0%, #1B2738 100%);
}

.hero-video .overlay.black,
.hero-image .overlay.black {
  background-color: black;
  
  
  background: linear-gradient(to right, #181818 5%, rgba(24, 24, 24, 0) 80%);
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#231f20", endColorstr="#00231f20",GradientType=1 );
  
}

.page.full .overlay .hero-content-wrapper {
  align-items: flex-end;
}
.page.full .overlay .hero-content-wrapper .hero-content {
  margin: 0 1.25rem 1.875rem 1.25rem;
}
@media only screen and (min-width: 1100px) {
  .page.full .overlay .hero-content-wrapper .hero-content {
    margin: 0 6.875rem 5.625rem 6.875rem;
  }
}


/*# sourceMappingURL=../../../../maps/hero/general/scss/general-hero.css.map */
