body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}
html { 
  scroll-behavior: smooth;  
}
html.noscroll {
  overflow: hidden;
}
body.noscroll {
  overflow: visible;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
ul,
p {
  font-family: "Roboto", sans-serif;
  color: #2e2d2b;
}
.larger-p { 
	font-size: 1.4rem; 
	font-weight: 600; 
  line-height: 1rem; 
}
h2 {
  font-weight: 900;
  font-size: 2.5em;
  line-height: 1em;
}
h3 {
  font-weight: 400;
  font-size: 1.7em;
  line-height: 1.2em;
}
h4 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.3em;
}
p {
  line-height: 1.5em;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 1rem !important; 
}
.tribe-events-c-subscribe-dropdown { 
	display: none; 
}
.fly-in { 
	border-left: 1px solid #d9d6d6; 
	padding-left: 2rem !important; 
	margin-top: 1rem
}
@media screen and (max-width: 640px) {
	.fly-in { 
		border-left: 0; 
	}
} 
.tribe-events-c-top-bar, .tribe-events-c-view-selector  { 
	display: none !important; 
}
a, .tribe-events-content a {
  color: #c9181d;
}
a:hover, .tribe-events-content a:hover {
  color: #c9181d;
  text-decoration: underline;
  transition-duration: 0.5s;
}
.text-align-center {
  text-align: center;
}
label {
  font-size: 1rem;
}
a.anchor, .anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}
.red-top {
  background-color: #c9181d;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin: auto;
  text-align: right;
  z-index: 1000;
  position: fixed;
  width: 100%;
  top: 0;
}
.red-top-content {
  margin: auto !important;
  max-width: 1300px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.red-top a {
  color: #fff;
}
.social-media-icon {
  height: auto;
  width: 40px;
  padding-left: 1rem;
  margin-bottom: 5px;
}
.top-bar {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.menu .active > a {
  background: rgba(0, 0, 0, 0.01) !important;
}
#main-nav {
  width: 100%;
  justify-content: flex-end;
  font-size: 17px;
}
#main-nav {
  margin-top: 45px;
}
#main-nav li a {
  font-weight: 700;
  padding-left: 18px !important;
  padding-right: 18px !important;
}
#main-nav li a {
  color: #fff !important;
}
#main-nav-mobile, .locations-drop-down {
  width: 800px;
  max-width: 100%;
  margin: auto;
}
#main-nav-mobile li, .locations-drop-down li {
  width: 100%;
  display: inline-block;
  text-align: left;
}
#main-nav-mobile .menu {
  margin-left: 2rem;
}
#main-nav-mobile li a, .locations-drop-down li a {
  font-size: 1em;
  color: #fff;
  font-weight: 900;
}
#main-nav-mobile .menu-item-has-children li a {
  font-weight: normal !important;
}
#main-nav-mobile li li a {
  color: #fff;
}
#main-nav-mobile li.button-border-white a:hover,
#main-nav-mobile li.button-border-white a:active {
  color: #c9181d;
}
.top-bar-wrapper {
  /*background: rgba(0, 0, 0, 0.8);*/
  background: #2e2e2e;
  z-index: 1000;
  position: fixed;
  width: 100%;
  top: 37px;
}

