/* ***** HERO ***** */

.hero-background-image {
    position: absolute;
    top: -10vh;
    left; 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center 15%;
    background-color: #000;
    opacity: 0.55;
    -webkit-mask-image: linear-gradient(180deg, black 20%, transparent);
    mask-image: linear-gradient(180deg, black 20%, transparent);
    filter: contrast(90%);
}
.top-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 50vw;
    z-index: -1;
/*     -webkit-mask-image: linear-gradient(0deg, black 60%, transparent);
    mask-image: linear-gradient(0deg, black 60%, transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); */
    transform: translateZ(-1px);
    overflow: hidden;
    background-color: #000;
}
.top-mask:before {
    content: '';
    position: absolute;
    z-index: 60;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 67%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 67%, rgba(0,0,0,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 67%, rgba(0,0,0,1) 100%);
}
#hero .col-1 {
	  max-width: 1100px;
}
#hero .col-1 h1 {
	  max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
#hero .col-1.wide {
	  max-width: 1200px;
}
#hero.fullsize-bg {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    min-height: auto;
    height: auto;
    overflow: visible;
    position: relative;
}
#hero.hero-full.fullsize-bg .inner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40vh;
    padding-top: 20vh;
    padding-bottom: 2vh;
    position: relative;
    width: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10vh;
    padding-bottom: 16vw;
    z-index: 12;
}
#hero.hero-full.fullsize-bg .inner-wrapper .col-1 {
    padding-top: 5vw;
    background-color: transparent;
}
#hero.hero-full .inner-wrapper {
    padding-top: 7vh;
}
#hero.hero-full .hero-copy {
    margin: 3vh 0 0 0;
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
#hero.hero-full .hero-copy + #video {
    margin-top: 5vh;
}
#hero .col-1 h6 {
    margin-bottom: 2rem;
}
#hero.hero-full.fullsize-bg .h2-large {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#hero.hero-full .hero-copy p.plain-text {
    width: 100%;
    margin: 0;
    font-size: clamp(17px, 4vw, 20px);
    line-height: 1.3;
}
#hero.hero-full .hero-copy .button-row {
    margin-top: 0;
}
#hero.hero-full .hero-copy p + .button-row,
#hero.hero-full .hero-copy div + .button-row{
    margin-top: 3vh;
}
#hero.hero-full .hero-copy .button {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
#hero.hero-full .hero-copy + .video-wrapper {
	  margin-top: calc(30px + 2%);
}
#hero .gradient-overlay-top {
    width: 100%;
    height: 20vh;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#hero .gradient-overlay-bottom {
    width: 100%;
    height: 60vh;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#hero.hero-full .inner-wrapper.less-top-padding {
    padding-top: 3vh;
}
@media only screen and (max-width: 800px) {
  #hero.hero-full.fullsize-bg .inner-wrapper {
      padding-left: 0;
      padding-right: 0;
       position: relative;
  }
  #hero.fullsize-bg {
      min-height: 20vh;
  }
}

@media only screen and (max-width: 500px) {
  #hero .bordered.rounded.video-border {
      padding: 0;
      background-color: transparent;
  }
}