h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Teko, sans-serif;
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  width: 70%;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  line-height: 1.5em;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
}

li {
  margin-bottom: 6px;
}

.navbar {
  position: fixed;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
  text-align: right;
}

.main-nav {
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 5px 0px 0px;
  border-bottom: 1px solid transparent;
  font-family: Teko, sans-serif;
  color: #d8d8d8;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.main-nav:hover {
  border-bottom-color: #fff;
}

.main-nav.w--current {
  color: #d8d8d8;
}

.body {
  background-color: #000;
  font-family: Helveticaneuemed, sans-serif;
  color: #d8d8d8;
  font-size: 18px;
  font-weight: 400;
}

.nav-logo {
  width: 100%;
}

.brand {
  width: 200px;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d8d8d8;
  color: #000;
}

.main-container {
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colophon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Teko, sans-serif;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.body-wrapper {
  margin-bottom: -50px;
}

.footer-push {
  height: 50px;
}

.section-hero {
  position: relative;
  height: 70vh;
  background-image: url('../images/_AHP3183-copy.png');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.hero-logo {
  margin-bottom: -0.35%;
  opacity: 0.9;
}

.hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-quote {
  width: 40%;
  padding: 15px;
  background-color: #000;
  font-family: Teko, sans-serif;
  font-size: 1.5em;
  line-height: 0.9em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-byline {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #000;
  font-family: Teko, sans-serif;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-about {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}

.section-gallery {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}

.section-press {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}

.section-faq {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #d8d8d8;
}

.divider-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 80%;
  height: 1px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d8d8d8;
}

.section-videos {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}

.video-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.docuseries-holder {
  display: inline-block;
  width: 40%;
  margin-right: 2%;
  margin-bottom: 30px;
  margin-left: 2%;
}

.docuseries-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tile-image {
  width: 100%;
  border: 1px solid #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tile-image:hover {
  border-color: transparent;
}

.tile-holder {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.play-icon-tile {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  opacity: 0.7;
  -webkit-transform: translate(0px, -50%) translate(-50%, 0px);
  -ms-transform: translate(0px, -50%) translate(-50%, 0px);
  transform: translate(0px, -50%) translate(-50%, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.play-icon-tile.hover {
  opacity: 1;
}

.gallery-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-image-holder {
  display: inline-block;
  width: 31%;
  margin-right: 2%;
  margin-left: 2%;
  border: 1px solid #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.gallery-image-holder:hover {
  border-color: transparent;
}

.gallery-image {
  width: 100%;
  border: 1px solid #d8d8d8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.gallery-image:hover {
  border-color: transparent;
}

.press-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.press-item-holder {
  width: 29%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.gallery-image-link {
  margin-bottom: 10px;
  padding: 1px;
}

.press-logo {
  display: inline-block;
  width: auto;
  max-height: 30px;
  max-width: 60%;
}

.press-title {
  display: inline;
  margin-top: 0px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Helveticaneuebd, sans-serif;
  color: #d8d8d8;
  font-size: 1.25em;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
}

.press-title:hover {
  border-bottom: 1px solid #fff;
}

.press-read-link {
  display: inline-block;
  margin-top: 15px;
  border-bottom: 1px solid #fff;
  font-family: Teko, sans-serif;
  color: #d8d8d8;
  line-height: 1em;
  letter-spacing: 2px;
  text-decoration: none;
}

.question {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Helveticaneuehv, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hero-image-byline {
  position: absolute;
  left: auto;
  top: 70px;
  right: 20px;
  bottom: auto;
  width: auto;
  opacity: 0.7;
  font-family: Helveticaneuelt, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.5px;
}

.press-logo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-link {
  border-bottom: 1px solid #d8d8d8;
  color: #d8d8d8;
  text-decoration: none;
}

.text-link:hover {
  border-bottom-color: transparent;
}

.blackout-button {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  background-color: #d8d8d8;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.blackout-button:hover {
  background-color: #000;
  color: #d8d8d8;
}

.blackout-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  margin-bottom: -50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.four-text {
  margin-bottom: 30px;
}

.section-map {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}

.map-text {
  text-align: center;
}

.map-subhead {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Helveticaneuehv, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.map-holder {
  width: 90%;
  max-width: 1400px;
  margin: 40px auto;
  padding: 20px;
  border: 1px solid #d8d8d8;
}

@media screen and (max-width: 991px) {
  p {
    width: 85%;
  }

  .icon {
    color: #fff;
    font-size: 36px;
  }

  .brand {
    padding-left: 0px;
  }

  .main-container {
    width: 95%;
  }

  .colophon {
    height: auto;
  }

  .menu-button {
    padding: 10px;
  }

  .hero-container {
    width: 95%;
  }

  .divider-line {
    width: 95%;
  }

  .press-title {
    font-size: 1em;
    line-height: 1.25em;
  }
}

@media screen and (max-width: 767px) {
  p {
    width: 95%;
  }

  .navbar {
    padding-right: 10px;
    padding-left: 15px;
  }

  .brand {
    padding-left: 0px;
  }

  .footer {
    background-image: none;
  }

  .colophon {
    background-image: none;
  }

  .section-hero {
    height: 50vh;
  }

  .hero-quote {
    width: 50%;
    font-size: 1.25em;
  }

  .section-about {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .section-gallery {
    padding-top: 30px;
  }

  .section-press {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .section-faq {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .section-videos {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .video-title {
    font-size: 0.9em;
    line-height: 1em;
  }

  .docuseries-holder {
    width: 80%;
  }

  .docuseries-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tile-holder {
    margin-bottom: 5px;
  }

  .press-row {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .press-item-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: 0%;
    margin-bottom: 40px;
    margin-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .press-title {
    text-align: center;
  }

  .hero-image-byline {
    left: 15px;
  }

  .press-logo-holder {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blackout-button {
    font-size: 16px;
  }

  .blackout-button-holder {
    margin-top: 20px;
  }

  .section-map {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    display: block;
    height: 50px;
    padding-right: 0px;
  }

  .nav-menu {
    width: 100px;
    margin-left: auto;
    background-color: #000;
  }

  .main-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    text-align: right;
  }

  .body {
    font-size: 16px;
  }

  .nav-logo {
    width: 70%;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    margin-left: auto;
    padding: 5px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .section-hero {
    height: 50vh;
  }

  .hero-quote {
    width: 90%;
    padding: 10px;
  }

  .hero-byline {
    letter-spacing: 2px;
  }

  .section-gallery {
    padding-bottom: 20px;
  }

  .section-videos {
    padding-bottom: 20px;
  }

  .docuseries-holder {
    width: 95%;
  }

  .play-icon-tile {
    width: 40px;
  }

  .gallery-row {
    margin-top: 0px;
    margin-bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gallery-image-holder {
    width: 95%;
    margin-bottom: 15px;
  }

  .press-item-holder {
    width: 95%;
  }

  .press-logo {
    max-height: 25px;
  }

  .question {
    font-size: 18px;
  }

  .hero-image-byline {
    top: 60px;
    right: 10px;
    letter-spacing: 0px;
  }

  .blackout-button {
    width: 95%;
  }

  .map-subhead {
    font-size: 18px;
  }
}

@font-face {
  font-family: 'Helveticaneuebd';
  src: url('../fonts/HelveticaNeueBd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneuehv';
  src: url('../fonts/HelveticaNeueHv.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneuemed';
  src: url('../fonts/HelveticaNeueMed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneuelt';
  src: url('../fonts/HelveticaNeueLt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}