/* @font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lyon Display";
  src: url("../fonts/LyonDisplay-Regular.woff2") format("woff2"), url("../fonts/LyonDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lyon Display";
  src: url("../fonts/LyonDisplay-Medium.woff2") format("woff2"), url("../fonts/LyonDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mikro Regular";
  src: url("../fonts/mikro-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mikro Bold";
  src: url("../fonts/mikro-bold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* -------------------- Internal margins flex grid -------------------- */
/* -------------------- /Internal margins flex grid -------------------- */
/* -------------------- Colours -------------------- */
/* -------------------- /Colours -------------------- */
/* -------------------- Breakpoints -------------------- */
/* -------------------- /Breakpoints -------------------- */
/* -------------------- Bootstrap Breakpoints -------------------- */
/* -------------------- /Bootstrap Breakpoints -------------------- */
/* -------------------- Internal margins flex grid -------------------- */
/* -------------------- /Internal margins flex grid -------------------- */
/* -------------------- Internal margins flex grid -------------------- */
/* -------------------- /Internal margins flex grid -------------------- */
/* -------------------- Colours -------------------- */
/* -------------------- /Colours -------------------- */
/* -------------------- Breakpoints -------------------- */
/* -------------------- /Breakpoints -------------------- */
/* -------------------- Bootstrap Breakpoints -------------------- */
/* -------------------- /Bootstrap Breakpoints -------------------- */
@media (min-width: 1200px) {
  .container {
      max-width: 1220px;
  }
}
body[data-id="10603"] .card {
  flex-direction: column;
  background: none;
  color: #000;
  text-align: left;
  border: 1px solid #D9D9D9;
  height: auto;
}
@media (min-width: 992px) {
  body[data-id="10603"] .content-wrapper .col-md-8 {
      width: 33.33333333333333%;

  }
}
body[data-id="10603"] .card__bg {
  position: static;
  min-height: 250px;
}
body[data-id="10603"] .card .hover-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}
  body[data-id="10603"] .card:hover .hover-text{
    margin: 0;
  }
  body[data-id="10603"] .card:hover {
    color: initial;
  }
 body[data-id="10603"] .card:hover .card__bg {
    opacity: 1;
  }
  body[data-id="10603"] .card__heading {
    color: #000;
    margin: 20px 0;
  }
  body[data-id="10603"] .card__content {
    margin: 0;
  text-align: left;
  padding: 0 15px;
  min-height: 320px;
  overflow: hidden;

  }
  body[data-id="10603"] .card__overlay {
    display: none;
  }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  display: inline-block;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
  padding: 20px;
  border-radius: 0;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-decoration: none;
}
.btn:active, .btn:not([disabled]):not(.disabled).active {
  box-shadow: none;
}
.btn-primary {
  background: #173FC2;
  border-color: #173FC2;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not([disabled]):not(.disabled):active, .btn-primary--active, .btn-primary.active {
  background: white;
  border-color: white;
  color: black;
}
.btn-secondary {
  background: #041C46;
  border-color: #041C46;
  color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary--active, .btn-secondary.active {
  background: #173FC2;
  border-color: #173FC2;
  color: #FFFFFF;
}
.btn-white {
  background: #FFFFFF;
  color: black;
}
.btn-white:hover, .btn-white:focus, .btn-white:not([disabled]):not(.disabled):active, .btn-white--active, .btn-white.active {
  background: #173FC2;
  color: white;
}
.btn-midnight {
  background: #041C46;
  border-color: #041C46;
  color: #FFFFFF;
  border-color: 1px solid #FFFFFF;
}
.btn-midnight:hover, .btn-midnight:focus, .btn-midnight:not([disabled]):not(.disabled):active, .btn-midnight--active, .btn-midnight.active {
  background: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.37);
  color: black;
}
.btn-white-outline {
  background-color: #000000;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline:not([disabled]):not(.disabled):active, .btn-white-outline--active, .btn-white-outline.active {
  background: #173FC2;
  border-color: #173FC2;
  color: #FFFFFF;
}
.btn-disabled {
  background-color: #dac3a2 !important;
  border-color: #dac3a2 !important;
  color: #FFFFFF !important;
  cursor: default !important;
}
.btn-blue {
  background: #FFFFFF;
  border-color: rgba(4, 28, 70, 0.37);
  color: #041C46;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:not([disabled]):not(.disabled):active, .btn-blue--active, .btn-blue.active {
  background: #041C46;
  border-color: #041C46;
  color: #FFFFFF;
}
.btn-blue.btn-disabled {
  background-color: #b1b8c5 !important;
  border-color: #b1b8c5 !important;
  color: #FFFFFF !important;
}
.btn-wheels-blue {
  background: #173FC2;
  border-color: #173FC2;
  color: #FFFFFF;
}
.btn-wheels-blue:hover, .btn-wheels-blue:focus, .btn-wheels-blue:not([disabled]):not(.disabled):active, .btn-wheels-blue--active, .btn-wheels-blue.active {
  background: #FFFFFF;
  border-color: white;
  color: black;
}
.btn-wheels-blue.btn-disabled {
  background-color: #6B778B !important;
  border-color: #6B778B !important;
  color: #FFFFFF !important;
}
.btn-min-width-220 {
  min-width: 220px;
}
.btn-long-320 {
  width: 100%;
  max-width: 320px;
}

button:focus {
  outline: none;
}

.btn-hover-banner .original-section-text {
  font-weight: bold;
}
.btn-hover-banner .hover-section-text {
  display: none;
}
.btn-hover-banner:hover, .btn-hover-banner:focus, .btn-hover-banner:not([disabled]):not(.disabled):active, .btn-hover-banner--active, .btn-hover-banner.active {
  padding: 6px;
}
.btn-hover-banner:hover .original-section-text, .btn-hover-banner:focus .original-section-text, .btn-hover-banner:not([disabled]):not(.disabled):active .original-section-text, .btn-hover-banner--active .original-section-text, .btn-hover-banner.active .original-section-text {
  display: none;
  font-weight: bold;
}
@media (max-width: 991px) {
  .btn-hover-banner:hover .original-section-text, .btn-hover-banner:focus .original-section-text, .btn-hover-banner:not([disabled]):not(.disabled):active .original-section-text, .btn-hover-banner--active .original-section-text, .btn-hover-banner.active .original-section-text {
    display: block;
  }
}
.btn-hover-banner:hover .hover-section-text, .btn-hover-banner:focus .hover-section-text, .btn-hover-banner:not([disabled]):not(.disabled):active .hover-section-text, .btn-hover-banner--active .hover-section-text, .btn-hover-banner.active .hover-section-text {
  display: inline;
  line-height: 26px;
}
@media (max-width: 991px) {
  .btn-hover-banner:hover .hover-section-text, .btn-hover-banner:focus .hover-section-text, .btn-hover-banner:not([disabled]):not(.disabled):active .hover-section-text, .btn-hover-banner--active .hover-section-text, .btn-hover-banner.active .hover-section-text {
    display: none;
  }
}
.btn-hover-banner:hover .hover-section-text p, .btn-hover-banner:focus .hover-section-text p, .btn-hover-banner:not([disabled]):not(.disabled):active .hover-section-text p, .btn-hover-banner--active .hover-section-text p, .btn-hover-banner.active .hover-section-text p {
  margin: 0px;
  font-size: 10px;
  line-height: 26px;
}