.top-bar-wrapper-locations {
  background:  rgba(0, 0, 0, 0.9);
  z-index: 1000;
  position: fixed;
  width: 100%;
  /*top: 37px;*/
}
.top-bar-wrapper-locations a {
  color: #fff; 
}
.top-bar ul {
  background-color: rgba(0, 0, 0, 0);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1rem !important;
}
.top-bar ul a,
.top-bar ul a:hover {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
.top-bar ul li .button-border-white:hover {
  color: #000;
  text-shadow: none;
}
h ul li.button-border-white:hover a,
ul li.button-border-white a:hover {
  color: #c9181d;
  text-shadow: none;
}
.top-bar ul ul {
  border-top: 4px solid #c9181d;
}
.top-bar ul li li {
  background-color: rgba(54, 54, 54, 1);
  border-bottom: 1px solid #626262;
  font-weight: 300 !important;
  font-size: 13px !important;
}
.top-bar ul li li:hover {
  background-color: #252525;
}
.top-nav {
  list-style: none;
  display: flex;
  font-weight: 400;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.menu-secondary-menu-container { 
  margin-right: 1rem
}
.dropdown.menu > li > a {
  padding: 8px !important;
}
.top-nav li a {
  padding: 10px 15px;
}
.top-nav li:last-child a {
  padding: 10px 35px 10px 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-logo {
  max-width: 225px;
  height: auto;
  width: 100%; 
}
.homepage-video {
  width: 100%;
  margin-top: 130px;
}
@media screen and (max-width: 1020px) {
	.homepage-video {
		margin-top: 60px;
	}
} 
@media screen and (max-width: 800px) {
	.homepage-video {
		/*margin-top: 110px;*/ 
	}
} 
@media screen and (max-width: 639px) {
	.home-slider {
		margin-top: 70px; 
	}
	.homepage-video {
		display: none; 
	}
} 
.homepage-blue-bkgnd {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(214, 216, 223, 1) 33%
  );
  box-shadow: 0 10px 6px -2px rgba(0, 0, 0, 0.3);
}
.box-shadow-large { 
	box-shadow: 0px 0px 20px rgba(0,0,0, .3);
}
.box-shadow-area { 
	padding: 0 !important; 
	border: 1px solid red !important; 
	max-width: 600px; 
	margin: auto; 
}
.home_slider_side {
  background-color: purple;
}
.homepage-small-slides h3 {
  font-weight: 900 !important;
  font-size: 1.7em !important;
  line-height: 1.2em !important;
}
.homepage-small-slides h4 {
  font-weight: 600 !important;
  font-size: 1em !important;
  line-height: 1.5em !important;
}
.homepage-header-image {
  margin-top: -190px !important;
  z-index: 0 !important;
  position: relative !important;
}
.our-aviation-services {
  text-align: center !important;
  font-size: 0.9rem;
  line-height: 1rem;
  margin-top: 2rem;
}
.our-aviation-services img {
  padding-bottom: 0.5rem;
}
.home-slider {
  display: grid;
  margin-bottom: 1rem;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 880px) {
  .swiper-button-prev {
    margin-left: -10px;
  }
  .swiper-button-next {
    margin-right: -10px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 27px;
  }
}
@media screen and (max-width: 590px) {
  .swiper-button-prev {
    margin-left: -14px;
  }
  .swiper-button-next {
    margin-right: -14px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .home-slider {
    grid-template-columns: 1fr;
  }
  .hide-br { 
	  display: none
  }
}
.home-slider .main-slides {
  min-width: 0;
  flex-grow: 2;
}
@media screen and (max-width: 1024px) {
  .our-aviation-services .cell {
    margin-top: 2rem;
  }
}
.home-slider .secondary-slide img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.homepage-header-image h1,
.interior-header h1,
.homepage-slider h1 {
  color: #fff;
  font-weight: 900 !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9), 0 0 5px rgba(0, 0, 0, 0.9),
    0 0 10px rgba(0, 0, 0, 0.5) !important;
  font-size: 2.75em !important;
  text-align: center;
}
.homepage-header-image h2,
.interior-header h2,
.homepage-slider h2 {
  color: #fff;
  font-weight: 400 !important;
  font-size: 1.75em !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9), 0 0 5px rgba(0, 0, 0, 0.9),
    0 0 10px rgba(0, 0, 0, 0.5) !important;
  margin-top: -15px !important;
  text-align: center;
  line-height: 1.5em !important;
}

.margin-top-desktop { 
	margin-top: .5rem;
}
@media screen and (max-width: 1024px) {
.margin-top-desktop { 
	margin-top: 0;
}
} 
.single-tribe_events .tribe-events-single-event-title {
  font-weight: 900;
  font-size: 2.5em;
  line-height: 1em;
  text-align: center;
}
.tribe-events-schedule {
  text-align: center;
}
.tribe-events-widget-events-list__header,
.tribe-events-widget-events-list__view-more {
  display: none !important;
}
.tribe-events-event-image img {
  width: 100%;
}
.single-tribe_events .tribe-events-content p,
.single-tribe_events .tribe-events-content ul,
.tribe-events-cal-links,
.tribe-events-event-image {
  width: 800px !important;
  margin: auto;
  max-width: 100%;
}
.single-tribe_events .tribe-events-content p { 
	margin-top: 1rem; 
	margin-bottom: 1rem; 
}
.tribe-events-content {
  padding-top: 50px !important;
}
.tribe-common p,
.tribe-common ul {
  font-size: 16px !important;
}
.tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events-calendar-list__event-date-tag-daynum {
  padding: 5px;
  background-color: #062f46;
  color: white !important;
}
.tribe-events-widget-events-list__event-row {
  padding: 5px;
  background-color: gray;
}
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical,
.tribe-common a {
  color: #c9181d !important;
}
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h6,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h4,
.tribe-common .tribe-common-h3,
.tribe-common .tribe-common-h2,
.tribe-common .tribe-common-h1,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-common a.tribe-common-c-btn-border,
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-nav__next-label-plural {
  font-family: "Roboto", sans-serif !important;
}
.tribe-events-single-event-description {
  display: inline;
}
.tribe-events-cal-links { 
	margin-bottom: 2rem; 
}
.tribe-events-content a:hover { 
	border-bottom: none !important; 
}
.tribe-events-c-ical {
  display: none;
}
.widgettitle,
.tribe-events-widget-link {
  display: none;
}
.homepage-events .tribe-events-list-widget {
  margin-top: -10px;
}
.tribe-events-list-widget ol li,
.tribe-events-widget-events-list__event-row {
  margin-left: -5px;
  background-color: #2e2e2d;
  border-radius: 10px;
  color: #fff;
}
.tribe-events-list-widget .tribe-events-list-widget-events,
.tribe-events-widget-events-list__event-row {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.tribe-events-list-widget h4 a,
.tribe-events-widget-events-list__event-row {
  color: #fff;
  font-weight: 900;
  font-size: 1.25rem;
}
.tribe-events-widget-events-list__event-row a,
.tribe-events-widget-events-list__event-row,
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month,
.tribe-common .tribe-common-h2,
.tribe-events-widget-events-list__event-datetime {
  color: #fff !important;
}
.tribe-event-duration {
  margin-top: -10px;
  font-size: 1rem;
}
.tribe-events-c-top-bar__datepicker-time {
  display: none;
}
#nf-form-5-cont ul li {
  display: inline-block;
  padding: 5px !important;
  width: 9% !important;
}
#nf-field-78-wrap ul li {
  width: 25% !important;
}
#nf-form-5-cont #nf-field-29 {
  font-size: 1.2rem;
  border: 1px solid #000;
}
#nf-form-5-cont .list-radio-wrap .nf-field-element {
  overflow: auto !important;
  white-space: nowrap !important;
}
#nf-form-5-cont .radio-wrapper-p {
  padding-left: 10px !important;
}
@media screen and (max-width: 700px) {
  #nf-form-5-cont ul li {
    width: auto !important;
  }
}
.white-color, 
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color p,
.white-color li {
  color: white !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.white-color h1 a,
.white-color h2 a,
.white-color h3 a,
.white-color h4 a,
.white-color p a,
.white-color li a {
  color: white !important;
  text-decoration: underline;
}
.content {
  width: 1000px;
  margin: auto;
  margin-top: 50px;
}
.content-no-margin {
  width: 100%;
  margin: auto;
  max-width: 1000px;
}
.button-border-white {
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  padding: 0 25px;
  font-weight: 700;
  margin-top: -2px;
}
.button-blue {
  background-color: #092336 !important;
  border-radius: 10px;
  border-bottom: 18px solid #0073bb !important;
  color: white !important;
  font-size: 1.1em !important;
  text-align: center !important;
  background-image: none !important;
  text-align: center;
  padding: 1rem 2rem 1rem 2rem;
  box-sizing: border-box;
  overflow-wrap: break-word;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
.near-and-far {
  background: linear-gradient(
    180deg,
    rgba(238, 238, 238, 1) 0%,
    rgba(255, 255, 255, 1) 51%
  );
}
.vc_gitem-animated-block {
  background-color: #000 !important;
}
.media-slider-title h4 {
  color: white !important;
  margin-top: 85%;
  background: rgb(33, 33, 35);
  background: linear-gradient(
    90deg,
    rgba(33, 33, 35, 1) 0%,
    rgba(33, 33, 35, 1) 0%,
    rgba(33, 33, 35, 1) 42%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 5px;
  position: fixed;
  margin-left: -10px;
  padding-right: 20%;
  font-size: 1rem;
}
.ground-school-classes:nth-child(odd) { 
  background-color: #f8f8f8; 
}
@media screen and (max-width: 1010px) {
  .media-slider-title h4 {
    margin-top: 80%;
  }
}
.button-blue a {
  color: #fff;
  text-align: center;
}
.button-border-white-v2 a {
  color: #d71920 !important;
  text-decoration: none !important
}
.button-border-white-v2 a:hover {
  color: #c9181d !important; 
}
.button-border-white-v2 {
  border: 2px solid #fff !important;
  padding: 10px 35px 10px 35px !important;
  color: #fff !important;
  font-weight: 700 !important;
  background-color: #d71920 !important;
  border-radius: 25px !important;
}
.button-border-white-v2:hover {
  color: #d71920 !important;
  background-color: #fff !important;
  transition-duration: 0.5s;
  text-decoration: none !important;
  text-shadow: none !important; 
}
@media screen and (max-width: 1000px) {
  .button-border-white-v2 {
  padding: 10px;
	}
}

.button-red-2 { 
  background-color: #d71920;
  font-weight: 600; 
  border-radius: 500px; 
  padding: 1rem 2em; 
  text-align: center; 
  transition: 1s; 
  font-size: 1.1rem; 
  text-decoration: none !important; 
  margin-top: 1rem !important
}

.button-red-2:hover { 
  //transform: scale(1.2);
    transition: 1s; 
   background-color: #093C5C
}
.link-box { 
  background-color: #F6F6F6; 
  padding:10px; 
  font-size: 1.2rem; 
  width: 100%; 
  text-align: center; 
  border: 1px solid rgba(0, 0, 0, .1)
}

#jetinsight-embedded-request-iframe { 
  width: 100%; 
  height: 800px; 
  border: none;
  margin-top: 2rem; 
}
@media screen and (max-width: 1110px) {
  #jetinsight-embedded-request-iframe { 
    height: 1000px; 
  } 
}

@media screen and (max-width: 827px) {
  #jetinsight-embedded-request-iframe { 
    height: 1300px; 
  } 
}

