*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body {
  -webkit-font-smoothing: antialiased;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
img,
picture {
  display: block;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}
:focus-visible {
  border: none;
  outline: 1px solid #BCCCDF;
	outline-offset: 4px;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
h1 {
  position: relative;
  margin: 0 auto 40px;
  padding-left: 5px;
  color: #fff;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
}
h2 {
  margin: 0 0 15px;
  color: #0e374e;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2em;
}
h3 {
  margin: 0 0 10px;
  padding-left: 2px;
  color: #238dc1;
  font-size: 14px;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
p,
ul {
  color: #000;
  font-size: 14px;
  line-height: 1.7em;
  padding: 0 0 1.7em;
}
ul {
  margin: 0 0 0 20px;
}
a {
  color: #0e374e;
  transition: color 300ms ease-in-out;
}
a:hover {
  color: #238dc1;
}
input[type="email"] {
  height: 36px;
  width: 316px;
  max-width: 100%;
  margin: 0 0 5px;
  padding: 0 10px;
  color: #707070;
  border-radius: 3px;
  background: #D9D9D9;
  border: 3px solid #D9D9D9;
  transition: background 300ms ease-in-out, border 300ms ease-in-out;
}
input[type="email"]:hover {
  background: #fff;
  border: 3px solid #fff;
  outline: none;
}
input[type="email"]:user-invalid,
form.error input[type="email"] {
  background: #EBD8D8;
  border: 3px solid #D02727;
}
.error-message {
  display: block;
  height: 20px;
  margin: 0 0 5px;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
input[type=submit] {
  /* width: 136px; */
  height: 44px;
  padding: 0 20px 0 20px;
  color: #a2cf5f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: none;
  border: 2px solid #a2cf5f;
  border-radius: 22px;
  cursor: pointer;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
}
input[type=submit]:hover,
input[type=submit]:focus-visible {
  color: #fff;
  background: #a2cf5f;
}
input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}
input::placeholder {
  color: #707070;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
}
button {
  outline: none;
  border: none;
  background: none;
}
.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  background: #00263b;
  box-shadow: 12px 0px 25px 0px rgba(0, 0, 0, 0.10), 46px 0px 46px 0px rgba(0, 0, 0, 0.09), 104px 0px 62px 0px rgba(0, 0, 0, 0.05), 185px 0px 74px 0px rgba(0, 0, 0, 0.01), 288px 0px 81px 0px rgba(0, 0, 0, 0.00);
}
.hamburger-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  margin: 0 0 auto;
  border-bottom: 1px solid #238dc1;
  z-index: 9;
}
.hamburger.nav-item {
  position: relative;
  width: 24px;
  height: 16px;
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: #238dc1;
  transition: background 300ms ease-in-out;
}
.hamburger span:nth-child(2) {
  top: 7px;
}
.hamburger span:last-child {
  top: auto;
  bottom: 0;
}
.hamburger:hover span {
  background: #a2cf5f;
}

.nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.nav .nav-item {
  display: block;
  position: relative;
  width: 100%;
  height: 25px;
  margin: 0 auto;
  background: #00263b;
  cursor: pointer;
}
.nav .nav-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 27px;
  width: 16px;
  height: 1px;
  background: #238dc1;
  transition: background 300ms ease-in-out, width 300ms ease-in-out;
}
.nav .nav-item:after {
  content: 'Home';
  position: absolute;
  top: 8px;
  left: calc(100% + 5px);
  width: 300px;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-300px);
  transition: opacity 900ms ease-in-out, transform 900ms ease-in-out;
  z-index: -1;
}
.nav .nav-item[data-nav="international-arrivals"]:after { content: 'International'; }
.nav .nav-item[data-nav="concourse-a"]:after { content: 'Concourse A'; }
.nav .nav-item[data-nav="moving-walkways"]:after { content: 'Moving Walkways'; }
.nav .nav-item[data-nav="car-rental"]:after { content: 'Car Rental'; }
.nav .nav-item[data-nav="hotel"]:after { content: 'Hotel'; }
.nav .nav-item[data-nav="intersection"]:after { content: 'Intersection'; }
.nav .nav-item[data-nav="runway-rehab"]:after { content: 'Runway Rehab'; }
.nav .nav-item[data-nav="park-wait"]:after { content: 'Park & Wait'; }
.nav .nav-item[data-nav="on-approach"]:after { content: 'On Approach'; }

