.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: #1e2245;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 62px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: -2px;
}

h2 {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #1e2245;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  color: #1e2245;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -1.25px;
}

h4 {
  margin-top: 24px;
  margin-bottom: 16px;
  color: #1e2245;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -1px;
}

h5 {
  margin-top: 24px;
  margin-bottom: 16px;
  color: #1e2245;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: -0.75px;
}

h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  color: #1e2245;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

p {
  margin-bottom: 16px;
  color: #6e707b;
  font-size: 16px;
  line-height: 25px;
}

a {
  color: #1f6de2;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  color: #1e2245;
}

ul {
  margin-top: 32px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 32px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 6px;
  color: #1e2245;
  font-size: 15px;
  font-weight: 500;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 3px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 0px;
  padding: 16px 24px;
  border-left: 2px solid #1f6de2;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

figcaption {
  margin-top: 12px;
  text-align: center;
}

.container {
  width: 1200px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.container.bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 32px;
}

.container._770 {
  width: 770px;
}

.container._970 {
  width: 970px;
}

.container._690 {
  width: 690px;
}

.container._900 {
  width: 900px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  -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: #fff;
}

.button {
  padding: 16px 45px 17px;
  border-radius: 3px;
  background-color: #1f6de2;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #0f58c5;
  color: #fff;
}

.button.nav {
  padding-top: 13px;
  padding-bottom: 14px;
}

.button.white {
  margin: 0px;
  background-color: #fff;
  -webkit-transition: color 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease;
  color: #1e2245;
  text-align: center;
}

.button.white:hover {
  color: rgba(30, 34, 69, 0.65);
}

.button.white.line-border {
  padding: 14px 25px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

.button.white.line-border:hover {
  background-color: #fff;
  color: #1e2245;
}

.button.white._32-top-margin {
  margin-top: 32px;
}

.button.white.cta-button {
  margin-left: 20px;
}

.button.white.intro-flight-call-button {
  margin-top: 20px;
  background-color: #fff;
}

.button.sky {
  background-color: #44abf6;
}

.button.sky:hover {
  background-color: #2ea2f7;
}

.button.sky.nav {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button.wide {
  padding-right: 120px;
  padding-left: 120px;
}

.button._24-top {
  max-width: 250px;
  margin-top: 24px;
}

.button._24-top.button-learn {
  margin-left: 0px;
  border: 2px none #000;
  background-color: #fff;
  color: #1e2245;
}

.button._32-top {
  margin-top: 32px;
}

.button.background-1 {
  background-color: #10395f;
}

.button.background-1:hover {
  background-color: #1f6de2;
}

.button.icon {
  padding-left: 66px;
  background-image: url('../images/quote-icon.svg');
  background-position: 37px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.button._8-top {
  margin-top: 8px;
}

.button.small {
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.grey {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #f0f4f5;
  -webkit-transition: color 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease;
  color: #1e2245;
  text-align: center;
}

.button.grey:hover {
  background-color: #10395f;
  color: #fff;
}

.button._16-top {
  margin-top: 16px;
}

.button.fact-sheet {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button.booking-portal {
  margin-top: 20px;
  background-color: #fff;
}

.button.booking-portal.contact-page-book {
  background-color: #1f6de2;
}

.button.booking-button {
  margin: 20px 0px 0px;
  background-color: #fff;
  color: #1e2245;
}

.nav-link {
  padding: 14px 12px 13px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

.nav-link:hover {
  color: rgba(30, 34, 69, 0.75);
}

.nav-link.w--current {
  color: #1e2245;
}

.nav-link.phone {
  margin-right: 24px;
}

.logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu {
  padding-right: 24px;
}

.nav-menu.grow {
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 12px 13px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

.menu-dropdown-icon {
  margin-left: 8px;
}

.header {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #10395f;
}

.header.elements-page {
  padding-top: 110px;
  padding-bottom: 86px;
}

.header.utility {
  padding-top: 110px;
  padding-bottom: 86px;
  background-color: #44abf6;
  background-image: url('../images/pictou-island-scenic-flight-tour.jpeg');
  background-position: 50% 50%;
  background-size: auto;
}

.header.lp1 {
  margin-top: 0px;
  padding-top: 190px;
  background-image: url('../images/received_219330653307908.jpeg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: repeat;
}

.header.lp5 {
  padding-top: 150px;
  padding-bottom: 170px;
  background-image: url('../images/scenic-view-from-plane.jpg');
  background-position: 50% 50%;
  background-size: 100%;
}

.header.lp5.fuel-sales {
  background-image: url('../images/Debert-Airport-3_1.jpg');
  background-position: 0% 50%;
  background-size: 150%;
}

.header.lp5.rental {
  padding-bottom: 49px;
  background-image: url('../images/Debert-Airport-7.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.header.home {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url('../images/small-airplane-flying.jpg');
  background-position: 0% 50%;
  background-size: 175%;
}

.header.inner-page {
  padding-top: 110px;
  padding-bottom: 86px;
}

.header.white {
  padding-top: 110px;
  padding-bottom: 86px;
  background-color: #fff;
  background-image: url('../images/chuttersnap-9AqIdzEc9pY-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.header.membership-header {
  background-image: url('../images/debert-flight-centre-plane-takeoff.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.styleguides-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.styleguides-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-right: 10%;
  padding-right: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.styleguides-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1-heading-dark {
  font-family: Lato, sans-serif;
  color: #1e2245;
}

.color-label {
  color: #1e2245;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}

.heading-div {
  margin-bottom: 32px;
}

.color-grid {
  margin-top: 48px;
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color {
  height: 100px;
  margin-bottom: 16px;
  border-radius: 3px;
}

.color.handy-blue {
  background-color: #1f6de2;
}

.color.handy-sky {
  background-color: #44abf6;
}

.color.handy-footer {
  background-color: #1e2245;
}

.color.background-1 {
  background-color: #10395f;
}

.color.background-2 {
  background-color: #d3eef4;
}

.color.background-3 {
  background-color: #f0f4f5;
}

.color.white {
  border: 1px solid #f0f4f5;
  background-color: #fff;
}

.color.handy-text {
  background-color: #1e2245;
}

.color.paragraph-text {
  background-color: #6e707b;
}

.navbar-div {
  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;
}

.navbar-div.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.utility-page-wrap {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  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;
  background-color: #f0f4f5;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  -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;
}

.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;
}

.header-subtitle {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.header-subtitle._40 {
  margin-bottom: 40px;
}

.header-subtitle._40._75 {
  width: 75%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 171px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.header-title-wrap {
  width: 540px;
}

.header-title-wrap.center {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.h1-inner-page {
  color: #fff;
  font-size: 38px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: -1.5px;
}

.h1-inner-page.dark {
  padding-right: 217px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  font-weight: 400;
}

.breadcrumb {
  display: inline-block;
  color: #1e2245;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb.link {
  opacity: 0.85;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #1e2245;
}

.breadcrumb.link:hover {
  opacity: 1;
  color: #fff;
}

.breadcrumb.dark {
  color: #fff;
}

.breadcrumb.dark.link {
  -webkit-transition: color 250ms ease, opacity 250ms ease;
  transition: color 250ms ease, opacity 250ms ease;
  color: #fff;
}

.breadcrumb.dark.link:hover {
  color: #1e2245;
}

.breadcrumb-divider {
  margin-right: 8px;
  margin-bottom: 1px;
  margin-left: 8px;
  opacity: 0.25;
  color: #fff;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: #1e2245;
  color: #1e2245;
}

.footer-v1-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link-grid {
  grid-auto-flow: column;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link {
  display: block;
  margin-bottom: 24px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.footer-link.grey {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  line-height: 19px;
}

.footer-link.grey:hover {
  color: #fff;
}

.footer-link.dark {
  color: rgba(30, 34, 69, 0.75);
  font-size: 15px;
  line-height: 21px;
}

.footer-link.dark:hover {
  color: #1e2245;
}

.footer-about {
  margin: 0px 10px 0px 20px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  text-align: right;
}

.footer-about.copyright {
  margin-bottom: 24px;
  color: #1e2245;
  font-size: 13px;
  font-weight: 500;
}

.footer-info-div {
  width: 70%;
}

.footer-bottom {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

.footer-bottom.link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

.footer-bottom.link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.footer-bottom.link.right {
  margin-left: 32px;
}

.footer-bottom.link.right.dark {
  color: #1e2245;
  font-size: 14px;
}

.footer-bottom.link.right.dark:hover {
  color: rgba(30, 34, 69, 0.65);
}

.bottom-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.text-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #fff;
  text-decoration: none;
}

.text-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.sidebar-nav-links {
  display: block;
  margin-bottom: 8px;
  padding: 16px 24px;
  border-radius: 3px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #1e2245;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.sidebar-nav-links:hover {
  background-color: #f0f4f5;
}

.sidebar-nav-links.w--current {
  background-color: #f0f4f5;
}

.sidebar-nav-div {
  margin-top: 40px;
}

.header-1-grid {
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr minmax(300px, 300px);
  grid-template-columns: 1fr minmax(300px, 300px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.open-times {
  padding: 32px 40px;
  border-radius: 3px;
  background-color: #fff;
}

.calendar-day {
  margin-bottom: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

.calendar-time {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.open-day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-1-text {
  max-width: 700px;
  margin-bottom: 32px;
}

.open-times-title {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.nav-button-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.text-field {
  height: 54px;
  margin-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 3px;
  background-color: #f0f4f5;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.text-field:focus {
  background-color: #eaf0f1;
}

.text-field::-webkit-input-placeholder {
  color: rgba(30, 34, 69, 0.5);
  font-size: 14px;
  font-weight: 500;
}

.text-field:-ms-input-placeholder {
  color: rgba(30, 34, 69, 0.5);
  font-size: 14px;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  color: rgba(30, 34, 69, 0.5);
  font-size: 14px;
  font-weight: 500;
}

.text-field::placeholder {
  color: rgba(30, 34, 69, 0.5);
  font-size: 14px;
  font-weight: 500;
}

.text-field.white {
  background-color: #fff;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.text-field.white:focus {
  background-color: rgba(255, 255, 255, 0.85);
}

.text-field.white.message {
  height: 100px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-field.message {
  width: 100%;
  height: 90px;
  max-height: 110px;
  max-width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-field._16-bottom {
  margin-bottom: 16px;
}

.lp2-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 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;
}

.lp2-form-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.checkmark-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  -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: 10px;
  background-color: #fff;
}

.unsubscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.unsubscribe-text {
  font-size: 13px;
  font-weight: 500;
}

.page-text {
  margin-top: 18px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.h1-inner-div.center {
  margin-right: auto;
  margin-left: auto;
}

.paragraph-div {
  margin-bottom: 16px;
}

.under-button-link {
  margin-top: 28px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #1e2245;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.under-button-link:hover {
  color: #1f6de2;
}

.under-button-link._0-top {
  margin-top: 0px;
}

.h2-heading.center {
  font-weight: 400;
  text-align: center;
}

.stat-div {
  margin-right: 50px;
  margin-bottom: 24px;
}

.stats-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stat-about {
  color: #8c9cb4;
  font-size: 15px;
  font-weight: 500;
}

.element-divider-section {
  padding-top: 12px;
  padding-bottom: 12px;
}

.line {
  height: 1px;
  background-color: rgba(16, 57, 95, 0.08);
}

.white-box {
  border-radius: 3px;
  background-color: #fff;
}

.white-box._40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 41px 41px 41px 40px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.white-box._15-right {
  padding-right: 15%;
}

.title-text {
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
}

.title-text.contact {
  display: block;
  margin-bottom: 8px;
  color: #1e2245;
  text-decoration: none;
}

.title-text.contact.link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

.title-text.contact.link:hover {
  color: rgba(30, 34, 69, 0.75);
}

.arrow-button {
  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;
  color: #1e2245;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.arrow-button._24-top {
  margin-top: 24px;
}

.read-more-arrow {
  margin-top: 2px;
  margin-left: 8px;
}

.green-feature {
  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;
  font-size: 15px;
  font-weight: 500;
}

.service-icon {
  margin-right: 16px;
}

.service-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  line-height: 32px;
  font-weight: 500;
}

.two-service-tag {
  display: inline-block;
  margin-top: 16px;
  padding: 7px 20px 8px;
  border-radius: 20px;
  background-color: #d3eef4;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.team-box-top {
  position: relative;
  height: 270px;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-box-top.ray {
  height: 300px;
  max-width: 250px;
  background-image: url('../images/matt-photo.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
}

.team-box-top.palma {
  height: 300px;
  max-width: 250px;
  background-image: url('../images/palmainstructor.png'), url('../images/tobias.jpg');
  background-position: 50% 0%, 50% 15%;
  background-size: 100%, cover;
  background-repeat: repeat, no-repeat;
}

.team-box-top.tim-m {
  height: 300px;
  max-width: 250px;
  background-image: url('../images/tim-m.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.team-box-top.peter {
  height: 450px;
  background-image: url('../images/charlesinstructor.png'), url('../images/peter.jpg');
  background-position: 0px 0px, 50% 15%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.team-box-top.josh-k {
  height: 300px;
  max-width: 250px;
  background-image: url('../images/josh-k.jpeg'), url('../images/charlesinstructor.png');
  background-position: 0px 0px, 50% 0%;
  background-size: cover, 100%;
  background-repeat: repeat, repeat;
}

.team-box-top.liam {
  height: 300px;
  max-width: 250px;
  background-image: url('../images/matt-kelly.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-box-top.sam {
  height: 300px;
  max-width: 250px;
  background-image: url('../images/saminstructor.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%, 50% 25%;
  background-size: 100%, cover;
  background-repeat: repeat, no-repeat;
}

.team-box-top.denyse {
  height: 60%;
  max-width: 250px;
  padding-right: 0px;
  background-image: url('../images/denyse-sibley-general-manager.jpeg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 50% 25%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.team-box-top.jason-h {
  height: 300px;
  background-image: url('../images/jasoninstructor.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%, 50% 25%;
  background-size: 450px, cover;
  background-repeat: repeat, no-repeat;
}

.team-box-top.charles-j {
  height: 300px;
  background-image: url('../images/charlesinstructor.png');
  background-position: 50% 0%;
  background-size: cover;
}

.team-position-div {
  position: absolute;
  left: 24px;
  top: auto;
  right: 24px;
  bottom: 24px;
  display: block;
  color: #1e2245;
  font-size: 13px;
  font-weight: 700;
}

.team-top {
  position: relative;
  border-radius: 3px;
}

.team-image {
  border-radius: 3px;
}

.team-social {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
}

.team-social-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 12px;
  -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: 19px;
  background-color: #fff;
  opacity: 0;
}

.h3-heading.white {
  color: #fff;
  font-weight: 400;
}

.client-quote-image {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 20px;
  background-image: url('../images/isac-client_1isac-client.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.client-quote-name {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.client-quote-name.dark {
  color: #1e2245;
  font-weight: 400;
}

.client-quote-company {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.client-quote-company.dark {
  color: #1e2245;
  font-weight: 400;
}

.client-quote-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spacing-section {
  width: 100%;
  height: 12px;
}

.lightbox-link {
  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;
  border-radius: 3px;
  background-image: url('../images/blue-house.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lp3-form-grid {
  margin-top: 56px;
  margin-bottom: 16px;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.field-label {
  margin-bottom: 6px;
}

.footer-v2-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-header {
  margin-bottom: 32px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

.footer-header.dark {
  color: #1e2245;
  font-size: 18px;
}

.bottom-footer-v2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 32px;
}

.bottom-line {
  width: 100%;
  height: 1px;
  margin-bottom: 34px;
  background-color: rgba(255, 255, 255, 0.05);
}

.footer-v3-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  margin: 0px 5px;
  -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: 17px;
  background-color: #f0f4f5;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.social-link:hover {
  background-color: #fff;
}

.socail-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 10px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  text-align: right;
}

.footer-v3 {
  position: relative;
  padding-top: 125px;
  padding-bottom: 180px;
  background-color: #fff;
}

.blog-box-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  padding-bottom: 12px;
  padding-left: 32px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.h4-heading._40-top {
  margin-top: 40px;
}

.h4-heading._80-top {
  margin-top: 80px;
}

.h4-heading._0-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h4-heading._8-8 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 400;
}

.faq-divider {
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #f0f4f5;
}

.faq-divider.tall {
  margin-top: 12px;
  margin-bottom: 12px;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -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;
  cursor: pointer;
}

.faq-answer {
  display: none;
  overflow: hidden;
  padding-right: 40px;
}

.faq-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.plus-horizontal {
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #1e2245;
}

.plus-vertical {
  position: absolute;
  width: 2px;
  height: 12px;
  border-radius: 1px;
  background-color: #1e2245;
}

.plus-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  margin-left: 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;
}

.phone-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #1f6de2;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.phone-link.w--current {
  margin-left: 24px;
}

.cta-link {
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 12px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #1e2245;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.cta-link:hover {
  color: rgba(30, 34, 69, 0.7);
}

.cta-links {
  margin-top: 40px;
}

.grid-box {
  padding: 51px 70px 59px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 3px;
  background-color: #10395f;
}

.quote-white-div {
  margin-top: 60px;
  padding: 40px 40px 32px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(16, 57, 95, 0.08);
}

.quote-text {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
}

.client-quote-div {
  margin-top: 8px;
}

.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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -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;
  cursor: pointer;
}

.contact-block {
  margin-top: 32px;
}

.form-box {
  width: 370px;
  padding: 48px 40px;
  border-radius: 3px;
  background-color: #fff;
}

.caption {
  margin-bottom: -12px;
  color: #1f6de2;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-white-box {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  border-radius: 3px;
  background-color: #fff;
}

.position-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  border-style: solid;
  border-width: 1.5px;
  border-color: rgba(16, 57, 95, 0.11);
  border-radius: 3px;
}

.checkbox-label {
  margin-left: 12px;
  font-size: 13px;
  font-weight: 500;
}

.checkbox-field {
  margin-bottom: 16px;
}

.position-form-block {
  margin-bottom: 0px;
}

.notification-grid {
  position: fixed;
  left: 20px;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  display: -ms-grid;
  display: grid;
  padding: 16px 24px 16px 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2.75fr 0.75fr;
  grid-template-columns: 2.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 3px;
  background-color: #10395f;
}

.notification-text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.pricing-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 330px;
  padding: 56px 32px 48px;
  -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;
  border-radius: 3px;
  background-color: #f0f4f5;
  text-align: center;
}

.image {
  border-radius: 3px;
}

.image.inspection {
  background-image: url('../images/blue-house.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.inspection.testimonial-image {
  background-image: url('../images/marc-herbrechter-hFWdaAjSHlQ-unsplash.jpg'), url('../images/blue-house.jpg');
  background-position: 100% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.image.inspection.testimonial-image.membership {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.image.inspection.team-service-image {
  background-image: url('../images/jon-ly-LK12XVJw2PQ-unsplash.jpg'), url('../images/greg-rosenke-0DizjoNOCrw-unsplash.jpg'), url('../images/blue-house.jpg');
  background-position: 50% 25%, 0px 0px, 50% 50%;
  background-size: cover, cover, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.image.inspection.team-service-image.fleet {
  background-image: url('../images/fleet-of-planes-debert-flight-centre.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.image.inspection._280 {
  background-image: url('../images/image001.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: repeat;
}

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

.image.maintnence {
  background-image: url('../images/blue-house.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.maintnence._280 {
  background-image: url('../images/simulator_1.jpeg'), url('../images/simulator.jpeg');
  background-position: 50% 50%, 85% 100%;
  background-size: cover, cover;
  background-repeat: repeat, repeat;
}

.image.property {
  background-image: url('../images/blue-house.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.property.quote-image {
  background-image: url('../images/man-getting-pilot-license.jpg');
  background-position: 30% 75%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.image.property.quote-image.judson {
  background-image: url('../images/Judson.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.image.property.quote-image.kyle-little {
  background-image: url('../images/flight-school-graduate-debert-tfc.jpeg');
  background-position: 100% 50%;
  background-size: cover;
}

.image.right {
  width: 150%;
  background-image: url('../images/Debert-Airport-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image.right.home-exam {
  background-image: url('../images/planes-taking-off-debert-flight-centre.jpeg'), url('../images/Debert-Airport-1.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.image.right.fundy {
  background-image: url('../images/scenic-flight-tours-nova-scotia.png');
  background-position: 50% 100%;
  background-size: cover;
}

.image.left {
  width: 150%;
  background-image: url('../images/Debert-Airport-3_1.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.image.left.advanced-homepage {
  background-image: url('../images/20200611_150438-1.jpg');
  background-position: 0% 50%;
  background-size: auto;
}

.image.left.fuel-body {
  background-image: url('../images/plane-helicopter-on-snowy-runway-debert-flight-centre.jpeg');
  background-position: 50% 30%;
  background-size: cover;
}

.image.left.scenic {
  background-image: url('../images/229696541_6685475201469975_2519223456728125901_n.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.image.left.members {
  background-image: url('../images/man-splashed-with-water-after-first-flight.JPEG'), url('../images/Debert-Airport-3_1.jpg');
  background-position: 50% 50%, 0% 50%;
  background-size: cover, cover;
}

.image.estimate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 57, 95, 0.25)), to(rgba(16, 57, 95, 0.25))), url('../images/gallery-1.jpg');
  background-image: linear-gradient(180deg, rgba(16, 57, 95, 0.25), rgba(16, 57, 95, 0.25)), url('../images/gallery-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image.estimate._280 {
  background-image: url('../images/39-Tanner-Solo.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: repeat;
}

.image.groundschool {
  background-image: url('../images/tim-water.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image.examination {
  background-image: url('../images/fleet-of-planes-debert-flight-centre.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.grey-description {
  margin-bottom: 8px;
  color: #8c9cb4;
  line-height: 21px;
  font-weight: 400;
}

.location-div {
  margin-bottom: 32px;
}

.testimonial-image {
  position: relative;
  height: 100%;
  padding: 32px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-image: url('../images/blue-house.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.step {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section._64-top {
  padding-top: 64px;
}

.section.background-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f0f4f5;
}

.section._76-top {
  padding-top: 76px;
}

.section._76-top.bg1 {
  background-image: url('../images/tim-foster-NZZgWbjYu2Y-unsplash.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 57, 95, 0.5)), to(rgba(16, 57, 95, 0.5))), url('../images/blue-house.jpg');
  background-image: url('../images/tim-foster-NZZgWbjYu2Y-unsplash.jpg'), linear-gradient(180deg, rgba(16, 57, 95, 0.5), rgba(16, 57, 95, 0.5)), url('../images/blue-house.jpg');
  background-position: 50% 50%, 0px 0px, 50% 65%;
  background-size: cover, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section._56-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.background-2 {
  background-color: #d3eef4;
}

.section._40-48 {
  padding-top: 40px;
  padding-bottom: 48px;
}

.section._40-48.footer-color {
  background-color: #1e2245;
}

.section._150-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section._150-150.bg1 {
  background-image: url('../images/leonel-fernandez-REZp_5-2wzA-unsplash.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
}

.section._120-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section._120-120.background-fade {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f4f5), to(#fff));
  background-image: linear-gradient(180deg, #f0f4f5, #fff);
}

.section.bg2 {
  background-image: url('../images/simon-fitall-drBUfUTOX5M-unsplash.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 57, 95, 0.5)), to(rgba(16, 57, 95, 0.5))), url('../images/video-bg-1.jpg');
  background-image: url('../images/simon-fitall-drBUfUTOX5M-unsplash.jpg'), linear-gradient(180deg, rgba(16, 57, 95, 0.5), rgba(16, 57, 95, 0.5)), url('../images/video-bg-1.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section._84-top {
  padding-top: 84px;
}

.section.overflow {
  overflow: hidden;
  background-color: #f0f4f5;
}

.section.overflow._100-76 {
  padding-bottom: 76px;
}

.section._76-84 {
  padding-top: 76px;
  padding-bottom: 84px;
}

.section._0-top {
  margin-top: 40px;
  padding-top: 0px;
}

.section._80-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section._0-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section._24-top {
  padding-top: 24px;
}

.section._76-bottom {
  padding-bottom: 76px;
}

.navigation-grid {
  justify-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navigation-link {
  text-align: center;
  text-decoration: none;
}

.account-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14vh;
  padding-bottom: 100px;
  -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;
}

.account-div._20vh {
  margin-top: 20vh;
}

.account-block {
  overflow: auto;
  width: 370px;
  max-width: 90%;
}

.bg2 {
  background-color: #d3eef4;
}

.styleguide-div {
  margin-top: 80px;
}

.vertical-flex {
  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;
  text-align: left;
}

.dropdown-list {
  background-color: #f0f4f5;
  font-weight: 400;
}

.dropdown-list.w--open {
  left: -12px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 48px 12px 24px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: rgba(30, 34, 69, 0.06);
}

.dropdown-link.w--current {
  background-color: rgba(30, 34, 69, 0.06);
  color: #1e2245;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid._80-60 {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid._50-50 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.grid._50-50._4-col {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid._50-50._4-col._80-top {
  margin-top: 80px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid._80-80 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.grid._80-80._1-col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

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

.grid._1-col._24-top {
  margin-top: 24px;
}

.grid._30-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.grid._30-30.testimonial-grid {
  -ms-grid-columns: 2.1fr 1fr;
  grid-template-columns: 2.1fr 1fr;
}

.grid._40-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid._40-40._4-col {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid._40-40.team {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid._40-40.team._80-top {
  margin-top: 80px;
}

.grid._40-40.icon-grid {
  margin-top: 32px;
}

.grid._50-60 {
  grid-column-gap: 50px;
  grid-row-gap: 60px;
}

.grid._50-60._3-col {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid._30-16 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
}

.grid._50-50 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.grid._50-50._4-col {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid._3-services {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-div._32-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.content-div._32-32._16-right {
  padding-right: 16px;
}

.content-div._76-100 {
  margin-top: 78px;
  margin-bottom: 100px;
}

.content-div._76-100._15-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-div._32-top {
  margin-top: 32px;
}

.content-div._20-right {
  padding-right: 20%;
}

.content-div._100-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.content-div._100-100._20 {
  padding-right: 20%;
}

.content-div._75-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.content-div._75-75._20 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 49px 0px 100px;
}

.content-div._10-right {
  padding-right: 10%;
}

.content-div._75 {
  width: 75%;
}

.content-div._450 {
  width: 450px;
}

.content-div._520 {
  width: 520px;
}

.h5-heading-div {
  margin-top: 48px;
  margin-bottom: 32px;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.flex-vertical._65 {
  width: 65%;
}

.flex-vertical._75 {
  width: 75%;
}

.image-element {
  cursor: pointer;
}

.div._40-top {
  margin-top: 40px;
}

.message-form {
  margin-top: 40px;
}

.success-message {
  padding: 32px 24px;
  border-radius: 3px;
  background-color: #f0f4f5;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}

.success-message.white {
  background-color: #fff;
}

.success-message.white.left {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: left;
}

.success-message.left {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: left;
}

.error-message {
  max-width: 280px;
  margin-top: 24px;
  padding: 12px 16px;
  border-radius: 3px;
  background-color: #f0f4f5;
  line-height: 23px;
  font-weight: 500;
}

.error-message.white {
  background-color: #fff;
}

.error-flex {
  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;
}

.error-image {
  margin-right: 16px;
}

.lp3-appointment {
  margin-top: 58px;
}

.quote-request {
  margin-top: 32px;
  margin-bottom: 0px;
}

.button-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-div {
  margin-right: 16px;
  margin-bottom: 16px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button-div.text {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-div {
  margin-top: 48px;
}

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

.lumen-link {
  color: rgba(30, 34, 69, 0.75);
  font-size: 13px;
}

.lumen-link:hover {
  color: #1e2245;
}

.heading {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.text-block {
  margin-bottom: 16px;
  color: #10395f;
  font-weight: 400;
}

.heading-2 {
  margin-bottom: 0px;
}

.heading-3 {
  margin-bottom: 0px;
}

.heading-4 {
  margin-bottom: 0px;
}

.heading-5 {
  margin-bottom: 0px;
}

.heading-6 {
  margin-bottom: 0px;
  font-weight: 400;
}

.heading-7 {
  margin-bottom: 0px;
  font-weight: 400;
}

.heading-8 {
  margin-bottom: 0px;
  font-weight: 400;
}

.heading-9 {
  margin-bottom: 0px;
  font-weight: 400;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

.image-2 {
  padding: 0px 175px;
}

.container-2 {
  margin-bottom: 20px;
}

.list-item {
  margin-bottom: 0px;
  color: #6e707b;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  list-style-type: disc;
}

.text-span {
  color: #1f6de2;
}

.contact-hours-cta {
  padding: 190px 0px;
  background-color: #44abf6;
  background-image: url('../images/blue-sky.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.image-4 {
  margin: 20px 0px;
}

.footer-extra {
  color: #b2b6b8;
}

.photography-link {
  display: block;
  padding: 0px;
  background-color: transparent;
  color: #1f6de2;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

.photography-link:hover {
  color: #44abf6;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-3 {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-5 {
  width: 75%;
  padding-right: 100px;
}

.heading-11 {
  font-family: Lato, sans-serif;
}

.heading-12 {
  font-family: Lato, sans-serif;
}

.heading-13 {
  font-family: Lato, sans-serif;
}

.heading-14 {
  font-family: Lato, sans-serif;
}

.heading-15 {
  font-family: Lato, sans-serif;
}

.license-cost {
  margin-left: 0px;
  color: #1f6de2;
  font-size: 14px;
  font-weight: 400;
}

.license-cost.disclaimer {
  margin-bottom: 20px;
  color: #1f6de2;
  font-weight: 400;
  text-align: center;
}

.booking-portal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 60px;
  -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;
  background-color: #44abf6;
  background-image: url('../images/229696541_6685475201469975_2519223456728125901_n.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.intro-flight-heading {
  color: #fff;
}

.div-block-6 {
  margin: 45px;
}

.intro-subheader {
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.intro-body-copy {
  max-width: 75%;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-16 {
  padding: 25px;
  background-color: transparent;
  text-align: center;
}

.heading-16.intro-flight-heading {
  margin: 0px 0px 20px;
  padding: 0px;
  font-weight: 400;
}

.heading-17 {
  font-size: 28px;
  font-weight: 400;
}

.container-5 {
  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: 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;
}

.text-span-2 {
  color: #1e2245;
}

.div-block-7 {
  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;
}

.members-paragraph {
  color: #fff;
}

.intro-flight {
  padding: 60px;
  background-image: url('../images/clouds-hero.jpg');
  background-position: 0% 0%;
  background-size: auto;
}

.heading-18 {
  font-weight: 400;
}

.heading-19 {
  font-weight: 400;
}

.heading-20 {
  font-weight: 400;
}

.text-block-2 {
  font-weight: 400;
}

.heading-21 {
  font-weight: 400;
}

.heading-22 {
  font-weight: 400;
}

.heading-23 {
  font-weight: 400;
}

.heading-24 {
  font-weight: 400;
}

.heading-25 {
  font-weight: 400;
}

.heading-26 {
  font-weight: 400;
}

.heading-27 {
  font-weight: 400;
}

.heading-28 {
  font-weight: 400;
}

.heading-29 {
  font-weight: 400;
}

.heading-30 {
  font-weight: 400;
}

.heading-31 {
  font-weight: 400;
}

.heading-32 {
  font-weight: 400;
}

.heading-33 {
  font-weight: 400;
}

.heading-34 {
  font-weight: 400;
}

.heading-35 {
  font-weight: 400;
}

.heading-36 {
  font-weight: 400;
}

.heading-37 {
  font-weight: 400;
}

.heading-38 {
  font-weight: 400;
}

.heading-39 {
  font-weight: 400;
}

.heading-40 {
  font-weight: 400;
}

.heading-41 {
  font-weight: 400;
}

.heading-42 {
  font-weight: 400;
}

.heading-43 {
  font-weight: 400;
}

.heading-44 {
  font-weight: 400;
}

.license-learn-more {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #3f3d9b;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
    line-height: 62px;
  }

  h2 {
    font-size: 42px;
    line-height: 52px;
  }

  h3 {
    font-size: 34px;
    line-height: 44px;
  }

  h4 {
    font-size: 28px;
    line-height: 40px;
  }

  h5 {
    font-size: 24px;
    line-height: 36px;
  }

  h6 {
    font-size: 20px;
    line-height: 32px;
  }

  .button.white {
    margin-left: 0px;
  }

  .nav-link {
    padding-right: 5%;
    padding-left: 5%;
  }

  .nav-link.phone {
    padding-right: 24px;
    padding-left: 24px;
  }

  .logo.shrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu {
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 16px;
    background-color: #f0f4f5;
  }

  .nav-menu.grow {
    padding-left: 0px;
  }

  .nav-dropdown {
    padding-right: 5%;
    padding-left: 5%;
  }

  .header.elements-page {
    padding-top: 90px;
    padding-bottom: 66px;
  }

  .header.utility {
    padding-top: 90px;
    padding-bottom: 66px;
  }

  .header.lp1 {
    padding-top: 170px;
    padding-bottom: 110px;
  }

  .header.lp5 {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .header.lp5.fuel-sales {
    background-image: url('../images/airport-runway-sunset-gas-tank.jpg'), url('../images/Debert-Airport-3.jpg');
    background-position: 0% 50%, 50% 75%;
    background-size: cover, cover;
  }

  .header.home {
    padding-top: 100px;
    padding-bottom: 125px;
  }

  .header.inner-page {
    padding-top: 90px;
    padding-bottom: 66px;
    background-image: none;
  }

  .header.white {
    padding-top: 90px;
    padding-bottom: 66px;
  }

  .styleguides-nav {
    margin-right: 5%;
    padding-right: 0px;
  }

  .navbar-div.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.5fr 0.5fr minmax(40px, 50px);
    grid-template-columns: 0.5fr 0.5fr minmax(40px, 50px);
  }

  .footer {
    padding-top: 125px;
    padding-bottom: 175px;
  }

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

  .header-1-grid {
    grid-column-gap: 40px;
  }

  .team-box-top.ray {
    height: 250px;
    max-height: 250px;
  }

  .team-box-top.palma {
    height: 250px;
    max-height: 250px;
  }

  .team-box-top.tim-m {
    height: 250px;
    max-height: 250px;
  }

  .team-box-top.josh-k {
    height: 250px;
    max-height: 250px;
  }

  .team-box-top.liam {
    height: 250px;
    max-height: 250px;
  }

  .team-box-top.sam {
    height: 250px;
    max-height: 250px;
  }

  .team-position-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-v2-grid {
    grid-column-gap: 30px;
    -ms-grid-columns: 1.3fr 1fr;
    grid-template-columns: 1.3fr 1fr;
  }

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

  .footer-v3 {
    padding-top: 100px;
    padding-bottom: 155px;
  }

  .h4-heading._80-top {
    margin-top: 60px;
  }

  .h4-heading._8-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .cta-link {
    display: inline-block;
  }

  .grid-box {
    padding: 39px 50px 47px;
  }

  .image.maintnence._280 {
    background-position: 35% 100%;
  }

  .image.left {
    max-height: 600px;
    background-position: 10% 50%;
  }

  .image.left.advanced-homepage {
    background-position: 0% 100%, 0% 50%;
    background-size: 120%, auto;
  }

  .image.estimate._280 {
    background-position: 50% 0%;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section._64-top {
    padding-top: 44px;
  }

  .section._76-top {
    padding-top: 56px;
    padding-bottom: 80px;
  }

  .section._56-56 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section._150-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section._120-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section._84-top {
    padding-top: 64px;
  }

  .section.overflow._100-76 {
    padding-bottom: 56px;
  }

  .section._76-84 {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .section._80-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._0-bottom {
    padding: 0px 100px;
  }

  .section._76-bottom {
    padding-bottom: 56px;
  }

  .account-block {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
  }

  .styleguide-div {
    margin-top: 60px;
  }

  .dropdown-list.w--open {
    left: 0px;
    border-radius: 0px;
    background-color: #fff;
  }

  .dropdown-link {
    padding-right: 5%;
    padding-left: 5%;
  }

  .dropdown-link:hover {
    background-color: #f0f4f5;
  }

  .dropdown-link.w--current {
    background-color: #f0f4f5;
  }

  .grid._80-60 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid._50-50 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid._50-50._4-col._80-top {
    margin-top: 60px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid._80-80 {
    grid-column-gap: 50px;
  }

  .grid._30-30.testimonial-grid {
    -ms-grid-columns: 1.8fr 1fr;
    grid-template-columns: 1.8fr 1fr;
  }

  .grid._40-40._4-col {
    grid-column-gap: 30px;
  }

  .grid._40-40.team {
    grid-column-gap: 30px;
  }

  .grid._40-40.team._80-top {
    margin-top: 70px;
  }

  .grid._40-40.icon-grid {
    margin-bottom: -24px;
  }

  .grid._50-60 {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid._3-services {
    grid-column-gap: 40px;
  }

  .content-div._76-100._15-right {
    padding-right: 10%;
  }

  .content-div._20-right {
    padding-right: 10%;
  }

  .content-div._100-100._20 {
    padding-right: 10%;
  }

  .content-div._75-75._20 {
    padding-right: 10%;
  }

  .content-div._10-right {
    padding-right: 5%;
  }

  .flex-vertical._65 {
    width: 75%;
  }

  .menu-image {
    border-radius: 0px;
  }

  .menu-button {
    padding: 14px 0px 14px 24px;
  }

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

  .navbar-cta-div {
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .license-cost.disclaimer {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 54px;
  }

  h2 {
    font-size: 38px;
    line-height: 50px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 25px;
    line-height: 35px;
  }

  h5 {
    font-size: 21px;
    line-height: 33px;
  }

  h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .button.wide {
    padding-right: 100px;
    padding-left: 100px;
  }

  .button.small {
    margin-left: 24px;
  }

  .nav-link.phone {
    display: none;
  }

  .logo {
    padding-left: 0px;
  }

  .header.elements-page {
    padding-top: 70px;
    padding-bottom: 46px;
  }

  .header.utility {
    padding-top: 70px;
    padding-bottom: 46px;
  }

  .header.lp1 {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .header.lp5 {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .header.home {
    padding-top: 65px;
    padding-bottom: 100px;
  }

  .header.inner-page {
    padding-top: 70px;
    padding-bottom: 46px;
  }

  .header.white {
    padding-top: 70px;
    padding-bottom: 46px;
  }

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

  .styleguides-nav {
    position: static;
  }

  .header-subtitle._40._75 {
    width: 100%;
  }

  .header-title-wrap {
    width: 100%;
  }

  .header-title-wrap.center {
    width: 90%;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 160px;
  }

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

  .footer-bottom {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .footer-bottom.link.right {
    margin-right: 32px;
    margin-left: 0px;
  }

  .bottom-div {
    -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;
  }

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

  .open-times {
    width: 300px;
  }

  .calendar-day {
    text-align: left;
  }

  .h1-inner-div.center {
    width: 100%;
  }

  .stat-div._0-bottom {
    margin-bottom: 0px;
  }

  .footer-v2-grid {
    -ms-grid-columns: 1.3fr;
    grid-template-columns: 1.3fr;
  }

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

  .footer-v3 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .grid-box {
    padding-top: 19px;
    padding-right: 40px;
    padding-left: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-white-box {
    padding: 50px 40px;
  }

  .notification-grid {
    padding-left: 24px;
  }

  .image.inspection.testimonial-image {
    margin-left: 0px;
  }

  .image.inspection.team-service-image {
    height: 280px;
  }

  .image.inspection._280 {
    height: 280px;
  }

  .image.maintnence.hire-image {
    height: 280px;
  }

  .image.maintnence._280 {
    height: 280px;
    background-position: 100% 100%;
  }

  .image.property.quote-image {
    height: 280px;
  }

  .image.right {
    width: 100%;
    height: 280px;
  }

  .image.left {
    width: 100%;
    height: 280px;
  }

  .image.estimate._280 {
    height: 280px;
  }

  .location-div.last {
    margin-bottom: 0px;
  }

  .testimonial-image {
    min-height: 320px;
    margin-left: -24px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section._64-top {
    padding-top: 34px;
  }

  .section._76-top {
    padding-top: 46px;
    padding-bottom: 70px;
  }

  .section._56-56 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section._40-48.footer-color {
    padding-top: 20px;
  }

  .section._150-150 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section._120-120 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section._84-top {
    padding-top: 54px;
  }

  .section.overflow._100-76 {
    padding-bottom: 46px;
  }

  .section._76-84 {
    padding-top: 46px;
    padding-bottom: 54px;
  }

  .section._80-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section._24-top {
    padding-top: 14px;
  }

  .section._76-bottom {
    padding-bottom: 16px;
  }

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

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

  .grid._80-60 {
    grid-row-gap: 30px;
  }

  .grid._50-50._4-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid._50-50._4-col._80-top {
    margin-top: 50px;
    grid-row-gap: 30px;
  }

  .grid._80-80 {
    grid-row-gap: 16px;
  }

  .grid._80-80._1-col {
    grid-row-gap: 60px;
  }

  .grid._1-col._24-top {
    grid-row-gap: 20px;
  }

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

  .grid._30-30.testimonial-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid.cta-button {
    grid-row-gap: 16px;
  }

  .grid._40-40._4-col {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid._40-40.team {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid._40-40.team._80-top {
    margin-top: 60px;
  }

  .grid._40-40.icon-grid {
    margin-bottom: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid._50-60 {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid._50-60._3-col {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._50-50 {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._3-services {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-div._32-32 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .content-div._76-100._15-right {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0%;
  }

  .content-div._20-right {
    padding-right: 0%;
  }

  .content-div._100-100._20 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0%;
  }

  .content-div._75-75 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .content-div._75-75._20 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0%;
  }

  .content-div._10-right {
    padding-right: 0%;
  }

  .content-div._75 {
    width: 85%;
  }

  .content-div._450 {
    width: 430px;
  }

  .content-div._520 {
    width: 430px;
  }

  .flex-vertical._65 {
    width: 90%;
  }

  .flex-vertical._75 {
    width: 100%;
  }

  .container-3 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  h2 {
    font-size: 33px;
    line-height: 43px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 17px;
    line-height: 26px;
  }

  .navbar {
    top: 0px;
    bottom: auto;
  }

  .button {
    padding-right: 25px;
    padding-left: 25px;
  }

  .button.nav {
    margin: 10px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .button.white {
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .button.white.cta-button {
    margin-left: 0px;
  }

  .button.wide {
    padding-right: 32px;
    padding-left: 32px;
  }

  .button.small {
    margin-left: 0px;
  }

  .header.elements-page {
    padding-top: 60px;
    padding-bottom: 36px;
  }

  .header.utility {
    padding-top: 60px;
    padding-bottom: 36px;
    background-color: #44abf6;
    background-image: url('../images/c-faux.JPEG');
    background-position: 50% 0%;
    background-size: auto;
  }

  .header.lp1 {
    padding-top: 125px;
    padding-bottom: 60px;
  }

  .header.lp5 {
    padding-top: 50px;
    padding-bottom: 70px;
    background-position: 50% 50%;
    background-size: 150%;
  }

  .header.lp5.rental {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .header.home {
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #44abf6;
    background-image: url('../images/scenic-view-from-plane.jpg');
    background-position: 0% 50%;
    background-size: cover;
  }

  .header.inner-page {
    padding-top: 60px;
    padding-bottom: 36px;
  }

  .header.white {
    padding-top: 60px;
    padding-bottom: 36px;
  }

  .styleguides-nav {
    margin-right: 0%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

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

  .header-subtitle._40._75 {
    padding-right: 0px;
    text-align: center;
  }

  .header-title-wrap {
    width: 100%;
  }

  .header-title-wrap.center {
    width: 100%;
  }

  .h1-inner-page {
    font-size: 35px;
    line-height: 45px;
  }

  .h1-inner-page.dark {
    padding-right: 0px;
    text-align: left;
  }

  .footer {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0px;
    -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;
  }

  .footer-v1-grid {
    display: block;
    grid-auto-flow: row dense;
    grid-auto-columns: minmax(200px, 1.5fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-link-grid {
    grid-template-areas: "Area-2 Area-2 Area";
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
  }

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

  .footer-bottom.link.right.dark {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 8px;
  }

  .open-times {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .nav-button-grow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .lp2-form-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1-inner-div {
    width: 100%;
  }

  .stat-div {
    margin-bottom: 16px;
  }

  .stat-div._0-bottom {
    margin-bottom: 24px;
  }

  .stats-wrapper._24-bottom {
    margin-bottom: -24px;
  }

  .white-box._40 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .lp3-form-grid {
    grid-column-gap: 0px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .footer-v3 {
    padding-top: 60px;
    padding-bottom: 160px;
  }

  .faq-answer {
    padding-right: 0px;
  }

  .phone-link {
    margin-top: 24px;
  }

  .phone-link.w--current {
    margin-top: 8px;
    margin-left: 0px;
  }

  .grid-box {
    padding-right: 24px;
    padding-left: 24px;
  }

  .form-box {
    width: 100%;
    padding: 30px 25px;
  }

  .form-white-box {
    padding: 30px 25px;
  }

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

  .notification-grid {
    padding-top: 20px;
    padding-bottom: 24px;
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image.inspection.testimonial-image {
    height: 260px;
  }

  .image.inspection.team-service-image.fleet {
    background-position: 50% 50%;
    background-size: 160%;
  }

  .image.maintnence._280 {
    background-position: 35% 100%;
  }

  .image.property.quote-image {
    background-image: url('../images/man-getting-pilot-license.jpg');
    background-position: 40% 50%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .image.property.quote-image.kyle-little {
    background-position: 100% 100%;
  }

  .image.left {
    background-position: 30% 50%;
  }

  .image.groundschool {
    height: 280px;
  }

  .image.examination {
    height: 280px;
  }

  .testimonial-image {
    width: 100%;
    margin-top: 24px;
    margin-left: 0px;
  }

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

  .section._64-top {
    padding-top: 24px;
  }

  .section._76-top {
    padding-top: 36px;
    padding-bottom: 60px;
  }

  .section._56-56 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section._40-48.footer-color {
    padding-top: 14px;
  }

  .section._150-150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._120-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._84-top {
    padding-top: 44px;
  }

  .section.overflow._100-76 {
    padding-bottom: 36px;
  }

  .section._76-84 {
    padding-top: 36px;
    padding-bottom: 44px;
  }

  .section._80-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section._0-bottom {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section._24-top {
    padding-top: 0px;
  }

  .section._76-bottom {
    padding-bottom: 6px;
  }

  .vertical-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;
  }

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

  .grid._50-50._4-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._50-50._4-col._80-top {
    margin-top: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid._80-80._1-col {
    grid-row-gap: 50px;
  }

  .grid._30-30 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid._30-30.testimonial-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._40-40._4-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._40-40.team {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._40-40.team._80-top {
    margin-top: 50px;
  }

  .grid._40-40.icon-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .grid._50-60._3-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._30-16 {
    grid-auto-columns: 1fr;
  }

  .grid._30-16.form {
    grid-row-gap: 8px;
  }

  .grid._50-50 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid._3-services {
    grid-row-gap: 16px;
  }

  .content-div._76-100._15-right {
    padding-right: 0%;
  }

  .content-div._75-75._20 {
    padding-right: 0%;
    padding-left: 0px;
  }

  .content-div._10-right {
    padding-right: 0%;
  }

  .content-div._75 {
    width: 100%;
  }

  .content-div._450 {
    width: 100%;
  }

  .content-div._520 {
    width: 100%;
  }

  .flex-vertical._65 {
    width: 100%;
  }

  .menu-button {
    padding-left: 16px;
  }

  .heading {
    color: #fff;
    text-align: center;
  }

  .image-2 {
    padding: 30px;
  }

  .image-3 {
    padding-right: 0px;
  }

  .contact-hours-cta {
    background-position: 50% 50%;
  }

  .container-3 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    clear: none;
  }

  .image-4 {
    margin: 0px;
  }

  .container-4 {
    position: static;
  }

  .div-block {
    margin-right: auto;
    margin-left: 0px;
    float: none;
    clear: none;
  }

  .photography-link {
    margin: 0px;
    text-align: center;
  }

  .div-block-2 {
    margin: 19px 19px 19px 20px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-3 {
    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: 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;
  }

  .div-block-4 {
    margin: 20px 0px 20px 40px;
  }

  .footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-5 {
    width: auto;
    margin-top: 50px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .license-cost {
    margin-left: 0px;
  }

  .license-cost.disclaimer {
    margin-right: 20px;
    margin-left: 20px;
  }

  .booking-portal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-16.intro-flight-heading {
    text-align: left;
  }
}

#w-node-_5548de74-cd40-7eda-e265-23ba67f97568-70ded8d4 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_5548de74-cd40-7eda-e265-23ba67f9757a-70ded8d4 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_63317cf8-7316-e6a5-a7e3-bd67e2820d47-70ded8d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_63317cf8-7316-e6a5-a7e3-bd67e2820d48-70ded8d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_63317cf8-7316-e6a5-a7e3-bd67e2820d49-70ded8d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_63317cf8-7316-e6a5-a7e3-bd67e2820d4b-70ded8d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_89d457f3-55e7-bb51-8334-5f18802a49e2-70ded8d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_89d457f3-55e7-bb51-8334-5f18802a49eb-70ded8d4 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f4a4fc31-59d6-bcea-7729-6e6125a9b60a-58ded910 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f4a4fc31-59d6-bcea-7729-6e6125a9b613-58ded910 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_08a79344-1e0d-c80e-fa7d-0fe602315251-6fded9d0 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_994157f1-09d5-c324-22cc-8f40d04ca10b-6fded9d0 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_994157f1-09d5-c324-22cc-8f40d04ca122-6fded9d0 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a1042528-3043-49f6-2bd4-dc07784074c3-6fded9d0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a1042528-3043-49f6-2bd4-dc07784074cc-6fded9d0 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6a6f860f-7bd7-1d25-f719-663f14631df1-9cc59483 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6a6f860f-7bd7-1d25-f719-663f14631dfa-9cc59483 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_915cf0d9-7a26-5ecc-6651-9ee3f0091db7-8fd7e9ec {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_915cf0d9-7a26-5ecc-6651-9ee3f0091dc9-8fd7e9ec {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-b6dd4dc5-7b76-daf1-aa12-0b9d8b732ea3-8fd7e9ec {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b6dd4dc5-7b76-daf1-aa12-0b9d8b732eac-8fd7e9ec {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_915cf0d9-7a26-5ecc-6651-9ee3f0091db7-0024ed4f {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_57ac618b-666f-3802-8b80-49c0685bf9e2-0024ed4f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_57ac618b-666f-3802-8b80-49c0685bf9eb-0024ed4f {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_915cf0d9-7a26-5ecc-6651-9ee3f0091db7-483cc163 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_57ac618b-666f-3802-8b80-49c0685bf9e2-483cc163 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_57ac618b-666f-3802-8b80-49c0685bf9eb-483cc163 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_08a79344-1e0d-c80e-fa7d-0fe602315251-6fded9d0 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_994157f1-09d5-c324-22cc-8f40d04ca10b-6fded9d0 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5548de74-cd40-7eda-e265-23ba67f9757a-70ded8d4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_994157f1-09d5-c324-22cc-8f40d04ca122-6fded9d0 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_915cf0d9-7a26-5ecc-6651-9ee3f0091dc9-8fd7e9ec {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_08a79344-1e0d-c80e-fa7d-0fe602315251-6fded9d0 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