.feedback-button { 
  background-color: #0a2336;
  border-bottom: 15px solid #0073bb; 
  font-size: 1.4rem
}

.button-border-red-small  {
  color: white !important;
  background-color: #c9181d !important;
  padding: 5px; 
  border-radius: 200px; 
  font-size: .9rem; 
}

.button-border-red a, button, .nf-field-element [type="button"] {
  color: white !important;
  text-decoration: none !important; 
}
.button-border-red a:hover, button:hover, .nf-field-element [type="button"]:hover, .button-border-red :hover {
  color: #000 !important;
}
.button-border-red, button, .nf-field-element [type="button"] {
  border: 2px solid #c9181d !important;
  border-radius: 25px !important;
  padding: 10px 35px 10px 35px !important;
  color: white !important;
  font-weight: 700 !important;
  margin-bottom: 35px;
  margin-top: 25px !important;
  background-color: #c9181d !important;
  text-align: center;
}
.button-border-red:hover, button:hover, .nf-field-element [type="button"]:hover {
 // border: 2px solid #c9181d !important;
  color: #000 !important;
  background-color: #fff !important;
  transition-duration: 0.5s;
  text-decoration: none !important;
}
@media screen and (max-width: 1000px) {
  .button-border-red {
  padding: 10px;
	}
}
.button-border-white-classic .vc_btn3 {
  border: 2px solid white !important;
  color: white !important;
  font-weight: 700 !important;
  padding-left: 50px;
}
.button-border-white-classic a,
.blue-button a,
.vc_btn3.vc_btn3-size-md {
  padding-left: 2em !important;
  padding-right: 2em !important;
}
.homepage-box-padding .vc_column-inner {
  padding: 75px 25px 25px 25px !important;
}
.sm-blue-box .vc_column-inner {
  background-color: #092336;
  border-radius: 10px;
  color: white !important;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.7em;
}
.sm-blue-box a {
  color: white !important;
}
.sm-blue-box .wpb_content_element {
  margin: 0;
}
.blue-info-box .vc_column-inner {
  background-color: #092336 !important;
  border-radius: 10px;
  border-bottom: 18px solid #0073bb;
  color: white !important;
  padding: 20px 20px 0 20px;
}
.blue-info-box-footer {
  background-color: #092336;
  border-radius: 10px;
  border-bottom: 18px solid #0073bb;
  color: white !important;
  padding: 20px 20px 0 20px;
}
.blue-info-box .wpb_content_element {
  margin-bottom: 1em;
}
.blue-info-box p {
  margin-top: -15px;
  font-weight: 700;
  font-size: 110%;
  color: #fff;
}
.blue-info-box h3 {
  font-weight: 900;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  padding-bottom: 8px;
}
.blue-info-box-footer h3 {
  font-weight: 900;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  padding-bottom: 8px;
  text-align: center;
}
.blue-info-box a {
  color: white !important;
  font-size: 0.8em;
}
.blue-info-box-footer a {
  color: white !important;
  font-size: 0.8em;
}
.blue-square-box .vc_column-inner {
  padding: 50px;
}
.button-border-white:hover,
.button-border-white-classic .vc_btn3:hover {
  color: #c9181d !important;
  background-color: #fff;
  transition-duration: 0.5s;
  text-decoration: none; 
  text-shadow: none; 
}
.blue-button .vc_btn3 {
  background-color: #062f46;
  font-weight: 900;
  color: #fff;
  border: 1px solid #062f46;
  transition-duration: 0.5s;
}
.blue-button .vc_btn3:hover {
  background-color: #fff;
  color: #062f46;
  border: 1px solid #062f46;
  transition-duration: 0.5s;
}
.red-button .vc_btn3 {
  background-color: #c9181d;
  font-weight: 900;
  color: #fff;
}
.red-button .vc_btn3:hover {
  background-color: #fff;
  color: #c9181d;
  border: 1px solid #c9181d;
  transition-duration: 0.5s;
}
.inner-content {
  width: 100%;
  margin: auto;
  transition-duration: 0.5s;
}
.interior-header {
  z-index: -1;
  padding-top: 250px;
  padding-bottom: 100px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-color: #000;
}
.interior-header-locations {
  z-index: -1;
  padding-top:150px;
  padding-bottom:75px;
}
.locations-back-sa { 
  font-size: .9rem; 
}
@media screen and (max-width: 1024px) {
.interior-header-locations {
  padding-top:150px;
}
}
.interior-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.interior-header h1,
.interior-header h2 {
  position: relative;
  text-align: left;
  margin-left: 5%;
  z-index: 1000; 
}
.interior-header-logo-wrapper {
  width: 100%; 
}
.interior-header-logo
 {
  position: relative;
  margin-left: 3%;
  z-index: 999999999;
  margin-bottom: 1rem;  
}
@media screen and (max-width: 640px) {
	.interior-header h1,
	.interior-header h2 {
		margin-left: 0 !important;
  }
  .interior-header-logo { 
   
  }
}