.nav .nav-item.active:before,
.nav .nav-item:hover:before {
  width: 30px;
  background: #a2cf5f;
  transition-delay: 100ms;
}
.nav .nav-item.show-text:after,
.nav .nav-item:hover:after {
  transform: translateX(0);
  transition-delay: 100ms;
  opacity: 1;
}
.logo {
  width: 46px;
  height: 54px;
  margin: auto auto 30px;
  background: url('../images/naa-logo.png') no-repeat;
  background-size: contain;
  transition: transform 300ms ease-in-out;
  cursor: pointer;
}
.logo:hover {
  transform: scale(1.1);
}

/* Full screen menu */
#menu {
  display: flex;
  flex-direction: column;
  width: calc(100% - 70px);
  height: 100vh;
  margin-left: 70px;
}
.menu-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  background: #011d2f;
}
.menu-header img {
  width: 221px;
}
.menu-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.menu-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: calc(100% / 3);
  height: calc((100vh - 90px) / 3);
  cursor: pointer;
}
.menu-item.nav-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #a2cf5f;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.menu-item .section-name {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 45px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: #00263b;
}
.menu-item .section-name:before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 15px;
  width: 20px;
  height: 1px;
  background: #238dc1;
  transition: background 300ms ease-in-out;
}
.menu-item.nav-item:focus {
  outline: none;
}
.menu-item.nav-item:focus:before {
  opacity: 0;
}
.menu-item.nav-item:hover:before,
.menu-item.nav-item:focus-visible:before {
  opacity: 1;
}
.menu-item.nav-item:hover span:before,
.menu-item.nav-item:focus-visible span:before {
  background: #a2cf5f;
}

