/**
 * layouts.css
 *
 * These are the styles for the card component.
 *
 * Index
 * - Impact
 * - Breadcrumb 
 * - Asides
 * - List
 */
/* Impact L2 */
.ellipsis, .ellipsis_short {
  max-width:350px;
  display: block;
  text-overflow: ellipsis;
  white-space:nowrap;
  overflow: hidden;
}
.ellipsis_short {
  max-width:240px;
}
.h20w20 {
  width: 20px;
  height: 20px;
}
.map_show_all {
   margin-left: 46px;
   height: 54px;
}
.map_index_label,
.map_show_all {
   padding-top: 4px;
}
a.signup_link {
  display: inline;
  color: #0000ee;
  cursor: pointer;
  text-decoration: underline;
}
.hide_iframe {
  position: absolute;
  width: 0px;
  height: 0px;
  border: 0px;
}
.linkimage-list {
   flex-wrap: wrap;
   margin-top: 15px;
   margin-left: auto;
   margin-right: auto;
}
.linkimage-list img  {
   padding-left: 15px;
   padding-right: 15px;
   height: 50px;
   min-width: 200px;
}
a.linkimage-none {
    color: #fff;
    background-color: #006EB0;
    margin: 0 0.5rem 1rem;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 180px;
    height: 50px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 100px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
  .linkimage-list {
     display: inline;
     width: 60%;
  }
  .linkimage-list img  {
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto !important;
    width: 100%;
 }
  .linkimage-desc {
    text-align: center;
    display: block;
  }
  a.linkimage-none {
    margin-top: 15px;
  }
}
.BlogSubHeading {
    font-weight: bold;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 1.5rem;
}
.section-tab-one.padded {
  padding-left: 3.3rem;
  padding-right: 3.3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section-impact-content {
  height: auto;
  min-height: 300px;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.impact-level-two {
  padding-left: 0;
  padding: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  background-image: url('/_assets/img/impact-level-two.jpg');
  background-attachment: fixed;
  background-position: center -50px;
  background-repeat: no-repeat;
  background-size: 2000px 417px;
  -webkit-background-size: 2000px 417px;
  background-color: #225FA3;
}
.impact-level-two h1 {
  width: 100%;
}
/* Impact L2 */
/* Breadcrumb */
.section-breadcrumbs {
  position: relative;
  padding: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.15);
}
.section-breadcrumbs.active {
  overflow: visible;
}
.section-breadcrumbs .icon-explore {
  position: relative;
  padding-right: 1rem;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  width: 140px;
  overflow: hidden;
  overflow-x: visible;
}
.section-breadcrumbs svg {
  position: relative;
  margin-right: 1rem;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.section-breadcrumbs .icon-explore:before,
.section-breadcrumbs .icon-explore:after {
  position: absolute;
  content: '';
}
.section-breadcrumbs .icon-explore:before {
  top: 0;
  left: 0;
  height: 50px;
  width: 120px;
  background-color: #00417C;
}
.section-breadcrumbs .icon-explore:after {
  top: -64px;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 90px solid transparent;
  border-bottom: 90px solid transparent;
  border-left: 50px solid #00417C;
  z-index: 1;
}
.form-sign-up .errors {
  display: block;
  margin-top: -1rem;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.form-sign-up .errors.submitted {
  margin-top: 0rem;
}
.form-sign-up .errors .response {
  color: red;
  display: block;
  font-weight: 500;
}
.form-sign-up .errors .response_dark {
  color: yellow;
  display: block;
  font-weight: 500;
}
.form-sign-up .errors .responseSuccess {
  color: green;
  display: block;
  font-weight: 600;
}
.form-sign-up .errors .responseSuccess_dark {
  color: lightgreen;
  display: block;
  font-weight: 600;
}
.nav-breadcrumbs {
  padding-left: 1.5rem;
  z-index:11;
}
.nav-breadcrumbs a {
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 1rem 0 0;
  font-size: 15px;
  font-size: 0.9375rem;
  height: 50px;
}
.nav-breadcrumbs a:before {
  opacity: 0.2;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 28px;
  height: 28px;
  background: url('/_assets/img/chevron-right-blue.svg') center center no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
}
.nav-breadcrumbs a:first-of-type:before {
  display: none;
}
.nav-breadcrumbs a:link,
.nav-breadcrumbs a:visited {
  color: #00529C;
  text-decoration: none;
}
.nav-breadcrumbs a:hover {
  color: #333;
}
.nav-breadcrumbs a:active {
  opacity: 0.8;
}
.nav-breadcrumbs a.current {
  pointer-events: none;
}
.nav-breadcrumbs a.current:link,
.nav-breadcrumbs a.current:visited {
  color: #999FA8;
}
.btn-view-menu {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: flex-start;
  padding-left: 4rem;
  width: 280px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  background-color: #00417C;
  height: 50px;
  border-radius: 0;
  z-index: 10;
}
.btn-view-menu:before,
.btn-view-menu:after {
  position: absolute;
  content: '';
  width: 20px;
  left: 1.4rem;
  display: block;
}
.btn-view-menu:before {
  position: absolute;
  top: 19px;
  height: 10px;
  background-color: #00417C;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.btn-view-menu:after {
  top: 25px;
  height: 2px;
  background-color: #fff;
}
.btn-view-menu:hover,
.btn-view-menu:hover:before {
  background-color: #00529C;
}
.btn-view-menu:active,
.btn-view-menu:active:before {
  background-color: #00529C;
}
/* Breadcrumb */
/* Container */
/* Contain content inside a max-width of 1280px */
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* Container */
/* Section Heading */
.section-heading {
  padding-top: 0.5rem;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
}
.section-heading aside,
.section-heading .viewall {
  padding: 2rem 0;
  width: 50%;
  justify-content: flex-start;
}
.section-heading aside:nth-of-type(2),
.section-heading .viewall {
  justify-content: flex-end;
}
.section-heading h2,
.section-heading p {
  margin: 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
}
.section-heading .blog-amount {
  margin-right: 0.5rem;
}
.section-heading aside:nth-of-type(2) .btn {
  width: 100%;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
}
/* Section Heading */
/* Section Full Width */
.container-fluid {
  position: relative;
  margin: 0 auto;
  padding: 4rem;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  max-width: 1000px;
  color: #333;
  text-align: center;
}
.container-fluid.split-text {
  position: relative;
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: unset;
  -ms-align-items: unset;
  align-items: unset;
  justify-content: unset;
  max-width: 100%;
  color: #333;
  text-align: left;
}
.container-fluid.split-text h2 {
  margin-top: 0px;
}
.container-fluid.split-text .text-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.container-fluid.split-text .hu {
  justify-content: left;
}
.container-fluid.split-text .hu:after {
  left: 0%;
  margin-left: 0px;
}
.container-fluid .hu:after {
  left: 50%;
  margin-left: -25px;
}
.section-two-column>.container-fluid {
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 0;
  max-width: 100%;
  text-align: left;
}
.section-two-column>.container-fluid h2 {
  margin-bottom: 3rem;
  justify-content: flex-start;
  text-align: left;
}
.section-two-column>.container-fluid .hu:after {
  left: 0;
  margin-left: 0;
}
.section-two-column .aside-text {
  padding-top: 0;
}
.section-two-column .aside-text h3 {
  margin-top: 0;
}
.section-two-column .aside-text:nth-of-type(2) .headline:first-of-type {
  margin-top: 0;
}
.comparison-left, .comparison-right {
   flex:48%;
   max-width:48%;
   order:1;
}
.comparison-left.card_hidden, .comparison-right.card_hidden {
   background-color: unset;
}
.comparison-left.card.card-training.card_hidden div.card-body,
.comparison-right.card.card-training.card_hidden div.card-body,
.comparison-left.card.card-training.card_hidden h3,
.comparison-right.card.card-training.card_hidden h3 {
   display: none;
}
@media only screen and (max-width: 1024px) {
 .video.bm {
   margin-bottom: 2rem;
 }
 .content-level-three.notm {
   padding-top: 0;
 }
   .comparison-left, .comparison-right {
      flex:100%;
      max-width:100%;
   }
   .comparison-right {
      order:2;
   }
   /*.comparison-left.card_hidden, .comparison-right.card_hidden {
      display: none;
   }*/
}
.container-fluid p {
  display: block;
  width: 100%;
}
.section-bg .noleftpadding {
  padding-left: 0rem;
}
/* Section Full Width */
/* Section Profile Details */
.section-profile-details {
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-profile-details .container-fluid,
.section-profile-details section {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  color: #333;
  flex-shrink: 0;
}
.section-profile-details:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 350px;
  background-color: #1A2A38;
}
.section-profile-header {
  color: #fff;
  min-height: 360px;
  justify-content: flex-start;
}
.section-profile-header aside {
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
}
.section-profile-header .aside-profile-title {
  padding-top: 7rem;
  justify-content: flex-start;
}
.aside-profile-picture {
  margin-right: 3rem;
  max-width: 304px;
}
.aside-profile-picture img {
  display: block;
  margin-bottom: -10px;
  width: 304px;
  height: 304px;
  flex-shrink: 0;
  background-color: #E7F2FF;
}
.aside-profile-title h2,
.aside-profile-title h3 {
  color: #fff;
  justify-content: flex-start;
}
.aside-profile-title h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.aside-profile-title h3 {
  margin-top: 0.1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.section-profile-bio-introduction {
  position: relative;
  margin-bottom: 3.5rem;
  padding-bottom: 1.5rem;
  color: #3879C1;
  font-size: 22px;
  font-size: 1.375rem;
}
.section-profile-bio-introduction:after {
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -50%;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(56, 121, 193, 0.2);
}
.section-profile-bio {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.section-profile-bio p {
  margin: 0 0 2rem;
}
/* Section Profile Details */
/* Section Explore */
.section-explore {
  position: relative;
  margin-right: 4rem;
  margin-left: 4rem;
  align-content: center;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  max-height: 280px;
  max-height: 280px;
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  z-index: 2;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
}
.page-careers .section-explore {
  z-index: 4;
}
.section-explore aside:nth-of-type(1) {
  font-weight: 500;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
}
.section-explore aside:nth-of-type(2):before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -180px;
  content: '';
  width: 0;
  height: 0;
  border-top: 180px solid transparent;
  border-bottom: 180px solid transparent;
  border-left: 60px solid #fff;
  z-index: 1;
}
.section-explore aside:nth-of-type(2) {
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #00529C;
  border-radius: 0 3px 3px 0;
  overflow: hidden;
}
.section-explore aside:nth-of-type(2) .btn {
  margin: 0 -3rem 0 0
}
.section-explore p {
  color: #333;
  font-size: 22px;
  font-size: 1.375rem;
}
/* Section Explore */
/* Section Corporate Overview */
.section-cards.section-corporate-overview {
  padding-bottom: 0;
}
.section-corporate-overview .four-column {
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}
/* Section Corporate Overview */
.section-img {
  min-height: 900px;
}
/* Asides */
.section-two-column .aside-important-information,
.section-two-column .aside-related-content,
.section-two-column .aside-important-information-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.relatedItemsHeader {
  margin-top: 17px;
}
.max100 {
 max-width:100%;
}
/* Found on this page */
.section-two-column .aside-found {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 4rem;
  color: #333;
}
.section-two-column .bg-darker-blue {
  color: #fff;
}
.aside-found h2 {
  -ms-align-items: center;
  align-items: center;
}
.aside-found p {
  margin: 1rem 0;
  width: 80%;
  font-size: 18px;
  font-size: 1.125rem;
}
.aside-found .btn {
  margin-top: 1rem;
}
.section-two-column .aside-related-content {
  justify-content: center;
  justify-content: flex-start;
  color: #fff;
  background-color: #1A2A38;
}
.section-two-column .aside-found-list {
  background-color: #1A2A38;
  justify-content: center;
}
.aside-found-list .list--icons li a:link,
.section-two-column .aside-related-content .list--icons li a:link,
.aside-found-list .list--icons li a:visited,
.section-two-column .aside-related-content .list--icons li a:visited {
  color: #fff;
  text-decoration: none;
}
.benefits-profile-page .list--icons li a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.benefits-profile-page .list--icons li a:link,
.benefits-profile-page .list--icons li a:visited {
  color: #006EB0;
  text-decoration: none;
}
.aside-found-list .list--icons li a:hover,
.section-two-column .aside-related-content .list--icons li a:hover {
  color: #00A6DC;
}
.aside-found-list .list--icons li a:active {
  opacity: 0.6;
}
.aside-found-list .list--icons li:before,
.aside-related-content .list--icons li:before {
  opacity: 1;
}
.aside-found-list .list--icons li:after,
.aside-related-content .list--icons li:after {
  opacity: 0;
}
.aside-found-list .list--icons li:before,
.aside-related-content .list--icons li:before {
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.aside-found-list .list--icons li:hover:before,
.aside-related-content .list--icons li:hover:before {
  opacity: 0;
}
.aside-found-list .list--icons li:hover:after,
.aside-related-content .list--icons li:hover:after {
  opacity: 1;
  background-image: url('/_assets/img/arrow-forward-light-blue.svg');
}
.benefits-profile-page .list--icons li:before {
  top: 2px;
  opacity: 0.2;
  background-image: url('/_assets/img/arrow-forward-blue.svg');
}
.benefits-profile-page .list--icons .current a:link,
.benefits-profile-page .list--icons .current a:visited,
.benefits-profile-page .list--icons li a:hover,
.benefits-profile-page .list--icons li a:active {
  color: #00529C;
}
.benefits-profile-page .list--icons .current:before,
.benefits-profile-page .list--icons li:hover:before {
  opacity: 1;
}
/* Found on this page */
/* Background Image */
.aside-img {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1200px auto;
  -webkit-background-size: 1200px auto;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.simple-two-column .aside-img {
  min-height: 300px;
}
.aside-annual-report {
  background-position: center;
  -webkit-background-size: 1400px auto;
  background-size: 1400px auto;
}
.aside-img.aside-year {
  overflow: hidden;
}
.page-contact-us .aside-img {
  background: none;
}
.aside-img p,
.aside-img h2 {
  position: relative;
  width: 90%;
}
.aside-img p {
  margin-top: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.one-quarter-content-split .aside-img,
.one-quarter-content-split .aside-content {
  width: 25%;
  min-width: 25%;
}
/* Background Image */
/* Information Box */
.information-box {
  padding: 4rem 0;
  width: 100%;
  color: #3879C1;
  background-color: #fff;
  border-radius: 3px 3px 0 0;
}
.information-box .icon-airport {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 0;
  margin-right: 2rem;
  max-width: 150px;
  min-width: 150px;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-right: 5px solid #999FA8;
}
.information-box aside {
  padding-left: 0;
  width: 80%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.information-box p {
  display: block;
  width: 100%;
  color: #333;
}
.information-box aside:nth-of-type(2) {
  padding: 1rem 3rem 1rem 0;
}
.section-media-contact-information .information-box {
  position: absolute;
  top: -11rem;
  padding: 0;
  width: 90%;
  max-width: 580px;
}
.section-media-contact-information .information-box aside:nth-of-type(1) {
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 5rem 2rem 5rem 3rem;
}
.section-media-contact-information .information-box p {
  margin: 0;
  font-weight: 300;
}
.section-media-contact-information .information-box .h5 {
  margin-top: 2rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
.section-media-contact-information .information-box .h5:first-of-type {
  margin-top: 0;
}
.section-media-contact-information .information-box .icon {
  position: absolute;
  top: -37.5px;
  left: 3rem;
  width: 75px;
  height: 100px;
}
.section-media-contact-information .information-box .btn {
  justify-content: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  max-width: 200px;
  height: 30px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
}
.aside-map {
  max-width: 240px;
  background-size: 430px 679px;
  -webkit-background-size: 430px 679px;
  background-color: #f1f1f1;
  background: center center no-repeat;
}
.section-flight-operation .aside-information {
  align-self: center;
}
.section-flight-operation .aside-information .btn-secondary {
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: space-between;
  width: 100%;
  min-height: 70px;
  border-radius: 0 0 3px 3px;
}
/* Information Box */
/* Important Information */
.section-two-column .aside-important-information,
.section-two-column .aside-important-information-content {
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 8rem;
}
.section-two-column .aside-important-information-content {
  padding-left: 0;
}
.section-two-column .aside-important-information p {
  position: relative;
  margin-top: 0;
  margin-left: 2rem;
  padding-right: 4rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
.section-two-column .aside-important-information p:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: auto;
  min-height: 110px;
  content: '';
  background-color: rgba(56, 121, 193, 0.5);
}
.aside-important-information-content p {
  margin-top: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
/* Important Information */
/* Introduction */
.section-introduction,
.section-introduction p {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.section-introduction {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  color: #3879C1;
  font-size: 16px;
  font-size: 1rem;
}
.section-introduction p {
  margin: 0;
  width: 90%;
  max-width: 800px;
  text-align: center;
}
/* Introduction */
/* Related Content */
.aside-related-content h3 {
  margin-bottom: 3rem;
  color: #fff;
}
.aside-related-content .list--icons li::before {
  opacity: 1;
}
/* Related Content */
/* Add border after aside */
.aside-split {
  position: relative;
}
.aside-split:after {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 3rem;
  height: 60%;
  width: 1px;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-darker-blue.aside-split:after {
  margin-top: 1.5rem;
  height: 100%;
  height: calc(100% - 3rem);
  background-color: rgba(255, 255, 255, 0.2);
}
/* Asides */
/* Message/Quote From */
.section-message-quote {
  position: relative;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-content: stretch;
  -ms-align-items: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-content: stretch;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #00529C;
}
.section-message-quote:before,
.section-message-quote:after {
  position: absolute;
  left: 0;
  content: '';
  height: 24px;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
.section-message-quote.bg-light:before,
.section-message-quote.bg-light:after {
  background-color: #EEF2F6;
}
.section-message-quote:before {
  top: 0;
}
.section-message-quote:after {
  bottom: 0;
}
.section-message-quote img {
  position: relative;
  margin-right: 6rem;
  width: 300px;
  height: auto;
  flex-shrink: 0;
  object-fit: cover;
  z-index: 2;
}
.section-message-quote .message-quote,
.section-quotes .message-quote {
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90%;
  padding: 4rem 4rem;
}
.section-message-quote .message-quote:before,
.section-quotes .message-quote:before {
  position: absolute;
  left: 0;
  content: '';
  width: 10px;
  border-radius: 5px;
  background-color: #00A6DC;
}
.section-message-quote .message-quote:before {
  top: 5.3rem;
  height: 90px;
  height: 30%;
}
.section-quotes .message-quote:before {
  top: 0;
  height: 53%;
}
.section-quotes {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.section-quotes .message-quote {
  margin-bottom: 3rem;
  padding: 0 2rem;
  width: 80%;
}
.section-quotes .message-quote p {
  margin-top: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.section-message-quote .message-quote-author,
.section-quotes p.message-quote-author {
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
}
/* Message/Quote From */
/* Information Block */
.section-information-block {
  padding-bottom: 5rem;
  padding-top: 5rem;
  width: 100%;
  border-radius: 3px;
}
.section-information-block .aside-split .text-block a {
  display: inline;
}
.page-listings .section-information-block {
  padding-top: 0;
}
.section-information-block aside {
  position: relative;
  overflow: hidden;
  overflow-y: visible;
  padding: 4rem 2rem 4rem;
  width: 50%;
  background-color: #fff;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
}
.section-information-block aside p {
  position: relative;
  font-weight: 500;
  z-index: 5;
}
.section-information-block .aside-split:after {
  left: 0;
  z-index: 2;
}
.section-information-block .aside-split-empty:after {
  display: none;
}
.section-information-block aside:nth-of-type(1) {
  width: 48%;
  padding-left: 115px;
  z-index: 1;
}
.section-information-block aside:nth-of-type(2) {
  width: 52%;
  border-radius: 0 3px 3px 0;
}
.section-information-block aside:nth-of-type(1):before,
.section-information-block aside:nth-of-type(2):before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  height: 100%;
  background-color: #fff;
}
.section-information-block aside:nth-of-type(1):before {
  width: 80px;
  background: #00529C url('/_assets/img/icon-information.svg') center 1.5rem no-repeat;
  background-size: 37px 37px;
  -webkit-background-size: 37px 37px;
  border-radius: 3px 0 0 3px;
}
.section-information-block aside:nth-of-type(2):before {
  width: 100%;
  z-index: 2;
  content: none;
}
/* Information Block */
/* Image - img link */
.img-link,
.img-no-link,
.card-img-overflow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-link img,
.img-no-link img {
  position: absolute;
}
.carousel-profiles .img-link,
.section-post-listings .card .img-link,
.section-post-listings .card .img-no-link,
.section-cards.section-hub-cards .container div .img-no-link,
.section-cards.three-column .img-link,
.section-cards.three-column .card-img-overflow {
  height: 280px;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.img-link, .img-no-link
.section-cards.three-column .card-img-overflow {
  overflow: hidden;
}
.img-link:after {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url('/_assets/img/arrow-circle.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  -webkit-background-size: 70px 70px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.without-links:after {
  background-image: none;
  transition: none;
  -webkit-transition: none;
  background-color: unset;
}
.img-link:hover:after {
  opacity: 1;
  visibility: visible;
}
.card-corporate .img-link,
.card-corporate .img-no-link {
  margin-bottom: 1.5rem;
  max-height: 220px;
}
.section-post-listings .card .img-link img {
  left: 50%;
  margin-left: -300px;
}
.card-vfr-publications .img-link:after {
  background-image: url('/_assets/img/icon-magnify.svg');
}
/* Image - img link */
/* Images Group */
.image-group {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-group img {
  margin: 2rem 4rem 0 0;
}
/* Images Group */
/* List */
.list li {
  position: relative;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}
.list--icons {
  width: 100%;
}
.list--icons li {
  padding-left: 3rem;
}
.list--icons li:before,
.list--icons li:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
}
.list--icons li:before {
  opacity: 0.3;
  background: url('/_assets/img/arrow-forward.svg') center top no-repeat;
}
.list--icons li:hover:before {
  opacity: 0;
}
.list--icons li:hover:after {
  opacity: 1;
}
/* List  - Information, Quick-Links */
.list-quick-links {
  width: 100%;
}
.list-information,
.list-quick-links li {
  margin-top: 0.8rem;
  width: 100%;
}
.list-information:nth-of-type(1),
.list-quick-links {
  margin-bottom: 2rem;
}
.list-quick-links li:nth-of-type(1) {
  margin-top: 0;
}
.list-information li,
.list-quick-links li a {
  padding: 1rem 2rem;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  color: #006EB0;
  background-color: #fff;
  border-radius: 3px;
}
.list-information li>span {
  width: 50%;
}
.list-information li>span a {
  width: 100%;
  color: #006EB0;
  text-decoration: none;
}
.list-information li>span:nth-of-type(1) {
  font-weight: 700;
}
.list-information li a {
  height: 100%;
  width: 100%;
}
  .list-information li span:nth-of-type(2),
  .list-information li a {
    text-align: right;
    justify-content: flex-end;
  }
.list-information li a:link,
.list-information li a:visited {
  color: #006EB0;
  text-decoration: none;
}
.list-information li a:hover {
  opacity: 0.5;
}
.list-information li a:active {
  opacity: 0.7;
}
.list-quick-links li a:link,
.list-quick-links li a:visited {
  text-decoration: none;
}
.list-quick-links li a:hover {
  color: #fff;
  background-color: #006EB0;
  ;
}
/* List  - Information, Quick-Links */
/* List Dots */
.list--dots {
  width: 100%;
}
.list--dots li {
  padding-left: 2.5rem;
}
.list--dots li:before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #006EB0;
  border-radius: 6px;
}
.section-two-column aside .list--dots li {
  margin-top: 2rem;
  width: 80%;
}
.list--bigdots li:before {
  top: 0.4rem;
  width: 8px;
  height: 8px;
  background-color: #fff;
}
/* List Dots */
/* List numbered */
.list--small-number {
  counter-reset: mycounter;
}
.list--small-number li::before  {
  content: counter(list-counter);
  display: inline-block; width: 1em;
  margin-left: -2.5rem;
  position: absolute;
  counter-reset: mycounter;
}
.list--small-number li {
  counter-increment: list-counter;
}
.list--number {
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: list-counter;
}
.list--number li {
  position: relative;
  width: 48%;
  margin-bottom: 3rem;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  counter-increment: list-counter;
}
.list--number li:before {
  margin-bottom: 2rem;
  content: "0"counter(list-counter);
  color: #333;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}
.list--number li:after {
  position: absolute;
  top: 43px;
  left: 0;
  content: '';
  width: 50px;
  height: 5px;
  border-radius: 2.5px;
}
/* List numbered */
/* List Directors */
.list-directors {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4rem;
}
.page-governance .list-directors {
  padding: 0 4rem;
}
.list-directors li {
  margin-bottom: 4rem;
  padding: 0 2rem;
  width: 33.33%
}
.list-directors .list-number,
.list-directors .list-text {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
}
.list-directors .list-number {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  min-width: 100px;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
}
.list-directors .list-number:after {
  margin-right: 1rem;
  width: 40px;
  height: 150px;
  content: '';
  background: url('/_assets/img/icon-person-blue.svg') center center no-repeat;
  background-size: 40px 40px;
  -webkit-background-size: 40px 40px;
  vertical-align: top;
}
.list-directors .list-text {
  position: relative;
  max-width: 80%;
  padding-left: 2rem;
}
.list-directors .list-text:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 5px;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
}
/* List Directors */
/* List - Quick Facts */
.list-quick-facts {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-content: flex-start;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.list-quick-facts li {
  position: relative;
  display: block;
  /*margin: 0 0 2rem 0;*/
  padding-left: 2.5rem;
  width: 45%;
  width: calc(100% - 2rem);
  font-size: 16px;
  font-size: 1rem;
  /*line-height: 1.6;*/
}
.list-quick-facts li:before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 10px;
}
/* List - Checkmarks */
.list--checkmarks {
  margin: 2rem 0 0;
}
.list--checkmarks li {
  margin-bottom: 1.8rem;
  line-height: 1.6;
}
.list--checkmarks li:before {
  width: 25px;
  height: 25px;
  background: url('/_assets/img/icon-list-checkmark.svg') center top no-repeat;
  background-size: 25px 25px;
  -webkit-background-size: 25px 25px;
}
.list--checkmarks li:before,
.list--checkmarks li:hover:before,
.list--checkmarks li:active:before {
  opacity: 1;
}
/* List - Checkmarks */
/* List */
/* Quick Facts */
.comparison-wysiwyg,
.quick-facts {
  margin-bottom: 1rem;
  padding: 2rem 3rem 1rem;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
  background-color: #00529C;
}
.comparison-wysiwyg {
    background-color: transparent;
}
	
.comparison-wysiwyg h2,
.quick-facts h2 {
  margin-top: 0;
  color: #fff;
}
.comparison-wysiwygp,
.quick-facts p {
  display: block;
}
.comparison-wysiwyg a,
.quick-facts a {
  color: #FCB334;
  font-weight: 700;
  display: inline;
}
/* Quick Facts */
/* Year */
.section-year {
  position: relative;
  color: #fff;
  overflow: hidden;
  display: block;
}
.section-year .container-fluid {
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
.section-year h2,
.section-year p {
  color: #fff;
  justify-content: center;
}
.year {
  position: absolute;
  width: 100%;
  font-size: 220px; font-size:13.75rem;
  font-weight: 900;
  color: #000;
  text-align: center;
  justify-content: center;
}
.hidden-to-right {
  bottom: 14rem;
  left: initial;
  margin-left: initial;
  width: 290px;
  height: auto;
  right: -140px;
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.at-bottom {
  bottom: 0;
}
.aside-img.aside-year .year {
  bottom: 11.2rem;
  font-size: 170px;
  font-size: 10.625rem;
}
.section-year .btn {
  position: relative;
  z-index: 3;
}
.section-view-annual-report .year {
  font-size: 350px;
  position: relative;
  opacity: 0.1;
  line-height: 0.7;
  padding-top: 35px;
}
/* .section-view-annual-report {
  min-height: 600px;
} */
.section-view-annual-report .container-fluid {
  padding-top: 2rem;
  justify-content: flex-start;
  padding-bottom: 0;
  min-height: 370px;
}
.section-view-annual-report img {
  width: 750px;
  height: 100%;
  margin-top: 2rem;
  z-index: 1;
}
.qandablock {
  display: block;
}
.section-view-annual-report .annual-report-visual {
  display: block;
}
.section-view-annual-report .annual-report-visual .doc {
  width: 750px;
  margin: 0 auto;
}
.page-service-notices .aside-year {
  min-height: 300px;
  background-position: center;
}
.page-service-notices .aside-year p,
.page-service-notices .aside-year h2 {
  position: relative;
  color: #fff;
}
.page-service-notices .aside-year h2 {
  margin-top: 0;
}
/* Year */
/* Section Table */
.section-table .container,
.table {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-table {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
.table {
  margin-bottom: 3rem;
  background-color: #fff;
  border-radius: 3px;
}
.table-row {
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  ;
}
.table-row:not(.table-head):hover {
  background-color: #F6FAFF;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.table-head {
  height: 50px;
  background-color: #17406D;
  border-radius: 2px 2px 0 0;
}
.table-head p {
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0 2rem;
  height: 50px;
  font-weight: 500;
}
.table-head p,
.table-row div {
  border-left: 1px solid rgba(56, 121, 193, 0.2);
  width: 20%;
}
.table-row div {
  min-height: 120px;
}
.table-row div a {
  position: relative;
  padding: 1.5rem 3rem 3rem 2rem;
  width: 100%;
  height: 100%;
  color: #3879C1;
  text-decoration: none;
  overflow: hidden;
}
.table-row div a:after,
.table-row div a:before {
  position: absolute;
  content: '';
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.table-row div a:before {
  right: -37px;
  bottom: -22px;
  width: 100px;
  height: 50px;
  background: #3879C1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.table-row div a:after {
  right: 3px;
  bottom: 3px;
  width: 24px;
  height: 24px;
  background: url('/_assets/img/arrow-forward.svg') center center no-repeat;
  background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
}
.table-row div a:hover:after,
.table-row div a:hover:before {
  visibility: visible;
  opacity: 1;
}
.fiscal-year {
  padding: 1.5rem 2rem 3rem;
  color: #3879C1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.table-message {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
  text-align: center;
}
/* Section Table */
/* Section Background Images */
.section-bg {
  position: relative;
  width: 100%;
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.page-generic-content .section-bg {
  min-height: 600px;
}
.page-generic-content .section-bg.section-bg-slim {
    min-height: 300px;
}
.page-generic-content .thick {
  min-height: 900px;
}
.page-generic-content .section-bg.align-items-center {
  align-items: center;
}
.page-generic-content .section-bg h2 {
  text-align: left;
  justify-content: flex-start;
}
.page-generic-content .section-our-mission h2 {
  justify-content: center;
}
  .split-tile-table-no-header-padding {
    margin-top: 2rem;
  }
.bg-center-top {
  background-position: center top;
}
.section-bg:before,
.img-overlay:before,
.section-careers:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-about-us .section-what-we-do {
  background-attachment: scroll;
  background-position: left bottom;
  background-size: 1200px auto;
  -webkit-background-size: 1200px auto;
}
.section-what-we-do:before,
.no-overlay:before {
  display: none;
}
.section-our-mission,
.section-careers {
  height: 100vh;
  max-height: 900px;
  -webkit-background-size: cover;
  background-size: cover;
}
.section-careers {
  height: 700px;
}
.section-careers video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 700px !important;
  object-fit: cover;
  display: block;
}
.section-careers:before {
  z-index: 1;
}
.section-careers aside {
  position: relative;
  z-index: 2;
}
.section-take-your-career {
  position: relative;
  padding-top: 0;
  z-index: 3;
}
.section-take-your-career .container-fluid {
  padding-top: 0;
}
.section-our-mission {
  min-height: 900px;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.section-bg.section-our-mission .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.section-bg.section-our-mission:before,
.section-bg.section-careers:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.section-our-mission h2,
.section-our-mission h3 {
  justify-content: center;
}
.section-our-mission .headline {
  width: 100%;
}
.section-media-contact-information:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-overarching-objectives {
  min-height: 900px;
  background-image: url('/_assets/img/corner-graphic-bottom-left.svg');
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 800px 500px;
  -webkit-background-size: 800px 500px;
}
.section-our-vision .aside-img {
  min-height: 800px;
  background-image: url('');
  background-position: center top;
  background-size: cover;
  -webkit-background-size: cover;
}
/* Page Services Notices */
.section-investor-relations {
  position: relative;
  min-height: 900px;
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}
.section-investor-relations:before,
.section-investor-relations:after {
  position: absolute;
  content: '';
  width: 800px;
  height: 500px;
}
.section-investor-relations:before {
  bottom: 0;
  left: 0;
  background-image: url('/_assets/img/corner-graphic-bottom-left.svg');
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 800px 500px;
  -webkit-background-size: 800px 500px;
}
.section-investor-relations:after {
  top: 0;
  right: 0;
  background-image: url('/_assets/img/corner-graphic-top-right.svg');
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 800px 500px;
  -webkit-background-size: 800px 500px;
}
/* Page Investor Relations */
/* Page Investor Relations */
.section-table-sort .select-dropdown {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 1rem 0 0;
  width: 100%;
  max-width: 100%;
  height: 49px;
  border: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.section-table-sort .select-dropdown label {
  padding-top: 0.8rem;
  height: 49px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.section-table-sort .select-dropdown:nth-of-type(1) label {
  padding-left: 0;
}
.section-table-sort .select-dropdown svg {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  width: 24px;
  height: 24px;
}
.section-table-sort .select-dropdown select {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0;
  width: 115%;
  min-height: 49px;
  border: none;
  background: none;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 3;
}
.section-table-sort .select-jump-to-page select {
  padding-left: 1rem;
}
/* Page Governance */
.section-corporate-governance {
  min-height: 900px;
}
.section-board-of-directors .aside-content h3,
.section-board-of-directors .aside-content p {
  width: 80%;
}
.section-board-of-directors .btn {
  margin-top: 1.5rem;
}
.section-advisory-committee .aside-img {
  min-height: 300px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
/* Page Governance */
/* Page Careers */
.section-careers {
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: auto;
  min-height: 700px;
  justify-content: flex-start;
}
.section-video {
  overflow: hidden;
}
.section-careers:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 120px;
  background-color: #EEF2F6;
  z-index: 1;
}
/* Explore Our Careers */
.section-explore-our-careers {
  position: relative;
  margin-top: -24px;
  padding-bottom: 2rem;
  overflow: hidden;
  overflow-y: visible;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-explore-our-careers .section-cards,
.section-explore-our-careers .container-fluid {
  position: relative;
  z-index: 4;
}
.section-explore-our-careers:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url('/_assets/img/corner-graphic-top-right.svg') right top no-repeat;
  background-size: 800px 500px;
  -webkit-background-size: 800px 500px;
  z-index: 2;
}
.section-explore-our-careers.opaque:before {
  opacity: .1;
}
.section-explore-our-careers .container-fluid {
  padding-bottom: 0;
}
/* Explore Our Careers */
/* What Sets us Apart */
.section-whats-sets-us-apart {
  overflow: hidden;
  overflow-y: visible;
  background-position: center -15rem;
}
.section-whats-sets-us-apart:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 440px;
  background-color: #fff;
  z-index: 1;
}
.section-whats-sets-us-apart .icon-triple-arrow {
  margin-top: 1rem;
}
.section-whats-sets-us-apart .logo-nav-canada {
  margin: 1rem auto 0;
  max-width: 228px;
}
.section-whats-sets-us-apart .card {
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
}
.section-whats-sets-us-apart .section-cards {
  padding-top: 0;
  padding-bottom: 2rem;
}
/* What Sets us Apart */
.section-explore-current-career-opportunities .container-fluid {
  padding-top: 2rem;
  padding-bottom: 7rem;
}
.section-explore-our-careers p,
.section-explore-current-career-opportunities p {
  display: block;
  width: 100%;
}
/* Page Careers */
.section-form {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.aside-note-alert {
  justify-content: flex-end;
}
.note-alert {
  padding: 3rem 4rem;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15);
}
.section-form textarea:focus,
.section-form input:focus {
  outline: none;
}
.section-form .container
{
  position: relative;
  align-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  max-width: 1000px;
  height: auto;
  padding-bottom: 4rem;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.section-form fieldset p {
  margin-bottom: 0;
}
.section-form form {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3rem;
  width: 100%;
  max-width: 560px;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}
.section-form legend {
  display: block;
  color: #333;
  margin-bottom: 0;
  padding-top: 2rem;
}
.error-message {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.1rem 2rem;
  min-height: 60px;
  width: 100%;
  background-color: #DC0D34;
  z-index: 2;
  border-radius: 3px 3px 0 0;
  visibility: hidden;
  opacity: 0;
}
.has-error .error-message {
  visibility: visible;
  opacity: 1;
}
.error-message svg {
  width: 24px;
  height: 24px;
}
.error-message p {
  margin: 0 1rem;
  color: #fff;
  line-height: 1.5;
}
.section-form div,
.input-container {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: flex-start;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: stretch;
}
.section-form label {
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0 0 0;
  color: #333;
  line-height: 1.1;
}
.section-form input[type="text"],
.section-form .input-text,
.section-form .input-select,
.section-form .input-date,
.section-form .input-time,
.section-form input[type="date"],
.section-form input[type="time"],
.section-form select,
.latitude-longtitude input,
.section-form textarea {
  background-color: #EEF2F6;
  border-radius: 2px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  margin-bottom: 0.5rem;
}
.section-form input[type="text"],
.section-form .input-text,
.section-form .input-select,
.section-form .input-date,
.section-form .input-time,
.section-form select {
  cursor: pointer;
  width: 100%;
  height: 49px;
}
.section-form input[type="text"],
.section-form input[type="email"],
.section-form .input-date,
.section-form .input-time,
.section-form select,
.section-form textarea,
.latitude-longtitude input {
  border: none;
  border: 1px solid #D6DCE2;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.section-form input[type="text"],
.section-form .input-text,
.section-form input[type="date"],
.section-form input[type="time"],
.section-form select,
.section-form .latitude-longtitude input {
  padding-right: 1rem;
  padding-left: 1rem;
  curser: pointer;
}
.section-form textarea {
  padding: 1rem;
  width: 100%;
}
.section-form input[type="date"] {
  text-transform: uppercase;
}
.section-form div,
.section-form .input-select,
.section-form .input-date,
.section-form .input-time {
  position: relative;
  width: 100%;
  max-width: 560px;
  display: block;
}
.section-form .input-checkbox {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.section-form .input-select:after {
  position: absolute;
  top: 1.4rem;
  right: 1.5rem;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}
.section-form select {
  background: transaprent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.section-form select::-ms-expand {
  display: none;
}
.section-form input {
  position: relative;
}
.section-form input:focus,
.section-form input.invalid,
.section-form select:hover,
.section-form select.invalid {
  border-color: #00529C;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.section-form input:required:invalid,
.section-form select:required:invalid {
  outline: none;
}
.section-form .icon-invalid-alert:before,
.section-form .icon-invalid-alert:after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 80px;
  height: 49px;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
}
.section-form .icon-invalid-alert:after {
  right: -5rem;
  transform: scaleX(-1);
  background: #fff url('/_assets/img/icon-triple-arrow-blue.svg') center center no-repeat;
  background-size: 40px auto;
  -webkit-background-size: 40px auto;
}
.section-form .latitude-longtitude .icon-invalid-alert:after {
  right: 7.5rem;
}
.section-form .icon-invalid-alert:before {
  width: 40px;
  height: 50px;
  left: -3rem;
  background: #fff url('/_assets/img/icon-alert.svg') center center no-repeat;
  background-size: 25px 25px;
  -webkit-background-size: 25px 25px;
}
.section-form input.invalid+.icon-invalid-alert:after,
.section-form input.invalid+.icon-invalid-alert:before,
.section-form select.invalid+.icon-invalid-alert:after,
.section-form select.invalid+.icon-invalid-alert:before,
.section-form textarea.invalid+.icon-invalid-alert:after,
.section-form textarea.invalid+.icon-invalid-alert:before {
  visibility: visible;
  opacity: 1;
}
.section-form .latitude-longtitude>.icon-invalid-alert:nth-of-type(1):before,
.section-form .latitude-longtitude>.icon-invalid-alert:nth-of-type(2):before {
  display: none;
}
.section-form .input-text::-webkit-input-placeholder,
.section-form textarea::-webkit-input-placeholder,
.section-form .input-date::-webkit-input-placeholder {
  color: #b6b8bb;
  opacity: 1;
}
.section-form .input-text:-ms-input-placeholder,
.section-form textarea:-ms-input-placeholder,
.section-form .input-date:-ms-input-placeholder {
  color: #b6b8bb;
  opacity: 1;
}
.section-form .input-text::placeholder,
.section-form textarea::placeholder,
.section-form .input-date::placeholder {
  color: #b6b8bb;
  opacity: 1;
}
.input-date,
.input-time {
  max-width: 250px;
}
.input-date input[type="date"],
.input-time input[type="time"] {
  position: relative;
  padding-right: 65px;
  width: 100%;
  z-index: 3;
  background: rgba(238, 242, 246, 0);
  border: none;
  cursor: pointer;
}
.input-icon {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1px;
  right: 0;
  min-width: 50px;
  height: 49px;
  background-color: #006EB0;
  border-radius: 0 2px 2px 0;
  z-index: 2;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.input-date:hover .input-icon,
.input-time:hover .input-icon {
  background-color: #00529C;
}
.input-date,
.input-time {
  max-width: 250px;
}
.icon-calendar svg,
.icon-clock svg {
  width: 20px;
  height: 20px;
}
.input-date {
  border-right-color: #006EB0;
}
.input-time input::-webkit-inner-spin-button,
.input-time input::-webkit-calendar-picker-indicator,
.input-date input::-webkit-inner-spin-button,
.input-date input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.section-form .latitude-longtitude input {
  width: 98px;
  height: 50px;
}
.section-form .latitude-longtitude .symbol {
  padding-left: 4px;
  padding-right: 7px;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
}
.form-consent {
  margin-top: 2rem;
  font-size: 12px;
  font-size: 0.75rem;
}
.section-form input[type="submit"] {
  width: 220px;
  border-radius: 60px;
  height: 60px;
  font-size: 20px;
  font-size: 1.25rem;
  cursor: pointer;
  border: 2px solid #006EB0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.section-form input[type="submit"] {
  color: #006EB0;
  background-color: #fff;
}
.section-form  input[type="submit"]:hover
{
  color: #fff;
  background-color: #00529C;
  border-color: #00529C;
}
.input-tooltip label {
  position: relative;
}
.btn-tooltip {
  position: relative;
  margin-left: 0.5rem;
  width: 50px;
  height: 50px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}
.btn-tooltip svg {
  width: 18px;
  height: 18px;
  opacity: 0.2;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.btn-tooltip:hover svg {
  fill: #00529C;
  opacity: 1;
}
.btn-tooltip p {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  bottom: 50px;
  padding: 1rem;
  width: 260px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  background-color: #1A2A38;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  z-index: 2;
}
.btn-tooltip:hover p {
  opacity: 1;
  visibility: visible;
}
.btn-need-help {
  margin-top: 2rem;
  color: #333;
  width: 100%;
  max-width: 200px;
  font-weight: 600;
}
.btn-need-help:before {
  margin-right: 1rem;
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 1024px) {
 .section-cards.cards-without-links.three-column.theme-dark.nobm {
   padding-bottom: 0;
 }
  .aside-found h2 {
     font-size: 34px;
     font-size: 2.125rem;
  }
}
.section-two-column>.container-fluid h2.nobm {
  margin-bottom: 0;
}
.page-generic-content .section-related-content aside:nth-of-type(1),
.page-service-notices .section-sign-up,
.page-post-details .section-related-content aside:nth-of-type(1),
.page-financial-information .section-related-content aside:nth-of-type(1) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.section-related-content.bg-white aside:nth-of-type(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/* Page Level 3 */
/* Impact and section with full background images */
.page-level-three .impact-page-level-three,
.page-level-three .section-bg {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: flex-end;
  padding-left: 4rem;
  padding-right: 4rem;
  min-height: 600px;
}
.page-level-three .impact-page-level-three {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  background-position: center;
}
.page-level-three .impact-page-level-three h1 {
  margin-bottom: 1rem;
  color: #fff;
}
.page-level-three .section-bg .container-fluid {
  padding-right: 0;
  padding-left: 0;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  min-height: 600px;
}
.page-level-three .impact-page-level-three .container-fluid {
  padding-top: 15rem;
  padding-bottom: 2rem;
  align-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 600px;
}
.page-level-three .impact-page-level-three .container-fluid .icon-triple-arrow {
  margin-top: 0;
  width: 50px;
}
.page-level-three .container-fluid h1,
.page-level-three .container-fluid h2,
.page-level-three .container-fluid h3 {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-level-three .container-fluid p {
  display: block;
}
.page-level-three .container-fluid h1,
.page-level-three .container-fluid h2,
.page-level-three .container-fluid h3 {
  margin-bottom: 2rem;
  justify-content: flex-start;
  text-align: left;
}
.page-level-three .section-bg .container-fluid h2 {
  width: 90%;
  max-width: 600px;
}
.page-level-three h2,
.page-level-three .h2 {
  font-size: 45px;
  font-size: 2.8125rem;
}
.page-level-three h3,
.page-level-three .h3 {
  font-size: 40px;
  font-size: 2.5rem;
}
.page-level-three h4,
.page-level-three .h4 {
  font-size: 30px;
  font-size: 1.875rem;
}
.page-level-three h5,
.page-level-three .h5 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
}
.page-level-three h6,
.page-level-three .h6 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
.page-level-three .headline {
  padding-top: 3rem;
}
/* Impact and section with full background images */
/* Content Level 3 */
.content-level-three,
.section-call-out {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
h2.notm {
   margin-top: 0px;
}
.notm {
   padding-top: 0px;
}
.content-level-three.force_tm {
   padding-top: 2rem;
}
.content-level-three.force_large_tm {
   padding-top: 4rem;
}
.nobm {
   padding-bottom: 0px;
}
section.content-level-three.no-vpad {
  padding-bottom: 0px;
}
section.no-vpad .pt {
  padding-top: 0px;
}
.section-two-column aside.no-vpad {
    padding-top: 0px;
}
.page-generic-content .section-call-out {
  padding-top: 2rem;
}
.content-level-three {
  padding: 0 0 4rem;
  padding: 0 0 2rem;
}
.section-call-out.bg-light:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 210px;
  background-color: #fff;
}
.content-level-three .container-fluid,
.section-call-out .container-fluid {
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 2rem 0;
  width: 90%;
  max-width: 1000px;
  text-align: left;
  z-index: 2;
}
.container-fluid.thin_margin {
    max-width: 100%;
    margin-left: 64px;
    margin-right: 64px;
    width: 100%;
}
.section-call-out .container-fluid,
.content-level-three .container-fluid {
  padding: 0;
}
.page-level-three .section-bg .container-fluid h2 {
  margin-top: 0;
}
.content-level-three h3 {
  margin-top: 4rem;
}
.content-level-three img {
  margin-top: 2rem;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.content-level-three .img-caption {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(56, 121, 193, 0.2);
}
.content-level-three .container-fluid .hu {
  margin-bottom: 4rem;
}
.content-level-three .container-fluid .hu:after {
  margin-left: 0;
  left: 0;
}
.content-level-three .video-caption {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 452px;
}
.content-level-three .video {
  margin-left: 0;
  margin-right: auto;
  width: 452px;
}
/* Text Block with 2 columns + Call-Out Box */
.text-block {
  display: block;
}
/* End Formatting for WYSIWYG output */
.text-block h2 {
  column-span: all;
}
.text-block p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  display: block;
}
/* Formatting for WYSIWYG output */
.wysiwyg {
  display: block;
  color: black;
  width: 100%;
}
.pt {
  padding-top:1.5rem;
}
@media only screen and (min-width: 1025px) {
  .pt {
    padding-top:3rem;
  }
  .video-split-tablet-hide {
    height: 0px;
  }
}
.wysiwyg-light-text {
  color: white;
}
.wysiwyg a {
  display: inline;
  color: #006EB0;
  text-decoration: none;
  position: relative;
}
.wysiwyg a:visited {
  color: #006EB0;
}
.wysiwyg-light-text a {
  color: #FCB334;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}
.wysiwyg-light-text a:visited {
  color: #FCB334;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg li {
  display: block;
  column-span: none;
  color: default;
}
.layout-one-column h3 {
  margin-bottom: 2rem;
}
.layout-four-column,
.layout-two-column,
.layout-one-column {
  width: 100%;
}
.layout-two-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 30px;
}
.layout-no-flowing {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  column-count: 0;
}
.container-fluid .vs-tm,
.content-level-three .extra-tm {
  margin-top: 2rem;
}
.container-fluid .cswd-tm {
  margin-top: 2.6rem;
}
.section-two-column .container-fluid .cswd-xtm {
  margin-top: 8.4rem;
}
.content-level-three .fullwidth {
  width: 100%;
}
.content-level-three .container-fluid .no-header-tm {
  margin-top: 0;
}
.layout-two-column aside {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
}
.layout-one-column {
  column-count: 1;
}
.layout-two-column {
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
  column-gap: 30px;
}
.layout-three-column {
  width: 100%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%;
  column-gap: 30px;
}
.layout-four-column {
  width: 100%;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-width: 25%;
  -moz-column-width: 25%;
  column-width: 25%;
  column-gap: 30px;
}
.layout-five-column {
  width: 100%;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-width: 20%;
  -moz-column-width: 20%;
  column-width: 20%;
  column-gap: 30px;
}
.layout-two-column div,
.layout-three-column div,
.layout-four-column div,
.layout-five-column div {
  display: block;
}
.layout-two-column div.dynamic-block-item,
.layout-three-column div.dynamic-block-item,
.layout-four-column div.dynamic-block-item,
.layout-five-column div.dynamic-block-item {
  margin: 0 0 1.3rem 0;
}
.call-out-box {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-bottom: 4rem;
  padding: 4rem 3rem;
  color: #fff;
  background-color: #00529C;
  border-radius: 3px;
}
.call-out-box a,
.call-out-box a:visited {
  color: #FCB334;
}
.call-out-important-dates {
  padding-top: 0;
}
.call-out-important-dates .call-out-content {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 85%;
}
/*.call-out-box h2,*/
.call-out-box aside {
  width: 48%;
}
.call-out-box amiddle {
  width: 4%;
}
.call-out-important-dates p {
  width: 100%;
}
/*.page-level-three .call-out-box h2,*/
.page-generic-content .call-out-box h2,
.content-page .call-out-box h2 {
  margin: 0;
  /*max-width: 50%;
  font-size: 35px;
  font-size: 2.1875rem;*/
}
.call-out-box p {
  margin-top: 0;
}
.call-out-important-dates {
  margin: 2rem 0 0;
  padding-bottom: 3rem;
}
.call-out-important-dates .icon {
  margin: 2.2rem 5% auto 0;
  width: 74px;
  height: 77px;
}
.call-out-important-dates .icon svg,
.call-out-important-dates .icon img
 {
  width: 100%;
  height: 80px;
}
.call-out-important-dates .call-out-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.call-out-important-dates .call-out-content h3 {
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.call-out-important-dates .call-out-content p {
  margin-top: 0;
  padding: 0;
}
.section-faqs .section-whats-next {
  padding-bottom: 0;
}
.section-faqs .section-whats-next h2 {
  margin-bottom: 0;
}
.section-whats-next svg {
  margin-top: 2rem;
}
/* Text Block with 2 columns + Call-Out Box */
/*
.content-level-three .list {
  padding: 0 0 3rem;
} */
.content-level-three .h6 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
/* Content Level 3 */
/* Page Level 3 */
/* Text - Layout Two Column */
.section-layout-two-column,
.section-layout-three-column {
  display: block;
}
.page-generic-content .section-layout-two-column {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-generic-content .section-layout-two-column.section-who-we-are {
  padding-top: 0.25rem;
  padding-bottom: 0rem;
}
.section-layout-two-column h2 {
  display: block;
  /* column-span: all; */
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.section-layout-two-column.section-what-we-do h3 {
  margin: 0 0 4rem;
  min-height: 100px;
}
/*
.section-layout-two-column h3 {
  column-span: all;
}
.page-generic-content .section-layout-two-column h3 {
  width: 50%;
} */
.section-layout-two-column .layout-two-column {
  margin-bottom: 2rem;
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}
.section-layout-two-column .layout-two-column p {
  display: block;
}
.section-layout-three-column .layout-three-column {
  padding: 4rem 0;
}
.section-layout-three-column .layout-three-column aside {
  width: 33.33%;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.section-layout-three-column .layout-three-column .btn-secondary,
.section-layout-three-column .layout-three-column .btn-open-in-new {
  margin-left: 6rem;
  max-width: 280px;
  min-width: 280px;
}
.section-introduction-to .layout-three-column .btn-secondary:not(.btn-open-in-new) {
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .section-introduction-to aside:nth-of-type(1) {
    padding-right: 3rem;
    border-right: 1px solid #ddd;
  }
  .section-introduction-to aside:nth-of-type(2) {
    padding-left: 3rem;
  }
}
/* Text - Layout Two Column */
.section-list-four-columns {
  padding-top: 2rem;
}
.section-list-four-columns.bg-light li {
  background-color: #EEF2F6;
}
.list-four-columns li {
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-four-columns li>span {
  padding-right: 2rem;
  width: 25%;
  min-width: 25%;
}
/* Page FAQs */
.section-faqs {
  align-content: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: flex-start;
  padding: 2rem 4rem 1rem;
}
.section-faqs h2 {
  margin: 2rem 0 2rem;
}
.qa {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 2rem;
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
  height: auto;
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.section-faqs .question,
.section-faqs .answer {
  position: relative;
  align-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 2rem 2rem 2rem 0;
  width: 100%;
}
.section-faqs .qa .answer p {
  margin-top: 0;
  display: block;
}
.section-faqs .qa .answer p a {
  display: inline;
}
.section-faqs .qa .question:before,
.section-faqs .qa .answer:before {
  margin-right: 2rem;
  padding: 0;
  min-width: 90px;
  height: 100%;
  color: #333;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.section-faqs .qa .question:after,
.section-faqs .qa .answer:after {
  position: absolute;
  top: 0;
  left: 90px;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.question {
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
.section-faqs .qa .question:before {
  content: 'Q';
}
.section-faqs .qa .answer:before {
  content: 'A';
}
.section-faqs .qa-fr .answer:before {
  content: 'R';
}
/* Page FAQs */
/* Section Apply - Learn More */
.section-learn-more {
  padding: 2rem 0;
  align-content: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: stretch;
  color: #fff;
  background-color: #00529C;
}
.section-learn-next {
  background-color: #1A2A38 !important;
}
.section-learn-more aside {
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  padding: 3.5rem 4rem;
  width: 33.33%;
}
.section-learn-more aside:nth-of-type(2):before,
.section-learn-more aside:nth-of-type(2):after {
  position: absolute;
  top: 0;
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.section-learn-more aside:nth-of-type(2):before {
  left: 0;
}
.section-learn-more aside:nth-of-type(2):after {
  right: 0;
}
.section-learn-more aside h2,
.section-learn-more aside p,
.section-learn-more aside .btn,
.section-learn-more aside .btn-open-in-new {
  padding-right: 2rem;
  padding-left: 2rem;
  text-align: center;
  justify-content: center;
}
.section-learn-more aside .btn-open-in-new svg {
  position: absolute;
  top: 0.9rem;
  right: 2rem;
}
.section-learn-more aside .icon {
  justify-content: center;
  margin-bottom: 1rem;
}
.icon-apply-now svg,
.icon-apply-now img {
  width: 80px;
  height: 80px;
}
.section-learn-more aside h2 {
  /*-ms-align-items: center;
  align-items: center; */
  font-size: 30px;
  font-size: 1.875rem;
}
.section-learn-more aside p {
  flex-grow: 2;
  margin-bottom: 2rem;
  width: 100%;
}
.section-learn-more aside .btn {
  width: 100%;
  min-width: 270px;
  max-width: 270px;
  color: #006EB0;
  font-size: 16px;
  font-size: 1rem;
  border: 2px solid #fff;
}
.container {
    display: flex;
    justify-content: center; 
}
.section-where-we-work .input-checkbox label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}
.section-learn-more aside .btn:hover {
  color: #fff;
  background-color: #00529C;
  opacity: 1;
}
.section-learn-more aside .btn:hover .fill {
  fill: #fff;
}
/* Section Apply - Learn More */
/* What We Do - Steps */
.section-what-we-do-steps {
  position: relative;
  overflow: hidden;
  padding: 5rem 4rem 0;
  min-height: 1000px;
  /*background: url('/_assets/img/infographic-bg.jpg') center bottom no-repeat;*/
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.section-what-we-do-steps:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 200px;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 82, 156, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 82, 156, 1) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 82, 156, 1) 100%);
}
.list-what-we-do-steps {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 0;
  width: 100%;
}
.list-what-we-do-steps li {
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 2%;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 1;
}
/* one item */
.list-what-we-do-steps li:first-child:nth-last-child(1) {
/* -or- li:only-child { */
    width: 98%;
}
/* two items */
.list-what-we-do-steps li:first-child:nth-last-child(2),
.list-what-we-do-steps li:first-child:nth-last-child(2) ~ li {
    width: 48%;
}
/* three items */
.list-what-we-do-steps li:first-child:nth-last-child(3),
.list-what-we-do-steps li:first-child:nth-last-child(3) ~ li {
    width: 31%;
}
/* four items */
.list-what-we-do-steps li:first-child:nth-last-child(4),
.list-what-we-do-steps li:first-child:nth-last-child(4) ~ li {
    width: 23%;
}
/* five items */
.list-what-we-do-steps li:first-child:nth-last-child(5),
.list-what-we-do-steps li:first-child:nth-last-child(5) ~ li {
    width: 18%;
}
/* sixitems */
.list-what-we-do-steps li:first-child:nth-last-child(6),
.list-what-we-do-steps li:first-child:nth-last-child(6) ~ li {
    width: 14%;
}
/* seven items */
.list-what-we-do-steps li:first-child:nth-last-child(7),
.list-what-we-do-steps li:first-child:nth-last-child(7) ~ li {
    width: 12%;
}
.list-what-we-do-steps li:last-of-type {
  margin-right: 0;
}
.list-what-we-do-steps li:before {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  content: '';
  margin-bottom: 0.8rem;
  width: 30px;
  height: 30px;
  background: #fff;
  ;
  color: #0058A2;
  border-radius: 60px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.list-what-we-do-steps li:nth-child(1):before {
  content: '1';
}
.list-what-we-do-steps li:nth-child(2):before {
  content: '2';
}
.list-what-we-do-steps li:nth-child(3):before {
  content: '3';
}
.list-what-we-do-steps li:nth-child(4):before {
  content: '4';
}
.list-what-we-do-steps li:nth-child(5):before {
  content: '5';
}
.list-what-we-do-steps li:nth-child(6):before {
  content: '6';
}
.list-what-we-do-steps li:nth-child(7):before {
  content: '7';
}
.list-what-we-do-steps li h2 {
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.list-what-we-do-steps li p {
  position: relative;
}
.list-what-we-do-steps li p:after {
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  display: block;
  content: '';
  height: 6px;
  width: 50px;
  border-radius: 2.5px;
  background-color: #00A6DC;
}
/* What We Do - Steps */
.page-controllers .section-what-we-do {
  padding: 4rem
}
/* Section - Types of Controller */
.section-types-controllers,
.section-types-controllers .section-tab-one,
.section-types-controllers .section-tab-two {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
}
.section-types-controllers .section-tab-one,
.section-types-controllers .section-tab-two {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.section-types-controllers .section-tab-one.active,
.section-types-controllers .section-tab-two.active {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.section-types-controllers .buttons {
  margin-top: 4rem;
}
.section-types-controllers .buttons button {
  max-width: 200px;
  color: #006EB0;
  border: none;
  cursor: pointer;
}
.section-types-controllers .buttons button:hover,
.section-types-controllers .buttons button.active {
  color: #fff;
  background: #006EB0;
  border-color: #006EB0;
}
.section-types-controllers .section-tab-one,
.section-types-controllers .section-tab-two {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.section-where-you-might-be-posted {
  padding-bottom: 3rem;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-where-you-might-be-posted .container-fluid {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section-where-you-might-be-posted .icon-point-down {
  margin: 0 auto -1.4rem;
  z-index: 2;
}
.section-where-you-might-be-posted .layout-two-column,
.section-where-you-might-be-posted .layout-three-column,
.section-where-you-might-be-posted .layout-five-column,
.section-where-you-might-be-posted .layout-four-column {
  padding: 3rem 3rem 1.7rem 3rem;
}
.section-where-you-might-be-posted .btn-expand {
  display: none;
}
/* Section - Types of Controller */
/* Section - Where We Work */
.section-where-we-work {
  position: relative;
  overflow: hidden;
  min-height: 800px;
  background: url('/_assets/img/bg-where-we-work.jpg') center top no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.section-where-we-work aside {
  padding-bottom: 2rem;
}
.section-where-we-work aside h2 {
  margin-bottom: 2rem;
}
.section-where-we-work:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 170px;
  background-color: #EEF2F6;
}
.section-where-we-work.bg-white:after {
    background-color: #FFF;
}
.section-where-we-work form {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-content: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 0;
  width: 100%;
}
.section-where-we-work .input-container {
  margin-top: 0.6rem;
  width: 50%;
}
.section-where-we-work .input-checkbox {
  color: #fff;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.section-where-we-work .input-checkbox label {
  padding-left: 28px;
  justify-content: flex-start;
}
.section-where-we-work .input-checkbox .checkmark {
  top: 4px;
  background: none;
  border-color: #00A6DC;
}
.section-where-we-work .input-checkbox svg {
  margin-right: 8px;
  width: 45px;
  min-width: 45px;
  height: 50px;
}
.section-where-we-work .input-checkbox input:checked~.checkmark {
  background: #1A2A38;
}
.section-where-we-work .input-checkbox input:checked~.checkmark:after {
  border-color: #fff;
}
.section-where-we-work .input-show-all {
  width: 100%;
}
.section-where-we-work .map {
  position: relative;
  margin-right: 4rem;
  margin-left: 4rem;
  width: 100%;
  height: 700px;
  background-color: #dedede;
  z-index: 1;
}
/* Section - Where We Work */
/* Section Recruiting for Success */
.section-recruiting-for-success .headline {
  margin-bottom: 0;
  font-weight: 500;
}
/* Section Recruiting for Success */
/* Section Selection Process */
.section-selection-process {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
}
.section-selection-process .container-fluid {
  padding-top: 2rem;
}
.list-down-arrow-blue
.list-numbered-cards,
.list-down-arrow-blue,
.list-side-arrow-blue,
.list-side-arrow-white,
.list-down-arrow-white {
  clear: both;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.list-numbered-cards>li,
.list-side-arrow-white>li,
.list-side-arrow-blue>li,
.list-down-arrow-blue>li,
.list-down-arrow-white>li {
  position: relative;
  justify-content: flex-start;
  counter-increment: inst;
}
.list-numbered-cards>li:nth-of-type(even),
.list-side-arrow-blue>li:nth-of-type(even),
.list-side-arrow-white>li:nth-of-type(even),
.list-down-arrow-blue>li:nth-of-type(even),
.list-down-arrow-white>li:nth-of-type(even) {
  justify-content: flex-end;
}
.list-side-arrow-blue>li:before,
.list-side-arrow-white>li:before,
.list-down-arrow-blue>li:before,
.list-down-arrow-white>li:before {
  content: "";
  background: url('/_assets/img/double-chevron-white-down.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: -12px;
  right: 50%;
  margin-right: -15.5px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 126px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
.list-down-arrow-blue>li:before {
  background: url('/_assets/img/double-chevron-blue-down.svg');
  background-repeat: no-repeat;
}
.list-side-arrow-blue>li:nth-of-type(odd):before {
  background: url('/_assets/img/double-chevron-blue-left.svg');
  background-repeat: no-repeat;
  margin-right: 0px;
  width: 36px;
}
.list-side-arrow-blue>li:nth-of-type(even):before {
  background: url('/_assets/img/double-chevron-blue-right.svg');
  background-repeat: no-repeat;
  margin-right: -40px;
  width: 36px;
}
.list-side-arrow-white>li:nth-of-type(odd):before {
  background: url('/_assets/img/double-chevron-white-left.svg');
  background-repeat: no-repeat;
  margin-right: 0px;
  width: 36px;
}
.list-side-arrow-white>li:nth-of-type(even):before {
  background: url('/_assets/img/double-chevron-white-right.svg');
  background-repeat: no-repeat;
  margin-right: -40px;
  width: 36px;
}
.list-numbered-cards>li:before {
  content: counter(inst);
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -16px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #00529C;
  border: 2px solid #fff;
  border-radius: 100px;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
.list-numbered-cards .card,
.list-side-arrow-blue .card,
.list-side-arrow-white .card,
.list-down-arrow-blue .card,
.list-down-arrow-white .card {
  position: relative;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 3rem 3rem 1rem;
  width: 47%;
  border-radius: 3px;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
}
.list-numbered-cards .card:before,
.list-side-arrow-blue .card:before,
.list-side-arrow-white .card:before,
.list-down-arrow-blue .card:before,
.list-down-arrow-white .card:before {
  position: absolute;
  top: 0;
  content: '';
  width: 1px;
  height: 100%;
  border-right: 1px dashed #00A6DC;
}
.list-side-arrow-blue .card-body,
.list-side-arrow-white .card-body,
.list-numbered-cards .card-body,
.list-down-arrow-blue .card-body,
.list-down-arrow-white .card-body {
  padding-top: 0;
}
.list-numbered-cards .card .icon,
.list-side-arrow-blue .card .icon,
.list-side-arrow-white .card .icon,
.list-down-arrow-blue .card .icon,
.list-down-arrow-white .card .icon {
  width: 65px;
  height: 65px;
}
.list-numbered-cards .card .icon img,
.list-side-arrow-blue .card .icon img,
.list-side-arrow-white .card .icon img,
.list-down-arrow-blue .card .icon img,
.list-down-arrow-white .card .icon img {
  width: 65px;
  height: 65px;
}
@media only screen and (max-width: 1024px) {
 .list-numbered-cards .card .icon img,
 .list-side-arrow-blue .card .icon img,
 .list-side-arrow-white .card .icon img,
 .list-down-arrow-blue .card .icon img,
 .list-down-arrow-white .card .icon img {
   width: 35px;
   height: 35px;
 }
}
.list-numbered-cards h3,
.list-side-arrow-blue h3,
.list-side-arrow-white h3,
.list-down-arrow-blue h3,
.list-down-arrow-white h3 {
  margin: 0 0 0.7rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
.list-numbered-cards>li:nth-of-type(even) .card:before,
.list-side-arrow-blue>li:nth-of-type(even) .card:before,
.list-side-arrow-white>li:nth-of-type(even) .card:before,
.list-down-arrow-blue>li:nth-of-type(even) .card:before,
.list-down-arrow-white>li:nth-of-type(even) .card:before {
  left: -6.51%;
}
.list-numbered-cards>li:nth-of-type(odd) .card:before,
.list-side-arrow-blue>li:nth-of-type(odd) .card:before,
.list-side-arrow-white>li:nth-of-type(odd) .card:before,
.list-down-arrow-blue>li:nth-of-type(odd) .card:before,
.list-down-arrow-white>li:nth-of-type(odd) .card:before {
  right: -6.50%;
}
.list-numbered-cards>li:last-of-type .card,
.list-side-arrow-blue>li:last-of-type .card,
.list-side-arrow-white>li:last-of-type .card
.list-down-arrow-blue>li:last-of-type .card,
.list-down-arrow-white>li:last-of-type .card {
  margin-bottom: 5rem;
}
.list-numbered-cards>li:last-of-type .card:before,
.list-side-arrow-blue>li:last-of-type .card:before,
.list-side-arrow-white>li:last-of-type .card:before
.list-down-arrow-blue>li:last-of-type .card:before,
.list-down-arrow-white>li:last-of-type .card:before {
  display: none;
}
/* Section Selection Process */
/* Section Training */
.section-training,
.section-training .section-two-column aside {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #00529C;
}
.section-training {
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow-y: visible;
  padding-top: 13rem;
  overflow-x: hidden;
  background: #00529C;
  background-repeat: no-repeat;
  background-size: 2000px auto;
  -webkit-background-size: 2000px auto;
}
.section-training.noimg {
  padding-top: 0rem;
}
.section-selection-process h2,
.section-training h2 {
  margin-bottom: 2rem;
}
.section-training .icon-training {
  position: absolute;
  top: -232px;
  left: 50%;
  margin-left: -166px;
  width: 332px;
}
.section-training .icon-training img {
  width: 100%;
  height: auto;
}
.section-training .section-two-column {
  padding: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-content: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
}
.section-training .section-two-column aside {
  position: relative;
  padding: 0;
  width: 45%;
  min-width: 48%;
}
.section-training .section-two-column aside:before {
  position: absolute;
  top: 0;
  left: 3.1rem;
  content: '';
  width: 1px;
  height: 90%;
  background-color: #fff;
}
.section-training .salary {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
/* Section Training */
.block-frame {
  width: 100%;
  background-color: rgb(229, 227, 223);
  border: 1px solid white;
}
@media only screen and (min-width: 1420px) {
  .block-frame {
    width: 1000px;
  }
}
.section-recruiting-for-success {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-learn-more,
.section-recruiting-for-success {
  overflow: hidden;
}
/* Carousel */
.section-carousel .section-heading {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 0.5rem 4rem 2rem;
  width: 100%;
}
/*.page-profile-details .section-carousel .section-heading,
.page-generic-content .section-carousel .section-heading {
  padding-left: 4rem;
  padding-right: 4rem;
  max-width: 1280px;
} */
.page-profile-details .section-carousel .section-heading,
.page-generic-content .section-carousel .section-heading,
.page-generic-content .section-carousel-employee .section-heading {
  max-width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}
.section-carousel .section-heading .btn-primary {
  color: #006EB0;
  background: none;
}
.page-controllers .section-carousel .section-heading .btn-primary,
.page-controllers .section-carousel .section-heading .btn-primary,
.page-careers .section-carousel .section-heading .btn-primary {
  background: none;
}
.section-carousel .section-heading .btn-primary:hover {
  opacity: 0.7;
}
.section-carousel {
  position: relative;
  display: block;
  padding-bottom: 8rem;
}
.page-controllers .section-carousel {
  overflow: hidden;
  overflow-y: visible;
}
.carousel-employee .slide-track,
.carousel-other-profiles .slide-track {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.carousel-employee .slick-slide {
  width: 530px;
}
.carousel-other-profiles .slick-track {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px !important;
}
.page-profile-details .section-cards-bio .slick-slide,
.page-generic-content .section-cards-bio .slick-slide {
  margin-left: 20px;
  min-width: 300px;
}
.page-profile-details .section-cards-bio .slick-slide:first-of-type,
.page-generic-content .section-cards-bio .slick-slide:first-of-type {
  margin-left: 0;
}
.carousel-navigation {
  position: absolute;
  left: 50%;
  margin-left: -170px;
  bottom: 3rem;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 340px;
  z-index: 2;
}
.btn-carousel-next,
.btn-carousel-previous {
  cursor: pointer;
  border: none;
  font-size: 0;
  width: 54px;
  height: 54px;
  background: url('/_assets/img/carousel-arrow.svg') center center no-repeat;
  background-size: 60px 60px;
  -webkit-background-size: 60px 60px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.btn-carousel-previous {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.btn-carousel-next:hover,
.btn-carousel-previous:hover {
  opacity: 0.7;
}
.carouselInfo,
.carouselInfoProfiles {
  padding-top: 0.4rem;
  width: auto;
  min-width: 100px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  background-color: #006EB0;
  border-radius: 100px;
}
.section-what-we-do-steps .carousel-navigation {
  display: none;
}
/* Carousel */
.empty-space {
  height: 8rem;
}
/* ==========================================================================
  Media Queries for Responsive Design.
   ========================================================================== */
/* 1420px and smaller */
@media only screen and (max-width: 1420px) {
  .page-profile-details .section-carousel,
  .page-generic-content .section-carousel {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .page-profile-details .section-carousel .section-heading,
  .page-generic-content .section-carousel .section-heading {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .page-profile-details .section-cards-bio,
  .page-generic-content .section-cards-bio {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .section-introduction-to .layout-three-column p {
    width: 80%;
  }
  .section-introduction-to .callout-link p {
    width: 100%;
  }
  .section-introduction-to .layout-three-column .btn-secondary,
  .section-introduction-to .layout-three-column .btn-open-in-new {
    margin-left: 0;
  }
  .section-introduction-to .icon-found {
    display: none;
  }
}
@media only screen and (max-width: 1091px) {
  .section-introduction-to .layout-three-column p.intro {
    width: 100%;
  }
}
/* 1200px and smaller */
@media only screen and (max-width: 1200px) {
  .section-board-of-directors aside:nth-of-type(1) {
    width: 100%;
  }
  .section-board-of-directors .aside-space {
    display: none;
  }
  .list-directors li {
    width: 48%;
  }
  .section-two-column .section-explore aside,
  .section-explore aside {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .section-explore aside:nth-of-type(2) {
    padding-bottom: 0;
    border-radius: 3px;
  }
  .section-explore p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .section-whats-sets-us-apart .logo-nav-canada {
    max-width: 150px;
    margin-right: 4rem;
  }
  .section-explore-current-career-opportunities .container-fluid {
    padding-bottom: 4rem;
  }
  .section-learn-more aside {
    padding-right: 0;
    padding-left: 0;
  }
}
/* 1200px and smaller  */
/* 1100px and smaller */
@media only screen and (max-width: 1100px) {
  .section-bg {
    min-height: 500px;
    background-attachment: scroll;
  }
  .section-bg.section-our-mission .container-fluid,
  .section-two-column>.container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .container-fluid.thin_margin {
    margin-left: 32px;
    margin-right: 32px;
  }
	
  .section-media-contact-information .information-box aside:nth-of-type(1) {
    padding-left: 2rem;
  }
}
/* 1100px and smaller */
/* 1024px and smaller */
@media only screen and (max-width: 1024px) {
  .call-out-box aside {
    width: 100%;
  }
  .container-fluid.thin_margin {
    margin-left: 0px;
    margin-right: 0px;
  }
  .section-two-column .headline-cswd-mobile {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .buttons {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-types-controllers .buttons {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
  }
  .buttons .btn,
  .buttons .btn:nth-of-type(1) {
    margin: 1.5rem auto 0;
    width: 100%;
  }
  .section-types-controllers .buttons .btn,
  .section-types-controllers .buttons .btn:nth-of-type(1) {
    margin: 0 1%;
  }
  .icon-found,
  .icon-found::after,
  .icon-found::before {
    display: none;
  }
  .impact-level-two,
  .section-impact-content {
    height: 130px;
    min-height: 130px;
    background-position: right -50px;
    background-size: 1024px auto;
    -webkit-background-size: 1024px auto;
  }
  .list-numbered-cards .card-body,
  .impact-level-two .section-impact-content {
    padding-left: 0;
    padding-right: 0;
  }
  .impact-level-two h1 {
    padding-top: 0.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .section-bg {
    height: auto;
    min-height: 500px;
    max-height: none;
  }
  .aside-img,
  .section-our-vision .aside-img,
  .section-advisory-committee .aside-img {
    min-height: 440px;
    background-position: center center;
  }
  .section-flight-operation,
  .section-media-contact-information {
    min-height: auto;
  }
  .list li {
    margin-bottom: 1rem;
  }
  .list--icons li {
    padding-left: 2rem;
  }
  .list-directors li {
    margin-bottom: 2rem;
  }
  .list-information li {
    width: 100%;
  }
  .list-information li span:nth-of-type(2),
  .list-information li a {
    text-align: right;
    justify-content: flex-end;
  }
  .list-four-columns li span:nth-of-type(2),
  .list-four-columns li a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    text-align: left;
    justify-content: flex-start;
  }
  .list--icons li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .list--icons.list--checkmarks li {
    padding-left: 3rem;
  }
  .section-media-contact-information .information-box {
    position: relative;
    top: 0;
    padding: 0;
  }
  .section-flight-operation .information-box p,
  .section-quotes .message-quote {
    width: 90%;
  }
  .section-two-column .aside-text:nth-of-type(1) {
    margin-top: 2rem;
  }
  .section-media-contact-information aside:nth-of-type(1) {
    padding-top: 4rem;
    padding-bottom: 0;
  }
  .section-two-column .aside-found {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
  .section-flight-operation .information-box,
  .section-two-column aside,
  .section-flight-operation .aside-information,
  .section-general-contact-information aside:nth-of-type(2),
  .section-media-contact-information aside:nth-of-type(2) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-two-column .skinny-split {
    padding-bottom: 0rem;
  }
  .section-where-we-work,
  .section-where-we-work aside,
  .section-two-column aside:nth-of-type(2),
  .section-general-contact-information aside:nth-of-type(2),
  .section-flight-operation .aside-information,
  .section-two-column.section-what-we-do aside:nth-of-type(1),
  .section-careers,
  .section-faqs,
  .section-types-controllers .section-tab-one .section-two-column,
  .section-types-controllers .section-tab-two .section-two-column,
  .list-numbered-cards .card-body {
    padding-top: 0;
  }
  .section-general-contact-information aside,
  .section-general-contact-information aside:nth-of-type(1),
  .section-media-contact-information aside:nth-of-type(2),
  .section-two-column aside:nth-of-type(2).aside-related-content,
  .page-careers .container-fluid,
  .page-investor-relations .section-two-column .container-fluid,
  .section-cards.section-corporate-overview,
  .section-information-block,
  .section-related-content aside:nth-of-type(1),
  .section-recruiting-for-success .container-fluid,
  .section-selection-process .container-fluid,
  .section-where-we-work aside:nth-of-type(1) {
    padding-top: 2rem;
  }
  .section-information-block {
    margin-top: 3rem;
  }
  .section-recruiting-for-success .container-fluid,
  .section-two-column .aside-related-content {
    padding-bottom: 2rem;
  }
  .section-related-content .section-sign-up:nth-of-type(1) {
    padding-top: 0.8rem;
  }
  .section-general-contact-information aside:nth-of-type(2),
  .section-media-contact-information aside:nth-of-type(2),
  .section-overarching-objectives aside:nth-of-type(2),
  .section-overarching-objectives aside:nth-of-type(1),
  .section-who-we-are aside:nth-of-type(1),
  .section-careers aside:nth-of-type(1),
  .section-two-column .aside-text,
  .section-where-we-work aside:nth-of-type(2) {
    padding-bottom: 1rem;
  }
  .section-explore-current-career-opportunities .container-fluid,
  .section-general-contact-information aside:nth-of-type(1),
  .section-cards.section-corporate-overview,
  .section-cards.card-w-background-img,
  .section-explore-our-careers,
  .page-listings .section-heading aside,
  .section-information-block,
  .section-where-we-work aside:nth-of-type(1) {
    padding-bottom: 0;
  }
  .container-fluid .cswd-tm {
    margin-top: 0rem;
  }
  .section-two-column .container-fluid .cswd-xtm {
    margin-top: 2rem;
  }
  .section-two-column aside.aside-found-list {
    padding-top: 2rem;
    padding-bottom: 0.7rem;
    padding-right: 4rem;
  }
  .aside-img.aside-year {
    margin-bottom: 2rem;
  }
  .page-generic-content .aside-img.aside-year {
    margin-bottom: 0;
  }
  .section-where-we-work aside:nth-of-type(1) h2 {
    margin-top: 0;
  }
  .one-quarter-content-split .aside-img,
  .one-quarter-content-split aside {
    width: 100%;
    min-width: 100%;
  }
  .section-two-column>.container-fluid h2,
  .list-information:nth-of-type(1),
  .list-quick-links {
    margin-bottom: 1rem;
  }
  .aside-img.aside-year .year {
    bottom: 9.5rem;
    font-size: 100px;
    font-size: 6.25rem;
  }
  .section-breadcrumbs,
  .section-breadcrumbs .icon-explore,
  .nav-breadcrumbs,
  .footer-contact-us,
  .section-explore-our-careers::before,
  .page-listings .section-heading {
    display: none;
    width: 0;
  }
  .page-controllers .section-what-we-do {
    padding: 0 2rem 1rem;
  }
  .section-two-column.section-eligibility aside {
    padding-top: 2rem;
  }
  .section-eligibility .aside-img {
    min-height: 500px;
    justify-content: flex-end;
    justify-content: flex-start;
  }
  .section-sign-up .aside-form,
  {
    justify-content: flex-end;
    justify-content: flex-start;
  }
  .section-sign-up .aside-form,
  .section-eligibility .headline {
    font-size: 16px;
    font-size: 1rem;
  }
  .section-list-four-columns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section-list-four-columns li {
    padding-left: 0;
    padding-right: 0;
  }
  .page-generic-content .section-layout-two-column {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* DD Menu */
  .has-dd-menu .section-breadcrumbs {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: none;
  }
  .section-breadcrumbs.sticky {
    position: fixed;
    top: 75px;
    min-height: 50px;
  }
  .dd-menu:before {
    display: none;
  }
  .has-dd-menu .section-breadcrumbs.active .dd-menu li {
    position: relative;
    z-index: 11;
  }
  .has-dd-menu .section-two-column .aside-found {
    padding-top: 4.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  .btn-view-menu {
    padding-left: 2rem;
    width: 100%;
  }
  .btn-view-menu .icon-menu {
    position: absolute;
    top: 0.75rem;
    right: 2rem;
    width: 30px;
    height: 30px;
    background: url('/_assets/img/expand-more-white.svg') center center no-repeat;
    background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
  }
  .btn-view-menu.active .icon-menu {
    -webkit-transform: scale(-1, -1);
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
  }
  .btn-view-menu::before,
  .btn-view-menu::after {
    left: 2rem;
    display: none;
  }
  .dd-menu {
    top: 50px;
    z-index: 9999;
  }
  .dd-menu .overflow-scroll {
    overflow: hidden;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 2rem 2rem 10rem;
    overflow: hidden;
    overflow-y: scroll;
    height: 100%;
    height: 100vh;
  }
  .dd-menu>li {
    margin-top: 2rem;
    margin-right: 2rem;
  }
  .btn-close-dd-menu {
    right: 1.4rem;
    display: none;
  }
  .dd-menu div>li {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .dd-menu div>li:last-of-type {
    min-height: 500px;
  }
  .has-dd-menu>.section-two-column:first-of-type {
    padding-top: 5rem;
  }
  /* DD Menu */
  .page-listings .section-heading:first-of-type {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .section-overarching-objectives {
    position: relative;
  }
  .section-overarching-objectives:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .section-board-of-directors .aside-content h3,
  .section-board-of-directors .aside-content p {
    width: 100%;
  }
  /* .section-bg.section-corporate-governance:before { 
    background-color: rgba(0, 0, 0, 0.85);
  } */
  .section-bg.section-corporate-governance .empty-space,
  .section-explore aside:nth-of-type(2):before {
    display: none;
  }
  .section-explore {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-content: center;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    width: calc(100% - 4rem);
    margin-right: 2rem;
    margin-left: 2rem;
    height: auto;
  }
  .section-explore aside:nth-of-type(2) {
    padding-bottom: 3rem;
    background-color: #fff;
  }
  .section-explore aside:nth-of-type(2) .btn {
    margin: 0 auto;
  }
  .section-two-column .aside-text:nth-of-type(2) {
    padding-bottom: 3rem;
  }
  /* Section - Message/Quote From   */
  .section-message-quote .message-quote {
    padding: 2.5rem;
  }
  .section-message-quote img {
    margin-right: 2rem;
    height: auto;
  }
  .section-message-quote,
  .section-quotes {
    font-size: 18px;
    font-size: 1.125rem;
  }
  /* Section - Message/Quote From   */
  .section-carousel .section-heading,
  .page-careers .container-fluid,
  .page-profile-details .section-carousel .section-heading,
  .page-level-three .section-bg,
  .section-faqs {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .section-carousel .section-heading aside,
  .section-carousel .section-heading .btn,
  .section-explore-our-careers .container-fluid,
  .page-careers .section-explore-current-career-opportunities .container-fluid {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2rem;
  }
  .section-whats-sets-us-apart .logo-nav-canada {
    margin-right: 2rem;
  }
  .section-form div {
    width: 100%;
    margin: 0 auto;
  }
  .section-form .icon-invalid-alert:before {
    width: 24px;
    left: -2rem;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
  }
  .section-form .icon-invalid-alert:after {
    width: 40px;
    right: -3rem;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
  }
  .section-form .latitude-longtitude .icon-invalid-alert:after {
    right: 0;
  }
  .section-investor-relations {
    min-height: auto;
    overflow: hidden;
  }
  .section-investor-relations:before,
  .section-investor-relations:after {
    opacity: 0.1;
  }
  .section-related-content h2,
  .aside-related-content h3 {
    margin: 0 0 2rem;
  }
  .page-generic-content .section-latest-post {
    padding-top: 0;
  }
  /* Page Level 3  */
  .page-level-three .impact-page-level-three,
  .page-level-three .impact-page-level-three .container-fluid,
  .page-level-three .section-bg .container-fluid,
  .page-level-three .section-bg,
  .page-generic-content .section-bg {
    min-height: 350px;
  }
  .layout-five-column {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
.page-generic-content .thick {
  min-height: 525px;
}
  .page-level-three .impact-page-level-three .container-fluid {
    padding-top: 10rem;
  }
  .page-level-three .impact-page-level-three .container-fluid .icon-triple-arrow {
    width: 40px;
  }
  .page-level-three .impact-page-level-three h1 {
    margin-bottom: 0;
    font-size: 38px;
    font-size: 2.375rem;
  }
  .page-level-three h2,
  .page-level-three .container-fluid .call-out-box h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .page-level-three h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .section-types-controllers .container-fluid,
  .content-level-three {
    padding: 2rem 0;
  }
  .layout-no-flowing {
    flex-wrap: wrap;
  }
  .content-level-three .video-caption, .content-level-three .video  {
    margin-left: auto;
  }
  .page-level-three .container-fluid .call-out-box,
  .page-generic-content .container-fluid .call-out-box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem;
  }
  .page-level-three .container-fluid .call-out-box h2,
  .page-generic-content .container-fluid .call-out-box h2,
  .page-level-three .container-fluid .call-out-box p,
  .page-generic-content .container-fluid .call-out-box p {
    margin: 0 0 2rem;
    width: 100%;
    max-width: 100%;
  }
  .content-level-three .list {
    padding-bottom: 2rem;
  }
  .content-level-three .container-fluid {
    width: 100%;
    max-width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  /* Page Level 3  */
  .section-layout-two-column h2 {
    margin-bottom: 3rem;
  }
  .section-layout-two-column h3,
  .section-where-we-work h2 {
    margin-bottom: 2rem;
    min-height: auto;
  }
  .section-where-we-work h2 {
    margin-top: 2rem;
  }
  .section-layout-two-column .layout-two-column {
    margin-bottom: 0;
  }
  .section-layout-two-column.section-what-we-do h3 {
    margin-bottom: 2rem;
    min-height: auto;
  }
  .page-financial-information .container-fluid {
    padding: 2rem 0;
  }
  .section-where-we-work .map {
    width: 94%;
    margin: 0 auto;
  }
  .section-learn-more,
  .section-where-we-work form,
  .section-training .section-two-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-where-we-work form {
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .section-training .section-two-column aside,
  .section-learn-more aside,
  .section-where-we-work .input-container {
    width: 100%;
  }
  .section-where-we-work .input-checkbox label {
    line-height: 1.6;
  }
  .section-training .section-two-column aside,
  .layout-two-column aside {
    min-width: 100%;
  }
  .section-learn-more aside:nth-of-type(2):before,
  .section-learn-more aside:nth-of-type(2):after {
    left: 0;
    right: initial;
    width: 100%;
    height: 1px;
  }
  .section-learn-more aside:nth-of-type(2):after {
    top: initial;
    bottom: 0;
  }
  .section-faqs .section-whats-next {
    padding-top: 1rem;
  }
  .section-training .icon-training {
    position: absolute;
    top: -182px;
    margin-left: -130px;
    width: 260px;
  }
  .section-what-we-do .layout-two-colum {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .section-what-we-do-steps {
    padding: 2rem;
    min-height: 1000px;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .list-what-we-do-steps li {
    margin-right: 1%;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .list-what-we-do-steps li p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .list-what-we-do-steps li p,
  .list-what-we-do-steps li h2 {
    position: relative;
    z-index: 3;
  }
  .section-list-four-columns li {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .list-information li>span:nth-of-type(1) {
    font-weight: 700;
  }
  .section-list-four-columns li span {
    margin-top: 1rem;
    width: 100%;
  }
  .section-list-four-columns {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
  }
  .section-list-four-columns li {
    margin: 0 0 2rem;
    padding: 0;
  }
  .page-profile-details .section-cards-bio .slick-slide,
  .page-profile-details .section-cards-bio .slick-slide:first-of-type,
  .page-generic-content .section-cards-bio .slick-slide,
  .page-generic-content .section-cards-bio .slick-slide:first-of-type {
    margin: 0 20px;
    width: auto;
    min-width: initial;
    max-width: initial;
  }
  .page-profile-details .section-cards-bio .card .img-link,
  .page-generic-content .section-cards-bio .card .img-link {
    background-position: center top;
  }
  .section-carousel .section-heading aside:nth-of-type(1) {
    padding-bottom: 4rem;
  }
  .section-related-content {
    padding-top: 1rem;
  }
  .section-careers {
    padding-bottom: 2rem;
  }
  .page-careers .section-explore {
    box-shadow: none;
  }
  .section-take-your-career .container-fluid {
    padding-top: 0;
  }
  .page-generic-content .section-layout-two-column h3 {
    width: 100%;
  }
  
  
  /* FAQ  */
  
  .section-faqs p {
    padding-right: 3rem;
  }
  
  .question {
    cursor: pointer;
  }
  
  .section-faqs .answer {
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
  }
  
  .qa {
    position: relative;
    overflow: hidden;
  }
  
  .qa.active {
    overflow: visible;
    background-image: url('../img/expand-more-reversed.svg');
  }
  .qa:after {
    position: absolute;
    top: 1rem;
    right: 0.8rem;
    content: '';
    width: 30px;
    height: 30px;
    background: url('/_assets/img/expand-more.svg') center top no-repeat;
    background-size: 32px 32px;
      -webkit-background-size: 32px 32px;
    transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
    pointer-events:none;
  }
  
  .qa.active:after {
    -webkit-transform: scale(-1,-1); 
      -ms-transform: scale(-1,-1);  
          transform: scale(-1,-1);
    pointer-events: none;
  }
  
  .section-faqs .active .answer {
    height: auto;
    padding: 2rem 2rem 2rem 0;
    overflow: visible;
  }
  
  .section-faqs .qa p:before {
    min-width: 50px;
  }
  
  .section-faqs .qa p:after {
    left: 50px;
  }
}
/* 1024px and smaller */
/* 992px and smaller */
@media only screen and (max-width: 992px) {
  .aside-found p {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }
  /* List */
  .list--number li,
  .list-directors li,
  .list-directors .list-text,
  .section-two-column aside .list--dots li {
    width: 100%;
    max-width: 100%;
  }
  .list--number li {
    margin-bottom: 2rem;
  }
  /* List */
  .section-introduction-to.section-layout-three-column .layout-three-column {
    padding: 2rem 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-introduction-to.section-layout-three-column aside {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .section-introduction-to.section-layout-three-column aside:last-of-type {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
/* 992px and smaller */
/* 880px and smaller */
@media only screen and (min-width: 881px) {
  .list-what-we-do-steps li {
    background-image: none !important;
  }
}
@media only screen and (max-width: 880px) {
  .section-what-we-do-steps {
    padding: 0;
    height: 700px;
    min-height: 700px;
    background: -webkit-linear-gradient(#003D73 0%, #00529C 100%);
    background: -o-linear-gradient(#003D73 0%, #00529C 100%);
    background: linear-gradient(#003D73 0%, #00529C 100%);
  }
  .list-what-we-do-steps li {
    padding: 5rem 4rem 0;
    margin: 0;
    height: 800px;
    font-size: 18px;
    font-size: 1.125rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    -webkit-background-size: cover;
  }
  .list-what-we-do-steps li p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .list-what-we-do-steps li p,
  .list-what-we-do-steps li h2 {
    position: relative;
    z-index: 3;
  }
  .list-what-we-do-steps li::before {
    display: none;
  }
  .list-what-we-do-steps li h2:before {
    position: absolute;
    top: -50px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    content: '';
    margin-bottom: 0.8rem;
    width: 30px;
    height: 30px;
    background: #fff;
    ;
    color: #0058A2;
    border-radius: 60px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
  }
  .list-what-we-do-steps li:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.2); */
  }
  .list-what-we-do-steps li[data-slick-index="0"] h2:before {
    content: '1';
  }
  .list-what-we-do-steps li[data-slick-index="1"] h2:before {
    content: '2';
  }
  .list-what-we-do-steps li[data-slick-index="2"] h2:before {
    content: '3';
  }
  .list-what-we-do-steps li[data-slick-index="3"] h2:before {
    content: '4';
  }
  .list-what-we-do-steps li[data-slick-index="4"] h2:before {
    content: '5';
  }
  .list-what-we-do-steps li[data-slick-index="5"] h2:before {
    content: '6';
  }
  .list-what-we-do-steps li[data-slick-index="6"] h2:before {
    content: '7';
  }
  .section-what-we-do-steps .carousel-navigation {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    bottom: 2rem
  }
  .section-what-we-do-steps .carousel-navigation .carouselInfo {
    color: #0058A2;
    background-color: #fff;
  }
  .section-what-we-do-steps .btn-carousel-next,
  .section-what-we-do-steps .btn-carousel-previous {
    background-image: url('/_assets/img/carousel-arrow-white.svg');
  }
}
/* 880px and smaller */
/* 768px and smaller */
@media only screen and (max-width: 768px) {
  .section-heading aside {
    width: 100%;
  }
  .impact-level-two,
  .section-impact-content {
    background-position: center -50px;
    background-size: cover;
    -webkit-background-size: cover;
  }
  .impact-level-two h1 {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .btn-close-dd-menu {
    right: 1rem;
  }
  .btn-view-menu {
    padding-left: 1.5rem;
  }
  .btn-view-menu::before,
  .btn-view-menu::after {
    left: 1.5rem;
  }
  .btn-view-menu .icon-menu {
    right: 1rem;
  }
  .dd-menu,
  .impact-level-two h1,
  .page-profile-details .section-carousel .section-heading {
    padding: 4rem 4rem 0;
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .dd-menu {
    padding-right: 0;
  }
  .dd-menu .overflow-scroll {
    padding-left: 0;
    padding-right: 0;
    justify-content: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .dd-menu div>li {
    margin-top: 0;
    margin-right: 1.5rem;
    width: 90%;
  }
  .section-message-quote,
  .section-quotes,
  .section-profile-header {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-level-three .impact-page-level-three,
  .container-fluid,
  .content-level-three .container-fluid,
  .page-level-three .section-bg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .section-media-contact-information .information-box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    height: auto;
    border-radius: 3px 3px 3px 3px;
  }
  .section-media-contact-information .information-box .icon {
    top: -50px;
    width: 50px;
    height: auto;
  }
  .section-two-column :nth-of-type(2).aside-text {
    padding-bottom: 2rem;
    padding-top: 0;
  }
 .section-general-contact-information aside:nth-of-type(2){
   padding-top: 0;
 }
  .section-two-column .aside-found {
    padding-top: 0rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
  }
  .section-flight-operation .information-box,
  .section-two-column aside,
  .section-flight-operation .aside-information,
  .section-media-contact-information aside:nth-of-type(2),
  .section-media-contact-information .information-box aside:nth-of-type(1) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .section-two-column .skinny-split {
    padding-bottom: 0rem;
  }
  .information-box aside,
  .information-box .aside-map {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .information-box aside:nth-of-type(2),
  .information-box .aside-map {
    padding: 0;
    height: auto;
    border-radius: 0 0 3px 3px;
  }
  .information-box .aside-map {
    min-height: 300px;
  }
  .list-information:nth-of-type(1) {
    margin-bottom: 0;
  }
  .section-view-annual-report .container-fluid,
  .section-profile-details .section-profile-bio,
  .section-profile-details .section-profile-bio-introduction,
  .section-faqs {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .section-profile-bio-introduction:after {
    margin-left: -44.5%;
    width: calc(100% - 3rem);
  }
  /*.section-view-annual-report {
    min-height: 500px;
  }*/
  .section-view-annual-report .year {
    font-size: 170px;
    font-size: 15.625rem;
  }
  .section-view-annual-report img {
    width: 500px;
    z-index: 1;
  }
  .section-view-annual-report .annual-report-visual .doc {
    width: 500px;
  }
  .page-governance .list-directors {
    padding: 0 1rem;
  }
  .section-explore {
    width: calc(100% - 3rem);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .section-whats-sets-us-apart .aside-text:nth-of-type(2) {
    padding-bottom: 0;
  }
  .page-listings .section-heading aside:nth-of-type(1) {
    display: none;
  }
  .page-listings .section-heading aside {
    padding-bottom: 0;
    width: 100%;
    justify-content: flex-start;
  }
  .list-what-we-do-steps li {
    padding: 5rem 6rem 0;
  }
  .section-list-four-columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .list-four-columns li>span {
    padding-right: 0;
  }
  /* Section - Message/Quote From   */
  .section-message-quote {
    -ms-align-items: center;
    align-items: center;
  }
  .section-message-quote .message-quote {
    padding: 1.5rem 1.5rem 3rem;
  }
  .section-message-quote .message-quote img {
    margin: 0 auto;
    height: auto;
  }
  .section-message-quote .message-quote::before {
    top: 2.5rem;
  }
  .list-quick-facts,
  .section-profile-bio,
  .call-out-important-dates {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-quick-facts li {
    width: 100%;
    margin: 1rem 0 1.5rem;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .page-post-details .section-heading aside {
    width: 100%;
  }
  .page-profile-details .section-heading aside:nth-of-type(2),
  .page-post-details .section-heading aside:nth-of-type(2),
  .page-generic-content .section-heading aside:nth-of-type(2) {
    position: absolute;
    bottom: 1rem;
    left: 1.5rem;
    width: 90%;
    padding: 0 1.5rem;
    justify-content: flex-start;
  }
  .section-heading .viewall {
    width:100%;
    bottom: 1rem;
    left: 1.5rem;
    width: 90%;
    padding: 0 1.5rem;
    justify-content: flex-start;    
  }
  .page-post-details .section-post-listings {
    position: relative;
    padding-bottom: 5rem;
  }
  .section-heading aside:nth-of-type(2) .btn {
    justify-content: flex-start;
  }
  .section-carousel .section-heading aside:nth-of-type(2) .btn {
    justify-content: center;
  }
  .section-training .container-fluid,
  .section-profile-details .container-fluid {
    padding-top: 0;
  }
  .section-training .container-fluid {
    padding-bottom: 1rem;
  }
  .section-profile-details,
  .section-training .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .section-training .container-fluid h2,
  .section-training .container-fluid {
    text-align: left;
    justify-content: flex-start;
  }
  .section-training .container-fluid .hu:after {
    left: 1.5rem;
  }
  .section-profile-header {
    margin-bottom: 3rem;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    background-color: #1A2A38;
  }
  .section-profile-details:before {
    display: none;
  }
  .section-profile-header .aside-profile-picture {
    width: 100%;
    margin: 0 auto;
    background-color: #1A2A38;
    flex-shrink: 0;
  }
  .section-profile-header .aside-profile-title {
    padding-top: 2rem;
    width: 100%;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .section-profile-header .aside-profile-title h2,
  .section-profile-header .aside-profile-title h3,
  .page-profile-details .section-heading aside:nth-of-type(2) .btn {
    justify-content: center;
  }
  .section-profile-bio-introduction p {
    margin: 0 auto;
    padding-bottom: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .section-profile-bio {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: stretch;
  }
  .section-profile-details .container-fluid {
    padding-bottom: 2rem;
  }
  .page-profile-details .section-cards-bio .card .img-link img {
    width: 500px;
    margin-top: -2rem;
    margin-left: -250px;
  }
  .card-corporate .img-link,
  .card-corporate .img-no-link {
    min-height: 280px;
  }
  .page-corporate-overview .card-corporate .img-link,
  .page-corporate-overview .card-corporate .img-no-link {
    height: 200px;
    min-height: 200px;
    background-position: center top;
  }
  .page-profile-details .section-carousel {
    padding-bottom: 12rem;
  }
  .page-profile-details .carousel-navigation {
    bottom: 7rem;
  }
  .page-profile-details .section-heading aside:nth-of-type(2) {
    left: 50%;
    margin-left: -45%;
  }
  .form-container {
    padding: 0 1.5rem 2rem;
    max-width: 100%;
    overflow: hidden;
    overflow-y: visible;
  }
  .note-alert {
    padding: 2rem;
  }
  .section-form div,
  .section-form legend,
  .section-form fieldset>p,
  .section-form .form-consent {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-form fieldset legend {
    margin-bottom: 1rem;
  }
  .section-form legend {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .section-form label {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .aside-img,
  .section-our-vision .aside-img,
  .section-advisory-committee .aside-img {
    min-height: 300px;
  }
  .btn-tooltip p {
    margin-left: -250px;
  }
  .page-level-three .impact-page-level-three {
    padding: 4rem 1.5rem 0;
  }
  .page-level-three .impact-page-level-three {
    padding-top: 0;
  }
  .page-level-three .impact-page-level-three .container-fluid {
    padding-top: 4.5rem;
  }
  .page-financial-information .container-fluid {
    padding: 0;
  }
  .section-learn-more {
    padding: 0;
  }
  .section-learn-more aside {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-learn-more aside h2,
  .section-faqs .qa p:before {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .call-out-important-dates {
    padding: 2rem 0;
  }
  .call-out-important-dates,
  .call-out-important-dates .call-out-content {
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .call-out-important-dates .call-out-content h2 {
    width: 100%;
    max-width: 100%;
  }
  .call-out-important-dates .icon {
    margin-top: 0;
  }
  .content-page .call-out-content h2 {
    width: 100%;
    max-width: 100%;
  }
  .layout-five-column,
  .layout-four-column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  
}
/* 768px and smaller */
/* 580px and smaller */
@media only screen and (max-width: 580px) {
  .carouselInfoEmployee {
    display: none;
  }
  .aside-found h2 {
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .list-information li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-carousel .section-heading,
  .section-flight-operation .information-box,
  .section-general-contact-information .list-information li {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-general-contact-information .list-information li {
    //padding-left: 0;
    -ms-align-items: flex-start;
    align-items: flex-start;
    line-height: 1.2;
  }
  .list-information li>span,
  .list-information li span:nth-of-type(2) {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  .list-information li span:nth-of-type(2) {
    margin-top: 0.5rem
  }
  .section-flight-operation .information-box {
    padding-bottom: 1rem;
  }
  .section-flight-operation .information-box .icon-airport {
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 2px solid #999FA8;
  }
  .information-box aside:nth-of-type(2) {
    padding: 1rem 2rem 0;
  }
  .section-general-contact-information .list-information li span:nth-of-type(2),
  .section-general-contact-information .list-information li span:nth-of-type(2) a {
    text-align: left;
    justify-content: flex-start;
  }
  .section-general-contact-information .list-information li span:nth-of-type(2) {
    margin-top: 0.7rem;
    justify-content: flex-start;
    padding-right: 0;
  }
  /*.section-view-annual-report {
    min-height: 500px;
  }*/
  .section-view-annual-report .year {
    font-size: 170px;
    font-size: 10.625rem;
  }
  .section-view-annual-report img {
    width: 400px;
    z-index: 1;
  }
  .section-view-annual-report .annual-report-visual .doc {
    width: 400px;
  }
  .page-governance .list-directors li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .image-group {
    width: 100%;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
  }
  .image-group img {
    margin: 2rem auto;
    max-width: 100px;
  }
  .section-message-quote img {
    max-width: 250px;
  }
  .section-message-quote .message-quote,
  .section-quotes .message-quote,
  .section-quotes .message-quote p {
    padding-right: 0;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }
  .section-message-quote .message-quote-author,
  .section-quotes p.message-quote-author {
    margin-top: 0.6rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .aside-profile-picture img {
    width: 100%;
    height: auto;
  }
  .section-form .container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    max-width: 100%;
  }
  .section-form .latitude-longtitude input {
    width: 60px;
  }
  .section-form input[type="submit"] {
    display: block;
    position: relative;
    right: initial;
    margin: 2rem auto 0;
  }
  .section-form .input-checkbox {
    height: 30px;
  }
  .layout-five-column,
  .layout-four-column,
  .layout-three-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .section-types-controllers {
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }
  .section-where-you-might-be-posted {
    position: relative;
    padding-bottom: 10rem;
  }
  .section-types-controllers .section-tab-one .section-two-column,
  .section-types-controllers .section-tab-two .section-two-column {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .section-where-you-might-be-posted .btn-expand {
    position: absolute;
    left: 50%;
    margin-left: -50%;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    height: 100px;
    margin-bottom: 0;
    border-bottom: none;
    border-top: 1px solid rgba(56, 121, 193, 0.2);
  }
  .section-where-you-might-be-posted .btn-expand:before {
    top: -20px;
  }
  .section-where-you-might-be-posted.active div:nth-of-type(3),
  .section-where-you-might-be-posted.active div:nth-of-type(4),
  .section-where-you-might-be-posted.active div:nth-of-type(5) {
    display: block;
  }
  /* Carousel */
  .section-carousel {
    padding-bottom: 10rem;
  }
  .section-carousel .section-heading aside {
    width: 100%;
    justify-content: flex-start;
  }
  .section-carousel .section-heading aside:nth-of-type(2) {
    height: 0;
    padding: 0;
    bottom: 5rem;
  }
  .page-generic-content .section-carousel-employee .section-heading aside:nth-of-type(2) {
    bottom: 0;
  }
  .carousel-navigation {
    margin-left: -125px;
    bottom: 6rem;
    max-width: 250px;
  }
  .section-carousel .section-heading .btn-primary {
    /*position: absolute;*/
    width: 100%;
    left: 50%;
    margin-left: -50%;
    bottom: 1.5rem;
    justify-content: center;
  }
  .page-controllers .section-carousel {
    padding-bottom: 4rem;
  }
  .page-controllers .section-carousel .btn-carousel-next,
  .page-controllers .section-carousel .btn-carousel-previous {
    position: absolute;
    width: 45px;
    height: 140px;
    background: #00529C url('/_assets/img/carousel-arrow-white.svg') center center no-repeat;
    border-radius: 3px 0 0 3px;
  }
  .page-controllers .section-carousel .carousel-navigation {
    top: 290px;
    width: 100%;
    max-width: 100%;
    margin-left: -50%;
  }
  .page-controllers .section-carousel .btn-carousel-next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .list-what-we-do-steps li {
    padding-right: 7rem;
    padding-left: 7rem;
  }
  .section-what-we-do-steps,
  .list-what-we-do-steps li {
    height: 600px;
    min-height: 600px;
  }
/* .list-what-we-do-steps li[data-slick-index="3"] {
    padding-top: 17rem;
    height: 650px;
  }/*
  /* Carousel */
  .aside-found h2 .icon-found {
    margin-left: 1rem;
  }
  .icon-found,
  .icon-found::after,
  .icon-found::before {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #006EB0;
    display: none;
  }
  .icon-found::after,
  .icon-found::before {
    top: -15px;
  }
  .icon-found::before {
    left: -5px;
  }
  .list-information li>span a.mobile-left {
     justify-content: start;
  }
}
/* 580px and smaller */
/* 480px and smaller */
@media only screen and (max-width: 480px) {
  .impact-level-two h1 {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 0.8rem;
  }
  .page-level-three .impact-page-level-three h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .section-two-column .h2,
  .page-level-three h2,
  .page-level-three .container-fluid .call-out-box h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .page-level-three h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .layout-five-column,
  .layout-four-column,
  .layout-three-column,
  .layout-two-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    text-align: center;
  }
  .section-where-you-might-be-posted .layout-five-column div p,
  .section-where-you-might-be-posted .layout-four-column div p,
  .section-where-you-might-be-posted .layout-three-column div p,
  .section-where-you-might-be-posted .layout-two-column div p {
    text-align: center;
    justify-content: center;
  }
  .form-container {
    overflow: visible;
  }
  .input-tooltip {
    overflow: hidden;
  }
  .section-form div,
  .section-form legend,
  .section-form fieldset>p,
  .section-form .form-consent,
  .section-form .input-checkbox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
/*  .list-what-we-do-steps li[data-slick-index="3"] {
    padding-top: 4rem;
  }*/
  .section-types-controllers .buttons button {
    max-width: 140px;
  }
  .list-what-we-do-steps li {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .list-numbered-cards .card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .icon-invalid-alert {
    display: none;
  }
}
/* Social Embedded CSS*/
.embedded-youtube,
.embedded-generic,
.embedded-linkedin
{
   display: block;
   position: relative;
   overflow: hidden;
   height: 100%;
   width: 100%;
   padding-bottom: 56.25%
}
.embedded-twitter,
.embedded-instagram
{ width: 100%; }
.embedded-facebook,
.embedded-facebook iframe,.embedded-facebook object,.embedded-facebook embed,
.embedded-twitter iframe,.embedded-twitter object,.embedded-twitter embed,
.embedded-instagramiframe,.embedded-instagramobject,.embedded-instagram embed
{}
.embedded-youtube iframe,.embedded-youtube object,.embedded-youtube embed,
.embedded-generic iframe,.embedded-generic object,.embedded-generic embed,
.embedded-linkedin iframe,.embedded-linkedin object,.embedded-linkedin embed
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
@media only screen and (max-width: 792px) {
   .embedded-youtube
   {
      width: 100% !important;
      padding-bottom: 56.25% !important;
   }
}
.no-padding {
    padding: 0px;
}
.container-fluid.embed-padding {
    padding-top: 0px;
}
/* DISQUS */
.disqus {
   padding: 2rem;
   display:block;
}
/* VIDEO MULTI */
.embed-container, .vimeo-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; width:100% }
.embed-container iframe, .embed-container object, .embed-container embed, .vimeo-container iframe, .vimeo-container object, .vimeo-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.vimeo-container { margin-top: 2rem; }
@media only screen and (max-width: 1024px) {
   .vimeo-container { margin-top: 0px; }
}
a.info {
  position:relative;
  z-index:9;
  text-decoration:none;
}
a.info:hover, a.info:focus, a.info:active {
  z-index:15;
}
a.info span.link,
a.info span.link-header,
a.info div.link-header,
a.info span.feature,
a.info span.newslink,
a.info span.threetilefeature,
a.info span.image,
a.info span.tilewithsidebar,
a.info span.mmbutton,
a.info span.wysiwyglink,
a.info span.carousel,
a.info span.button {
  position:absolute;
  top: -1.8rem;
  left: 0rem;
  width:0;
  overflow:hidden;
  opacity: 0;
}
a.info span.wysiwyglink {
   border: 1px solid grey;
}
a.info:hover span.link, a.info:focus span.link, a.info:active span.link,
a.info:hover span.wysiwyglink, a.info:focus span.wysiwyglink, a.info:active span.wysiwyglink,
a.info:hover span.link-header, a.info:focus span.link-header, a.info:active span.link-header,
a.info:hover div.link-header, a.info:focus div.link-header, a.info:active div.link-header,
a.info:hover span.feature, a.info:focus span.feature, a.info:active span.feature,
a.info:hover span.threetilefeature, a.info:focus span.threetilefeature, a.info:active span.threetilefeature,
a.info:hover span.image, a.info:focus span.image, a.info:active span.image,
a.info:hover span.carousel, a.info:focus span.carousel, a.info:active span.carousel,
a.info:hover span.newslink, a.info:focus span.newslink, a.info:active span.newslink,
a.info:hover span.tilewithsidebar, a.info:focus span.tilewithsidebar, a.info:active span.tilewithsidebar,
a.info:hover span.mmbutton, a.info:focus span.mmbutton, a.info:active span.mmbutton,
a.info:hover span.button, a.info:focus span.button, a.info:active span.button { 
  display:block;
  position: absolute;
  top: -1.8rem;
  left: 0rem;
  padding: 0.4rem 1rem;
  width: auto;
  /*color: #fff;*/
  color:black;
  font-size: 13px; font-size: 0.8125rem;
  font-weight: 400;
  text-align: center;
  /*background-color: #F47938;*/
  background-color: #FFFFFF;
  background-size: 48px 48px;
  border-radius: 3px;
  visibility: show;
  opacity: 1;
  overflow: hidden;
  z-index: 99999;
  white-space: nowrap;  
}   
a.info:hover span.feature {
  top: -1.8rem;
  left: 3rem;
}
a.info:hover span.threetilefeature {
  top: -1.8rem;
  left: 12rem;
}
a.info:hover span.carousel{
  top: 7px;
  left: 75px;
}
a.info:hover span.newslink{
  top: -1.4rem;
  left: 2rem;
}
a.info:hover span.tilewithsidebar{
  top: -2rem;
  left: 0rem;
}
a.info:hover span.button {
  top: -2rem;
  left: 0rem;
}
a.info:hover span.mmbutton {
  top: -1.5rem;
  left: 0rem;
  border: 1px grey solid;
}
a.info:hover div.link-header,
a.info:hover span.link-header {
  top: 1rem;
  margin-left: 5px;
  position: unset;
}
a.info:hover span.image {
  top: 0rem;
  left: 0rem;
  border: 1px grey solid;
  height: 2rem;
}
a.info:hover span.link:hover,
a.info:hover span.wysiwyglink:hover
 {
  display:none;
}
@media only screen and (max-width: 972px) {
  a.info:hover span.mmbutton {
    top: -1rem;
  }
}
@media only screen and (min-width: 1024px) {
  a.info:hover div.link-header,
  a.info:hover span.link-header {
    top: -1rem;
    left: 1.5rem;
    position: absolute;
  }
}
/* Page Careers */
/* Page RPAS */
.section-rpas {
  position: relative;
  padding-bottom: 15rem;
  background-color: #D1DAE2;
  background: -moz-linear-gradient(129deg, rgba(255, 255, 255, 1) 0%, rgba(209, 218, 226, 1) 100%);
  background: -webkit-linear-gradient(129deg, rgba(255, 255, 255, 1) 0%, rgba(209, 218, 226, 1) 100%);
  background: linear-gradient(129deg, rgba(255, 255, 255, 1) 0%, rgba(209, 218, 226, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d1dae2", GradientType=1);
}
.section-rpas:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('../images/bg-rpas.png');
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-background-size: 1400px auto;
  background-size: 1400px auto;
}
.page-rpas .aside-note-alert {
  padding-top: 22rem;
}
/* Form & Form RPAS */
.section-rpas-form {
  position: relative;
  padding-bottom: 8rem;
}
.section-rpas-form .container {
  margin-top: -15rem;
  position: relative;
  align-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  max-width: 1000px;
  height: auto;
  padding-bottom: 4rem;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.form-rpas {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3rem;
  width: 100%;
  max-width: 560px;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}
.form-rpas .input-checkbox label {
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-weight: 500;
  height: auto;
}
.form-rpas .btn-secondary {
  margin-right: 0;
  -ms-align-self: flex-end;
  align-self: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-rpas .section-related-content aside:nth-of-type(1) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1024px) {
  .section-rpas {
    padding-top: 2rem;
  }
  .section-rpas-form {
    padding-bottom: 0;
  }
  .section-rpas:before {
    -webkit-background-size: 1100px auto;
    background-size: 1100px auto;
    opacity: 0.11;
  }
}
@media only screen and (max-width: 580px) {
  .section-rpas-form .container {
    padding-bottom: 1rem;
  }
}