.classes-alert-box { 
  background-color: rgb(9,60,92); 
  padding: 10px; 
  margin-bottom: 1rem; 
  border: 4px solid #000; 
  color: #fff;
  width: 100%; 
}

.about-us-header {
  font-size: 125%;
  line-height: 100%;
}
.about-us-name p,
.about-us-title p {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
.about-us-name p {
  font-weight: 900;
}
.helicopter-charter-wrapper { 
  background-color: #476073;
 background-image: url(/wp-content/uploads/2023/01/flying-helicopter.jpg); 
  background-size: cover; background-position: center top;
 padding-top: 5rem;
 padding-bottom: 5rem;
}
.charter-takeoff { 
  background-image: url('/wp-content/uploads/2024/06/smith-field.jpg'); 
  background-position: center top; 
  background-size: cover; 
  text-align: center; 
  background-color: #333;
  padding-top: 2rem; 
  padding-bottom: 2rem;
}

@media screen and (max-width: 1024px) {
  .helicopter-charter-wrapper { 
    /*background-image: none;*/
    padding-top: 1rem;
     padding-bottom: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .helicopter-charter-wrapper { 
    background-image: none;
  }
}
.helicopter-charter-wrapper-logo { 
  position: absoute; 
  float: right; 
}
@media screen and (max-width: 940px) {
  .helicopter-charter-wrapper-logo { 
    position: relative; 
    float: left;
    width: 100%; 
    margin-bottom: .5rem
  }
}
.charter-info-img img {
  width: 75px;
}
.checkmark li::marker {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkJGQkFDQTUxNzAxMTFFQkFERTJGREM2OEQxQTk3NzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkJGQkFDQTYxNzAxMTFFQkFERTJGREM2OEQxQTk3NzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NEJGOEYwODE2RDcxMUVCQURFMkZEQzY4RDFBOTc3OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQkZCQUNBNDE3MDExMUVCQURFMkZEQzY4RDFBOTc3OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqcztvYAAAFqSURBVHjaYvz//z8DCDCW7GECUjFAXAzEegwI8A+IDwJxy/8el30MBAAjyECgYbxA9gog9iKgvheIS4EG/8elgAnqMmIMY4C6vhGfApg38RpmwcnM0G8mycDNxAji1gAdoYPPwGJkAagmFMNmRGkyJLjLMMxylmNgZ2QAKSjAZyA8Apr1RBnWBqowyDEzohgmL8UJ5j949Z3hJyT03HEZyAJjpMrwMOT4K4DZsxhUGLp2PmDoC1eHGzZl4wOG2kuvYcql8bkQDJY9+8qw6ehLMNtcS4BhRY4eLsNA4C8+A0HpjOHrv/8MCfsfMaw5+BwswcoKsatz9V10w0DgHj4DD8I4oDSedvgJw6LdT+CGddx4h03fRnxh2ALEjsiG5p94znDw9geGdW+/Y9PzBYj7CeWUHvTkgwdEAXPKckKRUgpKNSAH4jHoCyHD4C6Ec0r26AKpfGg6k4bG5j1omPUDDXtOVOFATQAQYAAxbH3eqZmTtAAAAABJRU5ErkJggg==);
}
.red-arrow-after li {
  color: #062f46;
  padding-bottom: 1rem;
}
.red-arrow-after li a {
  color: #062f46;
  font-weight: 700;
}
.red-arrow-after li a::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAzIDc5LjE2NDUyNywgMjAyMC8xMC8xNS0xNzo0ODozMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjEgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUNBNEU4NUE0RUMyMTFFQjlFMTI5MDU4NEVCRjgxQTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUNBNEU4NUI0RUMyMTFFQjlFMTI5MDU4NEVCRjgxQTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RDA2NzQ4OTRFQzIxMUVCOUUxMjkwNTg0RUJGODFBNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RDA2NzQ4QTRFQzIxMUVCOUUxMjkwNTg0RUJGODFBNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmxx4wIAAACLSURBVHjaYvz//z8DOrghpWgIpJiA+CIQ/0GXZ2LADjyAeDEQp2OTxKXpKxBzA/EUIM4kVhMI/IPS04C4ilhNyKAViPtI1QQChUC8HIjZSdEEAgJAzEqKJlBo+gPxF2I19QJxHBD/IuQnmFwFEJcQE3q8QPwXiKuBuBNdkgWHpn1AfASIj2OTBAgwAFsbFt4S3Ni9AAAAAElFTkSuQmCC);
}

.calendar-cell {
  border: 2px solid #ececec;
  border-radius: 5px;
  padding: 5px;
}
.calendar-cell img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.calendar-cell p {
  text-align: center;
  margin-bottom: 1rem;
}


.entire-fleet h3 {
  font-size: 2.25rem;
  line-height: 1.75rem;
}
.entire-fleet a {
  color: #737373;
  font-weight: 900;
}
.aircraft-fleet-cell {
  border: 2px solid #ececec;
  border-radius: 5px;
  padding: 5px;
}
.aircraft-fleet-cell img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.aircraft-fleet-cell-header {
  font-size: 1.1rem;
  font-weight: 900;
  text-align: center;
  margin-top: 0.5rem;
}
.aircraft-fleet-cell p {
  text-align: center;
  margin-bottom: 1rem;
}
.aircraft-fleet-cell:last-of-type { 
  //margin-left: 35%; 
}
@media screen and (max-width: 1024px) {
  .aircraft-fleet-cell:last-of-type { 
    margin-left: auto;
  }
}
.aircraft-rental-cell {
  border: 3px solid #ebebeb;
  margin: 5px;
  border-radius: 5px;
  padding: 5px;
}
.aircraft-rental-cell img {
  padding: 5px;
  border-radius: 10px;
}
.aircraft-rental-cell-pricing {
  border-left: 4px solid #ebebeb;
  padding-top: 15px;
}
.aircraft-rental-cell-header {
  font-size: 1.1rem;
  font-weight: 900;
  margin-top: 1rem;
}
.aircraft-grid .cell:last-of-type {
  //margin-left: 35%;
}
.aircraft-background {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.aircraft-background .vc_row.vc_column-gap-15 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.maintenance-info-grey {
  background-color: #ebebeb;
  padding: 5px;
  font-weight: 700;
}
.maintenance-info {
  padding: 5px;
  font-weight: 700;
}
.maintenance-info:nth-child(odd) { 
  background-color: #ebebeb;
}
.border-bottom {
  padding-top: 5px;
  border-bottom: 3px solid #ebebeb;
}
.margin-bottom {
  margin-bottom: 20px;
}
.aircraft-rental-footer {
  background-color: #ebebeb;
  padding: 1em 0 1em 0;
  padding: 10px;
  margin-top: 2rem;
}
.aircraft-list {
  width: 100%;
  font-size: 0;
  text-align: center;
}
.aircraft-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 10px;
  width: 30%;
  max-width: 380px;
  position: relative;
}
.aircraft-list li a {
  display: block;
  width: 100%;
  height: 250px;
  background-position: center bottom;
  background-size: cover;
  color: #fff;
  text-decoration: none;
}
.aircraft-list li a:hover {
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.4);
}
.aircraft-list-title {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px;
  text-align: left;
}
.aircraft-list-title .list-tail {
  color: #fff280;
  font-weight: 300;
  line-height: 14px;
  font-size: 14px;
}
.aircraft-list-title .list-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.aircraft-list-arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 10%;
  color: #fff;
  font-size: 60px;
  opacity: 0.9;
  cursor: pointer;
}
.aircraft-list-arrow:before {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  line-height: 100%;
  font-size: 30px;
}
.aircraft-rates,
.aircraft-list-pricing {
  font-size: 0.8em;
  line-height: 1.2em;
}
.aircraft-list-pricing {
  margin-left: 0;
  margin-top: 5px;
}
.aircraft-list-pricing li {
  display: inline;
  color: #c9181d;
}
.aircraft-list-pricing li:after {
  content: " |";
}
.aircraft-title h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #2e2e2d;
  line-height: 41px;
  margin: 0 0 0.5em 0;
  padding: 0;
}
.aircraft-title h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #2e2e2d;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.single-aircraft ul.pricing {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
  font-weight: 700;
}
.single-aircraft ul.pricing li {
  margin-bottom: 0.4em;
}
.single-aircraft .divider {
  height: 4px;
  background-color: #0073bb;
  border: 0;
}
.single-aircraft .availability-container {
  margin-bottom: 1.3em;
}
.single-aircraft .availability {
  border: 2px solid #0073bb;
  text-align: center;
  color: #333;
  font-size: 19px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: -0.24px;
  margin-top: 10px;
}
.specialized-training-item {
  background: #dadada;
  display: inline-block;
  border-radius: 3px;
  padding: 3px 8px;
  margin: 10px 6px 10px 0;
  border: 1px solid #ccc;
}
.single-aircraft .gift-cert-button {
  /*width: 225px;*/
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  .single-aircraft .availability {
    margin: 10px 5px 0 0;
  }
  .single-aircraft .availability.last {
    margin-right: 0;
  }
}
.single-aircraft .availability i {
  color: #0274bb;
}
.single-aircraft .unavailable {
  color: #919191;
  border-color: #919191;
}
.single-aircraft .unavailable i {
  color: #919191;
}
.reservation-cta h3 {
  font-weight: 700;
  text-align: center;
  margin: 0.7em 0;
}
.aircraft-specs {
  font-size: 0.9rem;
}
.aircraft-specs ul {
  padding: 0;
  list-style-type: none;
}
.aircraft-specs ul li {
  width: 100%;
  font-size: 0;
}
.aircraft-specs .spec,
.aircraft-specs .spec-item {
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.aircraft-specs .spec {
  padding: 5px;
  font-size: 14px;
  text-align: left;
  line-height: 14px;
  color: #8d202b;
  font-weight: 700;
  vertical-align: middle;
}
.aircraft-specs .spec-item {
  padding: 8px;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  vertical-align: middle;
  font-weight: 400;
}
.aircraft-specs ul li:nth-child(odd) {
  background-color: #fff;
}
.aircraft-double {
  padding-top: 30px;
  clear: both;
}
.aircraft-video {
  position: relative;
  padding-bottom: 58%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-wrap {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
  float: right;
}
.aircraft-video iframe,
.aircraft-video object,
.aircraft-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video { 
  width: 100%; 
  height: auto; 
}
.swiper-container {
  width: 100%;
  max-height: 500px;
  background: #000;
  background: radial-gradient(#6b3838 0%, #310c0c 63%);
}
.swiper-slide img {
  margin: 0 auto;
  display: block;
}
.swiper-button-next,
.swiper-button-prev {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: rgba(255, 255, 255, 1);
}
.swiper-pagination {
  text-align: left;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  left: 1rem;
}
.swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0073bb;
}
@media screen and (max-width: 1150px) {
  .aircraft-list li {
    width: 46%;
  }
  .aircraft-list li a {
    height: 250px;
  }
}
@media screen and (max-width: 700px) {
  .aircraft-list li {
    width: 100%;
  }
}
.blog-post-feature-img {
  width: 900px;
  margin: auto;
  padding-bottom: 25px;
}
.blog-post-feature-img img {
  width: 100%;
}
.blog-post h2 {
  font-size: 1.5em;
}
.byline {
  color: #2e2e2d;
}
.blog-post .tags {
  padding-bottom: 10px;
}
.blog-title {
  font-size: 2em;
  font-weight: 900;
}
.blog-entry {
  margin-top: 15%;
}
@media screen and (max-width: 1024px) {
.blog-entry {
  margin-top: 15%;
}
}
.pagination .current {
  background-color: #c9181d;
}
.gift-certificates { 
  border: 4px solid #E5E4E3; 
  padding: 10px; 
  border-radius: 5px; 
}
.gift-certificates:nth-child(11) { 
  margin-left: 35%; 
}
@media screen and (max-width: 1024px) {
  .gift-certificates:nth-child(11) { 
    margin-left: 0.9375rem; 
  }
}
.price { 
  font-size: 120%; 
  color: #c9181d;
  font-weight: bold; 
}
.price-blue { 
  font-size: 120%; 
  color: #0073bb;
  font-weight: bold; 
}
.price-blue-dollar { 
  color: #0073bb !important;
}

.featured-milestones {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.featured-milestones .item {
  width: 23%;
  text-align: center;
}
.featured-milestones .item p {
  line-height: 1.2em;
  margin: .75em 0 2em;
}

@media screen and (max-width: 620px) {
  .featured-milestones .item {
    width: 48%;
  }
}

.milestone-list .silver {
  background-image: url(/wp-content/uploads/2015/05/wing-silv.png);
}
.milestone-list .gold {
  background-image: url(/wp-content/uploads/2015/05/wing-gold.png);
}
.milestone-list {
  text-align: center;
}
.milestone-list li {
  box-sizing: border-box;
  padding: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 5px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 260px;
  text-align: center;
}
.milestone-list li p {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.milestone-list .mile-name {
  font-weight: 700;
  font-size: 16px;
}
.milestone-list .mile-date {
  font-size: 12px;
}
.milestone-list .mile-label {
  color: #78262f;
}
#main-nav .is-dropdown-submenu-parent > a:after {
  border-color: rgba(0, 0, 0, 0) !important;
  margin-top: -15px;
  display: none;
}
.contact-info,
.checkmark {
  display: flex;
}
.contact-info img,
.checkmark img {
  padding-right: 10px;
  width: 100%;
  height: auto;
  max-width: 40px;
}
.footer {
  margin-top: 0;
}
.footer p {
  color: #fff;
}
#footer-nav a {
  text-decoration: none;
}
#footer-nav a:hover {
  text-decoration: underline;
}
#footer-nav {
  text-align: left !important;
}
#footer-nav li {
  font-weight: 900;
}
#footer-nav li li {
  font-weight: 300;
  width: 100%;
  display: inline-block;
}
.footer-menu ul {
  width: 200px;
  text-align: left !important;
}
.footer-menu .menu a {
  padding-top: 0.2rem;
}
.top-footer {
  border-top: 20px solid #c9181d;
  background-color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  padding: 25px 0 25px 0;
}
.top-footer h2 {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  padding-bottom: 20px;
}
.footer-content {
  width: 1000px !important;
  margin: auto !important;
  font-family: "Roboto", sans-serif;
}
.inner-footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 50px 0 50px 0;
}
.inner-footer a {
  text-decoration: underline;
  color: #fff;
}
.cirrus p {
  padding-top: 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
}
.footer-rounded-corners {
  border-radius: 10px;
  background-color: #1a1a1a;
  color: #fff;
  text-align: center;
  padding: 30px 35px 15px 35px !important;
}
.footer-rounded-corners a {
  color: #fff;
}
.footer-rounded-corners:hover {
  background-color: #000;
}
.footer-rounded-corners img {
  height: auto;
  padding-bottom: 15px;
}
#email-signup {
  background-color: #ebebeb;
}
.email-signup-content {
  max-width: 900px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 25px 0 10px 0;
}
.email-signup-content .hubspot {
  padding: 0 50px 0 50px;
}
.email-signup input {
  width: 50%;
}
.f404 {
  margin-top: 25%;
}
.submenu {
  width: 100% !important;
}
.top-bar-mobile img {
  width: 40px !important;
  margin-top: 5px;
}
.is-dropdown-submenu {
  background-color: rgba(54, 54, 54, 1);
  border-bottom: 1px solid #626262;
  font-weight: 300 !important;
  font-size: 1em !important;
}
.is-dropdown-submenu li {
  font-size: 1.2em !important;
}
.offcanvas-full-screen {
  position: fixed;
  z-index: 1;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow-y: auto;
}
[data-whatinput="mouse"] .offcanvas-full-screen {
  outline: 0;
}
.offcanvas-full-screen.is-transition-overlap {
  z-index: 10;
}
.offcanvas-full-screen.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.offcanvas-full-screen.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.offcanvas-full-screen.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.offcanvas-full-screen.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.offcanvas-full-screen.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.offcanvas-full-screen-inner {
  padding: 1rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.offcanvas-full-screen-menu {
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
[data-whatinput="mouse"] .offcanvas-full-screen-menu > li {
  outline: 0;
}
.offcanvas-full-screen-menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.offcanvas-full-screen-menu input,
.offcanvas-full-screen-menu select,
.offcanvas-full-screen-menu a,
.offcanvas-full-screen-menu button {
  margin-bottom: 0;
}
.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.offcanvas-full-screen-menu > li > a {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.offcanvas-full-screen-menu a {
  color: #fefefe;
}
.offcanvas-full-screen-menu a:hover {
  color: #b2b2b2;
}
.offcanvas-full-screen-close {
  color: #fefefe;
  font-size: 3rem;
  max-width: 800px;
  width: 100%;
}
.offcanvas-full-screen-close span {
  float: left !important;
}
.offcanvas-full-screen-close:hover {
  color: #b2b2b2;
}
.offcanvas-full-screen-close:hover,
.offcanvas-full-screen-close:active,
.offcanvas-full-screen-close:focus {
  outline: none;
}
@media screen and (max-width: 1250px) {
  #main-nav.dropdown.menu > li > a {
    padding: 1rem;
    font-size: 16px;
  }
  @media screen and (min-width: 40em) {
    #main-nav li a {
      padding-left: 8px !important;
      padding-right: 8px !important;
    }
  }
  @media screen and (max-width: 1000px) {
    .main,
    .content,
    .footer-content,
    .blog-post-feature-img {
      width: 95% !important;
    }
  }
  @media screen and (max-width: 39.9375em) {
    h1 {
      font-size: 2rem;
    }
    h2 {
      font-size: 1.75rem;
    }
    /*.homepage-video {
      margin-top: 80px;
    }*/
    .blog-entry {
      /*margin-top: 35%;*/
    }
    .f404 {
      margin-top: 25%;
    }
    .top-bar-wrapper {
      top: 30px;
    }
    .interior-header {
      padding-top: 125px;
      padding-bottom: 25px;
    }
    .interior-header h1 {
      font-size: 2rem !important;
      text-align: center;
      /*padding: 2rem 0;*/
    }
    .interior-header h2 {
     /* display: none;*/
     text-align: center; 
    }
    .aircraft-grid .cell:last-of-type {
      margin-left: 10px;
    }
    .footer-rounded-corners {
      margin: 5px;
    }
    .cirrus img {
      width: 60%;
      height: auto;
    }
    .homepage-header-image {
      margin-top: -75px !important;
    }
    .header-logo-mobile {
      width: 150px;
      padding: 0 5px;
    }
    .top-bar-wrapper {
      background: #2e2e2e;
    }
    .button-border-white {
      width: 100%;
    }
    .aircraft-background,
    .sweet-helicopters {
      background-position-x: -99999px !important;
    }
    .aircraft-rental-cell-pricing {
      border-left: none !important;
    }
    .email-signup-content .hubspot {
      padding: 2em;
    }
    .blue-info-box-area,
    .vc_custom_1600451946535 {
      margin: 0 !important;
      padding: 0 !important;
    }
    .about-us-name p,
    .about-us-title p {
      font-size: 150%;
    }
    .blue-square-box .vc_column-inner {
      padding: 15px;
    }
    .wp-post-image {
      padding-bottom: 15px;
    }
    .asi-logo {
      padding-top: 25px;
    }
    #email-signup {
      padding: 10px;
    }
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .button-border-white {
    float: none !important;
  }
  /*.homepage-video {
    margin-top: 110px;
  }*/
  .top-bar-wrapper {
    top: 30px;
  }
  .aircraft-grid .cell:last-of-type {
    margin-left: 0;
  }
  .homepage-header-image h1,
  .interior-header h1,
  .homepage-slider h1 {
    font-size: 2em !important;
  }
  .header-logo-mobile {
    margin: 0 5px 5px 5px;
    width: 200px;
  }
  .blog-entry1,
  .f404 {
    margin-top: 35%;
  }
}
.tablet-nav {
  display: none;
}
@media screen and (min-width: 672px) and (max-width: 1023px) {
  .tablet-nav {
    display: block;
  }
}
.sf-flex {
  display: flex;
  align-items: center;
  max-width: 510px;
  margin: 1em auto;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin-top: 1.2em;
}
.sf-flex img {
  max-width: 187px;
  height: 100px;
}
.sf-flex div {
  padding-left: 1em;
}
.sf-flex div:first-child {
  border-right: 2px solid #fefefe;
  padding-right: 1.2em;
  padding-left: 0;
}
.sf-url {
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 500px) {
  .sf-flex {
    display: block;
    text-align: center;
  }
  .sf-flex div {
    padding: 0.5em 0;
  }
  .sf-flex div:first-child {
    border: none;
  }
} /* */

/* TEAM MEMBERS */

#Joel-Pierce-main { 
	display: none; 
}
.team-members { 
	margin-bottom: 1rem;
}
.team-members img { 
	border-radius: 1000px; 
	margin-bottom: 1rem;
  text-align: center;
  transition: transform .2s; /* Animation */
}
.team-members a img:hover {
    transform: scale(1.1) !important; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    border: 3px solid #fff; 
  }
}
.team-members details { 
	background-color: #F6F6F6; 
	border: 1px solid #ECECEC; 
	border-radius: 5px; 
	padding: 1rem; 
}

