.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #808285;
  font-size: 14px;
  line-height: 20px;
}

.utility-page-wrap {
  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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.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;
}

.navbar {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.navbar-lg-white-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-lg-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image {
  position: static;
  width: 180px;
  padding-left: 10px;
}

.navbar-logo {
  position: static;
  z-index: 1500;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar-logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.jumbotron-text-wrapper {
  position: static;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
}

.navbar-top {
  position: static;
  display: block;
  background-color: #0e2446;
}

.home-section-jumbotron {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-top: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/20160614-IMG_7202-1.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-jumbotron-headline {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
}

.text-jumbotron-p {
  padding-right: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.button {
  margin-left: 25px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #808285;
  background-color: transparent;
  -webkit-transition: color 300ms linear, background-color 300ms linear;
  transition: color 300ms linear, background-color 300ms linear;
  color: #808285;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.button:hover {
  background-color: #808285;
  color: #fff;
}

.button.news-page-btn-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0px;
}

.button.news-article-btn-style {
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  text-transform: uppercase;
}

.button.careers-places-to-work-btn {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 5px 20px;
}

.button.index-news-article-btn-style {
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.button.our-fleet-style-button {
  margin-left: 0px;
}

.button.index-welcome-btn {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 16px;
}

.button.our-fleet-sub-btn {
  padding: 20px 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 19px;
}

.welcome-section {
  position: relative;
  height: 800px;
  background-image: url('../images/sec_two.png');
  background-size: cover;
  background-attachment: scroll;
}

.welcome-section.section-bottom-padding {
  padding-bottom: 100px;
}

.section-mission-profiles {
  background-color: #ddd;
}

.section-mission-profiles.section-bottom-padding {
  padding-bottom: 110px;
}

.section--index-our-fleet {
  background-image: url('../images/Group-2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section--index-our-fleet.section-bottom-padding {
  padding-bottom: 100px;
  background-position: 50% 100%;
}

.section-news.section-bottom-padding {
  padding-bottom: 100px;
}

.h2 {
  margin-top: 100px;
  padding-bottom: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.text-date-posted {
  color: #808285;
  font-size: 13px;
}

.section-footer {
  background-color: #0e2446;
}

.footer-text {
  padding: 5px;
  color: #fff;
}

.footer-icons {
  width: 20px;
  height: 20px;
  margin: 10px 0px 10px 10px;
}

.text-mission-profiles {
  position: absolute;
  left: 10%;
  top: 46%;
  right: 10%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10px;
  -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: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.section-jumbotron {
  margin-top: 200px;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.text-company {
  margin-bottom: 20px;
  color: #212837;
  font-size: 1.5em;
  font-weight: 700;
}

.slide-nav {
  display: none;
}

.h4 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-weight: 700;
  text-align: right;
}

.slide {
  position: relative;
}

.paragraph-gray {
  margin-bottom: 40px;
  color: #808285;
  text-align: center;
}

.paragraph-gray.p-home {
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.paragraph-gray.p-company {
  margin-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
}

.paragraph-gray.p-company.paragraph-grey-left-aligned {
  margin-bottom: 0px;
  text-align: left;
}

.paragraph-gray.p-company.paragraph-grey-left-aligned.margin-bottom {
  margin-bottom: 40px;
}

.paragraph-gray.our-fleet-style {
  margin-bottom: 20px;
  text-align: left;
}

.paragraph-gray.careers-page-txt-style {
  margin-bottom: 0px;
  text-align: left;
}

.paragraph-gray.careers-places-to-work-style {
  margin-bottom: 30px;
  text-align: left;
}

.paragraph-gray.padding-sides {
  width: 650px;
}

.div-arrow-down {
  width: 20px;
  height: 20px;
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-top: 20px solid #808285;
  border-right: 12px solid transparent;
  border-left: 12px solid hsla(0, 0%, 100%, 0);
  background-color: transparent;
}

.image-222 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 1000px;
  margin-top: 0px;
  margin-bottom: -40px;
}

.jumbotron-container {
  position: relative;
  z-index: 1;
  display: none;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.our-fleet-top-wrapper {
  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;
}

.h2-white {
  margin: 0px;
  padding: 80px 60px 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.text-lang {
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.dropdown-toggle-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-2 {
  color: #fff;
}

.welcome-container {
  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;
}

.dropdown-link {
  background-color: #0e2446;
  color: #fff;
  text-align: center;
}

.dropdown-link-2 {
  background-color: #0e2446;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.navbar-text:hover {
  text-decoration: underline;
}

.navbar-text.w--current {
  color: #000;
  text-decoration: underline;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header {
  position: fixed;
  top: 0px;
  z-index: 7999;
  width: 100%;
  background-color: transparent;
}

.bold-text {
  font-size: 13px;
  font-weight: 700;
}

.image-223 {
  position: absolute;
  left: 2%;
  top: 30%;
  bottom: 0%;
  margin-right: 5px;
}

.dropdown {
  left: 20px;
  z-index: 9999;
  display: block;
}

.navbar-divider-left {
  padding-top: 15px;
}

.mission-profiles-link {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mission-profiles-top-wrapper {
  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;
}

.mission-profiles-links-wrapper {
  position: relative;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.mission-profiles-image {
  position: relative;
  z-index: 2;
}

.our-fleet-div {
  position: relative;
  overflow: hidden;
  height: 330px;
  margin-bottom: 50px;
  background-color: #ddd;
}

.our-fleet-div.last-our-fleet-div {
  margin-bottom: 0px;
}

.our-fleet-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 560px;
  -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;
}

.our-fleet-training-text {
  max-width: 25%;
}

.our-fleet-specs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 50%;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.our-fleet-specs-text {
  margin-top: 20px;
  color: #fff;
}

.our-fleet-plane-text {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.text-block-9 {
  min-height: 280px;
  color: #fff;
}

.image-224 {
  max-width: 50%;
}

.navbar-left-text {
  margin-top: 20px;
  margin-right: 25px;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.navbar-left-text:hover {
  text-decoration: underline;
}

.navbar-left-text.w--current {
  color: #000;
  font-size: 15px;
  text-decoration: underline;
}

.navbar-right-text {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 25px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.navbar-right-text:hover {
  text-decoration: underline;
}

.navbar-right-text.w--current {
  color: #000;
  text-decoration: underline;
}

.navbar-lg-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.bold-text-2 {
  font-weight: 700;
}

.image-225 {
  max-width: 120%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-226 {
  max-width: 110%;
}

.h3 {
  margin-right: 5px;
  margin-bottom: 15px;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.h3.regular {
  font-weight: 400;
}

.h3.news-sub-h3 {
  font-size: 30px;
  line-height: 40px;
}

.h3.white {
  color: #fff;
}

.h3.white.margin-right-10 {
  margin-right: 10px;
}

.news-top-wrapper {
  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;
}

.index-news-article-div {
  width: 33.3%;
  padding-right: 20px;
}

.news-articles-wrapper {
  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;
}

.news-article-paragraph {
  margin-bottom: 20px;
  line-height: 18px;
}

.image-227 {
  margin-bottom: 20px;
}

.underlay-black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.mission-profiles-image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 772px;
  background-image: url('../images/img_01_2.png');
  background-position: 50% 0%;
  background-size: cover;
}

.mission-profiles-image-wrapper.air-to-air {
  width: 100%;
  background-image: url('../images/img_01_1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-about-us {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-about-us.section-bottom-padding {
  margin-bottom: 100px;
}

.section-quotes {
  overflow: hidden;
  height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ddd;
}

.section-management-team.section-bottom-padding {
  margin-bottom: 100px;
}

.about-us-container {
  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;
}

.youtube {
  margin-bottom: 50px;
  padding: 20px;
}

.purpose-value-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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.purpose-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d4d2d4;
}

.values-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/aboutus_our_value.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.purpose-value-icon {
  margin-bottom: 20px;
}

.company-paragraph {
  color: #212837;
  font-weight: 700;
  text-align: center;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.icon-4 {
  width: 30px;
  height: 30px;
  margin-left: 0px;
  color: #808285;
}

.quotes-container {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quotes-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quotes-paragraph {
  color: #808285;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.icon-5 {
  margin-right: 0px;
  color: #808285;
}

.mask {
  margin-right: 40px;
  margin-left: 40px;
}

.management-team-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.management-team-grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.member-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.member-image-div {
  margin-right: 25px;
}

.member-info-div {
  width: 60%;
}

.member-h3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}

.member-image {
  width: 200px;
  height: 200px;
  margin-right: 25px;
}

.paragraph-grey-left-aligned {
  color: #8b8b8b;
}

.member-link {
  margin-right: 10px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.member-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-arrow-right {
  height: 10px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #808285;
  background-color: transparent;
}

.stay-updated-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.section-stay-updated {
  overflow: hidden;
  height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ddd;
}

.stay-updated-wrapper {
  width: 50%;
  padding-right: 100px;
}

.stay-updated-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stay-updated-buttons {
  width: 30%;
  border-style: solid;
  border-width: 2px;
  border-color: #808285;
  background-color: transparent;
  -webkit-transition: color 300ms linear, background-color 300ms linear;
  transition: color 300ms linear, background-color 300ms linear;
  color: #808285;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.stay-updated-buttons:hover {
  background-color: #808285;
  color: #fff;
}

.footer-container {
  position: static;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
}

.privacy-terms-conditions-wrapper {
  width: 33.33%;
}

.privacy-terms-conditions-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.privacy-button {
  text-decoration: none;
}

.terms-conditions-button {
  text-decoration: none;
}

.copyright-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.facebook-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.linkedin--button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.twitter-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.instagram-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.jumbotron-image-wrapper-mission {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  background-image: url('../images/Ajet-006.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-mp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mp-benefits-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mp-container {
  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;
}

.benefit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 30px 10px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d4d2d4;
}

.benefit-image {
  max-width: 35%;
  margin-bottom: 10px;
}

.benefits-paragraph-gray {
  margin-bottom: 0px;
  padding-right: 27px;
  padding-left: 27px;
  color: #212837;
  font-weight: 700;
  text-align: center;
}

.mp-landscape-div {
  margin-bottom: 80px;
}

.mp-landscape-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-bottom: 20px;
  padding: 0px;
  -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;
  background-color: #d4d2d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 210, 212, 0.5)), to(rgba(212, 210, 212, 0.5)));
  background-image: linear-gradient(180deg, rgba(212, 210, 212, 0.5), rgba(212, 210, 212, 0.5));
}

.mp-bold-landscape-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  text-align: right;
}

.mp-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 405px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 2px solid #fff;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.mp-landscape-divider {
  width: 2px;
  height: 50%;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.mp-landscape-divider.air-to-ground-height {
  width: 2px;
  height: 40%;
}

.mp-landscape-divider.test-eval-height {
  height: 30%;
}

.mp-landscape-paragraph {
  margin-right: 70px;
  margin-left: 70px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.benefit-by-2s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.jumbotron-image-wrapper-our-fleet {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  background-image: url('../images/Ajet-006-1.png');
  background-position: 50% 15%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-our-fleet {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-our-fleet.section-bottom-padding {
  padding-bottom: 100px;
  background-image: url('../images/1.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-fleet-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.our-fleet-container.center-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-fleet-image-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-fleet-image-wrapper.lockheed-style {
  width: 50%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.h3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.jumbotron-image-wrapper-news {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  background-image: url('../images/new-event-image.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-news-events {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-news-events.section-bottom-padding {
  padding-top: 100px;
  padding-bottom: 100px;
  border-left: 1px solid #494949;
}

.news-events-btn-div {
  width: 30%;
  margin-right: 40px;
}

.index-our-fleet-div {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: transparent;
}

.index-our-fleet-specs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 25%;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.news-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news-article-div {
  width: 100%;
  padding-left: 40px;
  border-left: 1px solid #c5c5c5;
}

.news-article-wrapper {
  margin-bottom: 60px;
}

.news-old-posts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nextprev-btn {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  text-decoration: none;
}

.nextprev-btn:hover {
  text-decoration: underline;
}

.horizontal-line-div {
  padding-top: 30px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  color: transparent;
}

.careers-container {
  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;
}

.careers-includes-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.careers-includes-wrapper-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 25px;
  -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-image: url('../images/Technicians-at-Work-6.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.careers-includes-wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #ddd;
}

.careers-text {
  color: #fff;
  text-align: center;
}

.current-postings-div {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.keyword-text-field {
  height: 30px;
  margin-right: 7.5px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 3px;
}

.location-text-field {
  height: 30px;
  margin-bottom: 0px;
  margin-left: 7.5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 3px;
}

.job-search-form-block {
  margin-bottom: 0px;
}

.job-search-form {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.job-search-input-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  background-color: #eee;
}

.job-search-checkbox-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;
  border: 1px solid #eee;
  background-color: #f9f9f9;
}

.job-search-checkbox-field {
  margin-bottom: 0px;
  padding: 5px 10px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #eee;
  background-color: #f9f9f9;
}

.careers-checkbox {
  margin-right: 5px;
  margin-left: 0px;
}

.careers-label {
  color: #808285;
  font-size: 0.9em;
}

.careers-results-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #c8c8c8;
}

.job-position-wrapper {
  width: 50%;
}

.job-position-text {
  font-weight: 700;
}

.job-desc-wrapper {
  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;
}

.careers-company-text {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #808285;
  font-weight: 700;
}

.careers-company-desc-text {
  margin-right: 10px;
  color: #808285;
}

.job-location-wrapper {
  width: 30%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #808285;
}

.job-kind-type-wrapper {
  width: 20%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.jobs-type-text {
  padding: 5px 10px;
  color: #f08d3c;
  font-weight: 700;
  text-align: right;
}

.jobs-type-text.fulltime-color {
  color: #90da36;
  font-weight: 700;
}

.jobs-type-text.white-color {
  color: #fff;
  font-weight: 400;
}

.jobs-type-text.no-padding-left.no-padding-right {
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.jobs-time-posted-text {
  color: #808285;
  text-align: right;
}

.job-search-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.sections-careers-places-to-work.section-bottom-padding {
  padding-bottom: 100px;
}

.places-to-work-container {
  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;
}

.places-to-work-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -25px;
  margin-left: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careers-map-image {
  margin-bottom: 40px;
}

.places-to-work-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.places-to-work-wrapper.places-to-work-div-style-left {
  position: static;
}

.places-to-work-wrapper.places-to-work-div-style-right {
  margin-left: 25px;
}

.places-to-work-wrapper.places-to-work-div-style-right {
  position: static;
}

.places-to-work-image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
}

.places-to-work-details-wrapper {
  padding: 25px 25px 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ddd;
}

.places-to-live-by-2s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.places-to-live-by-2s._0-margin-modifier {
  margin-bottom: 0px;
}

.jumbotron-image-company-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  background-image: url('../images/aaa_learjet_alpha_jet_013.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron-image-careers-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  background-image: url('../images/carrear_img.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron-image-contacts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  background-image: url('../images/20160614-IMG_7202.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-contacts-maps {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-contacts-maps.section-bottom-padding {
  margin-bottom: 100px;
}

.contacts-maps-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-maps-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-bottom: 50px;
}

.contacts-maps-wrapper.no-margin-style {
  height: auto;
  margin-bottom: 0px;
}

.contacts-location-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/map_001.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contacts-country-text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.contacts-address-text {
  margin-bottom: 30px;
  color: #fff;
}

.contacts-numbers-text {
  color: #fff;
}

.contacts-map-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.map {
  height: 100%;
}

.previous-posts-link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0073aa;
}

.previous-posts-link:hover {
  color: #35aee8;
}

.previous-posts-link:visited {
  color: #000;
}

.previous-post-btn-text:hover {
  color: #35aee8;
  text-decoration: underline;
}

.navigate-posts-wrapper {
  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;
}

.previous-wrapper {
  width: 40%;
}

.grey {
  color: #8b8b8b;
}

.next-wrapper {
  width: 40%;
  text-align: right;
}

.jumbotron-image-wrapper-callsign {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 425px;
  background-image: url('../images/20160614-IMG_7202-1.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.callsign-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.call-sign-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.call-sign-form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #979797;
}

.text-field {
  width: 500px;
  height: 35px;
  background-color: #d2d2d2;
}

.text-field-2 {
  width: 500px;
  height: 35px;
  background-color: #d2d2d2;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 30px 35px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.history-call-sign-div {
  width: 100%;
}

.call-sign-img-div {
  position: relative;
  display: block;
  -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;
}

.call-sign-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.call-sign-wrapper {
  margin-bottom: 30px;
}

.section-call-sign {
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #fff;
}

.link-block {
  color: #000;
  text-decoration: none;
}

.job-offer-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.job-type-wrapper {
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #90da36;
}

.job-type-wrapper.margin-right-25 {
  margin-right: 25px;
}

.job-time-posted-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.posted-icon {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}

.job-location {
  font-size: 13px;
}

.job-location-block {
  color: #0073aa;
}

.job-location-block:hover {
  color: #35aee8;
}

.text-span {
  line-height: 20px;
}

.text-span-2 {
  color: #000;
  line-height: 20px;
}

.bold-text-3 {
  font-weight: 400;
}

.news-article-paragraph-2 {
  margin-bottom: 20px;
  line-height: 18px;
}

.news-article-paragraph-2.margin-top-20 {
  margin-top: 20px;
}

.news-article-paragraph-2.margin-top-20.black-font {
  margin-top: 25px;
  color: #000;
}

.bold-text-4 {
  line-height: 20px;
}

.bold-text-4.black-font {
  color: #000;
}

.apply-for-job-btn {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #d2d2d2;
  border-radius: 4px;
  background-color: #e6e6e6;
  color: #000;
}

.callsign-btn {
  padding: 5px 30px;
  border: 2px solid #fff;
  background-color: #8b8b8b;
}

.callsign-btn:hover {
  border-color: #d2d2d2;
}

.callsign-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.black-font {
  color: #000;
}

.list {
  color: #000;
}

.job-offer-company-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 15px;
  box-shadow: 0 0 3px 0 #8e8e8e;
}

.job-offer-company-right-wrapper {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-228 {
  width: 50px;
  height: 50px;
}

.job-offer-name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.twitter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #0073aa;
}

.twitter-wrapper:hover {
  color: #35aee8;
}

.twitter-icon {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}

.job-offer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.website-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #0073aa;
}

.website-wrapper:hover {
  color: #35aee8;
}

.website-icon {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}

.company-description-text-block {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 89999;
  display: none;
  width: 100%;
  height: 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: rgba(0, 0, 0, 0.9);
}

.close-btn-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 8999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -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;
}

.close-btn-btn {
  width: 15px;
  height: 15px;
  background-image: url('../images/61155-close.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.management-team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-height: 80vh;
  max-width: 1360px;
  background-color: #fff;
}

.team-bio-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding: 40px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.team-photo {
  width: 450px;
  height: 560px;
  max-height: 80vh;
}

.jumbotron-our-fleet-subpage {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 425px;
  background-image: url('../images/Ajet-018.png');
  background-position: 50% 15%;
  background-size: cover;
  background-repeat: no-repeat;
}

.aircraft-specs-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.specs-target-wrapper {
  width: 410px;
}

.specs-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #444;
}

.specs-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px;
  background-image: url('../images/box-cloud.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.white-bold {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.image-231 {
  width: 25px;
  height: 25px;
  margin-right: 25px;
}

.p-specs {
  color: #8b8b8b;
  font-size: 15px;
}

.div-block-5 {
  overflow: hidden;
  margin-bottom: 80px;
}

.jumbotron-our-fleet-subpage2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 425px;
  background-image: url('../images/Ajet-018-1.png');
  background-position: 50% 15%;
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron-our-fleet-subpage3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 425px;
  background-image: url('../images/Ajet-018-2.png');
  background-position: 50% 15%;
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron-our-fleet-subpage4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 425px;
  background-image: url('../images/F16-1.jpg');
  background-position: 50% 15%;
  background-size: cover;
  background-repeat: no-repeat;
}

.job-offer-responsive-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.job-place-posted-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.jumbotron-image-privacy-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 425px;
  background-image: url('../images/privacy_policy.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.terms-text {
  margin-bottom: 30px;
  padding-left: 50px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.our-fleet-tab-btn {
  padding: 15px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #8b8b8b;
  background-color: transparent;
  -webkit-transition: color 300ms linear, background-color 300ms linear;
  transition: color 300ms linear, background-color 300ms linear;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.our-fleet-tab-btn.w--current {
  margin-left: 0px;
  padding: 15px 20px;
  border-color: #8b8b8b;
  background-color: #8b8b8b;
  color: #fff;
}

.jumbotron-image-home {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.dropdown-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-list.w--open {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.tabs {
  display: block;
}

.dropdown-our-fleet {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-content-div {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-fleet-tab-btn1 {
  padding: 15px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #8b8b8b;
  background-color: transparent;
  -webkit-transition: color 300ms linear, background-color 300ms linear;
  transition: color 300ms linear, background-color 300ms linear;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.our-fleet-tab-btn1.w--current {
  margin-left: 0px;
  padding: 15px 20px;
  border-color: #8b8b8b;
  background-color: #8b8b8b;
  color: #fff;
}

.div-block-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.navbar-lg-white-container-2 {
  position: absolute;
  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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-jumbotron-img {
  height: 425px;
  max-width: none;
}

.navbar-2 {
  display: none;
}

.navbar-main-mobile {
  position: relative;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section {
  height: 5000px;
  background-color: #de1313;
}

.fleet-center-image {
  padding: 40px 15px 40px 40px;
}

.text-block-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.callsign-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  padding-top: 40px;
  color: #4b9bd0;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

.callsign-name {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  padding-top: 92px;
  color: #004998;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.page-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.page-btns {
  display: block;
  margin-right: 4px;
  margin-left: 4px;
  padding: 6px 8px;
  border-radius: 4px;
  background-color: #e6e6e6;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-decoration: none;
}

.page-btns:hover {
  background-color: #c7c7c7;
}

.page-btns.active {
  background-color: #c7c7c7;
}

.page-btns-spacer {
  padding-right: 4px;
  padding-left: 4px;
}

.bold-text-6 {
  line-height: 40px;
}

.air-worthiness {
  margin-bottom: 60px;
  padding-right: 51px;
  padding-left: 51px;
  text-align: left;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.worthiness-header {
  margin-bottom: 15px;
  color: #212837;
  text-align: center;
}

.worthiness-body {
  line-height: 25px;
}

.list-2 {
  padding-left: 20px;
}

@media (max-width: 991px) {
  .navbar {
    -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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .navbar-lg-white-container {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #fff;
  }
  .navbar-lg-wrapper {
    margin-left: 0px;
  }
  .navbar-main {
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navbar-logo {
    z-index: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .navbar-logo.w--current {
    position: absolute;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .jumbotron-text-wrapper {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar-top {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-jumbotron-headline {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }
  .text-jumbotron-p {
    font-size: 14px;
    line-height: 20px;
  }
  .button {
    font-weight: 700;
  }
  .welcome-section {
    height: auto;
    max-width: none;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .welcome-section.section-bottom-padding {
    padding-bottom: 80px;
  }
  .section-mission-profiles.section-bottom-padding {
    padding-bottom: 80px;
  }
  .section--index-our-fleet.section-bottom-padding {
    height: 875px;
  }
  .section-news.section-bottom-padding {
    padding-bottom: 80px;
  }
  .h2 {
    padding-top: 60px;
  }
  .section-jumbotron {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-gray.p-company.paragraph-grey-left-aligned {
    margin-bottom: 0px;
  }
  .paragraph-gray.careers-page-txt-style {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-gray.careers-places-to-work-style {
    padding-left: 0px;
  }
  .image-222 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
  }
  .jumbotron-container {
    display: none;
  }
  .h2-white {
    padding-top: 60px;
  }
  .welcome-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  .header {
    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;
  }
  .menu-button {
    top: -50px;
    z-index: 3000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 50px;
    padding-top: 14px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .our-fleet-main-wrapper {
    height: 550px;
  }
  .navbar-left-text {
    margin-left: 25px;
  }
  .navbar-lg-container {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .square-outline {
    position: absolute;
    left: 15%;
    top: 15%;
    right: 15%;
    bottom: 15%;
    border: 2px solid #fff;
  }
  .mission-profiles-image-wrapper {
    height: 650px;
  }
  .section-about-us {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-about-us.section-bottom-padding {
    margin-bottom: 80px;
  }
  .about-us-container {
    -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;
  }
  .purpose-value-div {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .purpose-div {
    padding: 40px;
  }
  .values-div {
    padding: 40px;
  }
  .member-image-div {
    margin-right: 15px;
  }
  .stay-updated-wrapper {
    width: 30%;
    margin-right: 20px;
    padding-right: 10px;
  }
  .stay-updated-menu-wrapper {
    width: 65%;
  }
  .stay-updated-buttons {
    font-weight: 700;
  }
  .section-mp {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .benefits-paragraph-gray {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mp-text-wrapper {
    width: 350px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 28px;
    line-height: 32px;
  }
  .mp-landscape-paragraph {
    margin-right: 40px;
    margin-left: 40px;
    font-size: 16px;
    line-height: 20px;
  }
  .section-our-fleet {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-our-fleet.section-bottom-padding {
    padding-bottom: 80px;
  }
  .our-fleet-image-wrapper {
    width: 55%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .our-fleet-image-wrapper.lockheed-style {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .our-fleet-image-wrapper.our-fleet-center-style {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-news-events {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-news-events.section-bottom-padding {
    padding-top: 60px;
    padding-bottom: 80px;
    border-left: 0px none transparent;
  }
  .index-our-fleet-specs-wrapper {
    padding-left: 0px;
  }
  .news-old-posts-wrapper {
    padding-left: 0px;
  }
  .careers-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .jobs-type-text.white-color {
    width: 80px;
  }
  .sections-careers-places-to-work.section-bottom-padding {
    padding-bottom: 80px;
  }
  .places-to-work-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-contacts-maps {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-contacts-maps.section-bottom-padding {
    margin-bottom: 80px;
  }
  .contacts-maps-container {
    margin-top: 60px;
    margin-bottom: 80px;
    -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;
  }
  .contacts-maps-wrapper {
    height: auto;
    min-height: 300px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .navigate-posts-div {
    padding-left: 0px;
  }
  .previous-wrapper {
    width: 40%;
  }
  .next-wrapper {
    width: 40%;
  }
  .form {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .history-call-sign-div {
    width: auto;
  }
  .call-sign-name {
    -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;
  }
  .section-call-sign {
    padding-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pop-up {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .management-team-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .team-bio-div {
    overflow: scroll;
    max-height: 80vh;
    max-width: 44vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .team-photo {
    width: 50%;
    height: auto;
  }
  .aircraft-specs-div {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .terms-text {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .our-fleet-tab-btn {
    border-right-width: 0px;
    font-weight: 700;
  }
  .our-fleet-tab-btn.last-btn-mod {
    border-right-width: 2px;
  }
  .our-fleet-tab-btn.last-btn-mod.w--current {
    border-right-width: 2px;
  }
  .jumbotron-image-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-size: contain;
  }
  .our-fleet-tab-btn1 {
    border-right-width: 0px;
    font-weight: 700;
  }
  .navbar-lg-white-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    color: #fff;
  }
  .home-jumbotron-img {
    height: auto;
    max-width: 100%;
  }
  .navbar-2 {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .icon-6 {
    color: #fff;
  }
  .menu-button-2 {
    height: 50px;
    -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;
  }
  .container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .navbar-main-mobile {
    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;
  }
  .icon-close {
    width: 70%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .icon-open {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .close-div {
    display: none;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .open-div {
    display: block;
  }
  .div-block-7 {
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .icon-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .list-2 {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .navbar-lg-white-container {
    height: 130px;
  }
  .navbar-lg-wrapper {
    margin-left: 0px;
  }
  .navbar-main {
    display: none;
  }
  .image {
    width: 100px;
    padding-left: 0px;
  }
  .navbar-logo {
    position: absolute;
  }
  .navbar-logo.w--current {
    top: 35px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .jumbotron-text-wrapper {
    width: 100%;
    height: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .home-section-jumbotron {
    height: 175px;
    margin-top: 180px;
  }
  .text-jumbotron-headline {
    margin-bottom: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 35px;
    line-height: 40px;
  }
  .text-jumbotron-p {
    font-size: 16px;
    line-height: 20px;
  }
  .button.our-fleet-sub-btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .welcome-section.section-bottom-padding {
    padding-bottom: 60px;
  }
  .section-mission-profiles.section-bottom-padding {
    margin-bottom: 0px;
  }
  .section--index-our-fleet.section-bottom-padding {
    height: auto;
    padding-bottom: 60px;
  }
  .section-news.section-bottom-padding {
    padding-bottom: 60px;
  }
  .h2 {
    padding-top: 40px;
    font-size: 25px;
    line-height: 30px;
  }
  .footer-text {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .footer-icons {
    margin: 5px;
  }
  .text-mission-profiles {
    left: 5%;
    top: 40%;
    right: 5%;
  }
  .section-jumbotron {
    margin-top: 180px;
  }
  .paragraph-gray.p-home {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-gray.p-company {
    margin-bottom: 20px;
  }
  .paragraph-gray.padding-sides {
    width: 95%;
  }
  .h2-white {
    padding-top: 40px;
    font-size: 25px;
  }
  .bold-text.margin-bottom-5 {
    margin-bottom: 5px;
  }
  .menu-button {
    right: 0%;
  }
  .mission-profiles-link {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .mission-profiles-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mission-profiles-image {
    width: 100%;
  }
  .our-fleet-div {
    padding: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .our-fleet-main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .our-fleet-training-text {
    max-width: 80%;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #fff;
  }
  .our-fleet-specs-wrapper {
    height: auto;
    max-width: 100%;
    padding-left: 0px;
  }
  .image-224 {
    max-width: 100%;
    margin: 40px;
    padding: 0px;
  }
  .image-225 {
    float: right;
  }
  .h3 {
    margin-right: 0px;
    text-align: left;
  }
  .h3.news-sub-h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .index-news-article-div {
    width: 90%;
    margin-bottom: 50px;
  }
  .index-news-article-div.no-margin-style {
    margin-bottom: 0px;
  }
  .news-articles-wrapper {
    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;
  }
  .mission-profiles-image-wrapper {
    height: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 50% 50%;
  }
  .section-about-us.section-bottom-padding {
    margin-bottom: 60px;
  }
  .section-quotes {
    height: 250px;
  }
  .about-us-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .purpose-value-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .purpose-div {
    width: 100%;
    margin-bottom: 10px;
  }
  .values-div {
    width: 100%;
  }
  .management-team-grid {
    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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .member-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .member-image-div {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .member-info-div {
    width: auto;
  }
  .member-image {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .stay-updated-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stay-updated-wrapper {
    width: 90%;
    margin-right: 0px;
  }
  .stay-updated-menu-wrapper {
    width: 90%;
  }
  .footer-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .privacy-terms-conditions-wrapper {
    width: auto;
  }
  .privacy-button {
    text-decoration: none;
  }
  .terms-conditions-button {
    text-decoration: none;
  }
  .copyright-text {
    width: auto;
  }
  .social-media-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: -5px;
  }
  .jumbotron-image-wrapper-mission {
    height: 350px;
  }
  .mp-benefits-wrapper {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mp-container {
    padding: 20px;
  }
  .mp-container.section-bottom-padding {
    padding-top: 0px;
  }
  .benefit-wrapper {
    margin: 5px 0px;
  }
  .mp-landscape-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .mp-landscape-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .mp-bold-landscape-text {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
  .mp-text-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 20px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px solid #fff;
    border-right-style: none;
  }
  .mp-landscape-divider {
    display: none;
  }
  .mp-landscape-paragraph {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .benefit-by-2s {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .jumbotron-image-wrapper-our-fleet {
    height: 350px;
  }
  .section-our-fleet.section-bottom-padding {
    padding-bottom: 60px;
  }
  .our-fleet-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .our-fleet-image-wrapper {
    display: none;
  }
  .jumbotron-image-wrapper-news {
    height: 350px;
  }
  .section-news-events.section-bottom-padding {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .news-events-btn-div {
    width: 40%;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .index-our-fleet-specs-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    margin-bottom: 20px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
  }
  .news-container {
    -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;
  }
  .news-article-div {
    margin-right: 20px;
    padding-left: 30px;
  }
  .news-old-posts-wrapper {
    padding-left: 0px;
  }
  .careers-includes-div {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .careers-includes-wrapper-left {
    width: 100%;
    padding: 30px;
  }
  .current-postings-div {
    margin-right: 20px;
    margin-left: 20px;
  }
  .places-to-work-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .careers-map-image {
    margin-bottom: 50px;
  }
  .places-to-work-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .places-to-work-wrapper.places-to-work-div-style-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .places-to-work-wrapper.places-to-work-div-style-right {
    width: 100%;
    margin-left: 0px;
  }
  .places-to-live-by-2s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jumbotron-image-company-wrapper {
    height: 350px;
  }
  .jumbotron-image-careers-wrapper {
    height: 350px;
  }
  .jumbotron-image-contacts-wrapper {
    height: 350px;
  }
  .section-contacts-maps.section-bottom-padding {
    margin-bottom: 60px;
  }
  .contacts-maps-container {
    margin-top: 40px;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .contacts-maps-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts-maps-wrapper.no-margin-style {
    margin-bottom: 0px;
  }
  .contacts-location-div {
    width: 100%;
    padding: 30px;
  }
  .contacts-country-text {
    margin-bottom: 20px;
  }
  .contacts-address-text {
    margin-bottom: 20px;
  }
  .map {
    height: 300px;
  }
  .navigate-posts-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .jumbotron-image-wrapper-callsign {
    height: 350px;
  }
  .call-sign-div {
    -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-field {
    width: 100%;
  }
  .text-field-2 {
    width: 100%;
  }
  .form {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .history-call-sign-div {
    margin-right: 20px;
    padding-left: 30px;
  }
  .section-call-sign {
    padding-bottom: 60px;
  }
  .job-offer-specs {
    -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;
  }
  .job-time-posted-wrapper {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .job-offer-name-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .management-team-wrapper {
    width: 90%;
    height: 90vh;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .team-bio-div {
    overflow: scroll;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .team-photo {
    display: none;
    width: 40%;
  }
  .jumbotron-our-fleet-subpage {
    height: 350px;
  }
  .jumbotron-our-fleet-subpage2 {
    height: 350px;
  }
  .jumbotron-our-fleet-subpage3 {
    height: 350px;
  }
  .jumbotron-our-fleet-subpage4 {
    height: 350px;
  }
  .job-offer-responsive-wrapper {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .job-offer-responsive-wrapper.margin-bottom-10 {
    margin-bottom: 10px;
  }
  .job-place-posted-wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .jumbotron-image-privacy-wrapper {
    height: 350px;
  }
  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .our-fleet-tab-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-width: 1px;
    border-color: #fff;
    -webkit-transition: border-color 300ms ease, color 300ms linear, background-color 300ms linear;
    transition: border-color 300ms ease, color 300ms linear, background-color 300ms linear;
    color: #fff;
    font-weight: 400;
  }
  .our-fleet-tab-btn:hover {
    border-color: #d2d2d2;
  }
  .our-fleet-tab-btn.w--current {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-width: 2px;
  }
  .our-fleet-tab-btn.w--open {
    color: #fff;
    font-weight: 700;
  }
  .our-fleet-tab-btn.last-btn-mod {
    border-bottom-width: 2px;
  }
  .our-fleet-tab-btn.last-btn-mod.w--current {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-bottom-width: 0px;
  }
  .dropdown-list {
    display: none;
    background-color: transparent;
  }
  .dropdown-list.w--open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs {
    display: none;
  }
  .dropdown-our-fleet {
    width: 90%;
    margin-bottom: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .dropdown-content-div {
    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;
  }
  .our-fleet-tab-btn1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-width: 1px;
    border-color: #fff;
    -webkit-transition: border-color 300ms ease, color 300ms linear, background-color 300ms linear;
    transition: border-color 300ms ease, color 300ms linear, background-color 300ms linear;
    color: #8b8b8b;
    font-weight: 400;
  }
  .our-fleet-tab-btn1:hover {
    border-color: #d2d2d2;
  }
  .our-fleet-tab-btn1.w--current {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-width: 2px;
  }
  .our-fleet-tab-btn1.w--open {
    color: #8b8b8b;
    font-weight: 400;
  }
  .navbar-main-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .close-div {
    display: none;
  }
  .open-div {
    display: block;
  }
  .paragraph {
    padding-right: 60px;
    padding-left: 60px;
    text-align: center;
  }
  .fleet-top-text {
    padding-right: 180px;
  }
  .page-links {
    margin-right: 10px;
    margin-left: 10px;
  }
  .air-worthiness {
    padding-right: 30px;
    padding-left: 30px;
  }
  .worthiness-header {
    font-size: 21px;
  }
  .list-2 {
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .navbar-logo.w--current {
    width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .jumbotron-text-wrapper {
    padding: 20px;
  }
  .button.our-fleet-sub-btn {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-size: 18px;
  }
  .section-mission-profiles.section-bottom-padding {
    padding-bottom: 60px;
  }
  .section--index-our-fleet.section-bottom-padding {
    padding-bottom: 80px;
  }
  .h2 {
    margin-top: 80px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 0px;
    font-size: 25px;
    line-height: 30px;
  }
  .text-mission-profiles {
    left: 10%;
    top: 32%;
    right: 10%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .paragraph-gray.p-home {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph-gray.p-company {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-gray.p-company.paragraph-grey-left-aligned {
    margin-bottom: 0px;
  }
  .paragraph-gray.careers-page-txt-style {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-gray.padding-sides {
    width: 90%;
  }
  .h2-white {
    font-size: 25px;
    line-height: 30px;
  }
  .welcome-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    z-index: 2100;
  }
  .mission-profiles-link {
    width: 90%;
    height: 230px;
  }
  .mission-profiles-links-wrapper {
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .our-fleet-div {
    overflow: visible;
    height: auto;
  }
  .our-fleet-main-wrapper {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .our-fleet-training-text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .our-fleet-specs-wrapper {
    overflow: visible;
    height: auto;
  }
  .image-224 {
    margin: 30px 13px;
    padding: 0px;
  }
  .image-225 {
    max-width: 100%;
  }
  .image-226 {
    max-width: 120%;
  }
  .h3 {
    margin-bottom: 10px;
  }
  .h3.h3-no-margin {
    margin-bottom: 0px;
  }
  .h3.news-sub-h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .h3.white.margin-right-10 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .mission-profiles-image-wrapper {
    height: 242px;
  }
  .section-quotes {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-management-team.section-bottom-padding {
    margin-bottom: 60px;
  }
  .about-us-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .quotes-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .member-wrapper {
    margin-right: 0%;
    margin-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .member-image-div {
    width: 60%;
  }
  .member-info-div {
    width: 90%;
  }
  .member-image {
    height: auto;
  }
  .section-stay-updated {
    height: 300px;
  }
  .stay-updated-wrapper {
    margin-right: 0px;
  }
  .stay-updated-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .stay-updated-buttons {
    width: 70%;
    margin-bottom: 10px;
  }
  .jumbotron-image-wrapper-mission {
    height: 200px;
  }
  .mp-benefits-wrapper {
    margin-bottom: 20px;
  }
  .mp-container {
    padding-bottom: 0px;
  }
  .mp-container.section-bottom-padding {
    padding-top: 0px;
  }
  .benefit-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .benefit-image {
    max-width: 25%;
  }
  .mp-landscape-div {
    margin-bottom: 60px;
  }
  .mp-landscape-wrapper {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mp-bold-landscape-text {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
    text-align: left;
  }
  .mp-text-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 26px;
    line-height: 28px;
  }
  .mp-landscape-paragraph {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 16px;
  }
  .benefit-by-2s {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jumbotron-image-wrapper-our-fleet {
    height: 200px;
  }
  .h3-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jumbotron-image-wrapper-news {
    height: 200px;
  }
  .section-news-events.section-bottom-padding {
    border-left: 0px none transparent;
  }
  .news-events-btn-div {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .index-our-fleet-specs-wrapper {
    max-width: 100%;
    padding-right: 0px;
  }
  .news-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-article-div {
    margin-right: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-top: 1px solid #c5c5c5;
    border-left: 0px none transparent;
  }
  .news-old-posts-wrapper {
    padding-left: 0px;
  }
  .keyword-text-field {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .location-text-field {
    margin-left: 0px;
  }
  .job-search-input-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .job-search-checkbox-div {
    display: -ms-grid;
    display: grid;
    justify-items: stretch;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .job-search-checkbox-field.checkbox-bottom-border-line {
    border-bottom: 1px solid #eee;
  }
  .careers-results-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .job-position-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  .job-position-text {
    margin-bottom: 10px;
  }
  .job-location-wrapper {
    width: 100%;
  }
  .jobs-location-text {
    margin-bottom: 10px;
  }
  .job-kind-type-wrapper {
    width: 100%;
  }
  .jobs-type-text {
    text-align: left;
  }
  .jobs-type-text.no-padding-left {
    padding-left: 0px;
  }
  .jobs-time-posted-text {
    text-align: left;
  }
  .job-search-icon {
    display: none;
  }
  .sections-careers-places-to-work.section-bottom-padding {
    padding-bottom: 60px;
  }
  .places-to-work-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .places-to-work-wrapper {
    width: 100%;
  }
  .jumbotron-image-company-wrapper {
    height: 200px;
  }
  .jumbotron-image-careers-wrapper {
    height: 200px;
  }
  .jumbotron-image-contacts-wrapper {
    height: 200px;
  }
  .contacts-maps-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contacts-maps-wrapper {
    margin-bottom: 40px;
  }
  .navigate-posts-div {
    padding-left: 0px;
  }
  .navigate-posts-wrapper {
    -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;
  }
  .previous-wrapper {
    width: 100%;
    margin-bottom: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .next-wrapper {
    width: 100%;
  }
  .jumbotron-image-wrapper-callsign {
    height: 200px;
  }
  .callsign-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .call-sign-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form {
    padding: 20px;
  }
  .history-call-sign-div {
    margin-right: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-top: 1px solid #c5c5c5;
    border-left: 0px none transparent;
  }
  .call-sign-name {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .management-team-wrapper {
    height: 90vh;
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .team-bio-div {
    overflow: scroll;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .team-photo {
    height: auto;
  }
  .jumbotron-our-fleet-subpage {
    height: 200px;
  }
  .specs-target-wrapper {
    width: 100%;
  }
  .jumbotron-our-fleet-subpage2 {
    height: 200px;
  }
  .jumbotron-our-fleet-subpage3 {
    height: 200px;
  }
  .jumbotron-our-fleet-subpage4 {
    height: 200px;
  }
  .jumbotron-image-privacy-wrapper {
    height: 200px;
  }
  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fleet-center-image {
    padding: 29px 0px;
  }
  .fleet-top-text {
    padding-right: 66px;
  }
  .callsign-title {
    padding-top: 20px;
    font-size: 24px;
    line-height: 24px;
  }
  .callsign-name {
    padding-top: 48px;
    font-size: 18px;
    line-height: 18px;
  }
}