.menu-item[data-nav="home"] {
  background: url('../images/menu-bg-home.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.menu-item[data-nav="concourse-a"] {
  background: url('../images/menu-bg-concourse-a.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.menu-item[data-nav="moving-walkways"] {
  background: url('../images/menu-bg-moving-walkways.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.menu-item[data-nav="hotel"] {
  background: url('../images/menu-bg-hotel.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.menu-item[data-nav="international-arrivals"] {
  background: url('../images/menu-bg-international-arrivals.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.menu-item[data-nav="runway-rehab"] {
  background: url('../images/menu-bg-runway-rehab.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.menu-item[data-nav="car-rental"] {
  background: url('../images/menu-bg-car-rental.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.menu-item[data-nav="on-approach"] {
  background: url('../images/menu-bg-on-approach.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.menu-item[data-nav="intersection"] {
  background: url('../images/menu-bg-intersection.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.menu-item[data-nav="park-wait"] {
  background: url('../images/menu-bg-park-wait.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.nav-sign-up {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 25px;
  background: #00263b;
  cursor: default;
}
.nav-sign-up p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
  text-transform: none;
  transition: opacity 300ms ease-in-out;
}
.nav-sign-up h3 {
  transition: opacity 300ms ease-in-out;
}
.register {
  width: 100%;
  transition: opacity 300ms ease-in-out;
}
.content-block {
  position: relative;
}
.info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  min-height: 100vh;
  height: 100vh;
  padding: 20px 60px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
  overflow-y: scroll;
  z-index: 9;
}
p.list-heading {
  padding: 0;
}
.info-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 0 20px;
  font-size: 10px;
  color: black;
}
.info-box .icon:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #238dc1;
  border-radius: 2px;
}
#intersection .info-box .icon-lottie {
  width: 55px;
  height: 55px;
}
.eyebrow {
  margin: 0 0 5px;
  color: #238dc1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.transform-logo {
  width: 331px;
  margin: 0 0 25px;
}
.continue {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 36px;
  padding: 0 0 0 25px;
  color: #0e374e;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 3px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 300ms ease-in-out;
}
.continue:hover {
  color: #a2cf5f;
}
.continue:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 30px;
  background: url('../images/arrow-continue.png') no-repeat;
  background-size: contain;
}
.container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.bg-image video {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
}
.video-control {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 24px;
  height: 24px;
  background: url('../images/video-play-icon.png') no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 9999;
  transition: background 300ms ease-in-out, bottom 300ms ease-in-out;
}
.video-control.pause {
  background: url('../images/video-pause-icon.png') no-repeat;
  background-size: contain;
}
.view-3d {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 20px;
  padding: 10px 15px;
  color: #00263b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(217,217,217,.58);
  transition: background 300ms ease-in-out;
}
.view-3d:hover {
  background: rgba(255,255,255,1);
}
.view-3d:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 24px;
  margin: 0 10px 0 0;
  background: url('../images/icon-3d.png') no-repeat;
  background-size: contain;
}
.disclaimer {
  position: absolute;
  bottom: 30px;
  left: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
.bg-image {
  position: relative;
  width: calc(100% - 550px);
  height: 100vh;
  margin: 0 0 0 70px;
}
#home .bg-image.one {
  background: url('../images/bg-home.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#concourse-a .bg-image.two {
  background: url('../images/bg-concourse-a-1.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#concourse-a .bg-image.three {
  background: url('../images/bg-concourse-a-2.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#moving-walkways .bg-image.one {
  background: url('../images/bg-moving-walkways-1.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#runway-rehab .bg-image.one {
  background: url('../images/bg-runway-rehab-1.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#runway-rehab .bg-image.two {
  background: url('../images/bg-runway-rehab-2.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#international-arrivals .bg-image.one {
  background: url('../images/bg-international-arrivals-1.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#car-rental .bg-image.one {
  background: url('../images/bg-car-rental-1.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#on-approach .bg-image.one {
  background: url('../images/bg-on-approach-1.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#hotel .bg-image.one {
  background: url('../images/bg-hotel-1.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#intersection .bg-image.one {
  background: url('../images/bg-intersection-1.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#park-wait .bg-image.one {
  background: url('../images/bg-park-wait-1.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.heading-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  padding: 70px 0 70px 70px;
  background: linear-gradient(270deg, #00263b 0%, #0e374e 100%);
}
.heading-map {
  position: relative;
  width: 690px;
  max-width: 100%;
  height: 517px;
  margin: 0 auto 40px;
  background: url('../images/map-outline-1.png') no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.heading-map-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#concourse-a .heading-map-highlight {
  background: url('../images/map-concourse-a-highlight.png') no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#moving-walkways .heading-map-highlight {
  background: url('../images/map-moving-walkways-highlight.png') no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#hotel .heading-map-highlight {
  background: url('../images/map-hotel-highlight.png') no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#international-arrivals .heading-map-highlight {
  background: url('../images/map-international-arrivals-highlight.png') no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#car-rental .heading-map-highlight {
  background: url('../images/map-car-rental-highlight.png') no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#on-approach .heading-map-highlight {
  background: url('../images/map-on-approach-highlight.png') no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#runway-rehab .heading-map {
  position: relative;
  width: 1076px;
  height: 608px;
  margin: 0 auto 40px;
  background: url('../images/map-runway-rehab-outline.png') no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#runway-rehab .heading-map-highlight {
  background: url('../images/map-runway-rehab-highlight.png') no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#intersection .heading-map,
#park-wait .heading-map {
  position: relative;
  width: 570px;
  height: 483px;
  margin: 0 auto 40px;
  background: url('../images/map-outline-2.png') no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#intersection .heading-map-highlight {
  background: url('../images/map-intersection-highlight.png') no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#park-wait .heading-map-highlight {
  background: url('../images/map-park-wait-highlight.png') no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.heading-arrow {
  width: 12px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(-30px);
}
#intro {
  width: calc(100% - 70px);
  height: 100vh;
  margin: 0 0 0 70px;
  overflow: hidden;
  background: #00263b;
}
#intro-lottie {
  position: absolute;
  top: 50%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  transform: translateY(-50%);
}
#intro-lottie svg {
  background: #00263b;
}
.bg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: calc(100% - 480px);
  min-height: 100vh;
  padding-left: 70px;
}

.progress-container {
  position: absolute;
  top: 0;
  left: 70px;
  width: calc(100% - 550px);
  height: 5px;
  z-index: 999;
}
.progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: linear-gradient(90deg, #a2cf5f 0%, #238dc1 100%);
}

#footer {
  display: flex;
  flex-direction: column;
  width: calc(100% - 70px);
  margin-left: 70px;
}
#footer p {
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #a2cf5f;
}
.footer-bg {
  flex-grow: 1;
  width: 100%;
  background: url('../images/bg-footer.jpg') no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
.footer-content {
  display: flex;
  flex-direction: column;
  height: auto;
  color: #fff;
  background: #0e374e;
}
.footer-content .wrapper {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.footer-top {
  padding: 45px 0 15px;
}
.footer-mid {
  padding: 15px 0 30px;
}
.footer-mid .wrapper {
  display: flex;
}
.footer-mid .col {
  width: 33%;
  padding: 0 60px;
  border-right: 1px solid #a2cf5f;
}
.footer-mid .col:nth-child(2) p {
  font-size: 12px;
}
.footer-mid .col:first-child {
  padding: 0 60px 0 0;
}
.footer-mid .col:last-child {
  padding: 0 0 0 60px;
  border: none;
}
.footer-mid h3 {
  color: #a2cf5f;
}
.footer-mid .col:first-child h3,
.footer-mid .col:first-child p {
  transition: opacity 300ms ease-in-out;
}
.footer-mid .social {
  display: flex;
  margin: 10px 0 20px;
}
.footer-mid .icon {
  width: 27px;
  height: 27px;
  margin: 0 20px 0 0;
}
.footer-mid .icon.instagram {
  background: url('../images/instagram-icon.svg') no-repeat;
  background-size: contain;
}
.footer-mid .icon.facebook {
  background: url('../images/facebook-icon.svg') no-repeat;
  background-size: contain;
}
.footer-mid .icon.twitter {
  background: url('../images/twitter-icon.svg') no-repeat;
  background-size: contain;
}
.footer-mid .icon.linkedin {
  background: url('../images/linkedin-icon.svg') no-repeat;
  background-size: contain;
}
.footer-mid ul {
  list-style: none;
  padding: 0;
}
.footer-mid li {
  position: relative;
}
.footer-mid li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: -20px;
  width: 10px;
  height: 1px;
  background: #a2cf5f;
}
.footer-mid a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.footer-mid a:hover {
  color: #a2cf5f;
}
.footer-bot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  margin: auto 0 0;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #a2cf5f;
}
.footer-bot .divider {
  color: #4c4c4c;
}
.footer-bot a {
  color: #238dc1;
  font-weight: 700;
  text-decoration: none;
}
.footer-bot a:hover {
  color: #fff;
}

.scrolljacked-to-death {
  scrollbar-width: none;

  ::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
  }
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: calc(30px + (64 - 30) * ((100vw - 300px) / (1440 - 300)));
  }
  h2 {
    font-size: calc(27px + (38 - 27) * ((100vw - 300px) / (1440 - 300)));
  }
  #footer .wrapper {
    padding: 0 45px;
  }
}

@media screen and (max-width: 1200px) {
  .info-box {
    width: 420px;
    padding: 30px 45px;
  }
  .bg-image {
    width: calc(100% - 490px);
  }
  .progress-container {
    width: calc(100% - 490px);
  }
  .footer-mid .col:first-child {
    padding: 0 30px 0 0;
  }
  .footer-mid .col:nth-child(2) {
    padding: 0 30px;
  }
  .footer-mid .col:last-child {
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width: 1024px) {
  section {
    min-height: auto;
  }
  .heading-block {
    min-height: calc(100vh - 68px);
    height: calc(100vh - 68px);
    width: 100%;
    margin: 0;
  }
  .header {
    flex-direction: row;
    width: 100%;
    height: 70px;
    z-index: 9999;
  }
  .hamburger-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    margin: 0 auto 0 0;
    border-bottom: none;
  }
  .nav {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 300px;
    height: 100%;
    margin-left: -150px;
  }
  .nav .nav-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: none;
    pointer-events: none;
  }
  .nav .nav-item:before {
    display: none;
  }
  .nav .nav-item:after,
  .nav .nav-item.active:after {
    display: none;
  }
  .logo {
    margin: 0 auto;
  }
  #intro {
    width: 100%;
    margin: 0;
  }
  .progress-container {
    top: 0;
    left: 0;
    width: 100%;
  }
  .info-box {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 60px 45px;
  }
  .bg-image {
    height: 56.66vw;
    min-height: 56.66vw;
    width: 100%;
    margin: 0;
  }
  .heading-block {
    padding: 60px;
  }
  #menu {
    width: 100%;
    height: calc(100vh - 68px);
    margin-left: 0;
  }
  .menu-header {
    display: none;
  }
  .menu-item {
    height: calc((100vh - 68px) / 3);
  }
  .nav-sign-up {
    padding: 0 20px;
  }
  .nav-sign-up p {
    padding: 0 0 10px;
    font-size: 12px;
    line-height: 1.4em;
  }
  .nav-sign-up form input[type="email"] {
    margin: 0 0 10px;
  }
  .video-control {
    left: 40px;
    bottom: 40px;
  }
  #footer {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .info-box {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    transform: none;
  }
  #menu {
    height: auto;
  }
  .menu-wrapper {
    overflow: scroll;
  }
  .menu-header {
    display: none;
  }
  .menu-item {
    width: 50%;
  }
  .nav-sign-up {
    width: 100%;
    height: auto;
    padding: 60px 45px;
  }
  .nav-sign-up p {
    padding: 0 0 1.7em;
    font-size: 14px;
    line-height: 1.7em;
  }
  .nav-sign-up form input[type="email"] {
    margin: 0 0 1.7em;
  }
  .heading-block {
    padding: 60px 30px;
  }
  .heading-map {
    width: 100%;
    height: 50%;
  }
  #runway-rehab .heading-map,
  #runway-rehab .heading-map-highlight {
    background-position: 100% 50%;
  }
  .footer-mid .wrapper {
    flex-wrap: wrap;
  }
  .footer-mid .col:first-child {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    border-right: none;
  }
  .footer-mid .col:nth-child(2) {
    width: 50%;
    padding: 0 60px 0 0;
  }
  .footer-mid .col:last-child {
    width: 50%;
    padding: 0 0 0 60px;
  }
  .footer-mid input[type="email"] {
    width: 50%;
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 600px) {
  #home .bg-image {
    display: none;
  }
  .info-box {
    justify-content: flex-start;
    padding: 60px 45px;
  }
  #home .info-box {
    padding: 90px 45px 60px
  }
  .menu-item {
    width: 100%;
  }
  .heading-block {
    padding: 60px 15px;
  }
  #runway-rehab .heading-map {
    width: 100%;
    height: 50%;
    background-size: cover;
  }
  #runway-rehab .heading-map-highlight {
    background-size: cover;
  }
  .footer-bg {
    display: none;
  }
  .footer-content {
    min-height: calc(100vh - 70px);
  }
  .footer-mid input[type="email"] {
    width: 100%;
  }
  .footer-mid .col:first-child {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #a2cf5f;
  }
  .footer-mid .col:nth-child(2) {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #a2cf5f;
  }
  .footer-mid .col:last-child {
    width: 100%;
    padding: 0;
  }
  .footer-bot {
    font-size: 12px;
  }
}