.team-members summary { 
	font-size: 1.2rem; 
	color: rgb(102,102,102); 
	line-height: 1.1rem;
}
.team-members summary:hover { 
  cursor: pointer;
}

.team-member-summary { 
  font-size: 1.2rem; 
  color: rgb(102,102,102); 
  line-height: 1.1rem;
  background-color: #F6F6F6; 
  border: 1px solid #ECECEC; 
  border-radius: 5px; 
  padding: 1rem; 
}

/* 404 page */
._404 h1 { 
	font-size: 15rem; 
	text-align: center; 
	color: #e5e5e5; 
	font-weight: normal; 
	color: #737373
}
._404 p { 
	margin-top: -75px; 
	text-align: center; 
	text-transform: uppercase; 
	font-size: 1.4rem; 
	font-weight: bold
}

.our-team { 
	margin-top: 25px; 
}

.our-team h3 { 
	font-weight: 900;
	width: 100%; 
	text-align: center; 
	border-bottom: 3px solid #E3E3E3; 
	line-height: 0.1em;
	margin: 10px 0 20px; 
}

.our-team h3 span { 
    background:#fff; 
    padding:0 10px; 
}

/* Mail Chimp */
#mce-EMAIL { 
	width: 100%; 
	border: 1px solid #2e2e2d;  
	padding: 5px; 
	font-size: .9rem; 
}
#mc-embedded-subscribe, .nf-form-content input[type="submit"] { 
	background-color: #c9181d !important; 
	border-radius: 25px; 
	border: 0; 
	padding: 10px; 
	font-size: 1rem;
	color: #fff !important; 
	font-weight: 700;
	padding: 10px 35px 10px 35px; 
	border: 2px solid #c9181d;
	margin-top: .5rem;
}
#mc-embedded-subscribe:hover, .nf-form-content input[type="submit"]:hover { 
	border: 2px solid #c9181d;
	color: #c9181d !important;
	background-color: #fff !important;
	transition-duration: 0.5s;
	text-decoration: none !important; 
	cursor: hand; 
	
}