.slash-section {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  border-bottom: 1px solid #dedede;
}
@media (min-width: 992px) {
  .slash-section {
    display: flex;
    align-items: center;
    min-height: 600px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .slash-section {
    padding-bottom: 20px;
  }
}
.slash-section__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: calc(50vw - 174px);
  right: auto;
}
.slash-section__image::after {
  content: "";
  position: absolute;
  right: 0;
  background-color: #fff;
  height: 100%;
  width: 9%;
}
@media (max-width: 991px) {
  .slash-section__image {
    position: relative;
    width: 100%;
    right: auto;
    height: 270px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .slash-section__image {
    height: 170px;
  }
}
.slash-section__slash-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.slash-section__slash-wrapper .container {
  height: 100%;
}
.slash-section__slash-wrapper .container .row {
  height: 100%;
}
.slash-section__slash-wrapper .container .row .slash-section__slash-col {
  height: 100%;
  padding: 0;
}
.slash-section__slash {
  overflow: hidden;
  position: absolute;
  right: -65.5%;
  top: -100px;
  left: auto;
  transform: rotateZ(30deg);
  background-color: #FFFFFF;
  height: 1000px;
  width: 600px;
}
@media (max-width: 991px) {
  .slash-section__slash {
    display: none;
  }
}
@media (min-width: 1200px) {
  .slash-section__slash {
    right: -50%;
  }
}
.slash-section--flipped .slash-section__image {
  left: auto;
  right: 0;
}
.slash-section--flipped .slash-section__slash {
  right: auto;
  left: -65.5%;
  transform: rotateZ(-30deg);
}
@media (min-width: 1200px) {
  .slash-section--flipped .slash-section__slash {
    left: -50%;
  }
}
.slash-section--featured-article {
  background-color: #041C46;
  color: #FFFFFF;
}
.slash-section--featured-article .slash-section__slash {
  background-color: #041C46;
}
.slash-section__content {
  width: 100%;
}

.triangle-section {
  display: flex;
  border-bottom: 1px solid #dedede;
}
.triangle-section--flipped .triangle-section__inner {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .triangle-section--flipped .triangle-section__inner {
    flex-direction: column-reverse;
  }
}
.triangle-section--flipped .triangle-section__image-sizer--outer {
  right: unset;
  left: 0;
}
@media (max-width: 768px) {
  .triangle-section--flipped .triangle-section__image-sizer--outer {
    right: auto;
    left: 50%;
  }
}
@media (max-width: 1100px) {
  .triangle-section {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .triangle-section__inner {
    flex-direction: column;
  }
}
.triangle-section__inner {
  display: flex;
  justify-content: flex-end;
  padding: 0 15px;
  max-width: 1170px;
  min-height: 600px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .triangle-section__inner {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}

.triangle-section__image {
  height: 100%;
  max-width: none;
  width: auto;
}
.triangle-section__image-container--flipped, .triangle-section__text-container {
  width: 50%;
}
.triangle-section__image-container--flipped {
  position: relative;
}
@media (max-width: 768px) {
  .triangle-section__image-container--flipped {
    height: 400px;
    width: 100%;
    overflow: hidden;
  }
}
.triangle-section__image-container {
  position: relative;
}
.triangle-section__image--ie {

  width: 50vw;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .triangle-section__image--ie {
    padding-top: 86.55%;
    position: relative;
    width: 100vw;
  }
}
.triangle-section__text-container {
  display: flex;
}
@media (max-width: 768px) {
  .triangle-section__text-container {
    width: 100%;
  }
}
.triangle-section__text-wrapper {
  display: flex;
  align-items: center;
  margin: 90px 40px;
  max-width:490px;
}
.triangle-section__image-sizer--inner {
  position: relative;
  height: 100%;
}
.triangle-section__image-sizer--inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fff;
  right: 100%;
}
.triangle-section__image-sizer--inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fff;
  left: 100%;
}
.triangle-section__image-sizer--outer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .triangle-section__image-sizer--outer {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    overflow: visible;
  }
}
.triangle-section__image-sizer--outer::after {
  content: "";
  height: 1000px;
  width: 500px;
  position: absolute;
  transform-origin: 0 0;
  top: 0;
  left: 100%;
  transform: rotateZ(30deg);
  background-color: #fff;
}
.triangle-section__image-sizer--outer::before {
  content: "";
  height: 1000px;
  width: 500px;
  position: absolute;
  transform-origin: 100% 0;
  top: 0;
  right: 100%;
  transform: rotateZ(-30deg);
  background-color: #fff;
}
.triangle-section__image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.diagonal-section {
  display: flex;
}
.diagonal-section.diagonal-section--flipped .diagonal-section__inner {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .diagonal-section.diagonal-section--flipped .diagonal-section__inner {
    flex-direction: column;
  }
}
.diagonal-section.diagonal-section--flipped .diagonal-section__image-container {
  width: calc(50% + 174px);
}
@media (max-width: 1000px) {
  .diagonal-section.diagonal-section--flipped .diagonal-section__image-container {
    width: 100%;
  }
}
.diagonal-section.diagonal-section--flipped .diagonal-section__text-container {
  width: calc(50% - 174px);
}
@media (max-width: 1000px) {
  .diagonal-section.diagonal-section--flipped .diagonal-section__text-container {
    width: 100%;
    max-width: 500px;
  }
}
.diagonal-section.diagonal-section--flipped .diagonal-section__image {
  left: 0;
  right: auto;
}
@media (max-width: 1000px) {
  .diagonal-section.diagonal-section--flipped .diagonal-section__image {
    height: 400px;
    width: 100vw;
    margin-left: -15px;
    position: relative;
  }
}
.diagonal-section.diagonal-section--flipped .diagonal-section__image::after {
  transform-origin: 100% 0;
  right: 100%;
  left: auto;
  transform: rotateZ(-30deg);
}
@media (max-width: 1000px) {
  .diagonal-section.diagonal-section--flipped .diagonal-section__image::after {
    display: none;
  }
}
.diagonal-section.diagonal-section--black {
  background-color: #041C46;
}
.diagonal-section.diagonal-section--black .diagonal-section__image::after {
  background-color: #041C46;
}
@media (max-width: 1000px) {
  .diagonal-section.diagonal-section--black .diagonal-section__image::after {
    display: none;
  }
}
.diagonal-section.diagonal-section--black .diagonal-section__text {
  color: #bbbbbb;
}
.diagonal-section.diagonal-section--black .diagonal-section__text ._heading {
  color: #fff;
}
.diagonal-section.diagonal-section--heading .diagonal-section__inner {
  min-height: 500px;
}
.diagonal-section.diagonal-section--heading .diagonal-section__image-container {
  width: calc(50% + 114px);
}
@media (max-width: 1000px) {
  .diagonal-section.diagonal-section--heading .diagonal-section__image-container {
    width: 100%;
  }
}
.diagonal-section.diagonal-section--heading .diagonal-section__text-container {
  width: calc(50% - 114px);
}
@media (max-width: 1000px) {
  .diagonal-section.diagonal-section--heading .diagonal-section__text-container {
    width: 100%;
    max-width: 500px;
  }
}
.diagonal-section.diagonal-section--heading .diagonal-section__text ._heading--1 {
  font-size: 55px;
  line-height: 63px;
}
@media (max-width: 767px) {
  .diagonal-section.diagonal-section--heading .diagonal-section__text ._heading--1 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
@media (max-width: 990px) {
  .diagonal-section {
    position: relative;
  }
}
.diagonal-section__inner {
  min-height: 600px;
  display: flex;
  justify-content: flex-end;
  padding: 0 15px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .diagonal-section__inner {
    max-width: 1170px;
  }
}
@media (max-width: 1000px) {
  .diagonal-section__inner {
    flex-direction: column;
  }
}
.diagonal-section__image {
  height: 100%;
  max-width: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  width: calc(50vw + 174px);
}
@media (max-width: 1000px) {
  .diagonal-section__image {
    height: 400px;
    width: 100vw;
    margin-left: -15px;
    position: relative;
  }
}
.diagonal-section__image::after {
  content: "";
  height: 1000px;
  width: 500px;
  position: absolute;
  transform-origin: 0 0;
  top: 0;
  left: 100%;
  transform: rotateZ(30deg);
  background-color: #fff;
}
@media (max-width: 1000px) {
  .diagonal-section__image::after {
    display: none;
  }
}
.diagonal-section__image-container--flipped {
  width: calc(50% + 174px);
  position: relative;
}
@media (max-width: 1000px) {
  .diagonal-section__image-container--flipped {
    width: 100%;
  }
}
.diagonal-section__image-container {
  position: relative;
}
.diagonal-section__image--ie {
  position: absolute;
  right: 0;
  width: 50vw;
  height: 100%;
  bottom: 0;
  background-image: url("http://uat.airpartner.greenlightdigital.com/media/bvvdphuc/triangle-charter-v1.png");
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .diagonal-section__image--ie {
    padding-top: 86.55%;
    position: relative;
    width: 100vw;
  }
}
.diagonal-section__text-container {
  width: calc(50% - 174px);
  display: flex;
  align-items: center;
  position: relative;
  padding: 48px 0;
}
@media (max-width: 1000px) {
  .diagonal-section__text-container {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 990px) {
  .diagonal-section__text-container {
    position: static;
  }
}
.diagonal-section__breadcrumbs {
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 990px) {
  .diagonal-section__breadcrumbs {
    background-color: #041C46;
    width: 100%;
    padding: 5px 10px;
    top: 0;
  }
}
.diagonal-section__breadcrumb {
  color: #fff;
  text-decoration: none;
}
.diagonal-section__breadcrumb:hover, .diagonal-section__breadcrumb:visited, .diagonal-section__breadcrumb:focus, .diagonal-section__breadcrumb:active {
  color: #fff;
  text-decoration: none;
}
.diagonal-section__breadcrumb:hover:not(:last-child) {
  text-decoration: underline;
}
.diagonal-section__breadcrumb:not(:first-child) {
  padding-left: 4px;
  position: relative;
}
.diagonal-section__breadcrumb:not(:first-child)::before {
  content: "/";
  transform: translateY(-50%);
  color: #fff;
}
@media (max-width: 990px) {
  .diagonal-section__breadcrumb:not(:first-child)::before {
    content: "";
    background: url("/Content/icons/arrow-left--white.svg") center/contain no-repeat;
    width: 12px;
    height: 12px;
    left: 2px;
  }
}
@media (max-width: 990px) {
  .diagonal-section__breadcrumb {
    display: none;
  }
  .diagonal-section__breadcrumb:nth-last-child(2) {
    display: inline-block;
  }
}

.fifty-fifty-section {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
.fifty-fifty-section.fift-fifty-section--flipped .fifty-fifty-section__inner {
  flex-direction: row-reverse;
}
.fifty-fifty-section__inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  /*min-height: 600px;*/
  width: 100%;
  margin: 0 auto;
  /*align-items: flex-start;*/
}
.fifty-fifty-section:not(.fifty-fifty-section--heading) .fifty-fifty-section__inner {
  border-bottom: 1px solid #D1D1D1;
    padding-bottom: 40px;

}
@media (min-width: 1200px) {
  .fifty-fifty-section:not(.fifty-fifty-section--heading) .fifty-fifty-section__inner {
    max-width: 1170px;
  }

  /*.fifty-fifty-section--heading .fifty-fifty-section__inner {
    max-width: none;
  }*/
}
@media (max-width: 1000px) {
  .fifty-fifty-section__inner {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .large.fifty-fifty-section {
    margin-top: 50px;
}
}
.fifty-fifty-section__inner--flipped {
  flex-direction: row-reverse;
}
.fifty-fifty-section__image {
  max-width: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 434px;
  height: 290px;
  border-radius: 16px;
}
.fifty-fifty-section--heading  .fifty-fifty-section__image-container {
  min-height: 600px;
}
.fifty-fifty-section--heading .fifty-fifty-section__image{
  height: 100%;
  width: auto;
  border-radius: 0;
  /*min-height: 600px;*/

}
@media (min-width: 1000px) {
  .fifty-fifty-section--heading .fifty-fifty-section__image{
    min-height: 455px;
  }
}

.fifty-fifty-section--heading .fifty-fifty-section__inner .fifty-fifty-section__text-container:first-child {
  width: 100%;
  max-width: 1220px;
  margin: auto;
}
.fifty-fifty-section--heading .fifty-fifty-section__inner .fifty-fifty-section__text-container:first-child .fifty-fifty-section__text-container--inner{
  max-width: none;
 }
@media (max-width: 1000px) {
  .fifty-fifty-section__image {
    /*height: 400px;
    width: 100vw;*/
    position: relative;
    background-position: center;
    height: 211px;
    width: 343px;
  }
}
@media (max-width: 767px) {
  .fifty-fifty-section__image {
    width: 100%;
  }
}
.fifty-fifty-section__image-container {
  flex: 25%;
 /* min-height: 600px;*/
}
.fifty-fifty-section--heading  .fifty-fifty-section__image-container  {
  flex: 45%;
   min-height: 455px;
}
@media (max-width: 1000px) {
  .fifty-fifty-section__image-container {
    width: 100%;
    min-height: unset;
  }
  .fifty-fifty-section:not(.fifty-fifty-section--heading) {
    padding: 0 15px;
  }
}
.fifty-fifty-section__text-container {
  flex: 50%;
  display: flex;
  align-items: center;
  justify-content: left;
  /*padding: 25px 100px 25px 100px;*/
  padding: 0 40px;
  flex-direction: row;
  color: #041C46;
}
.fifty-fifty-section__text-container ._heading--2 {
  font-size: 24px;
  line-height: 30px;
  color: #041C46;
  margin-bottom: 16px;

}
.fifty-fifty-section__text-container p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.fifty-fifty-section__text-container .btn {

  font-size: 16px;
  font-family: "Mikro Regular", Arial, sans-serif;
  font-weight: 700;
  height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.fifty-fifty-section__text-container .btn-primary,.fifty-fifty-section__text-container .btn-white,.fifty-fifty-section__text-container .btn-secondary {
  color:#173FC2;
  background: #fff;
  border: 1px solid #173FC2;
}

body[data-id="10560"] .fifty-fifty-section__text-container .btn{
  border-radius: 8px;

}
body[data-id="10560"]  .rte-button-group-grid__tile:last-child .btn-midnight {
  background: #173FC2;
  color: #fff;

}
.fifty-fifty-section__text-container .btn-wheels-blue:hover,body[data-id="10560"] .fifty-fifty-section__text-container .btn-midnight:hover {
  border-color: unset;
}
/*.fifty-fifty-section__text-container .rte-button-group__container {
  margin-top: 24px;
}*/
.fifty-fifty-section:not(.fifty-fifty-section--heading) .fifty-fifty-section__text-container p {
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .fifty-fifty-section__text-container .btn{
    max-width: 343px;
  }
  .jetCardStyle .fifty-fifty-section__text-container .btn{
    width: 100%;
  }
  /*.fifty-fifty-section__text-container .rte-button-group__container {
    margin-top: 16px;
  }*/

  .fifty-fifty-section__text-container ._heading--2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .fifty-fifty-section:not(.fifty-fifty-section--heading) .fifty-fifty-section__text-container p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .fifty-fifty-section__text-container {
    width: 100%;
    /*max-width: 500px;*/
    padding: 24px 0;
  }
  .fifty-fifty-section:not(.fifty-fifty-section--heading) .fifty-fifty-section__text-container  {
    padding-bottom: 0;
  }


}
@media (max-width: 767px) {
  .fifty-fifty-section__text .rte-button-group-grid__tile {
    width: 100%;
  }
}
.fifty-fifty-section__text-container--inner {
  height: 100%;
}
/*.fifty-fifty-section__text {
  max-width: 470px;
}*/
.fifty-fifty-section__text {
  font-size: 18px;
  line-height: 24px;
}
.fifty-fifty-section--heading {
  /*min-height: 500px;*/
  background-color: #041C46;
  /*padding: 56px 0;*/
}

@media (min-width: 1000px) {
  .fifty-fifty-section--heading .fifty-fifty-section__text-container {
    width: 55%;
    padding: 56px 10px;
  }
  .fifty-fifty-section--heading .fifty-fifty-section__text-container--inner {
    max-width: 605px;
    padding-right: 100px;
    justify-content: center;
  }
}
/*.fifty-fifty-section--heading  .fifty-fifty-section__text-container--inner {
  width: 100%;

}*/

/*.fifty-fifty-section--heading .fifty-fifty-section__text-container {
  padding: 0;
}*/
.fifty-fifty-section--heading .heading-block__buttons {
  display: flex;
  margin-top: 24px;

}
@media (min-width: 1000px) {
  .fifty-fifty-section--heading .heading-block__buttons .btn {
    margin-right: 24px;
  }
}
@media (max-width: 1000px) {
  .fifty-fifty-section--heading .heading-block__buttons .btn {
    /*width: 100%;
    max-width: 375px;*/
    min-width: 107px;
  }
}
.fifty-fifty-section--heading .fifty-fifty-section__text-container {
  color: white;
  flex-direction: row;
  justify-content: right;
}
.fifty-fifty-section--heading .fifty-fifty-section__text-container--inner {
  display: flex;
  flex-direction: column;
}
.fifty-fifty-section--heading .fifty-fifty-section__text-container .fifty-fifty-section__text {
  /*padding-top: 24px;*/
  /*max-width: 525px;
  min-width: 350px;*/
}
@media (max-width: 1000px) {
  .fifty-fifty-section--heading .fifty-fifty-section__text-container {
    padding: 24px 16px;
  }
  .fifty-fifty-section--heading .fifty-fifty-section__image-container {
    min-height: 250px;
  }
  .fifty-fifty-section--heading .fifty-fifty-section__image-container {
    width: 100%;
  }
  .fifty-fifty-section__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.fifty-fifty-section--heading .fifty-fifty-section__text ._heading--1 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 16px;
}
@media (max-width: 1000px) {
  .fifty-fifty-section--heading .fifty-fifty-section__text ._heading--1 {
    font-size: 24px;
    line-height: 30px;
  }
  .fifty-fifty-section--heading .fifty-fifty-section__text p {
    font-size: 14px;
    line-height: 20px;
  }
}
/*@media (max-width: 767px) {
  .fifty-fifty-section--heading .fifty-fifty-section__text ._heading--1 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}*/
.fifty-fifty-section__breadcrumbs {
  display: flex;
  justify-content: left;
}
@media (max-width: 990px) {
  .fifty-fifty-section__breadcrumbs {
    position: absolute;
    background-color: rgba(4, 28, 70, 0.75);
    width: 100%;
    padding: 5px 10px;
    top: 50px;
    left: 0px;
  }
}
.fifty-fifty-section__breadcrumb {
  color: #bbbbbb;
  text-decoration: none;
}
.fifty-fifty-section__breadcrumb:hover, .fifty-fifty-section__breadcrumb:visited, .fifty-fifty-section__breadcrumb:focus, .fifty-fifty-section__breadcrumb:active {
  color: #bbbbbb;
  text-decoration: none;
}
.fifty-fifty-section__breadcrumb:hover:not(:last-child) {
  text-decoration: underline;
}
.fifty-fifty-section__breadcrumb:not(:first-child) {
  padding-left: 4px;
  position: relative;
}
.fifty-fifty-section__breadcrumb:not(:first-child)::before {
  content: "/";
  transform: translateY(-50%);
  color: #bbbbbb;
}
@media (max-width: 990px) {
  .fifty-fifty-section__breadcrumb:not(:first-child)::before {
    content: "";
    background: url("/Content/icons/arrow-left--white.svg") center/contain no-repeat;
    width: 12px;
    height: 12px;
    left: 2px;
  }
}
@media (max-width: 990px) {
  .fifty-fifty-section__breadcrumb {
    display: none;
  }
  .fifty-fifty-section__breadcrumb:nth-last-child(2) {
    display: inline-block;
  }
}
.fifty-fifty-section__search {
  padding-top: 150px;
}
@media (max-width: 1000px) {
  .fifty-fifty-section__search {
    padding-top: 15px;
  }
}

.two-third-section {
  display: flex;
  width: 100%;
}
.two-third-section.two-third-section--flipped .two-third-section__inner {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .two-third-section.two-third-section--flipped .two-third-section__inner {
    flex-direction: column;
  }
}
.two-third-section__inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: none;
  min-height: 600px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .two-third-section__inner {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.two-third-section__image-container {
  flex: 67%;
  min-height: 600px;
}
@media (max-width: 1000px) {
  .two-third-section__image-container {
    width: 100%;
    min-height: unset;
  }
}
.two-third-section__image {
  height: 100%;
  max-width: none;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1000px) {
  .two-third-section__image {
    height: 400px;
    width: 100vw;
    position: relative;
  }
}
.two-third-section__text-container {
  flex: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
@media (max-width: 1000px) {
  .two-third-section__text-container {
    width: 100%;
    max-width: 500px;
    padding: 48px 15px;
  }
}
.two-third-section--heading {
  min-height: 500px;
}
.two-third-section--heading .two-third-section__text-container {
  background-color: #041C46;
  display: block;
  color: white;
  padding-top: 50px;
}
@media (max-width: 1000px) {
  .two-third-section--heading .two-third-section__text-container {
    width: 100%;
    max-width: unset;
    padding: 48px 15px;
  }
}
.two-third-section__breadcrumbs {
  position: relative;
  top: 10px;
  left: 0;
}
@media (max-width: 990px) {
  .two-third-section__breadcrumbs {
    background-color: #041C46;
    width: 100%;
    padding: 5px 10px;
    top: 0;
  }
}
.two-third-section__breadcrumb {
  color: #bbbbbb;
  text-decoration: none;
}
.two-third-section__breadcrumb:hover, .two-third-section__breadcrumb:visited, .two-third-section__breadcrumb:focus, .two-third-section__breadcrumb:active {
  color: #bbbbbb;
  text-decoration: none;
}
.two-third-section__breadcrumb:hover:not(:last-child) {
  text-decoration: underline;
}
.two-third-section__breadcrumb:not(:first-child) {
  padding-left: 4px;
  position: relative;
}
.two-third-section__breadcrumb:not(:first-child)::before {
  content: "/";
  transform: translateY(-50%);
  color: #bbbbbb;
}
@media (max-width: 990px) {
  .two-third-section__breadcrumb:not(:first-child)::before {
    content: "";
    background: url("/Content/icons/arrow-left--white.svg") center/contain no-repeat;
    width: 12px;
    height: 12px;
    left: 2px;
  }
}
@media (max-width: 990px) {
  .two-third-section__breadcrumb {
    display: none;
  }
  .two-third-section__breadcrumb:nth-last-child(2) {
    display: inline-block;
  }
}

/*.fifty-fifty-section.fifty-fifty-section--flipped .fifty-fifty-section__inner {
  flex-direction: row-reverse;
}*/
.fifty-fifty-section--heading.fifty-fifty-section.fifty-fifty-section--flipped .fifty-fifty-section__inner {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .fifty-fifty-section.fifty-fifty-section--flipped .fifty-fifty-section__inner,.fifty-fifty-section--heading.fifty-fifty-section.fifty-fifty-section--flipped .fifty-fifty-section__inner {
    flex-direction: column;
  }
}
/*.fifty-fifty-section.fifty-fifty-section--flipped .fifty-fifty-section__inner .fifty-fifty-section__text-container {
  justify-content: right;
}*/
@media(min-width: 1000px){
  .fifty-fifty-section.fifty-fifty-section--flipped .fifty-fifty-section__inner .fifty-fifty-section__text-container {
  width:50%;
}}

.two-thirds-section.fifty-fifty-section--flipped .two-thirds-section__inner {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .two-thirds-section.fifty-fifty-section--flipped .two-thirds-section__inner {
    flex-direction: column;
  }
}

/* -------------------- Internal margins flex grid -------------------- */
/* -------------------- /Internal margins flex grid -------------------- */
/* -------------------- Colours -------------------- */
/* -------------------- /Colours -------------------- */
/* -------------------- Breakpoints -------------------- */
/* -------------------- /Breakpoints -------------------- */
/* -------------------- Bootstrap Breakpoints -------------------- */
/* -------------------- /Bootstrap Breakpoints -------------------- */
body {
  font-family: "aktiv-grotesk", sans-serif;
  min-width: 320px;
  padding-top: 70px !important;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 26px;
  color: #485658;
}
@media (min-width: 1200px) {
  body {
    padding-top: 159px !important;
  }
}
@media (max-width: 1199px) {
  body {
    padding-top: 80px !important;
  }
}

img {
  max-width: 100%;
}

h2, h3 {
  color: #000000;
}

.heading-block__content ._heading, .footer__top ._heading {
  color: white;
}

.container-fluid {
  padding: 0 15px;
}

._rotate-min-90deg {
  transform: rotate(-90deg);
}

._rotate-180deg {
  transform: rotate(180deg);
}

._mr-10 {
  margin-right: 10px !important;
}

._mr-14 {
  margin-right: 14px !important;
}

._mb-2 {
  margin-bottom: 2px !important;
}

._mb-40 {
  margin-bottom: 40px !important;
}

.section {
  padding-top: 80px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .section {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

.umb-grid {
  padding-left: 15px;
  padding-right: 15px;
}
.umb-grid .column {
  padding: 0;
}


.image-gallery-with-links {
  overflow: scroll;
  height: 300px;
}
.image-gallery-with-links img {
  height: 250px;
  display: inline-block;
}
.image-gallery-with-links--card {
  text-align: center;
}

.display-flex {
  display: flex;
}

.widget-iframe {
  margin: 20px;
}

/* -------------------- Report card layout -------------------- */
.report-card-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.report-card-container .report-card {
  margin-bottom: 0;
  flex-grow: 1;
}

.report-card-grid {
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 30px;
}

.report-card-grid__inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: -60px;
  margin-left: -60px;
}

.report-card-grid__tile {
  display: flex;
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-top: 30px;
  padding-left: 30px;
}

.report-card-grid__tile-inner {
  width: 100%;
}

@media (max-width: 991px) {
  .report-card-grid {
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 30px;
  }
  .report-card-grid__inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: -60px;
    margin-left: -60px;
  }
  .report-card-grid__tile {
    display: flex;
    box-sizing: border-box;
    width: 50%;
    padding-top: 30px;
    padding-left: 30px;
  }
  .report-card-grid__tile-inner {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .report-card-grid {
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 30px;
  }
  .report-card-grid__inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: -60px;
    margin-left: -60px;
  }
  .report-card-grid__tile {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
  }
  .report-card-grid__tile-inner {
    width: 100%;
  }
}
.report-card-grid__tile-grid__inner {
  display: flex;
  flex-grow: 1;
}

/* -------------------- /Report card layout -------------------- */
/* -------------------- help-support -------------------- */
.help-and-support__container {
  padding: 0 15px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .help-and-support__container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .help-and-support__container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .help-and-support__container {
    max-width: 1170px;
  }
}

.help-support-grid {
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 30px;
}

.help-support-grid__inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: -60px;
  margin-left: -60px;
}

.help-support-grid__tile {
  display: flex;
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-top: 30px;
  padding-left: 30px;
}

.help-support-grid__tile-inner {
  width: 100%;
}

/* -------------------- /help-support -------------------- */
/* -------------------- help-support-faq -------------------- */
.help-and-support-faq__inner {
  padding: 0 15px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .help-and-support-faq__inner {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .help-and-support-faq__inner {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .help-and-support-faq__inner {
    max-width: 1170px;
  }
}

.related-section-link {
  border-left: #dedede 2px solid;
  border-right: #dedede 2px solid;
  border-bottom: #dedede 2px solid;
  padding-top: 10px;
  padding-bottom: 10px;
}
.related-section-link:first-child {
  border-top: #dedede 2px solid;
}

/* -------------------- /help-support-faq -------------------- */
/* -------------------- rte button group -------------------- */
.rte-button-group-grid {
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 20px;
}

.rte-button-group-grid__inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-left: -40px;
}

.rte-button-group-grid__tile {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
}

.rte-button-group-grid__tile-inner {
  width: 100%;
}

.rte-button-group-grid__tile {
  width: auto;
}

/* -------------------- /rte button group -------------------- */
/* -------------------- rte image adjustment -------------------- */
.rte__contained-image {
  max-width: 70%;
}

/* -------------------- /rte image adjustment -------------------- */
/* -------------------- Two column layout -------------------- */
.sidebar-section {
  padding: 0 15px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .sidebar-section {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .sidebar-section {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .sidebar-section {
    max-width: 1170px;
  }
}

.sidebar-section__narrow {
  margin-bottom: 50px;
}

/* -------------------- /Two column layout -------------------- */
/* -------------------- Search results page -------------------- */
.search-results__sortby-wrapper {
  display: flex;
}
.search-results__sortby-button {
  padding: 5px 10px;
  font-size: 12px;
}
.search-results__sortby-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right: none;
}
.search-results__sortby-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: none;
}
.search-results__sortby-button--selected {
  background: #041C46;
  border-color: #041C46;
  color: #FFFFFF;
}

.search-list .bare-list {
  list-style: none;
}
@media (max-width: 992px) {
  .search-list .bare-list {
    padding-left: 0px;
  }
}

.search-result {
  margin: 40px 0;
}
.search-result .snippet {
  margin-bottom: 8px;
  font-weight: bold;
}

.pagination .bare-list {
  list-style: none;
  display: flex;
}
@media (max-width: 992px) {
  .pagination .bare-list {
    padding-left: 0px;
  }
}
.pagination .bare-list li {
  margin-right: 20px;
}
.pagination .btn {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .pagination .btn {
    margin-left: 0px;
    padding-left: 0px;
  }
}

/* -------------------- /Search results page -------------------- */
/* -------------------- language selector and search icon -------------------- */
.header-top-links__link.dropdown-toggle#langSelector {
  background: none;
  border: none;
}
.header-top-links__link.action-search-toggle#search-button {
  height: 48px;
  width: 48px;
  border: 1px solid #173FC2 !important;
  border-radius: 50%;
  margin: 0;
  background: none;
}

/* -------------------- /language selector and search icon -------------------- */
/* -------------------- Mobile menu -------------------- */
.header-nav--mobile-extra .dropdown {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.header-nav--mobile-extra .dropdown .dropdown-toggle {
  background: none;
  border: none;
}
@media (max-width: 992px) {
  .header-nav--mobile-extra .header-nav__link .icon--dropdown-sm {
    background-image: url(/Content/icons/arrow-down-small.svg);
    background-size: 28px 22px;
    width: 10px;
    height: 6px;
    margin-left: 14px;
    opacity: 0.6;

  }
}

/* -------------------- /Mobile menu -------------------- */
/* -------------------- /Mobile menu -------------------- */
.button-banner__container {
  padding: 0 15px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .button-banner__container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .button-banner__container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .button-banner__container {
    max-width: 1170px;
  }
}

/* -------------------- /Mobile menu -------------------- */
/* -------------------- Responsive video wrapper -------------------- */
.video-wrapper {
  max-width: 100%;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

/* -------------------- /Responsive video wrapper -------------------- */
/* -------------------- Table styling -------------------- */
.table-container {
  max-width: 100%;
  overflow-x: scroll;
}

table {
  border-collapse: collapse;
  border: none;
}
table tbody tr:first-child {
  border-bottom-width: 2px;
}
table tbody tr:first-child td {
  font-weight: bold;
}
table tbody tr:last-child {
  border-bottom: none;
}
table tr {
  border-bottom: 1px solid #bbbbbb;
}
table td {
  border: none;
  padding: 10px 20px;
}

@media(max-width: 600px)
{
    table td{
        padding:0px;
    }
}

/* -------------------- /Table styling -------------------- */
.ui-tabs-panel {
  width: 100%;
  max-width: 850px;
  margin: 30px auto 80px auto;
}

.section-border--bottom {
  border-bottom: 1px solid #D9D9D9;
}

.section-border--top {
  border-top: 1px solid #D9D9D9;
}

/* -------------------- Article image stretch macro -------------------- */
.article-image--wide {
  width: 100vw;
  height: auto;
  padding: 0;
  padding-left: 100%;
  transform: translateX(-50%);
  box-sizing: content-box;
  max-width: none;
}

/* -------------------- /Article image stretch macro -------------------- */
/* -------------------- Section adjacency styles -------------------- */
.generic-page-rich-text ~ .generic-page-rich-text {
  border-top: 1px solid #D9D9D9;
}

.generic-page-rich-text ~ .feature-section {
  border-top: 1px solid #D9D9D9;
}

.generic-page-rich-text ~ .testimonials {
  border-top: 1px solid #D9D9D9;
}

.generic-page-rich-text ~ .card-section {
  border-top: 1px solid #D9D9D9;
}

.generic-page-rich-text ~ .icon-list {
  border-top: 1px solid #D9D9D9;
}

.generic-page-rich-text ~ .accordion--section {
  border-top: 1px solid #D9D9D9;
}

.generic-page-rich-text ~ .employee-testimonial-section {
  border-top: 1px solid #D9D9D9;
}

.feature-section ~ .generic-page-rich-text {
  border-top: 1px solid #D9D9D9;
}

.feature-section ~ .feature-section {
  border-top: 1px solid #D9D9D9;
}

.feature-section ~ .testimonials {
  border-top: 1px solid #D9D9D9;
}

.feature-section ~ .card-section {
  border-top: 1px solid #D9D9D9;
}

.feature-section ~ .icon-list {
  border-top: 1px solid #D9D9D9;
}

.feature-section ~ .accordion--section {
  border-top: 1px solid #D9D9D9;
}

.feature-section ~ .employee-testimonial-section {
  border-top: 1px solid #D9D9D9;
}

.testimonials ~ .generic-page-rich-text {
  border-top: 1px solid #D9D9D9;
}

.testimonials ~ .feature-section {
  border-top: 1px solid #D9D9D9;
}

.testimonials ~ .testimonials {
  border-top: 1px solid #D9D9D9;
}

.testimonials ~ .card-section {
  border-top: 1px solid #D9D9D9;
}

.testimonials ~ .icon-list {
  border-top: 1px solid #D9D9D9;
}

.testimonials ~ .accordion--section {
  border-top: 1px solid #D9D9D9;
}

.testimonials ~ .employee-testimonial-section {
  border-top: 1px solid #D9D9D9;
}

.card-section ~ .generic-page-rich-text {
  border-top: 1px solid #D9D9D9;
}

.card-section ~ .feature-section {
  border-top: 1px solid #D9D9D9;
}

.card-section ~ .testimonials {
  border-top: 1px solid #D9D9D9;
}

.card-section ~ .card-section {
  border-top: 1px solid #D9D9D9;
}

.card-section ~ .icon-list {
  border-top: 1px solid #D9D9D9;
}

.card-section ~ .accordion--section {
  border-top: 1px solid #D9D9D9;
}

.card-section ~ .employee-testimonial-section {
  border-top: 1px solid #D9D9D9;
}

.icon-list ~ .generic-page-rich-text {
  border-top: 1px solid #D9D9D9;
}

.icon-list ~ .feature-section {
  border-top: 1px solid #D9D9D9;
}

.icon-list ~ .testimonials {
  border-top: 1px solid #D9D9D9;
}

.icon-list ~ .card-section {
  border-top: 1px solid #D9D9D9;
}

.icon-list ~ .icon-list {
  border-top: 1px solid #D9D9D9;
}

.icon-list ~ .accordion--section {
  border-top: 1px solid #D9D9D9;
}

.icon-list ~ .employee-testimonial-section {
  border-top: 1px solid #D9D9D9;
}

.accordion--section ~ .generic-page-rich-text {
  border-top: 1px solid #D9D9D9;
}

.accordion--section ~ .feature-section {
  border-top: 1px solid #D9D9D9;
}

.accordion--section ~ .testimonials {
  border-top: 1px solid #D9D9D9;
}

.accordion--section ~ .card-section {
  border-top: 1px solid #D9D9D9;
}

.accordion--section ~ .icon-list {
  border-top: 1px solid #D9D9D9;
}

.accordion--section ~ .accordion--section {
  border-top: 1px solid #D9D9D9;
}

.accordion--section ~ .employee-testimonial-section {
  border-top: 1px solid #D9D9D9;
}

.employee-testimonial-section ~ .generic-page-rich-text {
  border-top: 1px solid #D9D9D9;
}

.employee-testimonial-section ~ .feature-section {
  border-top: 1px solid #D9D9D9;
}

.employee-testimonial-section ~ .testimonials {
  border-top: 1px solid #D9D9D9;
}

.employee-testimonial-section ~ .card-section {
  border-top: 1px solid #D9D9D9;
}

.employee-testimonial-section ~ .icon-list {
  border-top: 1px solid #D9D9D9;
}

.employee-testimonial-section ~ .accordion--section {
  border-top: 1px solid #D9D9D9;
}

.employee-testimonial-section ~ .employee-testimonial-section {
  border-top: 1px solid #D9D9D9;
}

/* -------------------- /Section adjacency styles -------------------- */
/* -------------------- Jot Form career forms styles -------------------- */
.jotform-form {
  padding: 0 !important;
}
.jotform-form .form-all {
  width: 68%;
}
.jotform-form .form-sub-label-container {
  min-width: 48%;
}
.jotform-form .qq-upload-button {
  background: #FFFFFF;
  border-color: rgba(4, 28, 70, 0.37);
  color: #041C46;
  text-shadow: none;
}
.jotform-form .qq-upload-button:hover, .jotform-form .qq-upload-button:focus, .jotform-form .qq-upload-button:not([disabled]):not(.disabled):active, .jotform-form .qq-upload-button--active, .jotform-form .qq-upload-button.active {
  background: #041C46;
  border-color: #041C46;
  color: #FFFFFF;
}
.jotform-form .form-line {
  display: flex;
  flex-direction: column;
}
.jotform-form .form-line .form-textbox, .jotform-form .form-line .form-dropdown, .jotform-form .form-line [data-type=control_dropdown] .form-input {
  width: 100%;
  line-height: 26px;
}
.jotform-form .form-line .form-sub-label {
  display: none;
}
.jotform-form .form-line .form-label, .jotform-form .form-line .form-input {
  font-family: Century Gothic !important;
  font-weight: normal;
  font-size: 13px !important;
  color: #000000;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.jotform-form .form-line li[data-type=control_text].form-line p, .jotform-form .form-line li[data-type=control_text].form-line span {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #485658;
}
.jotform-form .form-line .form-radio-item {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.jotform-form .form-line .form-radio-item label {
  margin: 0px 0px 0px 10px;
}
.jotform-form [data-type=control_dropdown] {
  margin-top: 0px;
}
.jotform-form [data-type=control_dropdown] .form-sub-label-container {
  min-width: 100%;
}
.jotform-form [data-type=control_dropdown] .form-sub-label-container .form-dropdown {
  width: 100% !important;
  border: 1px solid #dedede;
  font-size: 13px;
}

/* -------------------- /Jot Form career forms styles -------------------- */
/* start of greenlight custom css for new types of forms */
div[data-form-block-id] {
  display: flex;
  justify-content: center;
}
div[data-form-block-id] .containerWrapper {
  max-width: 475px;
}
div[data-form-block-id] label {
  font-family: Century Gothic;
  font-weight: normal;
  font-size: 13px;
  color: #000000;
}
div[data-form-block-id] select, div[data-form-block-id] input, div[data-form-block-id] textarea {
  border: 1px solid #dedede !important;
  filter: none !important;
}
div[data-form-block-id] input[type=checkbox] {
  margin-top: 0px !important;
  align-self: center;
}
div[data-form-block-id] div [data-editorblocktype=Field-checkbox] {
  display: flex;
  justify-content: center;
}
div[data-form-block-id] div [data-editorblocktype=Field-checkbox] .lp-form-field {
  display: flex;
  margin-top: 20px;
}
div[data-form-block-id] div [data-editorblocktype=Field-checkbox] .lp-form-field .lp-ellipsis {
  margin: 0px !important;
}
div[data-form-block-id] div [data-editorblocktype=SubmitButtonBlock] {
  display: flex;
  justify-content: center;
}
div[data-form-block-id] div [data-editorblocktype=SubmitButtonBlock] button {
  border: none;
  padding: 11px 20px;
  text-transform: uppercase;
  border: 1px solid #041C46;
  color: #041C46 !important;
  background: none !important;
}
div[data-form-block-id] div [data-editorblocktype=SubmitButtonBlock] button:hover {
  background-color: #041C46 !important;
  color: #fff !important;
}

/* end of greenlight custom css for new types of forms */
/* -------------------- /Section adjacency styles -------------------- */
.text-full-wrap {
  word-wrap: break-all;
  white-space: wrap;
}

/* -------------------- Video header -------------------- */
.video-header__container {
  position: relative;
  height: 0px;
  box-sizing: content-box;
  padding-top: 600px;
}
@media (max-width: 1000px) {
  .video-header__container {
    padding-top: 500px;
  }
}
@media (max-width: 800px) {
  .video-header__container {
    padding-top: 400px;
  }
}
@media (max-width: 500px) {
  .video-header__container {
    padding-top: 300px;
  }
}

.video-header__video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 100%;
}

/* -------------------- /Video header -------------------- */
/* -------------------- Internal margins flex grid -------------------- */
/* -------------------- /Internal margins flex grid -------------------- */
/* -------------------- Colours -------------------- */
/* -------------------- /Colours -------------------- */
/* -------------------- Breakpoints -------------------- */
/* -------------------- /Breakpoints -------------------- */
/* -------------------- Bootstrap Breakpoints -------------------- */
/* -------------------- /Bootstrap Breakpoints -------------------- */
.group-body .header__logo {
  width: 360px;
}
@media (max-width: 575px) {
  .group-body .header__logo {
    width: 180px;
  }
}
.group-body #langSelector {
  display: none;
}

@media (max-width: 991px) {
  body {
    margin-top: 0px !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #FFFFFF;
}
.header__logo {
  display: block;
  height: auto;
  width: 141px;
}
@media (max-width: 1200px) {
  .header__logo {
    width: 250px;
  }

}
@media (min-width: 1200px) {
  .header__logo {
    height: auto;
    width: 250px;
  }
}
.header-top-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-top-links__link {
  color: black;
  font-size: 14px;
  text-decoration: none;
  /*margin-right: 30px;*/
}
.header-top-links__link:hover {
  text-decoration: none;
  color: #485658;
}
.header-top-links__item {
  display: inline-block;
}
@media (max-width: 1199px) {
  .header-top-links__item--mobile-hidden {
    display: none;
  }
  .header-top-links__item {
    padding: 15px 20px;
    width: 100%;
  }
}
.header-top-links__dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  display: inline-block;
  border-radius: 0;
  cursor: pointer;
  display: block;
  font-weight: 400;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  padding: 10px 15px;
}
.header-top-links__dropdown:hover, .header-top-links__dropdown:focus, .header-top-links__dropdown:active {
  text-decoration: none;
}
.header__top {
  min-height: 50px;
}
@media (max-width: 767px) {
  .header__top {
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .header__top {
    min-height: 80px;
  }
}
.header__top .row {
  min-height: 50px;
}
@media (min-width: 1200px) {
  .header__top .row {
    min-height: 80px;
    display: flex;
  }
}
@media (max-width: 1200px) {
  .header__top .row {
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
  }
  .header__hamburger-area {
    order: 1;
  }
}
.header__hamburger-area {
  display: flex;
  align-items: center;
  min-height: 50px;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .header__hamburger-area {
    display: none;
  }
}
.header__top-logo-area {
  display: flex;
  align-items: center;
  height: 0;
  min-height: 50px;
}
@media (min-width: 1200px) {
  .header__top-logo-area {
    min-height: 80px;
    justify-content: flex-start;
  }
}
.header__top-links-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 50px;
  height: 0;
}
@media (min-width: 1200px) {
  .header__top-links-area {
    min-height: 80px;
  }
}
@media (max-width: 1199px) {
  .header__top-links-area {
    padding: 0;
  }
}
.header__top-btn {
  width: 100%;
  min-width: 157px;
  height: 48px;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .header__top-btn {
    padding: 20px 20px;
  }
}
.header__nav {
  border-bottom: 1px solid white;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .header__nav {
    display: none;
  }
  .header__nav .container {
    padding: 0;
  }
  .header__nav .row {
    margin: 0;
  }
  .header__nav .col-xs-12 {
    padding: 0;
  }
}
.header__nav.expanded {
  display: block !important;
  max-height: calc(100vh - 131px);
  overflow-y: auto;
}
@media (max-width: 767px) {
  .header__nav.expanded {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .header__nav .header__nav-container {
    background-color: #FFFFFF;
    margin-bottom: 50px;
  }
}
.header .top-btn-area {
  display: flex !important;
}
@media (max-width: (min-width: 1200px)) {
  .header .top-btn-area {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .header .top-btn-area {
    padding: 0px;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .header .top-btn-area {
    display: none !important;
  }
}
.header .enquire-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 0.64px;
  font-family: "Mikro Regular", Arial, sans-serif;
  font-weight: 700;
  margin-left: auto;
  margin-right: 16px;
  padding: 0 16px;
  width: auto;
  color: #fff;
  border: 0;
  outline: 0;
}
.header .enquire-btn:hover,.header .enquire-btn:focus {
  background-color: #173fc2;
  color: #fff;
}
.header__search {
  position: relative;
  background: #041C46;
  min-height: 141px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}
.header__search.expanded {
  display: block !important;
}
@media (max-width: 1199px) {
  .header__search {
    margin-top: 0;
    padding: 0;
    min-height: 0;
  }
  .header__search .container {
    padding: 0;
  }
  .header__search .row {
    margin: 0;
  }
  .header__search .col-xs-12 {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .header .flight-plan-progress__bar {
    display: none;
  }
  .header .flight-plan-progress__prompt {
    margin-top: 0px;
  }
  .header .flight-plan-progress__content-width {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.sub-navigation-section {
  display: none;
  background: #041C46;
  position: fixed;
  top: auto;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  padding: 24px 0;
  z-index: 20;
  width: 100vw;
  background: #f1f3f8;
}
.sub-navigation-section a{
  color: #041C46;
}
.sub-navigation-section a:hover{
color: inherit;
}
@media (min-width: 1200px) {
  .sub-navigation-section {
    border-top: 30px solid #fff;
  }
}
@media (max-width: 1199px) {
  .sub-navigation-section {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    padding: 10px 0px 10px 35px;
    width: 100%;

  }
}
.sub-navigation-section.simmons-navigation {
  width: 33.3333%;
}
.sub-navigation-section.simmons-navigation.expanded {
  display: inline-block;
}
.sub-navigation-section__desktop-heading {
  display: none;
}
@media (min-width: 1200px) {
  .sub-navigation-section__desktop-heading {
    display: block;
  }
}
.sub-navigation-section__mobile-heading {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  color: #041C46;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .sub-navigation-section__mobile-heading {
    display: none;
  }
}
.sub-navigation-section__mobile-heading button, .sub-navigation-section__mobile-heading a {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  display: inline-block;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #041C46 !important;
  padding: 15px 0;
}
.sub-navigation-section__bg-element {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background: #041C46;
  left: auto;
  width: 30vw;
}
@media (max-width: 1199px) {
  .sub-navigation-section__bg-element {
    display: none;
  }
}
@media (min-width: 1400px) {
  .sub-navigation-section__bg-element {
    width: 37vw;
  }
}
.sub-navigation-section__right-side {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .sub-navigation-section__right-side {
    background: #041C46;
    padding-bottom: 40px;
    padding-left: 20px !important;
  }
  .sub-navigation-section__right-side a {
    font-size: 18px;
    line-height: 32px;
  }
}
.sub-navigation-section a {
  color: #173fc2;
  text-decoration: none;
  letter-spacing: 0.56px;
}
.sub-navigation-section a:hover {
  color: #bbbbbb;
}
.sub-navigation-section ._small-text {
  opacity: 0.69;
}
.sub-navigation-section .sub-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.sub-navigation-section .sub-nav-list__item {
  vertical-align: top;
 /* margin: 8px 50px 8px 0;
   padding: 0 20px; */
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .sub-navigation-section .sub-nav-list__item {
    display: block;
    width: 100%;
  }
  .sub-navigation-section .sub-nav-list {
    gap: 10px;
  }
}
.sub-navigation-section .sub-nav-list__dropdown {
  display: block;
  padding: 12px 0;
}

.header-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav .nav {
  display: flex;
  flex-wrap: wrap;

}
@media (max-width: 1200px) {
  .header-nav .nav {
    flex-direction: column;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .header-nav {
    display: flex;
    width: 100%;
  }
  .header-nav__item {
    margin-right: 7px;
  }
  .header-nav .nav {
    justify-content: space-between;
    width: 80%;
  }
  .sub-navigation-section .sub-nav-list {
    /*flex-wrap: nowrap;*/
    gap: 40px;
  }
}
.header-nav__item {
  flex-grow: 1;
}
/*.header-nav__item:not(:last-child) {
  margin-right: 8px;
}
.header-nav__item:not(:first-child) {
  margin-left: 8px;
}*/
@media (max-width: 1199px) {
  .header-nav {
    padding-top: 20px;
  }
  .header-nav__item {
    margin-right: 0;
    display: block;
  }
  .header-nav__item:not(:first-child) {
    margin-left: 0;
  }
}
/*.header-nav__item .header-nav__link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: black;
  text-decoration: none;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}*/
/*.header-nav__item .header-nav__link:hover, .header-nav__item .header-nav__link.active {
  background: #041C46;
  color: white;
  text-decoration: none;
}*/
.header-nav__link-container {
  height: 48px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-nav__item .header-nav__link {
    text-align: unset;
    padding: 13px 32px 13px 20px;
  }

}
.header-nav__dropdown,.header-nav__link,.careers-,.header-nav__link  {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  display: inline-block;
  border-radius: 0;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  color: black;
  text-decoration: none;
  /*padding: 15px 0;*/
  background: #FFFFFF;
  text-align: center;
  color: #173FC2;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Mikro Regular", Arial, sans-serif;
  letter-spacing: 0.56px;
  height: unset;
  border-bottom: 3px solid transparent;
}
.careers-link {
  margin-right: 40px;
}
.header-nav__item > .header-nav__link {
  color: #173FC2;
  font-weight: 700;
}
.header-nav__dropdown:hover, .header-nav__dropdown:active,.careers-link:hover,.header-nav__link:hover  {
  color: #173fc2;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .header-nav__dropdown:hover, .header-nav__dropdown:active,.careers-link:hover,.header-nav__link:hover  {
    border-bottom: 3px solid #173fc2;
    padding-bottom: 0;

  }
}
/*.header-nav__dropdown:hover .icon--dropdown, .header-nav__dropdown:hover .icon--dropdown-sm, .header-nav__dropdown:active .icon--dropdown, .header-nav__dropdown:active .icon--dropdown-sm {
  background-image: url("/Content/icons/arrow-down-small--white.svg");
}*/
.header-nav__dropdown .icon--dropdown {
  margin-left: 8px;
  background-image: url("/Content/icons/arrow-down-small.svg");
  width: 30px;
  height: 15px;
  display: block;
  background-size: cover;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .header-nav__dropdown .icon--dropdown {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-nav__dropdown,.header-nav__link {
    font-size: 14px;
  }
  .header-nav__dropdown {
    text-align: left;
    padding: 13px 20px;
    width: 100%;
  }
  .header-nav__dropdown .icon--dropdown {
    float: right;
    margin-top: 10px;
    transform: rotate(-90deg);
  }
  .header-nav__dropdown .icon--dropdown-sm {
    float: right;
    margin-top: 10px;
  }
}
.header-nav__mobile-btn {
  width: 100%;
  margin-top: 8px;
}
.header-nav--mobile-extra {
  display: none;
  border-top: 1px solid #dedede;
  padding-top: 8px;
  margin-top: 6px;
}
@media (max-width: 1199px) {
  .header-nav--mobile-extra {
    display: block;
  }
}
.header-nav--mobile-extra .header-nav__link {
  /*font-size: 13px;
  line-height: 26px;
  font-weight: 400;*/
  padding: 10px 32px 10px 20px;
}
.header-nav--mobile-extra .dropdown-menu {
  width: 100%;
  position: relative;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

@media (min-width: 1200px) {
  .header-nav__link-container:hover ~ .sub-navigation-section, .sub-navigation-section:hover {
    display: block;
  }
}
@media (max-width: 1199px) {
  .header-nav__link-container {
    cursor: pointer;
  }
  .header-nav__link-container.open .sub-nav__chevron {
    transform: rotateZ(0deg);
  }
}
.action-menu-toggle {
  background: none;
  border: none;
  margin-inline-start: auto;
  padding: 0;
}

.search__form {
  display: none;
}

.mobile-heading__container {
  flex-grow: 1;
}

.mobile-heading__close-icon {
  flex-shrink: 0;
}

.group-body .header__nav.expanded {
  top: 203px;
}

/* -------------------- Internal margins flex grid -------------------- */
/* -------------------- /Internal margins flex grid -------------------- */
/* -------------------- Colours -------------------- */
/* -------------------- /Colours -------------------- */
/* -------------------- Breakpoints -------------------- */
/* -------------------- /Breakpoints -------------------- */
/* -------------------- Bootstrap Breakpoints -------------------- */
/* -------------------- /Bootstrap Breakpoints -------------------- */
.footer__top {
  background: #041C46;
  color: #FFFFFF;
  padding-top: 66px;
}
@media (max-width: 991px) {
  .footer__top {
    padding-top: 25px;
  }
  .footer__top ._heading {
    cursor: pointer;
  }
  .footer__top ._heading .icon {
    float: right;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .footer__top ._heading .icon {
    display: none;
  }
}
.footer__top .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .footer__top .footer-links {
    display: none;
    padding-bottom: 20px;
  }
}
.footer__top .footer-links.expanded {
  display: block;
}
.footer__top .footer-links__item {
  display: block;
  color: #bbbbbb;
  margin-bottom: 14px;
}
.footer__top .footer-links__link {
  text-decoration: none;
  color: #bbbbbb;
}
.footer__top .footer-links__link:hover {
  color: #FFFFFF;
}
.footer__top-bottom {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 46px;
}
@media (max-width: 991px) {
  .footer__top-bottom {
    margin-top: 15px;
  }
}
.footer__top-bottom:before {
  content: " ";
  position: absolute;
  width: calc(100% - 20px);
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
}
@media (min-width: 992px) {
  .footer__top-bottom:before {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
}
.footer__logo {
  height: 48px;
  width: 226px;
  display: block;
}
@media (max-width: 991px) {
  .footer__logo {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.footer__company-text {
  margin-bottom: 8px;
  color: #bbbbbb;
}
.footer__social-area {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer__social-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 48px;
  }
}
.footer__partner-logos {
  background: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .footer__partner-logos {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 1000px) {
  .footer__partner-logos {
    margin-bottom: 75px;
  }
}
.footer__partner-logos .col-xs-12 {
  padding: 0;
}
.footer__partner-logos .footer-logo-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__partner-logos .footer-logo-list {
    min-height: 111px;
    table-layout: fixed;
    display: table;
    width: 100%;
  }
}
.footer__partner-logos .footer-logo-list__item {
  vertical-align: middle;
  display: inline-block;
  margin: 12px 8px;
}
@media (min-width: 992px) {
  .footer__partner-logos .footer-logo-list__item {
    display: table-cell;
  }
}
.footer__partner-logos .footer-logo-list__item img {
  display: block;
  margin: 0 auto;
  max-width: none;
}
.footer__bottom {
  background: #041C46;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 11;
}
.footer__bottom .btn {
  width: 100%;
  display: block;
  height: 60px;
}
.footer__bottom .btn.btn-secondary {
  border-left: 1px solid #515151;
}
@media (max-width: 991px) {
  .footer__bottom .btn {
    padding: 16px;
    height: 74px;
    font-size: 10px;
    letter-spacing: 0.38px;
  }
  .footer__bottom .btn .icon {
    display: block;
    margin: 0 auto 10px !important;
  }
}
@media (max-width: 991px) {
  .footer__bottom .col-xs-4 {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .footer__bottom .col-md-4:first-child {
    padding-right: 0;
  }
  .footer__bottom .col-md-4:nth-child(2n) {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__bottom .col-md-4:last-child {
    padding-left: 0;
  }
}

/* -------------------- Internal margins flex grid -------------------- */
/* -------------------- /Internal margins flex grid -------------------- */
/* -------------------- Colours -------------------- */
/* -------------------- /Colours -------------------- */
/* -------------------- Breakpoints -------------------- */
/* -------------------- /Breakpoints -------------------- */
/* -------------------- Bootstrap Breakpoints -------------------- */
/* -------------------- /Bootstrap Breakpoints -------------------- */
.heading-block {
  position: relative;
  overflow: hidden;
}
.heading-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.heading-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgba(4, 28, 70, 0.75);
}
.heading-block .heading-block__arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  display: inline-block;
  border-radius: 0;
  cursor: pointer;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -29px;
}
.heading-block .heading-block__arrow--left {
  left: 35px;
}
.heading-block .heading-block__arrow--right {
  right: 0;
}
.heading-block__breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
  padding-top: 10px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .heading-block__breadcrumb {
    background: rgba(4, 28, 70, 0.52);
    opacity: 1;
    padding: 6px 0;
  }
  .heading-block__breadcrumb .breadcrumb {
    margin-bottom: 0;
    margin-left: 6px;
  }
  .heading-block__breadcrumb .col-xs-12 {
    padding: 0;
  }
}
.heading-block__breadcrumb a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
}
.heading-block__breadcrumb a:hover {
  color: #FFFFFF;
}
.heading-block--large {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 510px;
  max-height: 582px;
}
.heading-block--large .heading-block__content {
  text-align: center;
  color: #FFFFFF;
  max-width: 805px;
  width: 75%;
  position: relative;
  margin: 8px 0px;
}
.heading-block--short {
  min-height: 200px;
  display: flex;
  align-items: center;
  background: #041C46;
  color: #FFFFFF;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .heading-block--short {
    min-height: 160px;
  }
}
@media (max-width: 767px) {
  .heading-block--short {
    min-height: 115px;
  }
}
.heading-block--short .heading-block__content {
  width: 100%;
}
.heading-block--bc-only {
  min-height: 52px;
  display: flex;
  background: #041C46;
  color: #FFFFFF;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .heading-block--bc-only {
    min-height: 40px;
  }
}
@media (max-width: 767px) {
  .heading-block--bc-only {
    min-height: 32px;
  }
}
.heading-block--article {
  min-height: 466px;
  display: flex;
  align-items: flex-end;
  background: #041C46;
  color: #FFFFFF;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .heading-block--article {
    min-height: 300px;
  }
}
.heading-block--article ._heading {
  margin-bottom: 15px;
}
.heading-block--article .heading-block__content {
  width: 100%;
  padding: 30px 20px;
}
.heading-block--article .heading-block__breadcrumb {
  opacity: 1;
  background: rgba(4, 28, 70, 0.52);
  padding: 10px 0;
}
.heading-block--article .heading-block__breadcrumb .breadcrumb {
  margin-bottom: 0;
}
.heading-block--article .heading-block__overlay {
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 100%);
}
.heading-block--slash-image {
  background: #041C46;
  color: #FFFFFF;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .heading-block--slash-image {
    display: flex;
    align-items: center;
    min-height: 454px;
    padding-bottom: 0;
  }
}
.heading-block--slash-image .heading-block__bg {
  width: 75%;
  left: auto;
}
@media (max-width: 991px) {
  .heading-block--slash-image .heading-block__bg {
    position: relative;
    width: 100%;
    right: auto;
    height: 270px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .heading-block--slash-image .heading-block__bg {
    height: 170px;
  }
}
.heading-block--slash-image .heading-block__slash-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.heading-block--slash-image .heading-block__slash-wrapper .container {
  height: 100%;
}
.heading-block--slash-image .heading-block__slash-wrapper .container .row {
  height: 100%;
}
.heading-block--slash-image .heading-block__slash-wrapper .container .row .heading-block__slash-col {
  height: 100%;
  padding: 0;
}
.heading-block--slash-image .heading-block__content {
  width: 100%;
}
.heading-block--slash-image .heading-block__buttons {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .heading-block--slash-image .heading-block__buttons .btn {
    width: 100%;
  }
}
.heading-block--slash-image .heading-block__slash {
  overflow: hidden;
  position: absolute;
  right: auto;
  top: -100px;
  left: -76.5%;
  transform: rotateZ(-30deg);
  background-color: #041C46;
  height: 1000px;
  width: 600px;
}
@media (max-width: 991px) {
  .heading-block--slash-image .heading-block__slash {
    display: none;
  }
}
@media (min-width: 1200px) {
  .heading-block--slash-image .heading-block__slash {
    left: -60.8%;
  }
}
.heading-block--slash-image p {
  font-size: 15px;
  line-height: 26px;
  color: #a9a9a9;
  margin-bottom: 15px;
}

.heading-button-banner__container {
  padding-top: 40px;
}
.heading-button-banner__container--inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.heading-button-banner__button {
  min-width: 320px;
  padding: 0px 25px;
}

.alt-heading-colour {
  background: white;
  color: black;
  border-top: 2px solid #dedede;
}
.alt-heading-colour .heading-block__breadcrumb a {
  color: #757575;
}
.alt-heading-colour ._heading {
  color: #041C46;
}

.slash-image-heading__content {
  padding: 50px 0;
}

/* -------------------- Internal margins flex grid -------------------- */
/* -------------------- /Internal margins flex grid -------------------- */
/* -------------------- Colours -------------------- */
/* -------------------- /Colours -------------------- */
/* -------------------- Breakpoints -------------------- */
/* -------------------- /Breakpoints -------------------- */
/* -------------------- Bootstrap Breakpoints -------------------- */
/* -------------------- /Bootstrap Breakpoints -------------------- */
.icon {
  display: inline-block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
.icon--tick {
  background-image: url("/Content/icons/tick.svg");
  background-size: 28px 22px;
  width: 28px;
  height: 22px;
}
.icon--search {
  background-image: url("/Content/icons/search.svg");
  background-size: 21px;
  width: 19px;
  height: 19px;
}
.icon--search-white {
  background-image: url("/Content/icons/search--white.svg");
  background-size: 26px;
  width: 19px;
  height: 19px;
}
.icon--search-white:hover {
    background-image: url("/Content/icons/search.svg");
    background-size: 26px;
    width: 19px;
    height: 19px;
}

.icon--close {
  background-image: url("/Content/icons/close.svg");
  background-size: 28px 22px;
  width: 19px;
  height: 19px;
}
.icon--hamburger {
  background-image: url("/Content/icons/hamburger-blue.svg");
  background-size: 28px 22px;
  width: 19px;
  height: 19px;
}
.icon--dropdown-large {
  background-image: url("/Content/icons/arrow-down-large.svg");
  background-size: 28px 22px;
  height: 8px;
  width: 16px;
  margin-left: 14px;
}
.icon--dropdown-large-white {
  background-image: url("/Content/icons/arrow-down-large--white.svg");
  background-size: 28px 22px;
  height: 8px;
  width: 16px;
  margin-left: 14px;
}
.icon--dropdown {
  background-image: url("/Content/icons/arrow-down-small--white.svg");
  background-size: 28px 22px;
  width: 10px;
  height: 6px;
  margin-left: 14px;
  opacity: 0.6;
}
.icon--dropdown-black {
  background-image: url("/Content/icons/arrow-down-small.svg");
  background-size: 28px 22px;
  width: 10px;
  height: 6px;
  margin-left: 14px;
  opacity: 0.6;
}
.icon--dropdown-sm {
  background-image: url("/Content/icons/arrow-down-small--white.svg");
  background-size: 26px 20px;
  width: 8px;
  height: 5px;
  margin-left: 6px;
}
.icon--dropdown-right {
  background-image: url("/Content/icons/arrow-down-small--white.svg");
  background-size: 28px 22px;
  width: 10px;
  height: 6px;
  margin-left: 14px;
  opacity: 0.6;
  transform: rotate(-90deg);
}
.icon--pdf-download {
  background-image: url("/Content/icons/pdf_download_icon.svg");
  background-size: 28px 22px;
  width: 20px;
  height: 24px;
  margin-right: 5px;
  opacity: 0.6;
}
.icon--eye-icon {
  background-image: url("/Content/icons/eye_icon.svg");
  background-size: 28px 22px;
  width: 24px;
  height: 24px;
  margin: 5px;
  opacity: 0.6;
}
.icon--callin {
  background-image: url("/Content/icons/call-in.svg");
  background-size: 28px 22px;
  width: 21px;
  height: 20px;
}
.icon--callin-white {
  background-image: url("/Content/icons/call-in--white.svg");
  background-size: 28px 22px;
  width: 21px;
  height: 20px;
}
.icon--callout {
  background-image: url("/Content/icons/callout.svg");
  background-size: 28px 22px;
  width: 21px;
  height: 20px;
}
.icon--callout-white {
  background-image: url("/Content/icons/callout--white.svg");
  background-size: 28px 22px;
  width: 21px;
  height: 20px;
}
.icon--phone {
  background-image: url("/Content/icons/phone.svg");
  background-size: 26px 22px;
  width: 20px;
  height: 20px;
}
.icon--phone-white {
  background-image: url("/Content/icons/phone--white.svg");
  background-size: 26px 22px;
  width: 20px;
  height: 20px;
}
.icon--email {
  background-image: url("/Content/icons/envelope.svg");
  background-size: 28px 22px;
  width: 24px;
  height: 18px;
}
.icon--email-white {
  background-image: url("/Content/icons/envelope--white.svg");
  background-size: 28px 22px;
  width: 24px;
  height: 18px;
}
.icon--arrow-left {
  background-image: url("/Content/icons/arrow-left.svg");
  background-size: 28px 22px;
  width: 28px;
  height: 22px;
}
.icon--arrow-left-white {
  background-image: url("/Content/icons/arrow-left--white.svg");
  background-size: 28px 22px;
  width: 28px;
  height: 22px;
}
.icon--arrow-right {
  background-image: url("/Content/icons/arrow-left.svg");
  background-size: 28px 22px;
  width: 28px;
  height: 22px;
  transform: rotate(-180deg);
}
.icon--arrow-right-white {
  background-image: url("/Content/icons/arrow-left--white.svg");
  background-size: 28px 22px;
  width: 28px;
  height: 22px;
  transform: rotate(-180deg);
}

/* -------------------- Internal margins flex grid -------------------- */
/* -------------------- /Internal margins flex grid -------------------- */
/* -------------------- Colours -------------------- */
/* -------------------- /Colours -------------------- */
/* -------------------- Breakpoints -------------------- */
/* -------------------- /Breakpoints -------------------- */
/* -------------------- Bootstrap Breakpoints -------------------- */
/* -------------------- /Bootstrap Breakpoints -------------------- */
.owl-airpartner .owl-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.owl-airpartner .owl-item {
  display: flex;
  justify-content: center;
  height: auto !important;
}
.owl-airpartner .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.owl-airpartner .owl-nav .owl-prev, .owl-airpartner .owl-nav .owl-next {
  position: absolute;
  top: 8px;
  width: 58px;
  height: 58px;
  background: #FFFFFF !important;
}
.owl-airpartner .owl-nav .owl-prev.disabled, .owl-airpartner .owl-nav .owl-next.disabled {
  opacity: 0;
}
.owl-airpartner .owl-nav .owl-prev {
  left: 0;
}
.owl-airpartner .owl-nav .owl-next {
  right: 0;
}
.owl-airpartner .owl-dots {
  text-align: center;
  padding-top: 10px;
}
.owl-airpartner .owl-dots .owl-dot {
  width: 48px;
  height: 48px;
}
.owl-airpartner .owl-dots .owl-dot span {
  width: 40px;
  height: 2px;
  background: #c8c9c7;
  vertical-align: top;
  display: block;
  position: relative;
  left: 25%;
}
.owl-airpartner .owl-dots .owl-dot.active span {
  background: #173FC2;
  height: 3px;
}
.owl-airpartner--cards .owl-nav {
  top: 45%;
  margin-top: -10px;
  left: -30px;
  right: -30px;
}
@media (min-width: 1400px) {
  .owl-airpartner--cards .owl-nav {
    left: -80px;
    right: -80px;
  }
}
@media (max-width: 767px) {
  .owl-airpartner--cards .owl-nav {
    left: -15px;
    right: -15px;
    top: 34%;
  }
}
.owl-airpartner--image-gallery .owl-nav {
  top: 40%;
  margin-top: -10px;
  left: -45px;
  right: -45px;
}
.owl-airpartner--image-gallery .owl-nav .owl-prev, .owl-airpartner--image-gallery .owl-nav .owl-next {
  background: none !important;
  width: auto;
}
@media (max-width: 767px) {
  .owl-airpartner--image-gallery .owl-nav {
    left: -35px;
    right: -35px;
    top: 30%;
  }
}
.owl-airpartner--testimonials .owl-nav {
  bottom: 35%;
  top: auto;
  left: 0;
  right: 0;
  margin-top: -10px;
}
.owl-airpartner--testimonials .owl-nav.disabled, .owl-airpartner--testimonials .owl-dots.disabled {
  display: block;
}
@media (min-width: 992px) {
  .owl-airpartner--testimonials .owl-nav {
    left: 20px;
    right: 20px;
    top: 32%;
  }
  .owl-airpartner--testimonials .owl-item:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: " ";
    display: block;
    opacity: 0;
    transition: all 250ms ease-in-out;
  }
  .owl-airpartner--testimonials .owl-item.active.firstActiveItem:after {
    background: linear-gradient(90deg, rgb(255, 255, 255) 30%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
  }
  .owl-airpartner--testimonials .owl-item.active.lastActiveItem:after {
    background: linear-gradient(270deg, rgb(255, 255, 255) 30%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
  }
}

.owl-airpartner--heading {
  position: relative;
}
.owl-airpartner--heading .item {
  overflow: hidden;
}
.owl-airpartner--heading .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}
.owl-airpartner--heading .owl-prev i {
  background-image: url("/Content/icons/arrow-left--white.svg");
}
.owl-airpartner--heading .owl-next i {
  background-image: url("/Content/icons/arrow-left--white.svg");
  transform: rotateZ(-180deg);
}
.owl-airpartner--heading .owl-dots {
  text-align: center;
  padding-top: 20px;
}
.owl-airpartner--heading .owl-dots .owl-dot {
  width: 48px;
  height: 48px;
}
.owl-airpartner--heading .owl-dots .owl-dot span {
  width: 40px;
  height: 2px;
  background: #c8c9c7;
  vertical-align: top;
  display: block;
  position: relative;
  left: 25%;
}
.owl-airpartner--heading .owl-dots .owl-dot.active span {
  background: #173FC2;
  height: 3px;
}

.employee-owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}
.employee-owl-carousel .owl-nav .owl-prev, .employee-owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 30px));
  width: 58px;
  height: 58px;
  background: #FFFFFF !important;
}
.employee-owl-carousel .owl-nav .owl-prev.disabled, .employee-owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0;
}
.employee-owl-carousel .owl-nav .owl-prev {
  left: -58px;
}
.employee-owl-carousel .owl-nav .owl-next {
  right: -58px;
}
@media (max-width: 1300px) {
  .employee-owl-carousel .owl-nav .owl-prev {
    left: -20px;
  }
  .employee-owl-carousel .owl-nav .owl-next {
    right: -20px;
  }
}
@media (max-width: 768px) {
  .employee-owl-carousel .owl-nav .owl-prev {
    left: 0px;
  }
  .employee-owl-carousel .owl-nav .owl-next {
    right: 0px;
  }
}
.employee-owl-carousel .owl-dots {
  text-align: center;
  padding-top: 10px;
}
.employee-owl-carousel .owl-dots .owl-dot {
  height: 48px;
  width: 48px;
}
.employee-owl-carousel .owl-dots .owl-dot span {
  width: 40px;
  height: 2px;
  background: #c8c9c7;
  vertical-align: top;
  display: block;
  position: relative;
  left: 25%;
}
.employee-owl-carousel .owl-dots .owl-dot.active span {
  background: #173FC2;
  height: 3px;
}

.card-section .container {
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .card-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.card-section .owl-airpartner .owl-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .card-section .owl-airpartner .owl-stage {
    padding-left: 0 !important;
  }
}
.card-section .owl-airpartner .owl-item {
  display: flex;
  justify-content: center;
}
.card-section .owl-airpartner .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.card-section .owl-airpartner .owl-nav .owl-prev, .card-section .owl-airpartner .owl-nav .owl-next {
  position: absolute;
  top: 8px;
  width: 58px;
  height: 58px;
  background: transparent !important;
}
.card-section .owl-airpartner .owl-nav .owl-prev.disabled, .card-section .owl-airpartner .owl-nav .owl-next.disabled {
  opacity: 0;
}
.card-section .owl-airpartner .owl-nav .owl-prev {
  left: 0;
}
.card-section .owl-airpartner .owl-nav .owl-next {
  right: 0;
}
.card-section .owl-airpartner .owl-dots {
  text-align: center;
  padding-top: 10px;
}
.card-section .owl-airpartner .owl-dots .owl-dot {
  height: 48px;
  width: 48px;
}
.card-section .owl-airpartner .owl-dots .owl-dot span {
  width: 40px;
  height: 2px;
  background: #c8c9c7;
  vertical-align: top;
  display: block;
  position: relative;
  left: 25%;
}
.card-section .owl-airpartner .owl-dots .owl-dot.active span {
  background: #173FC2;
  height: 3px;
}
.card-section .owl-airpartner--cards .owl-nav {
  top: 45%;
  margin-top: -10px;
  left: -59px;
  right: -59px;
}
@media (min-width: 1400px) {
  .card-section .owl-airpartner--cards .owl-nav {
    left: -80px;
    right: -80px;
  }
}
@media (max-width: 767px) {
  .card-section .owl-airpartner--cards .owl-nav {
    left: -15px;
    right: -15px;
    top: 34%;
  }
}
.card-section .owl-airpartner--image-gallery .owl-nav {
  top: 40%;
  margin-top: -10px;
  left: -45px;
  right: -45px;
}
.card-section .owl-airpartner--image-gallery .owl-nav .owl-prev, .card-section .owl-airpartner--image-gallery .owl-nav .owl-next {
  background: none !important;
  width: auto;
}
@media (max-width: 767px) {
  .card-section .owl-airpartner--image-gallery .owl-nav {
    left: -35px;
    right: -35px;
    top: 30%;
  }
}
.card-section .owl-airpartner--testimonials .owl-nav {
  bottom: 35%;
  top: auto;
  left: 0;
  right: 0;
  margin-top: -10px;
}
.card-section .owl-airpartner--testimonials .owl-nav.disabled, .card-section .owl-airpartner--testimonials .owl-dots.disabled {
  display: block;
}
@media (min-width: 992px) {
  .card-section .owl-airpartner--testimonials .owl-nav {
    left: 20px;
    right: 20px;
    top: 32%;
  }
  .card-section .owl-airpartner--testimonials .owl-item:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: " ";
    display: block;
    opacity: 0;
    transition: all 250ms ease-in-out;
  }
  .card-section .owl-airpartner--testimonials .owl-item.active.firstActiveItem:after {
    background: linear-gradient(90deg, rgb(255, 255, 255) 30%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
  }
  .card-section .owl-airpartner--testimonials .owl-item.active.lastActiveItem:after {
    background: linear-gradient(270deg, rgb(255, 255, 255) 30%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
  }
}

/* -------------------- Internal margins flex grid -------------------- */
/* -------------------- /Internal margins flex grid -------------------- */
/* -------------------- Colours -------------------- */
/* -------------------- /Colours -------------------- */
/* -------------------- Breakpoints -------------------- */
/* -------------------- /Breakpoints -------------------- */
/* -------------------- Bootstrap Breakpoints -------------------- */
/* -------------------- /Bootstrap Breakpoints -------------------- */
.statement-banner {
  position: relative;
  overflow: hidden;
  background: #041C46;
  color: #FFFFFF;
  padding-bottom: 30px;
}
.statement-banner.btn-banner {
  min-height: 0px;
}
@media (min-width: 992px) {
  .statement-banner {
    display: flex;
    align-items: center;
    min-height: 385px;
    padding-bottom: 0;
  }
}
.statement-banner__inner {
  align-self: stretch;
  display: flex;
  align-items: center;
  min-height: 385px;
  width: 100%;
}
@media (max-width: 991px) {
  .statement-banner__inner {
    flex-direction: column;
    width: 100%;
  }
}
.statement-banner .statement-banner__bg {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  left: auto;
}
@media (max-width: 991px) {
  .statement-banner .statement-banner__bg {
    position: relative;
    width: 100%;
    right: auto;
    height: 300px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .statement-banner .statement-banner__bg {
    height: 204px;
  }
}
.statement-banner .statement-banner__graphic {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .statement-banner .statement-banner__graphic {
    display: none;
  }
}
.statement-banner .statement-banner__content {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-left: 25px;
  display: flex;
  justify-content: right;
  padding-right: 150px;
}
@media (max-width: 1000px) {
  .statement-banner .statement-banner__content {
    padding-right: 0px;
  }
}
.statement-banner .statement-banner__quote {
  height: 32px;
  width: 40px;
  background: url(/Content/icons/quote.svg) no-repeat;
  background-size: 40px 32px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .statement-banner .statement-banner__quote {
    margin-bottom: 12px;
    margin-top: 10px;
  }
}
.statement-banner .statement-banner__slash {
  overflow: hidden;
  position: absolute;
  transform-origin: 100% 0;
  left: auto;
  top: -35px;
  right: calc(100% + 15px);
  transform: rotateZ(30deg);
  background-color: #041C46;
  height: 200%;
  width: 750px;
}
.statement-banner .statement-banner__slash--1 {
  right: 50%;
}
.statement-banner .statement-banner__slash--2 {
  right: auto;
  left: 100%;
  top: 100px;
}
@media (max-width: 991px) {
  .statement-banner .statement-banner__slash {
    display: none;
  }
}
.statement-banner p {
  font-size: 15px;
  line-height: 26px;
  color: #a9a9a9;
}

section :last-child.Fstatement-banner {
  border-bottom: rgba(255, 255, 255, 0.32) solid 1px;
}

.button-banner {
  background: #041C46;
  color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
.button-banner ._heading {
  color: white;
}
@media (max-width: 991px) {
  .button-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .button-banner .row {
    margin-left: 0;
    margin-right: 0;
  }
  .button-banner .button-banner__col {
    padding: 0;
  }
  .button-banner .button-banner__col .btn {
    white-space: normal;
    padding: 0 12px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button-banner .button-banner__col:nth-child(2n) .btn {
    border-left: 0;
    border-right: 0;
  }
  .button-banner .button-banner__col:last-child .btn {
    border-right: 1px solid;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .button-banner .button-banner__col:last-child .btn:hover, .button-banner .button-banner__col:last-child .btn:focus, .button-banner .button-banner__col:last-child .btn:not([disabled]):not(.disabled):active, .button-banner .button-banner__col:last-child .btn--active, .button-banner .button-banner__col:last-child .btn.active {
    border-right: none;
  }
}
.button-banner__second-row {
  margin-top: 24px;
}
.button-banner__second-row-left-btn {
  float: right;
  margin-right: 16px;
}
@media (max-width: 575px) {
  .button-banner__second-row-left-btn {
    margin-right: 0px;
    border-right: 1px solid white !important;
  }
}
.button-banner__second-row-right-btn {
  float: left;
  margin-left: 16px;
}
@media (max-width: 575px) {
  .button-banner__second-row-right-btn {
    margin-left: 0px;
    border-left: 1px solid white !important;
  }
}

/* -------------------- Internal margins flex grid -------------------- */
/* -------------------- /Internal margins flex grid -------------------- */
/* -------------------- Colours -------------------- */
/* -------------------- /Colours -------------------- */
/* -------------------- Breakpoints -------------------- */
/* -------------------- /Breakpoints -------------------- */
/* -------------------- Bootstrap Breakpoints -------------------- */
/* -------------------- /Bootstrap Breakpoints -------------------- */
.default-section {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  .default-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.dropdown .dropdown-menu {
  border-radius: 0;
}
.dropdown .dropdown-menu a {
  text-decoration: none;
}
.dropdown .dropdown-menu a:hover {
  background-color: #041C46;
}

.breadcrumb {
  background: none;
  padding: 0;
  display: flex;
}
.breadcrumb li {
  font-size: 12px;
  line-height: 24px;
}
.breadcrumb--white li {
  color: #FFFFFF;
}
.breadcrumb--white li.active {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .breadcrumb li {
    display: none;
  }
  .breadcrumb li::before {
    display: none;
  }
  .breadcrumb li:last-child {
    display: inline-block;
    vertical-align: middle;
  }
  .breadcrumb li:nth-last-child(2) {
    display: inline-block;
    vertical-align: middle;
  }
  .breadcrumb li:nth-last-child(2) a {
    text-indent: -9999px;
    display: block;
    background: url("/Content/icons/arrow-left--white.svg") no-repeat;
    background-size: 12px 9px;
    background-position: left calc(50% - 1px);
    height: 24px;
  }
}
@media (max-width: 991px) and (max-width: 1199px) {
  .breadcrumb li:last-child {
    display: none;
  }
  .breadcrumb li:last-child(2) a {
    text-indent: 0px;
    margin-left: 5px;
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb li:last-child {
    display: none !important;
  }
  .breadcrumb li:nth-last-child(2) a {
    text-indent: 0px !important;
    margin-left: 5px !important;
    padding-left: 30px !important;
  }
}

.icon-list {
  padding-top: 76px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .icon-list {
    padding-top: 46px;
    padding-bottom: 40px;
  }
}
.icon-list__heading {
  text-align: center;
  padding-bottom: 20px;
}
.icon-list__item {
  text-align: center;
}
.icon-list__img {
  max-width: 60px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
}

.social {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
.social__item {
  display: inline-block;
  margin: 0 10px;
}
.social__link {
  display: block;
  width: 28px;
  height: 22px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-size: 28px 22px;
  background-position: center center;
}
.social__link--twitter {
  background-image: url(/Content/icons/twitter.svg);
}
.social__link--linkedin {
  background-image: url(/Content/icons/linkedIn.svg);
}
.social__link--facebook {
  background-image: url(/Content/icons/facebook.svg);
}
.social__link--instagram {
  background: url(/Content/icons/instagram.svg);
}
.social--white .social__link--twitter {
  background-image: url(/Content/icons/twitter--white.svg);
}
.social--white .social__link--linkedin {
  background-image: url(/Content/icons/linkedIn--white.svg);
}
.social--white .social__link--facebook {
  background-image: url(/Content/icons/facebook--white.svg);
}
.social--white .social__link--instagram {
  background: url(/Content/icons/Instagram--white.svg);
}
.social--bordered {
  margin-bottom: 20px;
}
.social--bordered .social__link {
  border: 1px solid #adb7bf;
  width: 50px;
  height: 50px;
}

.generic-page-rich-text {
  padding-top: 80px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .generic-page-rich-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.contact-numbers {
  padding-top: 75px;
  padding-bottom: 80px;
}
.contact-numbers__item {
  margin-bottom: 22px;
}
.contact-numbers__item p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}
.contact-numbers__title {
  margin-bottom: 0;
}

.aircraft-guide-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .aircraft-guide-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.aircraft-guide-section__img {
  width: 100%;
  margin-bottom: 10px;
}

.aircraft-category {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .aircraft-category {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .air-craft-category-card-content {
    padding-bottom: 30px;
  }
}

.about-aircraft {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .about-aircraft {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.about-aircraft--border-bottom {
  border-bottom: 1px solid #dedede;
}
.about-aircraft .owl-carousel {
  margin-top: 75px;
}
@media (max-width: 991px) {
  .about-aircraft .owl-carousel {
    margin-top: 15px;
  }
}
.about-aircraft__stats-row {
  margin-left: 0;
  margin-right: 0;
}
.about-aircraft__stats-col {
  border-bottom: 1px solid #d9d9d9;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 120px;
  margin-right: 10px;
}
.about-aircraft__stats-col.last-no-border {
  border-bottom: 0;
}
.about-aircraft__stats-col p {
  margin-bottom: 0;
}
.about-aircraft__gallery-wrapper {
  margin-left: 30px;
  margin-right: 30px;
}

.aircraft-item-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.aircraft-item-row .aircraft-item {
  display: block;
  margin-bottom: 40px;
}
.aircraft-item-row .aircraft-item__img {
  width: 100%;
  margin-bottom: 20px;
}
.aircraft-item-row .aircraft-item .aircraft-item-summary {
  margin-bottom: 75px;
}
.aircraft-item-row .aircraft-item .aircraft-item__link {
  position: absolute;
  bottom: 0px;
}

.reports-and-results-page {
  padding-top: 30px;
}

.featured-report-card {
  background-color: rgba(187, 187, 187, 0.15);
  margin-bottom: 30px;
  padding: 20px;
}

.report-card {
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .report-card {
    flex-direction: column;
  }
}
.report-card.embedded {
  flex-direction: column;
}
.report-card.embedded .arrow-icon {
  background-image: url("/Content/icons/arrow-down-small--white.svg");
  background-size: 28px 22px;
  width: 10px;
  height: 6px;
  margin-left: 14px;
  opacity: 0.6;
}
.report-card.embedded .arrow-icon.up {
  transform: rotate(-180deg);
}
.report-card.embedded .btn-view-here:hover .arrow-icon, .report-card.embedded .btn-view-here:active .arrow-icon {
  background-image: url("/Content/icons/arrow-down-small--white.svg");
}
.report-card__content-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
@media (max-width: 575px) {
  .report-card__content-container {
    flex-direction: column;
  }
}
.report-card__video {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.report-card__video-container {
  margin-top: 15px;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.report-card__btn-container {
  flex: none;
  display: flex;
  width: 50%;
}
@media (max-width: 575px) {
  .report-card__btn-container {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .report-card__btn-container .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
.report-card__btn-container .btn:first-child {
  margin-right: 10px;
}
.report-card__btn-container .btn:last-child {
  flex-grow: 2;
}
.report-card h3._heading.report-card__heading {
  margin-top: 0px;
  flex-grow: 1;
  width: 50%;
}
@media (max-width: 575px) {
  .report-card h3._heading.report-card__heading {
    width: auto;
  }
}

.testimonials, .single-testimonial {
  text-align: center;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .testimonials, .single-testimonial {
    padding-top: 35px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .testimonials .testimonial, .single-testimonial .testimonial {
    max-width: 500px;
    width: 72%;
    margin: 0 auto;
  }
}
.testimonials .testimonial__quote, .single-testimonial .testimonial__quote {
  font-size: 17px;
  line-height: 33px;
  letter-spacing: 0.2px;
  color: #485658;
  position: relative;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .testimonials .testimonial__quote, .single-testimonial .testimonial__quote {
    font-size: 14px;
    line-height: 26px;
  }
}
.testimonials .testimonial__quote:before, .testimonials .testimonial__quote:after, .single-testimonial .testimonial__quote:before, .single-testimonial .testimonial__quote:after {
  content: " ";
  background: url("/Content/icons/quote.svg") no-repeat;
  background-size: 28px 22px;
  width: 28px;
  height: 22px;
  position: absolute;
}
.testimonials .testimonial__quote:before, .single-testimonial .testimonial__quote:before {
  margin-left: -40px;
  margin-top: -5px;
}
.testimonials .testimonial__quote:after, .single-testimonial .testimonial__quote:after {
  margin-left: 13px;
  margin-top: -5px;
  transform: rotate(180deg);
}
.testimonials .testimonial__name, .single-testimonial .testimonial__name {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}
.testimonials .testimonial__role, .single-testimonial .testimonial__role {
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 15px;
}

.employee-testimonial-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.single-testimonial .testimonial__name {
  text-align: left;
}
.single-testimonial .testimonial__role {
  text-align: left;
}
.single-testimonial .testimonial__quote {
  text-align: left;
  padding: 0 40px;
}

.accordion {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .accordion {
    margin-bottom: 20px;
  }
}
.accordion-section {
  border-bottom: 1px solid #dedede;
}
.accordion__title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 50px;
  position: relative;
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  display:flex;
}
.accordion__title:focus {
  outline: none;
  box-shadow: none;
}
.accordion__title:before {
  content: " ";
  top: 22px;
  background: url("/Content/icons/arrow-down-large.svg") no-repeat;
  width: 28px;
  height: 22px;
  background-size: 28px 22px;
  background-position: center center;
}
.accordion__title.ui-state-default:before {
  transform: rotate(-90deg);
}
.accordion__title.ui-state-active:before {
  transform: rotate(0deg);
}
.accordion__body {
  padding-left: 50px;
  padding-bottom: 5px;
}

.article-page {
  padding-top: 50px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .article-page {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.article-page .article-content {
  margin-bottom: 80px;
}
.article-page .article-content p {
  margin-bottom: 15px;
}

.tab-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .tab-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.ui-tabs .ui-tabs-nav {
  border-bottom: 1px solid #dddddd;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.ui-tabs .ui-tabs-nav .ui-tabs-tab {
  display: inline-block;
}
.ui-tabs .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
  display: block;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  padding: 10px 40px;
  color: #041C46;
}
.ui-tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 3px solid #173FC2;
  font-weight: 500;
  color: #173FC2;
}
.ui-tabs .ui-tabs-panel {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ui-tabs .ui-tabs-panel ._heading {
  margin-top: 35px;
}
.ui-tabs .ui-tabs-panel p {
  margin-bottom: 0;
}

.employee-tabs .ui-tabs-panel {
  max-width: none;
}
.employee-tabs .ui-tabs-panel ._heading {
  margin-top: 0px;
}
.employee-tabs .ui-tabs-tab {
  outline: none;
}
.employee-tabs .ui-tabs-tab .ui-tabs-anchor {
  outline: none;
}

.contact-card {
  margin-bottom: 40px;
  padding: 0 15px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-card {
    width: 50%;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .contact-card {
    width: 33.3333%;
    text-align: left;
  }
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.image-gallery {
  background-color: #041C46;
  color: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .image-gallery {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.image-gallery ._heading {
  color: #FFFFFF;
}
.image-gallery p {
  color: #a9a9a9;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .image-gallery .row {
    display: flex;
    height: 100%;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .image-gallery__left-box {
    text-align: center;
  }
}
.image-gallery__right-box {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .image-gallery__right-box {
    padding-top: 20px;
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .image-gallery__right-box {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.image-gallery__right-box .image-gallery-card {
  text-align: center;
  text-decoration: none;
}
.image-gallery__right-box .image-gallery-card p:last-child {
  margin-bottom: 0;
}
.image-gallery__right-box .image-gallery-card img {
  margin-bottom: 10px;
}

.image-gallery-macro {
  margin: 40px 0px;
}
.image-gallery-macro .text-container {
  margin-top: 10px;
}
.image-gallery-macro__item-caption {
  display: flex;
  justify-content: center;
}

.feature-section {
  padding-top: 90px;
  padding-bottom: 105px;
}
@media (max-width: 991px) {
  .feature-section {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

.feature-table {
  width: 100%;
}
.feature-table .feature-table-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  border-bottom: 3px solid #d9d9d9;
  padding: 11px 0;
}
.feature-table .feature-table-title--main {
  width: 60%;
}
@media (max-width: 575px) {
  .feature-table .feature-table-title--main {
    width: 32%;
  }
}
.feature-table .feature-table-title--value {
  text-align: center;
}
@media (max-width: 767px) {
  .feature-table .feature-table-title--value {
    font-size: 12px;
  }
}
.feature-table .feature-list {
  border-bottom: 1px solid #d9d9d9;
}
.feature-table .feature-list--hidden {
  display: none !important;
}
.feature-table .feature-list__item {
  font-size: 14px;
  line-height: 26px;
  color: #485658;
  padding: 11px 0;
}
.feature-table .feature-list__item--value {
  text-align: center;
}

.feature-reveal {
  text-align: center;
  background: linear-gradient(0deg, rgb(255, 255, 255) 17%, rgba(0, 6, 8, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 100px;
  margin-top: -125px;
  display: none;
}
.feature-reveal.show {
  display: block;
}

.full-screen-image {
  position: relative;
  overflow: hidden;
  background: #041C46;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .full-screen-image {
    display: flex;
    align-items: center;
    min-height: 483px;
  }
}
.full-screen-image__content {
  width: 100%;
}

.full-screen-promo {
  position: relative;
  overflow: hidden;
  background: #041C46;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .full-screen-promo {
    display: flex;
    align-items: center;
    min-height: 483px;
  }
}
.full-screen-promo__content {
  width: 100%;
}
.full-screen-promo__content p {
  opacity: 0.54;
}
.full-screen-promo__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  right: 0;
  left: auto;
  width: 60%;
  top: 20px;
  bottom: 20px;
  height: auto;
}
@media (max-width: 991px) {
  .full-screen-promo__image {
    position: relative;
    width: 100%;
    height: 200px;
    top: auto;
    bottom: auto;
    margin-bottom: 20px;
  }
}

.employee-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.employee-section__footer {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .employee-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .employee-section .employee-section__footer {
    padding-top: 0;
  }
}
.employee-section__cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .employee-section__cards {
    flex-direction: column;
  }
}
.employee-section__card {
  min-width: 33%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .employee-section__card {
    min-width: 100%;
  }
}

.footer__bottom {
  display: none;
}
.footer__bottom.show {
  display: block;
}

/* -------------------- Our location -------------------- */
.our-location {
  background-color: #041C46;
  display: flex;
}
.our-location__inner {
  padding: 0 15px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  min-height: 600px;
}
@media (min-width: 768px) {
  .our-location__inner {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .our-location__inner {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .our-location__inner {
    max-width: 1170px;
  }
}
@media (max-width: 1000px) {
  .our-location__inner {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 0;
  }
}
.our-location__text {
  width: 40%;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .our-location__text {
    max-width: 500px;
    width: 100%;
  }
}
.our-location__text-container {
  flex-grow: 1;
  color: #fff;
  padding-right: 30px;
}
.our-location__text-container ._heading {
  color: #fff;
}
.our-location__image {
  width: 60%;
  position: relative;
}
@media (max-width: 1000px) {
  .our-location__image {
    width: 100%;
  }
}
.our-location__image-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  margin: 40px;
  margin-left: 10px;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .our-location__image-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}

/* -------------------- /Our location -------------------- */
/* -------------------- Triangle Banner -------------------- */
.triangle-banner {
  background-color: #000;
  display: flex;
}
.triangle-banner__inner {
  display: flex;
  flex: 1;
  max-width: 100%;
}
@media (max-width: 575px) {
  .triangle-banner__inner {
    justify-content: flex-end;
  }
}
.triangle-banner__text {
  display: flex;
  align-items: center;
  flex: 1;
  text-align: center;
}
@media (max-width: 1000px) {
  .triangle-banner__text {
    padding: 50px 0px 50px 50px;
    flex: 2;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .triangle-banner__text {
    position: absolute;
    padding: 25px 0px 25px 25px;
  }
}
.triangle-banner__text-container {
  flex-grow: 1;
  color: #fff;
  padding-right: 30px;
}
.triangle-banner__text-container ._heading {
  color: #fff;
}
.triangle-banner__image {
  overflow: hidden;
  flex: 1;
}
.triangle-banner__triangle {
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 100%;
}
@media (max-width: 1000px) {
  .triangle-banner .triangle-left {
    display: none;
  }
}
.triangle-banner .triangle-right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .triangle-banner .triangle-right {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .triangle-banner .triangle-right {
    flex: 0.33;
  }
}

/* -------------------- /Triangle Banner -------------------- */
/* -------------------- Opportunity card -------------------- */
div.opportunity-card.card {
  border: 1px solid #bbbbbb;
  padding: 30px;
  background-color: transparent;
  display: block;
  height: auto;
}
div.opportunity-card.card .btn {
  padding: 15px;
}

.opportunity-card .opportunity-card__heading {
  color: #000;
}
.opportunity-card .opportunity-card__para {
  color: #485658;
  margin: 15px 0;
}

/* -------------------- /Opportunity card -------------------- */
/* -------------------- Sitemap -------------------- */
.sitemap-list {
  margin: 80px 0;
}

/* -------------------- /Sitemap -------------------- */
/* -------------------- Cookie Banner -------------------- */
.cookie {
  position: fixed;
  bottom: 0px;
  background: #041C46;
  z-index: 12;
  width: 100%;
  display: none;
  min-height: 125px;
}
.cookie .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 125px;
}
.cookie .container .cookie-text {
  flex-grow: 1;
  margin-right: 35px;
  color: #FFFFFF;
}
.cookie .container .cookie-text p {
  margin: 0px;
}
.cookie .container .cookie-text a {
  color: white;
}
.cookie .container .cookie-btn-container {
  flex-grow: 1;
}

/* -------------------- /Cookie Banner -------------------- */
/* -------------------- Carousel heading -------------------- */
.carousel-heading .owl-dots,
.carousel-heading .owl-nav.disabled + .owl-dots {
  margin-top: -70px;
}

/* -------------------- /Carousel heading -------------------- */
.news-categorys-section {
  margin: 80px 0px;
}
.news-categorys-section__container {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news-categorys-section__container {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.news-categorys-section__container a, .news-categorys-section__container button {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .news-categorys-section {
    margin-left: 10%;
    width: 80%;
  }
}
.news-categorys-section__btn-container {
  margin-bottom: 20px;
}

.knowledge-nxt-container {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}

.knowledge-item__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.training-search-section {
  margin: 80px 0px 0px 0px;
}
@media (max-width: 767px) {
  .training-search-section {
    border-bottom: none;
    position: relative;
    width: 90%;
    left: 5%;
    margin: 30px 0px 0px 0px;
  }
}
.training-search-section .search-form .form-control {
  border: #D9D9D9 1px solid;
  border-radius: 0px;
}
.training-search__no-results-section {
  margin: 80px 0px;
}

.training-cards-section {
  margin-bottom: 40px;
}
.training-cards-section__container {
  display: flex;
  flex-direction: column;
}
.training-cards-section__container .section-title {
  flex: 1;
  text-align: center;
  margin-bottom: 32px;
}

.course-page {
  margin-top: 30px;
}
.course-page .course-intro__top-title {
  font-weight: bold;
}

.form-content-section {
  margin-top: 80px;
}
.form-content-section.bg-black {
  background-color: black;
  color: white;
  margin-top: 0px;
  padding-top: 80px;
  border-bottom: 1px solid #D9D9D9;
}
.form-content-section.bg-black label {
  color: white !important;
}
.form-content-section__content {
  text-align: left;
  margin-bottom: 32px;
}
.form-content-section .umbraco-forms-submitmessage {
  font-weight: bold;
}
.form-content-section__left-content {
  margin-right: 120px;
}
.form-content-section__split-content {
  display: flex;
}
.form-content-section__split-content .umbraco-form__fields {
  max-width: none;
}

.card-section {
  padding-top: 74px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  .card-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.card-section--large-and-small {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .card-section--large-and-small {
    padding-bottom: 20px;
  }
}
.card-section__buttons {
  padding-top: 10px;
}

.card-row {
  padding-top: 10px;
  margin: 0px;
}
.card-row.minimal-content {
  display: flex;
  justify-content: center;
}

.card {
  display: flex;
  height: 480px;
  width: 100%;
  align-items: flex-end;
  color: #FFFFFF;
  background: #041C46;
  text-decoration: none;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .card {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .card {
    margin-bottom: 10px;
  }
}
.card__content {
  width: 100%;
  text-align: center;
  padding-bottom: 32px;
  position: relative;
  margin: 0 24px;
}
.card .hover-text {
  display: none;
}
.card__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 100%);
}
.card__heading {
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
}
.card:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.card:hover .card__bg {
  opacity: 0.5;
}
.card:hover .hover-text {
  display: block;
  margin-top: 10px;
}

.course-card {
  display: flex;
  flex-direction: column;
  width: 47%;
  align-items: start;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 30px;
  border: 1px solid #D9D9D9;
  border-top: 6px solid #041C46;
  max-height: 350px;
}
@media (min-width: 321px) and (max-width: 770px) {
  .course-card {
    max-height: 400px;
  }
}
.course-card.carousel-course-card {
  height: 425px;
  width: 100%;
  margin-left: 1px;
  border-top: 1px solid #D9D9D9;
}
.course-card__img-container {
  width: 100%;
  flex: 1;
  max-height: 200px;
}
.course-card__img {
  width: 100%;
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .course-card {
    margin-bottom: 10px;
  }
}
.course-card__course-info {
  display: flex;
  flex-direction: column;
  flex-shrink: 2;
  font-size: 12px;
}
.course-card__details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 2;
  color: #485658;
}
.course-card__details p {
  font-size: 12px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .course-card__details {
    flex-direction: column;
  }
}
.course-card__content {
  text-align: left;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  padding: 15px;
}
.course-card__content .course-category {
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 5px;
}
.course-card__course-link {
  align-items: center;
  font-size: 15px;
  color: #173FC2;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.course-card__course-link .hover-text {
  font-size: 15px;
  margin-bottom: 0px;
}
.course-card:hover {
  text-decoration: none;
}
.course-card:hover .card__bg {
  opacity: 0.5;
}
.course-card:hover .hover-text {
  text-decoration: underline;
}
.course-card.redline-course .redline-course__intro {
  flex: 2;
}
.course-card.redline-course .redline-course__detail-container {
  flex: 3;
}
.course-card.redline-course .redline-course__bottom-container {
  flex: 1;
  max-height: 50px;
}

@media (max-width: 991px) {
  .course-cards .owl-nav {
    display: none;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  height: 480px;
  width: 100%;
  align-items: start;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 30px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .news-card {
    margin-bottom: 10px;
  }
}
.news-card__img-container {
  width: 100%;
}
.news-card__img {
  width: 100%;
  display: block;
  height: 184px;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-card__article-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.news-card__article-info p {
  margin-bottom: 5px;
  color: #485658;
}
.news-card__content {
  text-align: left;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.news-card__article-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 2;
}
.news-card__btn-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #173FC2;
}
.news-card__btn-container .hover-text {
  font-size: 15px;
  margin-bottom: 0px;
}
.news-card:hover {
  text-decoration: none;
}
.news-card:hover .card__bg {
  opacity: 0.5;
}
.news-card:hover .hover-text {
  text-decoration: underline;
}

.knowledge-item {
  margin-bottom: 30px;
  margin-right: 30px;
  width: 30%;
}
.knowledge-item:nth-child(3n) {
  margin-right: 0px;
}
@media (max-width: 1200px) {
  .knowledge-item {
    width: 45%;
  }
  .knowledge-item:nth-child(3n) {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .knowledge-item {
    width: 100%;
    margin-right: 0px;
  }
  .knowledge-item:nth-child(3n) {
    margin-right: 0px;
  }
}

.media-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: start;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px;
  border: 1px solid #D9D9D9;
  border-top: 6px solid #041C46;
}
@media (max-width: 767px) {
  .media-card {
    margin-bottom: 10px;
  }
}
.media-card__content {
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex: 2;
  color: #485658;
}
.media-card__img-container {
  margin-top: 15px;
  margin-right: 10px;
  flex: 1;
}
.media-card__featured-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #173FC2;
  color: white;
}
.media-card__article-info {
  display: flex;
  flex-direction: column;
  flex: 3;
}
.media-card__article-info__authors {
  font-weight: 500;
  margin-bottom: 5px;
}
.media-card__article-info__date {
  font-size: 12px;
  margin-bottom: 5px;
}
.media-card__article-info__extract {
  margin-bottom: 5px;
}
.media-card .article-info__title {
  margin-bottom: 5px;
}
.media-card__btn-container {
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 15px;
  color: #173FC2;
  margin-top: 8px;
}
.media-card__btn-container .hover-text {
  font-size: 15px;
  margin-bottom: 0px;
}
.media-card__btn-view {
  display: flex;
  align-items: center;
}
.media-card__btn-view a {
  text-decoration: none;
}
.media-card__btn-view a:hover {
  text-decoration: underline;
}

.recording-card {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: start;
  color: #041C46;
  padding: 30px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 575px) {
  .recording-card {
    flex-direction: column;
    padding: 15px;
  }
}
.recording-card__content {
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 7;
  color: #485658;
}
.recording-card__extract {
  margin-bottom: 0px;
  margin-right: 30px;
}
.recording-card__btn-container {
  align-items: center;
  flex: 1;
  display: flex;
  height: 100%;
}
@media (max-width: 575px) {
  .recording-card__btn-container {
    width: 100%;
    margin-top: 15px;
  }
  .recording-card__btn-container button {
    width: 100%;
  }
}

.large-card .card {
  height: 480px;
}
@media (max-width: 991px) {
  .large-card .card {
    height: 300px;
  }
}
.large-card .card .card__heading {
  font-size: 26px;
  line-height: 32px;
}

.small-card .card {
  height: 225px;
}
.small-card .card .card__heading {
  font-size: 20px;
  line-height: 28px;
}

.employee-card {
  position: relative;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
  height: 450px;
}
@media (max-width: 767px) {
    .employee-card {
        margin-bottom: 15px;
        width: 100%;
    }

    .employee-section__cards {
        flex-direction: column;
    }
}
.employee-card__img {
  width: 100%;
  display: block;
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
}
.employee-card__content {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 60px;
}
.employee-card__content ._heading {
  margin-bottom: 4px;
}
.employee-card__content p {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: #485658;
  margin-bottom: 20px;
}
.employee-card .btn {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
}
.employee-card.baines-employee-card {
  position: relative;
  margin-bottom: 30px;
  border: none;
  height: 400px;
}
.employee-card.baines-employee-card .card__overlay {
  bottom: 80px;
  height: auto;
}
.employee-card.baines-employee-card .employee-card__img {
  height: 320px;
}
.employee-card.baines-employee-card .employee-card__content {
  position: relative;
  bottom: 90px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 60px;
}
.employee-card.baines-employee-card .employee-card__content * {
  color: white;
  text-transform: none;
}

.card .card__bg {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.training-card {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: start;
  color: #FFFFFF;
  text-decoration: none;
  align-items: center;
  padding: 24px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .training-card {
    margin-bottom: 10px;
    flex-direction: column;
  }
}
.training-card__content {
  text-align: left;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex: 3;
  color: #485658;
}
@media (max-width: 767px) {
  .training-card__content {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .training-card__content {
    flex-direction: column;
  }
}
.training-card__content * {
  width: 30%;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .training-card__content * {
    width: 100%;
    margin: 8px !important;
    text-align: center;
  }
}
.training-card.missing-price .training-card__content .training-card__location {
  width: 65%;
}
.training-card__btn-container {
  display: flex;
  flex: 1;
  justify-content: center;
  font-size: 15px;
  color: #173FC2;
}
.training-card__btn-container .btn {
  padding: 20px 60px;
}
.training-card__xs-title {
  display: none;
}
@media (max-width: 575px) {
  .training-card__xs-title {
    display: block;
  }
}
.training-card.in-company .training-card__location {
  width: 66%;
}
.training-card.card-titles {
  border: none;
  padding-bottom: 12px;
}
@media (max-width: 575px) {
  .training-card.card-titles {
    display: none;
  }
}

.all-courses-page .content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.all-courses-page .content-container .grade-container__courses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .all-courses-page .content-container .grade-container__courses {
    flex-direction: column;
  }
}
.all-courses-page .content-container .grade-container__title {
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.all-courses-page .content-container .grade-container__title.no-mg-top {
  margin-top: 0px;
}
@media (max-width: 575px) {
  .all-courses-page .course-card {
    width: 100%;
  }
}
.all-courses__grid-section .generic-page-rich-text {
  padding-bottom: 0px;
}
.all-courses__category-select {
  flex: 1;
  margin: 80px;
}
@media (max-width: 575px) {
  .all-courses__category-select.hide-xs {
    display: none;
  }
}
.all-courses__category-select.show-xs {
  display: none;
}
@media (max-width: 575px) {
  .all-courses__category-select.show-xs {
    display: block;
    margin: 20px 0px 0px 0px;
  }
}
.all-courses__course-select {
  flex: 4;
  max-width: 100%;
  margin-top: 80px;
}
@media (max-width: 575px) {
  .all-courses__course-select {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .all-courses__course-select .news-categorys-section__container {
    margin-top: 15px;
  }
}

/* -------------------- Internal margins flex grid -------------------- */
/* -------------------- /Internal margins flex grid -------------------- */
/* -------------------- Colours -------------------- */
/* -------------------- /Colours -------------------- */
/* -------------------- Breakpoints -------------------- */
/* -------------------- /Breakpoints -------------------- */
/* -------------------- Bootstrap Breakpoints -------------------- */
/* -------------------- /Bootstrap Breakpoints -------------------- */
.search-form .form-group {
  width: calc(100% - 60px);
  display: inline-block;
  float: left;
  vertical-align: top;
  margin-bottom: 0;
}
.search-form .form-control {
  font-size: 15px;
  background: #FFFFFF;
  border-radius: 0;
  border-color: #FFFFFF;
  padding: 10px 20px;
  height: 60px;
  line-height: 60px;
}
.search-form .btn {
  border: 0px none;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
}


.filter-section {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}

.filter-clear {
  position: relative;
  top: 0px;
}
@media (max-width: 767px) {
  .filter-clear {
    display: none;
  }
}

.filter-apply {
  margin-top: 15px;
  padding-bottom: 15px;
}

.filter-container {
  display: flex;
}
@media (max-width: 767px) {
  .filter-container {
    flex-direction: column;
    align-items: center;
  }
}

.fs-wrap {
  cursor: pointer;
  line-height: 1;
  width: 25em;
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .fs-wrap {
    width: 15em;
    margin-right: 0px;
  }
}

.fs-label-wrap {
  position: relative;
  background-color: #fff;
  cursor: default;
  min-width: 25em;
  border: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .fs-label-wrap {
    min-width: auto;
  }
}

.fs-open .fs-label-wrap {
  box-shadow: #d4d4d4 0px -1px 3px 0px;
}
.fs-open .fs-label-wrap ::after {
  content: "";
  background-color: white;
  width: 100%;
  height: 22px;
  position: absolute;
  bottom: -12px;
  left: 0px;
  z-index: 3;
}

.fs-label-wrap,
.fs-dropdown {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fs-label-wrap .fs-label {
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 17px;
}

.fs-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
}

.fs-dropdown {
  position: absolute;
  background-color: #fff;
  width: 30em;
  z-index: 2;
  padding: 0px 25px 50px 20px;
  box-shadow: #d4d4d4 0px -1px 3px 0px;
}
@media (max-width: 767px) {
  .fs-dropdown {
    width: 15em;
  }
}
.fs-dropdown button {
  padding: 12px;
  font-size: 15px;
  position: absolute;
  right: 25px;
  border: 0;
}
.fs-dropdown button:hover {
  background: #173FC2;
  color: #fff;
}

.fs-dropdown .fs-options {
  padding-top: 5px;
  height: 20em;
  overflow-y: auto;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .fs-dropdown .fs-options {
    height: 12em;
  }
}

.fs-search input {
  width: 100% !important;
  border: 1px solid #d4d4d4;
  height: 30px;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
  padding: 6px 8px;
  cursor: default;
}

.fs-option:last-child {
  border-bottom: none;
}

.fs-search {
  padding: 0px;
  width: 65%;
  position: relative;
  top: 10px;
}
@media (max-width: 767px) {
  .fs-search {
    display: none;
  }
}

.fs-no-results {
  padding: 6px 8px;
}

.fs-option {
  cursor: pointer;
  word-break: break-all;
}

.fs-option.disabled {
  opacity: 0.4;
  cursor: default;
}

.fs-option.hl {
  background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
  position: relative;
  padding: 5px 0px 5px 0px;
  font-size: 17px;
}

.fs-wrap.multiple .fs-checkbox {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  left: 0;
  bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
  display: none;
}

.fs-wrap.multiple .fs-option.selected .fs-option-label {
  background-color: black;
  border: 1px solid #dedede;
  color: white;
}

.fs-option-label {
  padding: 10px;
  background-color: white;
  border: 1px solid #dedede;
  font-family: Merriweather;
  font-style: italic;
}

.fs-optgroup-label {
  font-weight: bold;
  text-align: center;
}

.course-cat-select {
  -webkit-appearance: none;
  border: 1px solid #bbbbbb;
  border-radius: 0;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
  height: 60px;
  background: url("/Content/icons/arrow-down-small.svg") 100% 50% no-repeat transparent;
  background-size: 45px;
  color: #485658;
}
@media (max-width: 575px) {
  .course-cat-select {
    max-width: 300px;
  }
}

.umbraco-form {
  margin-bottom: 24px;
}
.umbraco-form .umbraco-forms-field.recaptcha2 .umbraco-forms-field-wrapper {
  display: contents;
}
.umbraco-form__text {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 32px;
}
.umbraco-form__text-area {
  width: 100%;
  border: 1px solid #DDDDDD;
  min-height: 150px;
}
.umbraco-form__checkbox {
  flex: 1;
  margin: 0px !important;
}
.umbraco-form__dropdown {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 32px;
}
.umbraco-form .umbraco-forms-field-wrapper {
  margin-right: 24px;
  margin-bottom: 24px;
}
.umbraco-form .umbraco-forms-label {
  font-family: "Aktiv Grotesk", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.umbraco-form .umbraco-forms-label.permission {
  font-weight: 400;
  color: #485658;
  margin-left: 16px;
  font-size: 15px;
}
.umbraco-form__fields {
  max-width: 60%;
}
@media (max-width: 767px) {
  .umbraco-form__fields {
    max-width: 100%;
  }
}
.umbraco-form-field-section {
  display: flex;
}
.umbraco-form-field-section > div {
  flex: 1;
  max-width: 50%;
}
.umbraco-form__perm-fields {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.umbraco-form__perm-fields .permission-text {
  margin-bottom: 8px;
}
.umbraco-form__perm-fields .umbraco-forms-field {
  display: flex;
  align-items: center;
  padding-left: 0px;
  max-width: none;
}
.umbraco-form__perm-fields .umbraco-forms-field-wrapper {
  margin-right: 0px;
  margin-bottom: 0px;
  height: 12px;
  width: 12px;
}

.standard-form {
  padding-left: 20%;
  padding-right: 20%;
}
@media (max-width: 767px) {
  .standard-form {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.standard-form__org-fields {
  flex-wrap: wrap;
}
.standard-form__org-fields > div {
  width: 50%;
}
.standard-form__contact-fields > div {
  width: 70%;
}
.standard-form__address-fields {
  flex-wrap: wrap;
}
.standard-form__address-fields > div {
  min-width: 50%;
}
.standard-form .umbraco-form__fields {
  max-width: 100%;
}

.contact-form__name-fields .firstname {
  flex: 2;
}
.contact-form__name-fields .lastname {
  flex: 3;
}
.contact-form__message-fields > div {
  max-width: none;
}
.contact-form .btn {
  min-width: 120px;
}

.training-form .longanswer {
  max-width: none;
}

.download-form-modal, .course-form-modal {
  overflow: auto;
  background-color: #fff;
  width: 100%;
  max-width: 530px;
  position: relative;
}
.download-form-modal__background, .course-form-modal__background {
  background-color: rgba(0, 0, 0, 0.73);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.download-form-modal__wrapper, .course-form-modal__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.download-form-modal__outer, .course-form-modal__outer {
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 100%;
  min-height: 250px;
}
.download-form-modal__title, .course-form-modal__title {
  margin-top: 8px;
  margin-bottom: 24px;
}
.download-form-modal__inner, .course-form-modal__inner {
  padding: 55px;
  position: relative;
  color: #000;
}
@media (max-width: 500px) {
  .download-form-modal__inner, .course-form-modal__inner {
    padding: 30px;
  }
}
.download-form-modal__close-icon, .course-form-modal__close-icon {
  width: 24px;
  height: 24px;
  border: 1px solid #a3a3a3;
  border-radius: 100%;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.download-form-modal__close-icon::before, .download-form-modal__close-icon::after, .course-form-modal__close-icon::before, .course-form-modal__close-icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 50%;
  background-color: #a3a3a3;
  width: 12px;
  height: 1px;
}
.download-form-modal__close-icon::before, .course-form-modal__close-icon::before {
  transform: translate(50%, 50%) rotateZ(45deg);
}
.download-form-modal__close-icon::after, .course-form-modal__close-icon::after {
  transform: translate(50%, 50%) rotateZ(-45deg);
}
.download-form-modal .umbraco-form, .course-form-modal .umbraco-form {
  margin-bottom: 0px;
}
.download-form-modal .umbraco-form__fields, .course-form-modal .umbraco-form__fields {
  max-width: 100%;
}
.download-form-modal .flight-form-modal__loading-icon, .course-form-modal .flight-form-modal__loading-icon {
  position: relative;
  left: 32%;
  top: 43%;
  width: 148px;
}

.field-validation-error span {
  color: red;
}

/* -------------------- Internal margins flex grid -------------------- */
/* -------------------- /Internal margins flex grid -------------------- */
/* -------------------- Colours -------------------- */
/* -------------------- /Colours -------------------- */
/* -------------------- Breakpoints -------------------- */
/* -------------------- /Breakpoints -------------------- */
/* -------------------- Bootstrap Breakpoints -------------------- */
/* -------------------- /Bootstrap Breakpoints -------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Mikro Regular", Arial, sans-serif;
}

._heading {
  font-family: "Mikro Regular", Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
._heading--1 {
  font-size: 66px;
  line-height: 78px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  ._heading--1 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
._heading--2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  ._heading--2 {
    font-size: 28px;
    line-height: 34px;
  }
}
._heading--3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  ._heading--3 {
    font-size: 20px;
    line-height: 24px;
  }
}
._heading--4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  ._heading--4 {
    font-size: 18px;
    line-height: 22px;
  }
}
._heading--5 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  ._heading--5 {
    font-size: 16px;
    line-height: 20px;
  }
}
._heading--sub-heading {
  font-size: 16px;
  line-height: 26px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
}
._heading--link-box-L {
  font-size: 36px;
  line-height: 50px;
}

._small-case, ._strap-line, ._featured {
  font-size: 13px !important;
  line-height: 24px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

._strap-line {
  color: #757575;
  margin-bottom: 0;
}

._small-case {
  color: #485658;
}

._featured {
  color: #a9a9a9;
  margin-bottom: 0;
}

._small-text, ._breadcrumb {
  font-size: 12px;
  line-height: 24px;
}
@media (max-width: 767px) {
  ._small-text, ._breadcrumb {
    font-size: 14px;
  }
}

._small-bold {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}

p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 30px;
}
p.lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
p strong {
  font-weight: bold;
}

a {
  color: #173FC2;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  color: #041C46;
}

.rte ul {
  list-style: none;
}
.rte ul li {
  position: relative;
  margin-bottom: 12px;
}
.ltr .rte ul li:before {
    content: " ";
    background: url(/Content/icons/tick.svg) no-repeat;
    width: 28px;
    height: 22px;
    background-size: 28px 22px;
    position: absolute;
    margin-left: -44px;
    top: 2px;
}

.rte .rte ul li:before {
  content: " ";
  background: url(/Content/icons/tick.svg) no-repeat;
  width: 28px;
  height: 22px;
  background-size: 28px 22px;
}

.profile-text__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.profile__text-image {
  display: flex;
}

.quote-text::after {
  transform: rotateZ(180deg);
  /* padding-left: 80px; */
  /* padding-right: 20px; */
  box-sizing: content-box;
  align-self: flex-end;
  margin-bottom: -10px;
  margin-left: -30px;
}

.quote-text {
  display: flex;
  justify-content: center;
}
.quote-text span {
  padding: 0 20px;
  margin: 0 30px;
}

.quote-text:before {
  margin-top: -20px;
  align-self: flex-start;
  margin-right: -30px;
}

.quote-text:before, .quote-text:after {
  content: "";
  background: url(/Content/icons/quote.svg) no-repeat;
  background-size: 28px 22px;
  width: 28px;
  height: 22px;
  /* position: absolute; */
  display: block;
  /* transform: rotateZ(45deg); */
  flex-shrink: 0;
}

.wheels-up-text {
  font-family: "Mikro Regular", Arial, sans-serif;
}
.wheels-up-text-bold {
  font-family: "Mikro Bold", Arial, sans-serif;
}

.profile-page {
  padding: 20px 0;
}
.profile-page__content-width {
  padding: 0 15px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .profile-page__content-width {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .profile-page__content-width {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .profile-page__content-width {
    max-width: 1170px;
  }
}
.profile-page__content-container {
  display: flex;
}
.profile-page__image {
  width: 50%;
  padding-right: 30px;
}
.profile-page__text {
  width: 50%;
  display: flex;
  align-items: center;
}
.profile-page__arrow-container {
  display: flex;
  justify-content: space-between;
}
.profile-page__arrow-container .profile-page__arrow {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .profile-page__arrow-container {
    flex-direction: column;
    align-items: center;
  }
}

.at-share-btn-elements {
  display: flex;
}
.at-share-btn-elements .at-share-btn.at-svc-twitter {
  display: block;
}
.at-share-btn-elements .at-share-btn:first-child {
  padding-left: 0;
  margin-left: 0;
}
.at-share-btn-elements .at-share-btn:not(:first-child) {
  margin-left: 30px;
}





@media (max-width: 992px) {
  .flight-search__fieldset--one-way-layout .flight-search__field--date {
    width: calc(60% - 10px);
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .flight-search__fieldset--one-way-layout .flight-search__field--date {
    margin-right: 10px;
  }
}
.flight-search__fieldset--one-way-layout .flight-search__field--time {
  margin-left: 10px;
}
@media (max-width: 550px) {
  .flight-search__fieldset--one-way-layout .flight-search__field--time {
    margin-right: 0px;
    margin-left: 10px;
    min-width: 50px;
  }
}
@media (max-width: 992px) {
  .flight-search__fieldset--one-way-layout .flight-search__field {
    width: 40%;
  }
}
.flight-search__fieldset--one-way-layout .flight-search__field--time {
  margin-left: 10px;
}
@media (max-width: 550px) {
  .flight-search__fieldset--one-way-layout .flight-search__field--time {
    width: 10%;
  }
}
@media (max-width: 992px) {
  .flight-search__fieldset--one-way-layout .flight-search__field--wrapper--people {
    width: 50%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .flight-search__fieldset--one-way-layout .flight-search__field--people {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .flight-search__fieldset--one-way-layout .flight-search__field--people {
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  .flight-search__fieldset--one-way-layout .flight-search__field--currency {
    width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .flight-search__fieldset--one-way-layout .flight-search__button--search {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 550px) {
  .flight-search__fieldset--one-way-layout .flight-search__field-loading-wrapper {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .flight-search__fieldset--one-way-layout .flight-search__to, .flight-search__fieldset--one-way-layout .flight-search__from {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .flight-search__fieldset--two-way-layout .flight-search__to {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .flight-search__fieldset--two-way-layout .flight-search__field--date {
    width: 100%;
    margin-right: 0;
  }
}
.flight-search__fieldset--two-way-layout .flight-search__field--time {
  margin-left: 10px;
}
@media (max-width: 992px) {
  .flight-search__fieldset--two-way-layout .flight-search__field--time {
    width: calc(50% - 10px);
  }
}
@media (max-width: 992px) {
  .flight-search__fieldset--two-way-layout .flight-search__field--wrapper--people {
    width: 50%;
    margin-right: 0;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .flight-search__fieldset--two-way-layout .flight-search__field--people {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .flight-search__leg-search-container .flight-search__field--currency {
    width: 30%;
  }
  .flight-search__leg-search-container .flight-search__button--search {
    width: calc(70% - 10px);
  }
}

.flight-summary {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flight-summary__section {
  background-color: #041C46;
}
.flight-summary__content-width {
  padding: 0 15px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .flight-summary__content-width {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .flight-summary__content-width {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .flight-summary__content-width {
    max-width: 1170px;
  }
}
@media (max-width: 1000px) {
  .flight-summary {
    flex-direction: column;
  }
}
.flight-summary__flight-group {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .flight-summary__flight-group {
    margin-bottom: 10px;
  }
}
.flight-summary__travel-group {
  display: flex;
  align-items: center;
}
.flight-summary__text {
  margin-bottom: 0;
  color: #fff;
}
.flight-summary__passengers {
  display: flex;
  align-items: center;
}
.flight-summary__departure-location, .flight-summary__flight-icon, .flight-summary__destination, .flight-summary__time {
  margin-right: 40px;
}
@media (max-width: 1000px) {
  .flight-summary__departure-location, .flight-summary__flight-icon, .flight-summary__destination, .flight-summary__time {
    margin-right: 10px;
  }
}
@media (max-width: 1000px) {
  .flight-summary__departure-location {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .flight-summary__destination {
    margin-right: 0;
    text-align: center;
  }
}
.flight-summary__date-time-seperator {
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin: 0 10px;
}
.flight-summary__passenger-icon {
  margin-right: 4px;
}

.flight-plan-progress__section {
  background-color: #e7ecf3;
}
.flight-plan-progress__content-width {
  padding: 0 15px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .flight-plan-progress__content-width {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .flight-plan-progress__content-width {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .flight-plan-progress__content-width {
    max-width: 1170px;
  }
}
@media (max-width: 1199px) {
  .flight-plan-progress__content-width {
    flex-direction: column;
  }
}
.flight-plan-progress__bar {
  display: flex;
  margin: 0 100px 76px 100px;
}
@media (max-width: 575px) {
  .flight-plan-progress__bar {
    display: none;
  }
}
.flight-plan-progress__point {
  position: relative;
  width: 25px;
  height: 25px;
  border: solid 1px #041C46;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flight-plan-progress__point--active {
  background-color: #041C46;
}
.flight-plan-progress__point:not(:last-child) {
  margin-right: 120px;
}
.flight-plan-progress__point:not(:last-child)::after {
  content: "";
  width: 120px;
  height: 1px;
  background-color: #041C46;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .flight-plan-progress__point:not(:last-child)::after {
    widtH: 90px;
  }
}
@media (max-width: 500px) {
  .flight-plan-progress__point:not(:last-child) {
    margin-right: 88px;
  }
}
.flight-plan-progress__point-number {
  display: block;
  color: #000;
}
.flight-plan-progress__point-text {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  width: 130px;
  text-align: center;
  margin-top: 15px;
}
.flight-plan-progress__prompt {
  font-family: "Aktiv Grotesk", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding: 12px 28px;
  font-weight: 700;
  color: black;
}
@media (max-width: 1199px) {
  .flight-plan-progress__prompt {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .flight-plan-progress__prompt {
    margin-top: 0px;
  }
}
.flight-plan-progress__select-aircraft {
  max-width: 280px;
  padding: 20px 20px;
  width: 100%;
  background-color: #173FC2;
  color: #fff;
  white-space: pre-wrap;
}
.flight-plan-progress__select-aircraft:hover {
  background-color: white;
  color: black;
}
.flight-plan-progress__select-aircraft.btn-hover-banner:hover, .flight-plan-progress__select-aircraft .btn-hover-banner:focus, .flight-plan-progress__select-aircraft.btn-hover-banner:not([disabled]):not(.disabled):active, .flight-plan-progress__select-aircraft.btn-hover-banner--active, .flight-plan-progress__select-aircraft.btn-hover-banner.active, .flight-plan-progress__select-aircraft.btn-hover-banner:active, .flight-plan-progress__select-aircraft.btn-hover-banner:focus {
  padding: 20px 20px !important;
  border: 1px solid #fff;
}
.flight-plan-progress__spacer {
  width: 247px;
}
@media (max-width: 1199px) {
  .flight-plan-progress__spacer {
    display: none;
  }
}

.flight-results__section {
  background-color: #f0f0f0;
  color: #000;
}
.flight-results__result-details {
  position: relative;
}
.flight-results__content-width {
  padding: 0 15px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .flight-results__content-width {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .flight-results__content-width {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .flight-results__content-width {
    max-width: 1170px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .flight-results__content-width {
    max-width: 100%;
  }
}
.flight-results__content-width:not(:first-child) {
  margin-top: 20px;
}
.flight-results__content-background:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .flight-results__content-background {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.flight-results__featured-result-wrapper:not(:first-child) {
  margin-top: 20px;
}
.flight-results__featured-result-wrapper .flight-results__content-background {
  margin-top: 0px;
}
.flight-results__title {
  font-family: "Aktiv Grotesk", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  padding: 20px 0;
  margin: 0;
}

.flight-results__list {
  padding-bottom: 30px;
}
.flight-results__list-item {
  background-color: #fff;
}
.flight-results__summary-bar {
  display: flex;
}
@media (max-width: 600px) {
  .flight-results__summary-bar {
    flex-direction: column;
  }
}
.flight-results__info {
  display: flex;
  flex-grow: 2;
  flex-basis: 520px;
}
@media (max-width: 600px) {
  .flight-results__info {
    flex-basis: auto;
  }
}
.flight-results__info-group {
  display: flex;
  flex-grow: 1;
}
@media (max-width: 900px) {
  .flight-results__info-group {
    display: block;
    padding: 10px;
  }
}
.flight-results__plane-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  flex-basis: 190px;
  flex-shrink: 0;
}
@media (max-width: 700px) {
  .flight-results__plane-image {
    flex-basis: 140px;
    height: 120px;
  }
}
.flight-results__name-container {
  padding: 30px;
  position: relative;
  flex-basis: 220px;
  flex-grow: 1;
  flex-shrink: 1;
}
.flight-results__name-container::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 100%;
  background-color: #041C46;
  width: 1px;
  height: 80%;
}
@media (max-width: 900px) {
  .flight-results__name-container {
    padding: 0;
  }
  .flight-results__name-container::after {
    display: none;
  }
}
.flight-results__name {
  margin-bottom: 5px;
  color: #173FC2;
  font-weight: 700;
}
.flight-results__aircraft-type-title {
  color: #000;
  margin-bottom: 0;
}
.flight-results__aircraft-type {
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}

.flight-results__price-container {
  padding: 30px;
  padding-right: 0;
  align-self: center;
  flex-grow: 1;
  flex-basis: 200px;
  color: #000;
  flex-shrink: 1;
}
@media (max-width: 900px) {
  .flight-results__price-container {
    padding: 0;
  }
}

.flight-results__max-pax-container {
  padding: 30px;
  padding-right: 0;
  align-self: center;
  flex-grow: 1;
  flex-basis: 220px;
  flex-shrink: 4;
}
@media (max-width: 991px) {
  .flight-results__max-pax-container {
    padding-left: 18px;
  }
}
@media (max-width: 900px) {
  .flight-results__max-pax-container {
    padding: 0;
    display: flex;
  }
}
.flight-results__max-pax-title {
  color: #000;
  margin-bottom: 0;
}
.flight-results__max-pax-value-container {
  display: flex;
}
.flight-results__max-pax-icon {
  margin-right: 4px;
}
@media (max-width: 900px) {
  .flight-results__max-pax-icon {
    display: none;
  }
}
.flight-results__max-pax-text {
  color: #000;
}

.flight-results__interaction-container {
  padding: 30px;
  flex-shrink: 0;
  width: 30%;
}
@media (max-width: 1200px) {
  .flight-results__interaction-container {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .flight-results__interaction-container {
    padding-right: 0;
    flex-basis: 170px;
    width: auto;
    flex-grow: 1;
  }
}
@media (max-width: 900px) {
  .flight-results__interaction-container {
    padding-right: 0;
    flex-basis: 270px;
  }
}
@media (max-width: 700px) {
  .flight-results__interaction-container {
    padding: 15px 0;
    flex-shrink: 0;
    flex-basis: 100px;
    flex-grow: 0;
  }
}
@media (max-width: 600px) {
  .flight-results__interaction-container {
    padding: 15px 0;
    flex-shrink: 0;
    flex-basis: auto;
    flex-grow: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 600px) {
  .flight-results__select-container {
    align-self: flex-end;
    margin-top: 15px;
  }
}
.flight-results__custom-checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flight-results__custom-checkbox {
  border: 1px solid #173FC2;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.flight-results__checkbox-text {
  font-weight: 700;
  color: #173FC2;
  text-transform: uppercase;
  font-size: 14px;
}
.flight-results__details-button {
  display: block;
}

.flight-results__expandable-details {
  border: 1px solid #757575;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .flight-results__expandable-details {
    border: none;
    padding-bottom: 0px;
  }
}

.flight-results__select-input:checked + .flight-results__select-label .flight-results__custom-checkbox {
  background-color: #173FC2;
}

.flight-results__select-input {
  display: none;
}

.flight-results__result-details {
  display: flex;
}
@media (max-width: 991px) {
  .flight-results__result-details {
    display: block;
  }
}
.flight-results__flight-details-section, .flight-results__aircraft-details-section {
  max-height: 400px;
  overflow-y: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .flight-results__flight-details-section {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .flight-results__aircraft-details-section {
    margin-top: 20px;
  }
}
.flight-results__flight-details-section-accordion-heading, .flight-results__aircraft-details-section-accordion-heading {
  display: none;
}
@media (max-width: 991px) {
  .flight-results__flight-details-section-accordion-heading, .flight-results__aircraft-details-section-accordion-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .flight-results__aircraft-details-section-accordion-heading {
    margin-bottom: 0px;
  }
}
.flight-results__flight-details-section-accordion-wrapper, .flight-results__aircraft-details-section-accordion-wrapper {
  width: 33%;
  display: flex;
}
@media (max-width: 991px) {
  .flight-results__flight-details-section-accordion-wrapper, .flight-results__aircraft-details-section-accordion-wrapper {
    width: 100%;
  }
}
.flight-results__flight-accordion-heading-text, .flight-results__aircraft-accordion-heading-text {
  margin-bottom: 0;
}
.flight-results__detail-set:not(:first-child) {
  margin-top: 35px;
}

.flight-details__seperator {
  width: 1px;
  background-color: #041C46;
  flex-shrink: 0;
  align-self: stretch;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .flight-details__seperator {
    width: 100%;
    height: 1px;
  }
}

.flight-results__close-bar {
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flight-results__close-bar-button {
  position: relative;
  height: 50px;
  width: 50px;
}
.flight-results__close-bar-button::after, .flight-results__close-bar-button::before {
  content: "";
  background-color: #000;
  width: 14px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 50%;
}
.flight-results__close-bar-button::after {
  transform: translate(50%, 50%) rotateZ(45deg);
}
.flight-results__close-bar-button::before {
  transform: translate(50%, 50%) rotateZ(-45deg);
}

.flight-details__title-text {
  text-transform: uppercase;
  font-weight: 700;
}
.flight-details__travel-attributes, .flight-details__info-set {
  display: flex;
  align-items: center;
}
.flight-details__attribute-title {
  font-weight: 700;
  color: #000;
}
.flight-details__icon {
  margin-right: 10px;
}
.flight-details__info-title {
  margin-right: 10px;
  font-weight: 700;
}
.flight-details__date-seperator {
  height: 20px;
  width: 1px;
  margin: 0 10px;
  background-color: #000;
}
.flight-details__date, .flight-details__time, .flight-details__info-text, .flight-details__title, .flight-details__model-year {
  margin-bottom: 0;
  color: #000;
}
.flight-details__row {
  margin-bottom: 12px;
}


.flight-results__featured-result-wrapper {
  border: 1px solid #173FC2;
}
@media (min-width: 992px) {
  .flight-results__featured-result-wrapper .flight-results__content-width {
    padding: 0px;
  }
}
.flight-results__featured-result-wrapper .flight-results__expandable-details {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.featured-flight-result__bar {
  background-color: #173FC2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.featured-flight-result__message {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .featured-flight-result__message {
    align-items: flex-start;
  }
}
.featured-flight-result__icon {
  margin-right: 10px;
  width: 40px;
}
@media (max-width: 600px) {
  .featured-flight-result__icon {
    width: 30px;
  }
}
.featured-flight-result__title {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
@media (max-width: 600px) {
  .featured-flight-result__title {
    margin-top: 0;
  }
}
.featured-flight-result__para {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0px;
}

.flight-results__no-results {
  padding-bottom: 40px;
  padding-top: 20px;
}

.flight-form-modal {
  overflow: auto;
  background-color: #fff;
  width: 100%;
  max-width: 530px;
  position: relative;
}
.flight-form-modal__background {
  background-color: rgba(0, 0, 0, 0.73);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.flight-form-modal__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.flight-form-modal__outer {
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 100%;
}
.flight-form-modal__inner {
  padding: 55px;
  position: relative;
  color: #000;
}
@media (max-width: 500px) {
  .flight-form-modal__inner {
    padding: 30px;
  }
}
.flight-form-modal__close-icon {
  width: 24px;
  height: 24px;
  border: 1px solid #a3a3a3;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.flight-form-modal__close-icon::before, .flight-form-modal__close-icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 50%;
  background-color: #a3a3a3;
  width: 12px;
  height: 1px;
}
.flight-form-modal__close-icon::before {
  transform: translate(50%, 50%) rotateZ(45deg);
}
.flight-form-modal__close-icon::after {
  transform: translate(50%, 50%) rotateZ(-45deg);
}

.flight-form__title {
  color: #000;
  font-size: 19px;
  margin-bottom: 5px;
}
.flight-form__para {
  font-size: 14px;
  color: #000;
}

.flight-form__fieldset {
  padding-bottom: 15px;
}
.flight-form__field {
  border: 1px solid #000;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  outline: none;
}
.flight-form__field:hover, .flight-form__field:focus, .flight-form__field:active {
  border-radius: 0;
  outline: none;
  border: 1px solid #000;
}
.flight-form__field:active, .flight-form__field:focus {
  outline: 2px;
}
.flight-form__field--textarea {
  max-height: 600px;
  min-height: 110px;
  height: 120px;
  max-width: 420px;
  min-width: 100%;
  width: 100% !important;
}
.flight-form__submit-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.flight-form__submit-button {
  width: 100%;
  max-width: 280px;
}
.flight-form__message {
  font-size: 13px;
}

.flight-form__select-container {
  position: relative;
}
.flight-form__select-container + .flight-form__select-container {
  margin-top: 15px;
}
.flight-form__custom-checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.flight-form__custom-checkbox {
  border: 1px solid #000;
  width: 14px;
  height: 14px;
  margin-right: 15px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.flight-form__checkbox-text {
  color: #000;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}
.flight-form__select-input {
  display: none;
}
.flight-form__select-input--required {
  display: block;
  position: absolute;
}
.flight-form__select-label {
  z-index: 999;
  position: relative;
}

.flight-form__select-input:checked + .flight-form__select-label .flight-form__custom-checkbox {
  background-color: #173FC2;
}

.flight-modal__flight-ref-title {
  font-weight: 900;
  margin-bottom: 15px;
}
.flight-modal__flight-ref-journey {
  margin-bottom: 10px;
}
.flight-modal__flight-ref-date {
  margin-bottom: 0;
}

.flight-form-modal__loading-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.flight-form-modal__loading-icon {
  position: static;
  width: 90px;
  animation: spin 1s linear infinite;
  transform-origin: 50% 50%;
  pointer-events: none;
}
.flight-form-modal__loading-path {
  fill: none;
  stroke: #000000;
  stroke-width: 6px;
  stroke-dasharray: 92.3;
}

.pop-up-modal {
  overflow: auto;
  background-color: #fff;
  width: 75%;
  max-width: 770px;
  position: relative;
}
.pop-up-modal__background {
  background-color: rgba(0, 0, 0, 0.73);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.pop-up-modal__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pop-up-modal__outer {
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 100%;
}
.pop-up-modal__inner {
  position: relative;
  color: #000;
  display: flex;
  flex-direction: column;
}
.pop-up-modal__close-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.pop-up-modal__close-icon::before, .pop-up-modal__close-icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 50%;
  background-color: #ffffff;
  width: 24px;
  height: 1px;
}
.pop-up-modal__close-icon::before {
  transform: translate(50%, 50%) rotateZ(45deg);
}
.pop-up-modal__close-icon::after {
  transform: translate(50%, 50%) rotateZ(-45deg);
}
.pop-up-modal__img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 160px;
}
@media (max-width: 700px) {
  .pop-up-modal__img {
    height: 120px;
  }
}
.pop-up-modal__img-container {
  flex: 1;
  flex-basis: 160px;
}
@media (max-width: 700px) {
  .pop-up-modal__img-container {
    flex-basis: 140px;
    height: 120px;
  }
}
.pop-up-modal__content {
  flex: 3;
  padding: 40px 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 700px) {
  .pop-up-modal__content {
    padding: 20px;
  }
}

.card__heading {
  color: white;
}

.card-section--smaller .card {
  height: 270px;
}
.card-section--smaller .card__heading {
  font-size: 20px;
  line-height: 28px;
}

.accordion__body {
  height: auto !important;
}

.blog-landing__heading {
  font-family: "Lyon Display", Georgia, sans-serif;
}

.blog-landing__generic-page .container {
  max-width: none;
}
.blog-landing__generic-page .btn-blue {
  margin-bottom: 40px;
}
.blog-landing__generic-page .blog-landing__heading {
  padding: 10px;
}

.breadcrumb > li {
  display: block;
}

@media (max-width: 990px) {
  .breadcrumb li {
    display: none;
  }
  .breadcrumb li:last-child {
    display: inline-block;
  }
  .breadcrumb li:nth-last-child(2) {
    display: inline-block;
  }
}
.featured-report-card .btn ~ .btn {
  margin-left: 10px;
}

.widget-page .clickdform.mainDiv {
  overflow-x: visible;
}

.blog-landing__generic-page {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .header .sub-navigation-section__desktop-heading {
    /*font-size: 15px;
    font-family: "Gotham", Arial, sans-serif;
    margin-bottom: 0;
    padding-left: 5px;*/
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 7px 0;
  }
}
@media (min-width: 1200px) {
  .header .sub-navigation-section__desktop-heading {
    display: none;
  }
}

.footer-bottom__row {
  display: flex;
}
.footer-bottom__column {
  display: flex;
}
.footer-bottom__btn {
  height: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  white-space: normal;
}

.responsiveRow .customResponsiveCell .buttonContainer {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 575px) {
  .responsiveRow .customResponsiveCell .buttonContainer {
    flex-direction: column-reverse;
  }
}

.card-section.remove-border--bottom {
  border-bottom: none;
}
.card-section.remove-border--top {
  border-top: none;
}

.training-search__sort-container {
  display: flex;
  margin-bottom: 42px;
}
.training-search__sorts {
  display: flex;
  justify-content: space-between;
  margin-right: 54px;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .training-search__sorts {
    flex-direction: column;
  }
}
.training-search__sort-text {
  margin: 16px 16px 16px 0px;
}
.training-search__sortby--selected {
  background: #173FC2;
  border-color: #173FC2;
  color: #FFFFFF;
}
.training-search .grade-container__courses {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 8px;
}
.training-search .course-card {
  width: 30%;
  margin-right: 30px;
}

.content-subcategory {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (min-width: 1200px) {
  .logo-redline {
    height: 48px;
    width: 226px;
  }
}

.client-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    width: 100%;
    padding-bottom: 300px;
}


.client-login--container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    border: 1px solid #ddd; /* Optional: Add a border if desired */
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3); /* Add a drop shadow */
}

.client-login--container form{
    width:80%;
}

@media (max-width:700px){

    .client-login--container{
        width:85%;
    }
}

.client-login--title__container {
    background-color: #173FC2;
    height: 103px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-login--title__text{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.client-login--form__container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.client-login--form__container .login-form {
    display: flex;
    justify-content: center;
}

.client-login--form__container .username {
    padding-bottom: 15px;
}

.client-login--form__container .password {

}

.client-login--title__container .form-check{
    padding-bottom: 15px;
}

.client-login--form__container .remember-me {
}

.client-login--form__container .login-button {
    display: flex;
    text-align: center;
    align-content: center;
    width: 320px;
    justify-content: center
}

.login-form .form-check{
    padding-top: 15px;
}

.reset-password a {
    float: right;
    text-decoration: none;
    color: #bbbbbb;
}
    .reset-password a span {
        color: #173FC2
    }

.login-form .form-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: black;
    text-decoration: none;
}

.login-form .form-check-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: black;
    text-decoration: none;
}

.login-form--button--container{
    padding-top: 50px;
    display: flex;
    width:100%;
    justify-content: center;
}
.login-form--button--container button{
   width: 320px
}

.reset-password-form{
    display: flex;
    flex-direction:column;
    justify-content: center;
    padding-bottom: 50px;
    width:100%;
    align-items: center;
}

.reset-password-form .alert{
    width:80%;
}

.my-account__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    padding-top: 250px;
    padding-bottom: 250px;
}

.my-account__card {
    width: 500px;
    height: 500px;
    background-color: #041C46;
    margin: 75px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px; /* Space between stacked cards */
    display: flex;
    justify-content: center;
    align-items:center;
    text-decoration: none;
}

    .my-account__card:hover {
        background-color: #173FC2;
        text-decoration: none;
    }

.my-account__card-text{
    color: white;
    font-size: 65px;
    line-height: 79px;
    font-weight: 100;
    text-decoration: none;
}
@media (max-width: 600px) {
    .my-account__container {
        flex-direction: column; /* Stack cards when screen size is under 1000px */
        padding: 25px;
        }

    .my-account__card {
        width: 100%; /* Full width for stacked cards */
        padding: 25px;
        height: 250px;
    }
}

.client-details__documents {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.client-2fa {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom:25px
}

.client-details__documents .knowledge-item__container{
    width:100%;
    justify-content: center
}
.client-details__document-title__conatiner {
    padding-bottom: 15px;
}

.client-details-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-form__field--error {
    color: red;
}


/* Default progress bar style (gray background for the container) */
.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    height: 20px;
}

/* Default progress bar fill (0%) */
.progress-bar {
    width: 0;
    height: 100%;
    transition: width 0.4s ease-in-out; /* Smooth transition of width */
    background-color: #ddd; /* Neutral color for zero strength */
}

    /* Red progress bar fill for weak password (<=33%) */
    .progress-bar.bg-danger {
        background-color: #ff4b5c; /* Adjust color as desired */
    }

    /* Yellow progress bar fill for moderate password (<=66%) */
    .progress-bar.bg-warning {
        background-color: #ffcc00; /* Adjust color as desired */
    }

    /* Green progress bar fill for strong password (>66%) */
    .progress-bar.bg-success {
        background-color: #4caf50; /* Adjust color as desired */
    }


.exercises-table img{
  width:28px;
}
.course-form-modal__title{
  padding-top:30px;
}

@media only screen and (min-width:1000px){
.rich-text-wrapper{
  width: 70%;
}}

.umbraco-form .shortanswer .text {
    width: 100%;
    border: 1px solid #DDDDDD;
    height: 32px;
}

.umbraco-form .longanswer textarea {
    width: 100%;
    border: 1px solid #DDDDDD;
    min-height: 150px;
}

.umbraco-form .checkbox input[type=checkbox] {
    margin: 0px !important;
}


.employee-section__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Adjust this to change the alignment */
    max-width: 100%;
}




.employee-card {
    width:25%;
    margin-bottom: 20px; /* Space between rows */
    /* Additional styling for the cards */
    background: #fff; /* Example background color */
    overflow: hidden; /* Ensures the content fits within the rounded corners */
}
.lang img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (min-width: 1000px) {
  .fifty-fifty-section:not(.fifty-fifty-section--heading)  {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
    .employee-card {
        margin-bottom: 15px;
        width: 100%;
    }

    .employee-section__cards {
        flex-direction: column;
    }
}
@media (min-width: 1200px) {
  .jetCardStyle .fifty-fifty-section:not(.fifty-fifty-section--heading) .fifty-fifty-section__inner {
    max-width: 1240px;
  }
}
@media (min-width: 992px) {
  .jetCardStyle .fifty-fifty-section:nth-child(even) {
    margin-bottom: 40px;
  }
}
.jetCardStyle .fifty-fifty-section--heading {
  background: linear-gradient(99.52deg, #000000 8.58%, #3E4446 96.72%);
}
.jetCardStyle  .fifty-fifty-section:not(.fifty-fifty-section--heading) .fifty-fifty-section__text-container {
  color: #333;
}

.jetCardStyle .fifty-fifty-section--heading .buttons-container {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width:991px) {
  .jetCardStyle .fifty-fifty-section--heading .buttons-container {
    flex-direction: column;
  }
}
.jetCardStyle .fifty-fifty-section--heading .heading-block__buttons .btn {
  margin-right: 0;
}
.jetCardStyle .fifty-fifty-section--heading .heading-block__buttons {
  margin-top: 0;
}

.jetCardStyle .fifty-fifty-section .btn{
  background: #3E4446 !important;
  color: #fff;
  border: 0;
  max-width: 260px;
  margin-top: 10px;
  padding: 0 30px;
}
@media (max-width:991px) {
  .jetCardStyle .fifty-fifty-section .btn {
    min-width: 260px;
  }
}
.jetCardStyle  .diagonal-section__breadcrumb {
  display: none;
}
.jetCardStyle .fifty-fifty-section__text-container ._heading--2 {
  font-size: 36px;
  line-height: 44px;
}
/*.jetCardStyle .fifty-fifty-section:not(.fifty-fifty-section--heading) .fifty-fifty-section__text-container p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
}/*
.jetCardStyle .fifty-fifty-section__text {
  font-size: 20px;

  line-height: 30px;
}
/*.jetCardStyle  .fifty-fifty-section__image-container {
  flex: 50%;
}*/
.large.fifty-fifty-section:not(.fifty-fifty-section--heading)  .fifty-fifty-section__image {
 /* width: 600px;*/
  width: 100%;
  height: 500px;
  border-radius: 16px;
  background-size: cover;
}
.jetCardStyle  .fifty-fifty-section ._heading._heading--2{
  border-top: 6px solid #3E4446;
  padding-top: 24px;
  display: inline-flex;
}
.jetCardStyle ._strap-line {
  display: none;
}
.large.fifty-fifty-section:not(.fifty-fifty-section--heading) .fifty-fifty-section__text-container {
  /*padding: 0 48px;*/
  flex: 1;
  padding: 0;
}
.large.fifty-fifty-section:not(.fifty-fifty-section--heading) .fifty-fifty-section__image-container {
  flex: 1;
}
.large.fifty-fifty-section:not(.fifty-fifty-section--heading) .fifty-fifty-section__inner {
  border-bottom: 0;
}
.large.fifty-fifty-section {
  margin-top: 100px;
}
@media (min-width: 1000px) {
  .large.fifty-fifty-section {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .large.fifty-fifty-section.fifty-fifty-section--flipped .fifty-fifty-section__inner {
    flex-direction: row-reverse;
    gap: 48px;
  }
  .large.fifty-fifty-section .fifty-fifty-section__inner {
    gap: 48px;
    align-items: flex-start;
  }
}
 .large.fifty-fifty-section ul{
padding-left: 0
}
@media (max-width: 1000px) {
  .large.fifty-fifty-section ul {
    margin-left: 17px;
  }
}
 .large.fifty-fifty-section  li {
  padding-left: 28px;
  margin-bottom: 16px;
}
body.jetCardStyle .fifty-fifty-section  li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3E4446;
  left: 0;
  top: 7px;
  margin: 0;

}
.accordion--section {
  background: #3E4446;
  color: #fff;
  text-align: unset;
}
.accordion--section.black {
  color: #000;
}
.accordion--section.white {
  color: #fff;
}
.accordion--section #faqs .accordion__body {
  padding: 0;
}
.accordion--section .accordion__title {
  padding: 35px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.accordion--section .accordion__title:before {
  position: absolute;
  inset-inline-end: 0;
  color: #fff;
  fill: #fff;
  top: auto;
  transform: none;
}
.accordion--section .accordion__title.ui-accordion-header-active:before{
  transform: rotate(180deg);
}
.accordion--section  .col-xs-12.col-md-8.col-md-offset-2 {
  margin: 0;
  width: 100%;
}
.accordion--section .accordion__title:first-of-type {
  border-top: 0;
}
.accordion--section .btn {
  /* background: #000; */
  border-radius: 100px;
  padding: 13px 16px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
  border: 0;
  display: flex;
  align-items: center;


}
.accordion--section .col-md-8  > p {
  display: flex;
  margin-bottom: 0;
}
.accordion--section ._heading--2 {
  font-size: 36px;
  text-align: unset;
  margin-bottom: 13px;

}
.accordion--section  {
  padding-bottom: 80px;
}
.icon-list {
  background: linear-gradient(99.52deg, #000 8.58%, #3E4446 96.72%);
  padding: 80px 0;
}
.icon-list .icon-list_content {
  background: #fff;
  border-radius: 16px;
  text-align: start;
  min-height: 390px;
  max-width: 390px;
  padding: 24px;
}
.icon-list__wrapper{
  display: flex;
  justify-content: space-between;
}
.icon-list h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 36px;
}
.icon-list .image-container {
  background: #000;
  width: 96px;
  height: 95px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-list .icon-list__img {
  margin: 0;
  width: auto;
  height: auto;
}
.icon-list__item ._heading--3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  margin: 24px 0;

}
.icon-list__item p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #333;
}
.white.accordion__title::before {
  background: url("/Content/icons/chevron.png") no-repeat;
  width: 22px;
  height: 18px;

}
.black.accordion__title::befor{
  background: url("/Content/icons/arrow-down-large.svg") no-repeat;
  width: 22px;
  height: 18px;
}
.image-container {
  display: flex;
  gap: 24px;

}
.accordion--section img {
  max-width: 300px;
}
@media (max-width: 991px) {
  .jetCardStyle .fifty-fifty-section .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .jetCardStyle .fifty-fifty-section {
    margin-bottom: 8px;
  }
  .jetCardStyle .fifty-fifty-section--heading {
    margin-bottom: 40px;
  }
  .jetCardStyle .fifty-fifty-section ._heading._heading--2 {
    font-size: 20px;
    line-height: 26px;
    padding-top: 16px;
  }
  .jetCardStyle .fifty-fifty-section:not(.fifty-fifty-section--heading) .fifty-fifty-section__text-container {
    padding: 0;
  }
  .jetCardStyle .fifty-fifty-section__text {
    font-size: 14px;
    line-height: 20px;
  }
   .fifty-fifty-section li {
    padding-left: 20px;
  }
   .fifty-fifty-section:not(.fifty-fifty-section--heading) .fifty-fifty-section__image-container {
    margin-bottom: 24px;
  }
   .fifty-fifty-section:not(.fifty-fifty-section--heading) .fifty-fifty-section__image {
    width: auto;
    height: 285px;
  }
   .fifty-fifty-section li::before {
    width: 6px;
    height: 6px;
  }
   .accordion--section ._heading--2 {
    font-size: 24px;
  }
   .accordion--section .accordion__title {
    font-size: 18px;
    line-height: 24px;
    padding: 24px 20px 24px 0;
  }
  .accordion--section .btn {
    white-space: wrap;
  }
  .accordion {
    margin-bottom: 48px;
  }
  .accordion--section {
    padding:40px 0;
  }
  .icon-list {
    padding: 40px 0 40px 16px;
  }
  .icon-list .container {
    padding: 0;
  }
  .icon-list h2  {
    font-size: 24px;
    margin-bottom: 0;
  }
  .icon-list__item ._heading--3 {
    font-size: 20px;
  }
  .icon-list .icon-list__item {

    padding: 8px;
  }

}
@media (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}
@media (min-width: 992px) {
.image-gallery.Jetcard .row{
  flex-direction: column;
}
}
.image-gallery.Jetcard {
  background-color: #000;
}
.image-gallery.Jetcard .image-gallery__content {
  text-align: center;
}
.image-gallery.Jetcard .image-gallery__content ._heading {
  font-size: 36px;
  line-height: 44px;

}
.image-gallery.Jetcard .image-gallery__content  p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.image-gallery.Jetcard  .image-gallery__right-box {
  padding: 0;
}
.image-gallery.Jetcard  .image-gallery__text {
  margin-bottom: 65px;
}
.image-gallery.Jetcard img {
  height: 284px;
  object-fit: cover;
}
/*.image-gallery.Jetcard   img
{
  width: 380px;
  height: 264px;
align-self: stretch;
max-width: 100%;
 }*/
 .image-gallery.Jetcard   .container {
  overflow: hidden;
 }
 /*.image-gallery.Jetcard  .owl-item {
  width: auto !important;
  flex: 0 0 auto;
}*/
/*.image-gallery.Jetcard  .owl-carousel {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}*/
/*.image-gallery.Jetcard  .owl-stage {
  width: auto !important;
}*/
.image-gallery.Jetcard  .Jetcard-slider {
  width: 100%; /* Set max width */
  overflow: hidden; /* Prevent scrolling overflow */
}
.image-gallery.Jetcard  .icon--arrow-right {
  background-image: url("/Content/icons/arrow-right-small.svg");
}
.image-gallery.Jetcard  .icon--arrow-left {
  background-image: url("/Content/icons/arrow-right-small.svg");
  transform: rotate(360deg);
}
.image-gallery.Jetcard .carousel-controls {
  display: flex;
  /*flex-direction: row-reverse;*/
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.image-gallery.Jetcard .owl-prev , .image-gallery.Jetcard .owl-next {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.image-gallery.Jetcard .Jetcard-slider h3 {
font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  padding-top: 32px;
}
.image-gallery.Jetcard  a{
  text-decoration: none;
}
.image-gallery.Jetcard  .Jetcard-slider p{
  font-size: 18px;
  line-height: 24px;
}
.image-gallery.Jetcard .Jetcard-slider h3 ,.image-gallery.Jetcard .Jetcard-slider p {
  padding: 0 24px;
  color: #041C46;
  ;
}
.image-gallery.Jetcard .owl-item {
  background-color: #fff;
  padding-bottom: 56px;
  border-radius: 16px;
  overflow: hidden;
}
.image-gallery.Jetcard .carousel-status-jetcard {
  font-size: 18px;
}
.generic-page-rich-text ._heading--2 {
  font-size: 36px;
}
.video-wrapper iframe {
  border-radius: 16px;
}
/*for form modal*/
.jetCardStyle .course-form-modal__header {
  display: flex;
  background: #000;
  color: #fff;
  background: linear-gradient(99.52deg, #000 8.58%, #3E4446 96.72%);
  padding: 0 16px;
  height: 114px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;

}

.course-form-modal__header {
  display: flex;
  background: #173fc2;
  color: #fff;
  padding: 0 16px;
  height: 114px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;

}
.course-form-modal__close-icon {
  border: none;
  width: 32px;
  height: 32px;
  position: static;
}
.course-form-modal__close-icon:after {
  display: none;
}
.course-form-modal__close-icon:before  {
  background-image: url("/content/icons/close-white.svg");
  display: block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  transform: none;
  font-size: 32px;
  position: static;
}
.course-form-modal__header  h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 28px;
}
.modal-form {
  padding: 36px 24px 40px;
}
.modal-form a {
  text-decoration: none;
}
.modal-form__subsection-title h2 {
  font-size: 24px;
  margin: 0 0 24px;
}
.modal-form__contact-information.bottom .modal-form__subsection-title h2 {
  margin: 48px 0 24px;
}

.course-form-modal {
  max-width: 818px;
  border-radius: 16px;
}
.field-label-contianer.highlight-container {
  height: 64px;
}
.course-form-modal .modal-form__contact-information__fields__row.first-row,
 .modal-form__contact-information__fields__row.sec-row,
 .modal-form__contact-information__fields__row.third-row{
  /*display: flex;
  flex-direction: row;*/
  width: 100%;
  gap: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 32px;
}
.course-form-modal .modal-form__contact-information__fields__row.sec-row{
  grid-template-columns: 1fr 1fr;
}
.course-form-modal .modal-form__contact-information__fields__row.third-row{
  grid-template-columns: 1fr 1fr;
}
.course-form-modal select {
  width: 100%;
  appearance: none;
  width: 100%;
  position: relative;
  top: -4px;
  left: 0px;
  border: none;
  border-radius: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: transparent;
  background-image: url("/content/icons/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
}
.modal-form__contact-information__select {
	padding: 10px 0;
}
.modal-form__contact-information__select label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
    padding-right: 10px;
}
.course-form-modal .course-form-modal__inner {
  padding: 0;
}
.course-form-modal .modal-form__contact-information__field  {
  position: relative;
  border-radius: 8px;
  /*flex-basis: 50%;*/
  flex-grow: 0;
  text-align: center;
  /*display: flex;*/
  justify-content: center;
  border: 1px solid #d1d1d1;
}
.modal-form__contact-information__select {
  height: 64px;
}
.course-form-modal .first-row input,
.course-form-modal .sec-row input,
.course-form-modal .third-row input {
  border: none;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  padding-left: 16px;
  outline: none;
  color: #041c46;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.modal-form__contact-information__fields__row {
  text-align: left;
}
.modal-form__contact-information__permissions-fields {
  display: flex;
}
.modal-form__contact-information__permissions-fields {
  margin: 24px 0;
}
/*.permissions-fields__label.subscription__label--email {
  margin: 24px 0 48px;
}*/
.modal-form__terms-and-conditions__text {
	margin-bottom: 24px;
}
.modal-form__subsection-title {
	margin-top: 48px;
}
.permissions-fields__label {
	margin-right: 38px;
}
.modal-form__contact-information__field textarea{
  height: 85px;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  resize: vertical;
  width: 100%;
  padding: 16px;
  font-size:14px;
}
.jetCardStyle .submit-button.disabled{
  border-radius: 100px;
  border: 1px solid  #6B778B;
  background: #F1F3F8;
  display: flex;
  width: 200px;
  padding: 0px 16px;
  flex-direction: colum;
  justify-content: center;
  align-items: center;
  height: 52px;
  font-size: 18px;
  font-weight: 700;
  color: #6B778B;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-top: 24px;

}
.jetCardStyle .submit-button{
  border-radius: 100px;
  border: none;
  background: #3E4446;
  display: flex;
  width: 200px;
  padding: 0px 16px;
  flex-direction: colum;
  justify-content: center;
  align-items: center;
  height: 52px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-top: 24px;

}
.course-form-modal .submit-button.disabled{
  border-radius: 100px;
  border: 1px solid  #6B778B;
  background: #F1F3F8;
  display: flex;
  width: 200px;
  padding: 0px 16px;
  flex-direction: colum;
  justify-content: center;
  align-items: center;
  height: 52px;
  font-size: 18px;
  font-weight: 700;
  color: #6B778B;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-top: 24px;

}
.course-form-modal .submit-button{
  border-radius: 100px;
  border: none;
  background: #173fc2;
  display: flex;
  width: 200px;
  padding: 0px 16px;
  flex-direction: colum;
  justify-content: center;
  align-items: center;
  height: 52px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-top: 24px;

}
.jetCardStyle .course-form-modal .submit-button {
  background: #3E4446;

}
.jetCardStyle .course-form-modal .submit-button.disabled {
  background: #F1F3F8;
}
.submit-button.disabled {
  background-color: #F1F3F8;
}
.modal-form__contact-information__fields__row {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.modal-form__contact-information__fields__row a {
	text-decoration: no ne;
}
.modal-form__subsection-title {
  margin-top: 0;
}
.jetCardStyle  .modal-form__contact-information.bottom {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  html , body {
    overflow-x: hidden;
  }
  .fifty-fifty-section__breadcrumbs{
    display: none;
   }
  .generic-page-rich-text ._heading--2 {
    font-size: 24px;
    width: 70%;
    margin: auto;
    margin-bottom: 15px;
  }
  .course-form-modal__header h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .modal-form {
    padding: 24px 16px 40px;
  }
  .course-form-modal__header {
    height: 80px;
    background: linear-gradient(90deg, #000 0%, #3E4446 100%);
  }
  .modal-form__subsection-title h2 {
    font-size: 20px;
  }
  .course-form-modal .modal-form__contact-information__fields__row.first-row,
  .course-form-modal .modal-form__contact-information__fields__row.sec-row,
  .course-form-modal .modal-form__contact-information__fields__row.third-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .modal-form__terms-and-conditions__text {
    font-size: 14px;
    line-height: 20px;
  }
  .subscription__label--email.terms {
    font-size: 14px;
  }
  .modal-form__contact-information__field textarea {
    height: 85px;
  }
  .submit-button {
    width: 100%;
    max-width: 375px;
  }
   .permissions-fields__input {
    min-width: 24px;
    min-height: 24px;
  }
  .image-gallery.Jetcard .image-gallery__content ._heading {
    font-size: 24px;
    line-height: 30px;
  }
  .image-gallery.Jetcard .image-gallery__content p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 16px;
  }
  .image-gallery.Jetcard .image-gallery__text {
    margin-bottom: 24px;
  }
  .image-gallery.Jetcard .Jetcard-slider h3, .image-gallery.Jetcard .Jetcard-slider p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 16px;
  }
  .image-gallery.Jetcard .Jetcard-slider h3 {
    margin-top: 24px;
  }
  .image-gallery.Jetcard {
    padding: 40px 16px;
  }
  .image-gallery.Jetcard .carousel-controls {
    margin-top: 24px;
  }
  .icon-list .owl-stage-outer {
    overflow: visible;
  }
  .icon-list .owl-nav ,.icon-list .owl-dots {
    display: none;
  }
 }


@media (min-width: 1200px) {
  .fifty-fifty-section.Large:not(.fifty-fifty-section--heading) .fifty-fifty-section__inner {
    max-width: 1240px;
  }
}
@media (min-width: 992px) {
  .fifty-fifty-section.Large:nth-child(even) {
    margin-bottom: 40px;
  }
}
.fifty-fifty-section.Large.fifty-fifty-section--heading .heading-block__buttons {
  margin-top: 32px;
}
.fifty-fifty-section.Large .btn {
  color: #fff;
  border: 0;
  min-width: 260px;
}
.fifty-fifty-section.Large .diagonal-section__breadcrumb {
  display: none;
}
.fifty-fifty-section.Large .fifty-fifty-section__text-container ._heading--2 {
  font-size: 36px;
  line-height: 44px;
}

.fifty-fifty-section.Large ._heading._heading--2 {
  padding-top: 24px;
  display: inline-flex;
}
.fifty-fifty-section.Large ._strap-line {
  display: none;
}
.fifty-fifty-section.Large:not(.fifty-fifty-section--heading) .fifty-fifty-section__text-container {
  padding: 0 48px;
}
.fifty-fifty-section.Large:not(.fifty-fifty-section--heading) .fifty-fifty-section__inner {
  border-bottom: 0;
}
.fifty-fifty-section.Large {
  margin-bottom: 100px;
}
@media (min-width: 1000px) {
  .fifty-fifty-section.Large.fifty-fifty-section--flipped .fifty-fifty-section__inner {
    flex-direction: row-reverse;
  }
}
.fifty-fifty-section.Large ul {
  padding-left: 0;
}
.fifty-fifty-section.Large li {
  padding-left: 28px;
  margin-bottom: 16px;
}

.course-form-modal .modal-form__contact-information__field.highlight{
  border: 1px solid #e4250c;
}

/* for card carousel  redesign */
.card-section .container {
  padding: 0;
}
.card-section ._heading.carousel-heading{
    text-align: left;
    font-size: 36px;
    font-weight: 400;
    color: #041C46;
}
.card-section .hover-text ,.card:hover .hover-text  {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.card-section .card__heading {
  color: #041C46;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 60px;
}

.card-section .card__overlay {
  display: none;
}
.card-section  .card {
  flex-direction: column;
  height: auto;
  border-radius: 8px;

  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);
  background: none;
  color: #041C46;
  overflow: hidden;
  height: 545px;
}
@media (max-width: 767px) {
  .card-section  .card {
    height: 520px;
  }
  .card-section .owl-carousel  {
    padding-left: 16px;
  }
  .card-section ._heading.carousel-heading{
    font-size: 20px;
    padding-left: 16px;
  }

}
.card-section  .card p,.card-section  .card {
  font-size:18px;
}
.card-section  .card p {
  margin: 0;
}
.card-section  .card__bg {
  position: static;
  height: 278px;
  background-position: center;
  width: 100%;

}
.card-section  .card:hover .hover-text {
  margin: 0;
}
.card-section   .card__content {
  margin: auto;
  padding: 25px 40px;
  margin-top: 0;
  height: calc(100% - 278px);
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.card-section .owl-carousel .icon {
  background-image: url("/Content/icons/chevron-right.svg");
}
.card-section .owl-carousel  .icon--arrow-left {
  background-image: url("/Content/icons/chevron-left.svg");
}
.card-section .owl-carousel  .icon--arrow-right {
  transform: none;
}
.card-section .owl-carousel .owl-dots .owl-dot span{
  height: 6px;
  position: static;
}
.card-section .owl-carousel .owl-dots .owl-dot.active span {
  background: #041C46;
  width: 80px;
  height: 6px;
 }
 .card-section .owl-carousel  .owl-dots .owl-dot {
  width: auto;
 }
 .card-section .owl-carousel  .owl-dots .owl-dot {
  margin-right: 15px;
 }

 .card-section   .learn-more{
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  color: #173FC2;
  font-weight: 700;
  font-family: "Mikro Regular", Arial, sans-serif;
  margin-top: auto;
  display: block;
 }
 .card-section  .card:hover .card__bg{
  opacity: 1;
 }
.card-section--smaller .card {
  height: auto;
}
.card-section[style="background: #173fc2;"] ._heading--2 , .card-section[style="background: #6b778b;"] ._heading--2,
.card-section[style="background: #041c46;"] ._heading--2 , .card-section[style="background: #000000;"] ._heading--2,
.card-section[style="background: #3e4446;"] ._heading--2 {
  color: #fff;
}