.top-hero {
  position: relative;
  overflow: hidden;
}

.top-hero__video-sizer {
  position: absolute;
  position: relative;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 173.33333%;
  background-color: #656565;
}

@media (min-width: 768px) {
  .top-hero__video-sizer {
    padding-top: 133.33333%;
  }
}

@media (min-width: 1024px) {
  .top-hero__video-sizer {
    padding-top: calc( 800 / 1080 * 100%);
  }
}

@media (min-width: 1416px) {
  .top-hero__video-sizer {
    padding-top: calc( 608 / 1080 * 100%);
  }
}

.top-hero__video-sizer:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.15);
  background-image: url(../img/top-hero/video_overlay.png);
  background-repeat: repeat;
  background-size: 10px 10px;
  z-index: 2;
}

.top-hero__video {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 768px) {
  .top-hero__video {
    width: auto;
    min-width: 1400px;
  }
}

@media (min-width: 1024px) {
  .top-hero__video {
    width: auto;
    min-width: 1400px;
  }
}

@media (min-width: 1416px) {
  .top-hero__video {
    min-width: 1400px;
  }
}

.top-hero__copy,
.top-hero__text {
  position: absolute;
  top: 38%;
  right: 15px;
  left: auto;
  z-index: 2;
  width: 341px;
  width: 290px;
}

@media (min-width: 768px) {
  .top-hero__copy,
  .top-hero__text {
    width: 565px;
    right: 120px;
    left: auto;
  }
}

.top-hero__copy-inner,
.top-hero__text-inner {
  overflow: hidden;
}

.top-hero__copy-inner img,
.top-hero__text-inner img {
  width: 341px;
  width: 290px;
  max-width: none;
}

@media (min-width: 768px) {
  .top-hero__copy-inner img,
  .top-hero__text-inner img {
    width: 565px;
  }
}

.top-hero__utility {
  display: none;
}

@media (min-width: 768px) {
  .top-hero__utility {
    position: absolute;
    bottom: 35px;
    right: 35px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*
*/
.top-hero__region-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 0 0;
}

.top-hero__region-seperator {
  display: block;
  width: 1px;
  height: 1.0em;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  margin: 0 15px;
}

.top-hero__social-item-button {
  display: inline-block;
  border-radius: 9999px;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  font-weight: bold;
}

/*
*/
.top-hero__region-item-button {
  display: inline-block;
  border-radius: 9999px;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.top-hero__region-item-button.active {
  background-color: #ffffff;
  color: inherit;
}

.top-hero__region-item-button.active:hover {
  color: inherit;
}

.top-hero__region-item-button:hover {
  color: #ffffff;
}

/*
*/
.top-hero__menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: rgba(47, 53, 66, 0.5);
  width: 100%;
}

@media (min-width: 768px) {
  .top-hero__menu {
    left: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    display: block;
    font-size: 1.5rem;
    background-color: transparent;
    width: auto;
  }
}

@media (min-width: 768px) {
  .top-hero__menu-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.top-hero__menu-item-alink {
  display: block;
  color: #ffffff;
  padding: 8px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}

.top-hero__menu-item-alink:hover, .top-hero__menu-item-alink:active, .top-hero__menu-item-alink:focus {
  color: #ffffff;
}

@media (min-width: 768px) {
  .top-hero__menu-item-alink {
    padding: 5px 15px 5px 35px;
  }
  .top-hero__menu-item-alink.blk {
    color: #2f3542;
  }
  .top-hero__menu-item-alink.blk:hover, .top-hero__menu-item-alink.blk:active, .top-hero__menu-item-alink.blk:focus {
    color: #2f3542;
    opacity: 1;
  }
  .top-hero__menu-item-alink:before {
    content: "";
    display: block;
    background-color: rgba(47, 53, 66, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .top-hero__menu-item-alink:hover:before {
    right: 0;
  }
}
/*# sourceMappingURL=top-hero.css.map */