#nf-label-field-246 { 
  display: none; 
}

/* Alert Box */
.alert-area { 
	background-color: #d71920;  
	text-align: center; 
	padding: 10px
}

.alert-area p { 
	color: #fff;
	font-size:1.5rem;
	text-shadow: 0px 0px 4px rgba(0,0,0,.7);
}


/* MOBILE MENU 8/22 */

#main-nav-mobile .menu-item-has-children .is-submenu-item a::before{ 
  content: none; 
}

#main-nav-mobile a, .locations-drop-down a { 
  border-bottom: 1px solid #fff; 
}
#main-nav-mobile .menu-item-has-children .is-submenu-item a{ 
  border-bottom: none; 
  background-color: rgba(255, 255, 255, 0); 
}

#main-nav-mobile .menu-item-has-children a::before { 
  content: "+ "; 
  margin-left: -.8rem
}

#main-nav-mobile .is-accordion-submenu-parent ul .menu-item-has-children a:before {
 content: "+ ";  
}

#main-nav-mobile .is-accordion-submenu-parent ul .menu-item-has-children .is-submenu-item a::before {
 content: none;  
}

#main-nav-mobile .is-accordion-submenu-parent a::after, #main-nav-mobile .menu-item-has-children a::after{ 
  content: none; 
}

