.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 10px 20px;
  background-color: #303030;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 150px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 15px 10px 20px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.nav-link:hover {
  background-color: transparent;
  color: #15e415;
  text-decoration: underline;
}

.nav-link.w--current {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 900vh;
  margin-top: -100px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  color: #fff;
}

.centered-container {
  max-width: 1300px;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.image-gallery {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #303030;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/_plane-side.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/_plane-side.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.footer {
  height: auto;
  max-height: none;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #333;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-logo-link {
  max-height: 150px;
  min-width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 250px;
  margin-top: -40px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  color: #ececec;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.footer-link {
  display: block;
  margin-bottom: 5px;
  font-family: Verdana, Geneva, sans-serif;
  color: #ececec;
  text-decoration: none;
}

.footer-link:hover {
  color: #15e415;
  text-decoration: underline;
}

.services {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #f3f3f3;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  -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: 500px;
  -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;
}

.form_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 533px;
  max-width: 992px;
  padding-top: 180px;
  -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;
  background-image: url('../images/airmail_border.png');
  background-position: 0% 50%;
  background-size: cover;
  font-family: Verdana, Geneva, sans-serif;
}

.about-div {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.useful-info {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #006bc1;
}

.useful-link {
  margin-right: 50px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.useful-link:hover {
  color: #cfcfcf;
  text-decoration: underline;
}

.image-2 {
  height: 30px;
  max-width: none;
}

.contact-form {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f8f8f8;
}

.vfr-map-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.privacy {
  margin-bottom: 40px;
  padding-top: 0px;
  font-family: Verdana, Geneva, sans-serif;
}

.tos {
  margin-bottom: 60px;
}

.terms {
  font-family: Verdana, Geneva, sans-serif;
}

.map-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 89.7474%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.maps {
  padding-top: 40px;
}

.maps-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 40px;
  -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: Verdana, Geneva, sans-serif;
}

.sat-map-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.embed-sat-map {
  width: 450px;
  height: 411px;
  max-width: none;
  box-shadow: 3px 3px 11px 0 #9e9e9e;
}

.background-video {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.list-item {
  display: none;
}

.hero-logo {
  width: 600px;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-final {
  position: relative;
  top: 0px;
  z-index: auto;
  height: auto;
  padding: 0px 0px 5px;
  background-color: rgba(0, 0, 0, 0.8);
}

.home-services-div {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-services {
  width: 300px;
  height: 300px;
  margin-right: 11px;
  margin-bottom: 20px;
  margin-left: 11px;
}

.rent-plane {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  -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;
  border-radius: 0%;
  background-image: url('../images/N6955X_small.jpg');
  background-position: 90% 50%;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: box-shadow 200ms ease, -webkit-filter 200ms ease;
  transition: box-shadow 200ms ease, -webkit-filter 200ms ease;
  transition: box-shadow 200ms ease, filter 200ms ease;
  transition: box-shadow 200ms ease, filter 200ms ease, -webkit-filter 200ms ease;
}

.rent-plane:hover {
  box-shadow: 1px 1px 16px 0 #9e9e9e;
  -webkit-filter: none;
  filter: none;
}

.hangar-space {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  -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;
  border-radius: 0%;
  background-image: url('../images/hangars.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: box-shadow 200ms ease, -webkit-filter 200ms ease;
  transition: box-shadow 200ms ease, -webkit-filter 200ms ease;
  transition: box-shadow 200ms ease, filter 200ms ease;
  transition: box-shadow 200ms ease, filter 200ms ease, -webkit-filter 200ms ease;
}

.hangar-space:hover {
  box-shadow: 1px 1px 16px 0 #9e9e9e;
  -webkit-filter: none;
  filter: none;
}

.fuel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  -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;
  border-radius: 0%;
  background-image: url('../images/at-fuel-point_small.jpg');
  background-position: 50% 100%;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: box-shadow 200ms ease, -webkit-filter 200ms ease;
  transition: box-shadow 200ms ease, -webkit-filter 200ms ease;
  transition: box-shadow 200ms ease, filter 200ms ease;
  transition: box-shadow 200ms ease, filter 200ms ease, -webkit-filter 200ms ease;
}

.fuel:hover {
  box-shadow: 1px 1px 16px 0 #9e9e9e;
  -webkit-filter: none;
  filter: none;
}

.maintenance {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-left: 10px;
  -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;
  border-radius: 0%;
  background-image: url('../images/floats.jpg');
  background-position: 50% 0%;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: box-shadow 200ms ease, -webkit-filter 200ms ease;
  transition: box-shadow 200ms ease, -webkit-filter 200ms ease;
  transition: box-shadow 200ms ease, filter 200ms ease;
  transition: box-shadow 200ms ease, filter 200ms ease, -webkit-filter 200ms ease;
}

.maintenance:hover {
  background-image: url('../images/floats.jpg');
  background-position: 50% 0%;
  background-size: cover;
  box-shadow: 1px 1px 16px 0 #9e9e9e;
  -webkit-filter: none;
  filter: none;
}

.services-header {
  background-color: transparent;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: 4px 4px 20px #000;
}

.services-para {
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 16px;
  text-shadow: 4px 4px 20px #000;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.h1.about {
  text-align: left;
}

.about-container {
  display: block;
  max-width: 80%;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.about-section {
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url('../images/DAS-logo-10-opac.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mobile-nav {
  display: none;
}

.services-grid {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

.hero-header {
  margin-top: -100px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: normal;
  text-indent: 1px;
}

.button {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #006bc1;
  box-shadow: 1px 1px 10px 0 #000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.services-subheader {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.div-block-15 {
  background-color: transparent;
}

.h1-light {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.services-image {
  width: 100%;
  max-height: none;
  max-width: 600px;
  box-shadow: 0 0 20px 0 #797979;
}

.services-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-stack-para {
  width: 99.884%;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.body {
  background-color: #f3f3f3;
  -o-object-fit: fill;
  object-fit: fill;
}

.useful-info-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: none;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #006bc1;
}

.vfr-map {
  width: 450px;
  height: 411.296875px;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: auto;
}

.address {
  color: #000;
}

.contact-info {
  text-decoration: none;
}

.contact-info-link {
  color: #000;
  text-decoration: none;
}

.g-maps-link {
  color: #333;
  font-size: 15px;
  text-decoration: none;
}

.centered-container-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.contact-form-submit {
  background-color: #006bc1;
}

.form-contact {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #dadada;
}

.contact-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 15px;
}

.text-area {
  height: 56px;
  min-height: 100px;
  border: 1px solid #dadada;
}

.contact-left {
  width: 40%;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.success-message {
  height: auto;
  padding-top: 0px;
  border: 1px none #dadada;
  background-color: #fff;
}

.success-plane {
  width: 200px;
}

.success-text {
  font-size: 16px;
}

.error-text {
  padding-top: 0px;
  text-align: left;
}

.error-message {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-4 {
  padding-top: 60px;
}

.vfr-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  min-height: 0px;
  min-width: 0px;
  -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;
  box-shadow: 3px 3px 11px 0 #9e9e9e;
}

.heading-5 {
  margin-bottom: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  text-align: center;
}

.contact-header-box {
  padding-bottom: 40px;
}

.div-block-21 {
  margin-bottom: 10px;
  font-size: 20px;
}

.image-9 {
  max-width: 75%;
  margin-bottom: 10px;
}

.button-2 {
  background-color: #006bc1;
}

.amenities {
  display: block;
  margin-top: -85px;
  padding-top: 300px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, transparent), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/2planes_bgrnd.jpg');
  background-image: linear-gradient(180deg, transparent 2%, #fff), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/2planes_bgrnd.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.runways {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-weight: 400;
}

.paved {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.water {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-rwy-heading {
  margin: 0px 15px 0px 5px;
  font-size: 14px;
}

.hours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hours-wknd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pumps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hours-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: #000;
}

.hours-heading {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 14px;
}

.hours-text {
  font-size: 14px;
}

.hours-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-pumps {
  margin-bottom: 0px;
  margin-left: 5px;
}

.hours-header-div {
  margin-right: 0px;
}

.hours-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Verdana, Geneva, sans-serif;
  color: #ececec;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #ececec;
  font-size: 17px;
}

.pumps-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -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;
  background-color: #fff;
  box-shadow: -5px -5px 7px 0 #797979, 5px -5px 7px 0 #797979, 4px 4px 12px 0 #797979, -4px 4px 12px 0 #797979;
}

.services-h4 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
}

.info {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 110px;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  box-shadow: 1px 1px 7px 0 #797979;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-weight: 400;
}

.services-stack-right {
  width: 70%;
  height: 100%;
  padding-bottom: 20px;
}

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
  -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;
}

.stack-wrapper {
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
}

.services-div-top {
  margin-bottom: 20px;
  padding-left: 20px;
  text-align: left;
}

.services-top-wrapper {
  max-width: 80%;
  font-family: Verdana, Geneva, sans-serif;
}

.info-stack-left {
  width: auto;
  padding-left: 0px;
}

.rwy-text {
  margin-left: 10px;
  font-size: 14px;
}

.para-about {
  margin-bottom: 0px;
  float: none;
  clear: none;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-size: 16px;
}

.image-about {
  width: 60%;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  float: right;
  box-shadow: 0 0 20px 0 #797979;
}

.text-link {
  color: #fff;
  text-decoration: none;
}

.gallery-container {
  max-width: 1300px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.drone-credits {
  padding-bottom: 5px;
  border-bottom: 1px solid #686868;
  color: #fff;
}

.nav {
  padding-right: 100px;
}

.services-header-wrapper {
  margin-bottom: 100px;
}

.h2-light-gallery {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

.useful-text-block {
  margin-right: 50px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 16px;
}

.cta-wrapper {
  margin-top: 20px;
}

.copyright-statement {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #686868;
  border-radius: 1px;
  color: #fff;
}

.web-design-lnk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px none #686868;
  color: #fff;
  text-decoration: none;
}

.contact-form-2 {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f8f8;
}

.form_container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 533px;
  max-width: 992px;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: #f8f8f8;
  font-family: Verdana, Geneva, sans-serif;
}

.form-block {
  max-width: 80%;
  min-width: 80%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.form-2-field.message {
  height: 50px;
  min-height: 100px;
}

.success-message-2 {
  background-color: #fff;
  box-shadow: 8px 8px 40px 1px #000;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.new-image {
  position: relative;
  top: auto;
  overflow: hidden;
  width: 207%;
  max-width: none;
}

.new-image-div {
  overflow: hidden;
}

.new-image-div-2 {
  overflow: hidden;
}

.image-10 {
  position: static;
  left: auto;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 133%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.div-block-22 {
  overflow: hidden;
  max-height: none;
}

.div-block-23 {
  overflow: hidden;
}

.hero-heading-center {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-weight: 400;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.team-slider {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.centered-subheading {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-slider-wrapper {
  height: auto;
  margin-top: 50px;
  background-color: transparent;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  padding-bottom: 24px;
  background-color: #fff;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  position: static;
  bottom: -60px;
  margin-top: 24px;
  font-size: 10px;
}

.pricing-overview {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.pricing-description {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pricing-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-card-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pricing-image {
  width: 250px;
  height: 200px;
  max-width: 100%;
  margin-bottom: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-block {
  margin-bottom: 5px;
  font-family: Verdana, Geneva, sans-serif;
  color: #ececec;
}

.centered-heading-copy {
  margin-bottom: 16px;
  text-align: center;
}

.centered-heading-copy.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-subhead {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .hero-overlay {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .centered-container {
    max-width: 800px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .services {
    margin-top: 0px;
    padding-top: 80px;
  }

  .form_container {
    max-width: none;
  }

  .contact-form {
    padding-top: 20px;
  }

  .privacy {
    margin-bottom: 20px;
  }

  .map-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .sat-map-wrapper {
    max-width: 300px;
  }

  .embed-sat-map {
    width: 300px;
    height: 300px;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
  }

  .background-video {
    height: 100%;
  }

  .nav-final {
    display: block;
  }

  .home-services-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-services {
    margin-bottom: 20px;
  }

  .rent-plane {
    -webkit-filter: none;
    filter: none;
  }

  .hangar-space {
    -webkit-filter: none;
    filter: none;
  }

  .fuel {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: -webkit-filter 200ms ease;
    transition: -webkit-filter 200ms ease;
    transition: filter 200ms ease;
    transition: filter 200ms ease, -webkit-filter 200ms ease;
  }

  .maintenance {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: -webkit-filter 200ms ease;
    transition: -webkit-filter 200ms ease;
    transition: filter 200ms ease;
    transition: filter 200ms ease, -webkit-filter 200ms ease;
  }

  .about-section {
    background-position: 50% 35%;
  }

  .services-image {
    width: 100%;
  }

  .vfr-map {
    width: 300px;
    height: 300px;
    max-width: 300px;
  }

  .address {
    margin-right: 104px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 16px;
  }

  .contact-info {
    font-size: 16px;
  }

  .contact-info-link {
    color: #333;
    text-decoration: none;
  }

  .g-maps-link {
    color: #333;
  }

  .centered-container-hero {
    max-width: 991px;
    min-height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-contact {
    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;
  }

  .contact {
    width: 90%;
    margin-left: 40px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .text-field {
    background-color: #fff;
  }

  .contact-right {
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .text-area {
    background-color: #fff;
  }

  .contact-left {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 40px;
  }

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

  .error-message {
    position: absolute;
    top: 1171px;
    overflow: visible;
    width: 100%;
    max-height: 150px;
    min-width: 328px;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .vfr-link {
    width: 300px;
  }

  .gallery-container {
    max-width: 800px;
  }

  .contact-form-2 {
    padding-top: 20px;
  }

  .form_container-2 {
    max-width: none;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
  }

  .hero-overlay {
    padding: 59px 0px 40px;
  }

  .image-gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-image {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-heading {
    margin-bottom: 10px;
  }

  .services {
    padding: 40px 20px;
  }

  .form_container {
    height: 700px;
    padding-top: 100px;
    background-image: url('../images/airmail-mobile-vert.png');
    background-position: 50% 50%;
    background-size: 90% 100%;
    background-repeat: no-repeat;
  }

  .about-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .useful-info {
    padding-left: 5px;
  }

  .useful-link {
    margin-right: 20px;
  }

  .vfr-map-wrapper {
    width: 70%;
    margin-left: 0px;
  }

  .privacy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tos {
    padding-right: 10px;
    padding-left: 10px;
  }

  .map-wrapper {
    -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;
  }

  .map-info-wrapper {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .sat-map-wrapper {
    width: 70%;
    max-width: none;
  }

  .embed-sat-map {
    width: 400px;
    height: 400px;
  }

  .background-video {
    margin-top: -60px;
  }

  .hero-logo {
    display: block;
  }

  .nav-final {
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .h1 {
    margin-bottom: 20px;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 100px;
    background-size: 75%;
  }

  .services-image {
    width: 90%;
  }

  .useful-info-mobile {
    display: none;
  }

  .vfr-map {
    width: 400px;
    height: 400px;
    max-width: none;
  }

  .address {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .contact-info {
    margin-bottom: 20px;
  }

  .centered-container-hero {
    padding-top: 40px;
  }

  .contact-form-submit {
    width: 100%;
  }

  .contact {
    margin-left: 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;
  }

  .contact-right {
    width: 60%;
    margin-left: 0px;
    padding-top: 40px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-area {
    background-color: #fff;
  }

  .contact-left {
    width: 60%;
    padding-left: 0px;
  }

  .success-message {
    width: 42.94736%;
    padding-top: 70px;
  }

  .error-message {
    top: 2046px;
  }

  .section-4 {
    padding-top: 40px;
  }

  .vfr-link {
    width: 400px;
    height: 400px;
  }

  .contact-header-box {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .amenities {
    padding-top: 200px;
  }

  .hours-footer {
    margin-left: 10px;
  }

  .info {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .services-stack-right {
    width: 100%;
  }

  .service {
    padding-right: 20px;
    padding-left: 20px;
  }

  .stack-wrapper {
    -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;
  }

  .image-about {
    width: 90%;
    margin-bottom: 40px;
    margin-left: 0px;
    float: none;
  }

  .footer-col {
    margin-bottom: 10px;
  }

  .footer-list {
    margin-left: 10px;
  }

  .map-para {
    margin-top: -10px;
  }

  .h2 {
    margin-bottom: 20px;
  }

  .nav {
    padding-right: 0px;
  }

  .useful-text-block {
    margin-right: 20px;
  }

  .contact-form-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .form_container-2 {
    height: 700px;
    padding-top: 0px;
  }

  .form-block {
    margin-right: 10px;
    margin-left: 10px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    height: 50px;
    justify-items: end;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-flow: column;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding: 10px;
    border-top: 1px solid #c4c4c4;
    font-size: 16px;
  }

  .nav-link.w--current {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .hero-overlay {
    max-height: none;
    margin-top: -110px;
    margin-right: 0px;
    padding-top: 100px;
    padding-right: 0px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    min-height: 100%;
    min-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .footer-image {
    width: 150px;
    height: 150px;
    max-height: none;
    max-width: none;
    margin-top: 0px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .services {
    margin-top: 0px;
    padding-top: 0px;
  }

  .form_container {
    padding-top: 60px;
  }

  .useful-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .useful-link {
    margin-right: 15px;
  }

  .contact-form {
    padding-bottom: 10px;
  }

  .vfr-map-wrapper {
    width: 95%;
  }

  .sat-map-wrapper {
    width: 95%;
  }

  .embed-sat-map {
    width: 300px;
    height: 300px;
  }

  .background-video {
    height: 100%;
    margin-top: -110px;
  }

  .hero-logo {
    width: 450px;
    margin-top: -40px;
    padding-top: 0px;
  }

  .nav-final {
    display: block;
    padding: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .home-services {
    text-align: center;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .mobile-nav {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .menu-button {
    margin-left: -60px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .nav-menu-2 {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .nav-link-phone {
    color: #fff;
    font-size: 16px;
    text-align: center;
  }

  .nav-link-phone:hover {
    color: #15e415;
    text-decoration: underline;
  }

  .nav-link-phone.w--current {
    font-family: Verdana, Geneva, sans-serif;
    color: #15e415;
    text-align: center;
    text-decoration: underline;
  }

  .hero-header {
    margin-top: -80px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }

  .services-image {
    width: 100%;
  }

  .useful-info-mobile {
    position: relative;
    z-index: 10;
    display: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .vfr-map {
    width: 300px;
    height: 300px;
    min-height: auto;
  }

  .centered-container-hero {
    max-width: none;
    min-height: 0px;
    padding-top: 110px;
    text-align: left;
  }

  .contact-form-submit {
    white-space: normal;
  }

  .error-message {
    top: 1895px;
  }

  .vfr-link {
    width: 300px;
    height: 300px;
  }

  .amenities {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, transparent), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/2planes_bgrnd.jpg');
    background-image: linear-gradient(180deg, transparent 2%, #fff), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/2planes_bgrnd.jpg');
    background-position: 0px 0px, 0px 0px, 50% 0%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .info {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 10px;
  }

  .services-stack-right {
    width: 100%;
  }

  .service {
    padding-right: 10px;
    padding-left: 10px;
  }

  .stack-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-stack-left {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-about {
    width: 100%;
    margin-bottom: 20px;
  }

  .gallery-container {
    text-align: left;
  }

  .drone-credits {
    margin-bottom: 0px;
    text-align: center;
  }

  .nav {
    padding-right: 0px;
  }

  .cta-wrapper {
    text-align: center;
  }

  .copyright-statement {
    margin-bottom: 0px;
    text-align: center;
  }

  .web-design-lnk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .form_container-2 {
    padding-top: 20px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .pricing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .centered-heading-copy {
    margin-bottom: 24px;
  }

  .hero-subhead {
    line-height: 35px;
  }
}

#w-node-_91131b29-a189-8c94-004f-51bc7dc9c78b-9c3a0fb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_91131b29-a189-8c94-004f-51bc7dc9c795-9c3a0fb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_91131b29-a189-8c94-004f-51bc7dc9c79f-9c3a0fb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_66d9ccde-cf02-cd31-e0b2-4f7046d83e91-e175ca8e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_282b8180-8846-f273-d696-cf5c027317aa-8c849c39 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_282b8180-8846-f273-d696-cf5c027317ab-8c849c39 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_282b8180-8846-f273-d696-cf5c027317ac-8c849c39 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_282b8180-8846-f273-d696-cf5c027317ae-8c849c39 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_282b8180-8846-f273-d696-cf5c027317b2-8c849c39 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

