.banner-fill {
  height: 100vh;
}

.banner-fill img {
  object-fit: cover;
  transition: all .3s ease-out 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: none;
  transform-origin: center;
  display: block;
}


.grid-container {
  height: 100%;
  padding-right: 0.29464rem;
  padding-left: 0.29464rem;
  max-width: 85.71429rem;
  margin-left: auto;
  margin-right: auto;
}

.banner-fill {
  height: 100%;
}

.banner-fill .grid-x {
  height: 100%;
  min-height: 42.85714rem;
  padding-top: 5.57143rem;
  position: relative;
  z-index: 1;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.grid-x>.small-11 {
  width: 91.66667%;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.banner-fill .logo-title_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-box {
  height: 100vh !important;
}

.banner-fill .h2,
.banner-fill h2 {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  text-rendering: optimizeLegibility;
}

.banner-fill .h1,
.banner-fill .h2 {
  line-height: 1.22;
  margin-top: 0;
  margin-bottom: 1.78571rem;
}

.banner-fill .button {
  color: #000 !important;
  border-color: #fff;
  z-index: 1;
  line-height: 1.4em;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .07143rem;
  overflow: hidden;
  border-bottom-width: 3px !important;
  transition: all .6s cubic-bezier(.79, 0, .21, .99);
}

.banner-fill .button:after,
.free-script #mc-embedded-subscribe-form .clear:last-child input[type=submit]:after {
  transition: all .8s cubic-bezier(.79, 0, .21, .99);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  right: 0;
  bottom: 0;
  transform: translateZ(0) scale(1.6) skewX(-10deg);
  padding: 2em;
  z-index: -1;
  color: #fff !important;
}

.banner-fill .button,
.free-script #mc-embedded-subscribe-form .clear:last-child input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1.78571rem;
  padding: 2em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color .25s ease-out, color .25s ease-out;
  font-family: inherit;
  font-size: 10px;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  font-weight: normal;
}

.banner-fill .button:after {
  background: #fff;
}

.banner-fill .button:hover {
  color: #fff !important;
}

.banner-fill .button:hover:after {
  transform: translateX(-100%);
}

.text-center {
  width: 100%;
  text-align: center;
}

.video-box:after {
  background: rgba(0, 0, 0, 0.5);
}

@media print,
screen and (min-width: 47.9375em) {

  .banner-fill .h2,
  .banner-fill h2 {
    font-size: 30px;
  }
}

@media print,
screen and (min-width: 64.0625em) {
  .grid-container {
    padding-right: 0.89286rem;
    padding-left: 0.89286rem;
  }

  .banner-fill .grid-x {
    padding-top: 10%;
  }

  .grid-x>.large-8 {
    width: 76.66667%;
  }

  .banner-fill .h2,
  .banner-fill h2 {
    font-size: 40px;
  }

  .banner-fill .button,
  .free-script #mc-embedded-subscribe-form .clear:last-child input[type=submit] {
    min-width: 19.57143rem;
  }
}

@media print,
screen and (max-width: 47.9375em) {
  .banner-fill .button,
  .free-script #mc-embedded-subscribe-form .clear:last-child input[type=submit] {
    width: 80%;
  }
}