.offcanvas-full-screen-inner button { 
  background-color: rgba(0,0,0,0) !important; 
  border: none !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important 
  
}

.offcanvas-full-screen-close {
  color: #fefefe;
  font-size: 2rem;
  max-width: 800px;
  width: 100%;
  background-color: none
}

/* LOCATIONS */

.menu-special { 
  border: 2px solid #c9181d;
  background-color: rgba(255,255,255, .1)
}
#main-nav-mobile .menu-special { 
  border: none !important; 
 background-color: rgba(255,255,255, 0) 
}

.side-nav-fbo li:hover, .side-nav-fbo li a:hover {
/* background-color: #d71920; 
  //color: #fff; */
}
.content-locations {
  max-width: 1300px;
  width: 100%; 
  margin: auto;
  margin-top: 50px;
}
.side-nav-fbo li { 
  width: 100%; 
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, .4); 
  border-bottom: none; 
}
.side-nav-fbo li:last-of-type { 
  border-bottom: 1px solid rgba(0, 0, 0, .4); 
}
.side-nav-fbo li a, .side-nav-fbo a { 
  color: #000 !important;
 line-height: 1.5rem; 
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .sa-locations:last-of-type { 
    width: calc(100% - 1.25rem); }
}
}


.interior-side-nav { 
  background-color: #ebebeb; 
  /*padding: 2rem 1rem; */
  margin-bottom: 1rem; 
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 85px;
  z-index: 999; 
}

details { 
  background-color: #f8f8f8; 
  padding: 10px; 
  border-radius: 5px; 
  border: 1px solid rgba(0, 0, 0, .1);  
}
.faqs:hover { 
  cursor: pointer;
}
.faqs { 
  font-size: 1.1rem;
}


.pagination { 
  width: 100%; padding: 1rem
}
.pagination .page-numbers { 
  float: left; font-size: 1.1rem
}


/* Calendar */
.calendar-list h2 { 
  font-size: 1.7rem; 
  line-height: 1.5rem;
  padding-top: 1rem
}
.calendar-header-image { 
  max-width: 500px; 
  margin: auto; 
}

.calendar-header-image img { 
  width: 100%; 
  max-width: 100% !important; 
  margin: 2rem
}

.calendar-homepage-cell {
  background-color: #2e2e2d; 
  border: 2px solid #2e2e2d;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 1rem; 
  color: #fff
}
.calendar-homepage-cell a, .calendar-homepage-cell p {
  color: #fff
}

.destinations-ul { 
}

/* NINJA FORMS */
/*.nf-form-content input:not([type="button"]), .nf-form-content textarea { 
  color: #000 !important; 
}*/
/*.nf-form-content input[type="submit"] { 
  background-color: #333 !important; 
  color: #fff !important; 
  padding: 10px; 
  border: none !important; 
}*/
 select:not([multiple]) {
padding-top: .5rem;
padding-bottom: .5rem; }



.gift-header img { 
  width: 100%; 
  height: auto;
  margin-top: 5rem;
}

.gift-header h1 { 
  font-size: 2.2rem; 
  text-transform: uppercase; 
  line-height: 2rem;
  font-weight: 600; 
}
.gift-header h2 { 
  font-size: 1.8rem; 
}
.gift-header-content { 
  max-width: 900px; 
  margin: auto; 
  /*margin-top: -9rem*/
}

.gift-circle  { 
     border-radius: 50%;
     width: 40px;
     height: 40px;
     background-color: #00645c;
     color: #fff;
     text-align: center;
     font-family: 'sofia-pro', sans-serif;
     font-size: 1.9rem; 
     padding: 0; 
     margin-top: -1rem;
     margin-bottom: .5rem
 }
@media screen and (max-width: 640px) {
  .gift-header-content { 
    margin-top: -2rem
  }
} 
@media screen and (max-width: 1100px) {
  .gift-header img { 
    margin-top: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .gift-header img { 
   margin-top: 1.5rem;
  }
  
}
@media screen and (max-width: 640px) {
.text-center-mobile { 
  text-align: center !important;
}
}

.program-title {
  text-wrap:balance;
  line-height: 1.2;
}

.program-title span {
  font-size:50%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}
