@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
/*
    Align items
 */
/*
    Align self
 */
/*
    Align content
 */
/* Grid & Gutters */
/* Colours */
/* Breakpoints */
.fullContent {
  margin-top: -45px;
  margin-left: 20px;
  margin-right: 20px; }
  @media (min-width: 480px) {
    .fullContent {
      margin-left: 30px;
      margin-right: 30px; } }
  @media (min-width: 1024px) {
    .fullContent {
      margin-left: 45px;
      margin-right: 45px; } }
  @media (min-width: 1365px) {
    .fullContent {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (min-width: 1910px) {
    .fullContent {
      margin-left: 160px;
      margin-right: 160px; } }
.newsHeader, .imageContentHorz {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0; }
  @media (min-width: 480px) {
    .newsHeader, .imageContentHorz {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1024px) {
    .newsHeader, .imageContentHorz {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 1365px) {
    .newsHeader, .imageContentHorz {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1910px) {
    .newsHeader, .imageContentHorz {
      padding-left: 160px;
      padding-right: 160px; } }
.mainContent, .textHeader .leftCol, .leftCarousel.noCarousel .leftCol {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px; }
  @media (min-width: 480px) {
    .mainContent, .textHeader .leftCol, .leftCarousel.noCarousel .leftCol {
      margin-left: 30px;
      margin-right: 30px;
      width: 66.6666666%; } }
  @media (min-width: 1024px) {
    .mainContent, .textHeader .leftCol, .leftCarousel.noCarousel .leftCol {
      margin-left: 45px;
      margin-right: 35px; } }
  @media (min-width: 1365px) {
    .mainContent, .textHeader .leftCol, .leftCarousel.noCarousel .leftCol {
      margin-left: 175px;
      margin-right: 60px;
      width: 75%; } }
  @media (min-width: 1910px) {
    .mainContent, .textHeader .leftCol, .leftCarousel.noCarousel .leftCol {
      margin-left: 300px;
      margin-right: 70px; } }
.newsImg .caption, .newsLead, .map #searchMap, .fullContent article {
  width: 75%; }

.newsImg .caption, .newsLead, .map #searchMap, .smallHeader .content, .fullContent article, .leftCarousel, .mainContent.full, .blueBarWrap, .leadImg, .sectionLead .caption, .sectionLead .blogLead {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0; }
  @media (min-width: 480px) {
    .newsImg .caption, .newsLead, .map #searchMap, .smallHeader .content, .fullContent article, .leftCarousel, .mainContent.full, .blueBarWrap, .leadImg, .sectionLead .caption, .sectionLead .blogLead {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1024px) {
    .newsImg .caption, .newsLead, .map #searchMap, .smallHeader .content, .fullContent article, .leftCarousel, .mainContent.full, .blueBarWrap, .leadImg, .sectionLead .caption, .sectionLead .blogLead {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 1365px) {
    .newsImg .caption, .newsLead, .map #searchMap, .smallHeader .content, .fullContent article, .leftCarousel, .mainContent.full, .blueBarWrap, .leadImg, .sectionLead .caption, .sectionLead .blogLead {
      padding-left: 175px;
      padding-right: 175px; } }
  @media (min-width: 1910px) {
    .newsImg .caption, .newsLead, .map #searchMap, .smallHeader .content, .fullContent article, .leftCarousel, .mainContent.full, .blueBarWrap, .leadImg, .sectionLead .caption, .sectionLead .blogLead {
      padding-left: 300px;
      padding-right: 300px; } }
.formContainer {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin: 0; }
  @media (min-width: 480px) {
    .formContainer {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1024px) {
    .formContainer {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 1365px) {
    .formContainer {
      padding-left: 175px;
      padding-right: 175px; } }
  @media (min-width: 1910px) {
    .formContainer {
      padding-left: 300px;
      padding-right: 300px; } }
.headerLarge {
  padding: 35px 20px;
  margin: 0 !important; }
  @media (min-width: 480px) {
    .headerLarge {
      padding: 45px 30px 35px; } }
  @media (min-width: 1024px) {
    .headerLarge {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 1365px) {
    .headerLarge {
      padding-left: 175px;
      padding-right: 175px; } }
  @media (min-width: 1910px) {
    .headerLarge {
      padding-left: 300px;
      padding-right: 300px; } }
.fullContentCarousel .header {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }
  @media (min-width: 480px) {
    .fullContentCarousel .header {
      padding-left: 30px;
      padding-right: 0; } }
  @media (min-width: 1024px) {
    .fullContentCarousel .header {
      padding-left: 45px; } }
  @media (min-width: 1365px) {
    .fullContentCarousel .header {
      padding-left: 175px; } }
  @media (min-width: 1910px) {
    .fullContentCarousel .header {
      padding-left: 300px; } }
.fullContentCarousel .rightCol {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  margin-top: 8px; }
  @media (min-width: 480px) {
    .fullContentCarousel .rightCol {
      float: right;
      padding-left: 0;
      padding-right: 30px;
      padding-bottom: 0; } }
  @media (min-width: 1024px) {
    .fullContentCarousel .rightCol {
      padding-right: 45px; } }
  @media (min-width: 1365px) {
    .fullContentCarousel .rightCol {
      padding-right: 60px; } }
  @media (min-width: 1910px) {
    .fullContentCarousel .rightCol {
      padding-right: 160px; } }
.fullContentCarousel .carousel, .fullContentCarousel .carouselMedia {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }
  @media (min-width: 480px) {
    .fullContentCarousel .carousel, .fullContentCarousel .carouselMedia {
      padding-left: 30px;
      padding-right: 0; } }
  @media (min-width: 1024px) {
    .fullContentCarousel .carousel, .fullContentCarousel .carouselMedia {
      padding-left: 45px; } }
  @media (min-width: 1365px) {
    .fullContentCarousel .carousel, .fullContentCarousel .carouselMedia {
      padding-left: 175px; } }
  @media (min-width: 1910px) {
    .fullContentCarousel .carousel, .fullContentCarousel .carouselMedia {
      padding-left: 300px; } }
.rightBar, .leftCarousel.noCarousel .rightCol {
  display: none; }

.rightBar, .textHeader .rightCol, .leftCarousel.noCarousel .rightCol {
  margin: 0 20px;
  padding: 0; }
  @media (min-width: 480px) {
    .rightBar, .textHeader .rightCol, .leftCarousel.noCarousel .rightCol {
      display: block;
      width: 33.3333333%;
      margin-left: 0;
      margin-right: 30px; } }
  @media (min-width: 1024px) {
    .rightBar, .textHeader .rightCol, .leftCarousel.noCarousel .rightCol {
      margin-right: 45px; } }
  @media (min-width: 1365px) {
    .rightBar, .textHeader .rightCol, .leftCarousel.noCarousel .rightCol {
      margin-right: 175px;
      width: 25%; } }
  @media (min-width: 1910px) {
    .rightBar, .textHeader .rightCol, .leftCarousel.noCarousel .rightCol {
      margin-right: 300px; } }
@media (min-width: 480px) {
  .fullHeader {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1024px) {
  .fullHeader {
    padding-left: 45px;
    padding-right: 45px; } }

@media (min-width: 1365px) {
  .fullHeader {
    padding-left: 60px;
    padding-right: 60px; } }

@media (min-width: 1910px) {
  .fullHeader {
    padding-left: 160px;
    padding-right: 160px; } }

@media (min-width: 480px) {
  .historyMenu {
    flex: 0 0 16.666667%;
    padding-left: 30px;
    margin-right: 45px; } }

@media (min-width: 1024px) {
  .historyMenu {
    padding-left: 45px; } }

@media (min-width: 1365px) {
  .historyMenu {
    padding-left: 60px; } }

@media (min-width: 1910px) {
  .historyMenu {
    padding-left: 160px; } }

.historyContent {
  margin-left: 20px;
  margin-right: 20px; }
  @media (min-width: 480px) {
    .historyContent {
      margin-left: 0;
      margin-right: 30px; } }
  @media (min-width: 1024px) {
    .historyContent {
      padding-top: 15px;
      margin-right: 45px; } }
  @media (min-width: 1365px) {
    .historyContent {
      margin-right: 175px; } }
  @media (min-width: 1910px) {
    .historyContent {
      margin-right: 300px; } }
@media (min-width: 1024px) {
  .directorsBlock, a.full .fullContent article {
    padding-left: 25%;
    padding-right: 25%; } }

header .mediaBox {
  overflow: hidden;
  position: relative; }
  header .mediaBox video {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translateX(50%) translateY(50%);
    min-width: 100%;
    min-height: 100%;
    overflow: hidden; }

.fluidHeaderHome .rightCol.mediaBox video {
  width: 100%;
  height: auto;
  display: none; }
  @media (min-width: 480px) {
    .fluidHeaderHome .rightCol.mediaBox video {
      display: block;
      width: auto;
      height: 100%; } }
@media (min-width: 1024px) {
  .fullHeader .rightCol.mediaBox {
    background-image: none !important; } }

.fullHeader .rightCol.mediaBox video {
  width: 100%;
  height: auto;
  display: none; }
  @media (min-width: 1024px) {
    .fullHeader .rightCol.mediaBox video {
      display: block;
      width: auto;
      height: 100%; } }
  @media (min-width: 1440px) {
    .fullHeader .rightCol.mediaBox video {
      width: auto;
      height: 100%; } }
  @media (min-width: 1700px) {
    .fullHeader .rightCol.mediaBox video {
      width: 100%;
      height: auto; } }
  @media (min-width: 1910px) {
    .fullHeader .rightCol.mediaBox video {
      width: auto;
      height: 100%; } }
  @media (min-width: 2200px) {
    .fullHeader .rightCol.mediaBox video {
      width: 100%;
      height: auto; } }
@media (min-width: 1024px) {
  .fluidHeader .rightCol.mediaBox {
    background-image: none !important; } }

.fluidHeader .rightCol.mediaBox video {
  width: auto;
  height: 100%;
  display: none; }
  @media (min-width: 1024px) {
    .fluidHeader .rightCol.mediaBox video {
      display: block; } }
  @media (min-width: 1354px) {
    .fluidHeader .rightCol.mediaBox video {
      width: 100%;
      height: auto; } }
  @media (min-width: 1360px) {
    .fluidHeader .rightCol.mediaBox video {
      width: auto;
      height: 100%; } }
  @media (min-width: 1440px) {
    .fluidHeader .rightCol.mediaBox video {
      width: 100%;
      height: auto; } }
  @media (min-width: 1910px) {
    .fluidHeader .rightCol.mediaBox video {
      width: auto;
      height: 100%; } }
  @media (min-width: 2200px) {
    .fluidHeader .rightCol.mediaBox video {
      width: 100%;
      height: auto; } }
.fluidHeaderHome .leftCol h1 sup, .fluidHeaderHome .leftCol .header-title sup, .fluidHeader .leftCol h1 sup, .fluidHeader .leftCol .header-title sup, .fullHeader .leftCol h1 sup, .fullHeader .leftCol .header-title sup {
  font-size: 40%;
  top: -5px;
  position: relative; }

/* Font Size */
h1, .header-title, h2, h3, h4, h5 {
  padding: 0;
  margin: 0; }

/* Resets and Globals */
* {
  box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #212640;
  margin: 0;
  padding: 0;
  font-size: 14px; }
  @media (min-width: 1024px) {
    body {
      font-size: 16px; } }
  body.fixedBG {
    overflow: hidden;
    width: 100%; }

.blur.searchOpen {
  transition: all 0.25s ease-in-out;
  -webkit-filter: blur(3.5px);
  -moz-filter: blur(3.5px);
  -o-filter: blur(3.5px);
  -ms-filter: blur(3.5px);
  filter: blur(3.5px); }

ul, p {
  margin: 0;
  padding: 0; }

.clearfix {
  clear: both;
  float: none; }

.vbottom {
  vertical-align: bottom; }

a {
  text-decoration: none !important;
  color: #005EB8; }
  a:hover {
    text-decoration: underline !important; }

section {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 20px 0; }
  @media (min-width: 480px) {
    section {
      -moz-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 1024px) {
    section {
      padding: 45px 0; } }
  section.noFlex {
    display: block; }
  section a.full {
    text-decoration: none !important;
    width: 100%;
    color: #212640; }
    section a.full .fullContent:hover {
      background: #D9E7F5; }
  section.top {
    padding-bottom: 1px; }
  section.middle {
    padding-top: 1px;
    padding-bottom: 1px; }
  section.bottom {
    padding-top: 1px; }

@media (min-width: 480px) {
  .flexBox {
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: stretch;
    align-items: stretch; } }
  @media (min-width: 480px) and (min-width: 480px) {
    .flexBox {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 480px) and (min-width: 1024px) {
    .flexBox {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 480px) and (min-width: 1365px) {
    .flexBox {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 480px) and (min-width: 1910px) {
    .flexBox {
      padding-left: 160px;
      padding-right: 160px; } }
@media (min-width: 480px) {
  .flexBox.mainContent.full {
    -moz-flex-direction: row;
    flex-direction: row; } }

.flexBox.noPadding {
  padding: 0 !important; }

@media (min-width: 480px) {
  .flexBoxFull {
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: stretch;
    align-items: stretch; } }

@media (min-width: 480px) {
  .flexBoxFull.left {
    -webkit-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; } }

.flexBoxFull.space-between {
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.flexBoxFull.flex-wrap-wrap {
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }

@media (min-width: 480px) {
  .flexBoxFull .col4 {
    width: calc(33.3333333333% - 40px);
    margin: 0 20px 40px; }
    .flexBoxFull .col4:first-child {
      margin-left: 20px; } }

section.flexBoxFull:last-child {
  margin-bottom: -60px; }

.img-responsive {
  display: block;
  width: 100%;
  height: auto;
  flex-shrink: 0; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .img-responsive {
      max-width: 100%; } }
.dkBlueBg {
  background-color: #212640;
  color: #ffffff; }

.ltBlueBg {
  background-color: #005EB8;
  color: #ffffff; }

.ltltBlueBg {
  background-color: #D9E7F5 !important;
  color: #212640 !important; }

.mapBg {
  background-position: 50% 30px;
  background-size: auto;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative; }

.border {
  border: 1px solid #D9E7F5; }

.borderTB {
  border-top: 1px solid #D9E7F5;
  border-bottom: 1px solid #D9E7F5; }

.borderBottom {
  border-bottom: 1px solid #D9E7F5; }

.header.borderBottom {
  padding-bottom: 15px; }

.noBorder {
  border: none !important; }

section.borderTop {
  margin-top: 35px; }
  @media (min-width: 480px) {
    section.borderTop {
      padding-top: 50px; } }
section.borderBottom {
  margin-bottom: 35px; }
  @media (min-width: 480px) {
    section.borderBottom {
      padding-bottom: 50px; } }
/* Structure / Grid */
.visibleXS {
  display: block; }
  @media (min-width: 1024px) {
    .visibleXS {
      display: none; } }
.visibleMD {
  display: block; }
  @media (min-width: 1024px) {
    .visibleMD {
      display: block; } }
  @media (min-width: 1365px) {
    .visibleMD {
      display: none; } }
.visibleLG {
  display: none; }
  @media (min-width: 1365px) {
    .visibleLG {
      display: block; } }
.hiddenXS {
  display: none; }
  @media (min-width: 1024px) {
    .hiddenXS {
      display: block; }
      .hiddenXS.alertBox {
        display: -webkit-flexbox;
        display: flex; } }
.hiddenSM {
  display: block; }
  @media (min-width: 480px) {
    .hiddenSM {
      display: none; } }
  @media (min-width: 1024px) {
    .hiddenSM {
      display: block; } }
.hiddenXS.hiddenSM {
  display: none; }
  @media (min-width: 480px) {
    .hiddenXS.hiddenSM {
      display: none; } }
  @media (min-width: 1024px) {
    .hiddenXS.hiddenSM {
      display: block; } }
.rightBar.hiddenXS, .rightCol.hiddenXS {
  display: none !important; }
  @media (min-width: 480px) {
    .rightBar.hiddenXS, .rightCol.hiddenXS {
      display: block !important; } }
@media (min-width: 1024px) {
  .hiddenMD {
    display: none; } }

@media (min-width: 1024px) {
  .hiddenMD.navTop {
    display: none !important; } }

@media (min-width: 1365px) {
  .hiddenLG {
    display: none; } }

.borderTop {
  border-top: 1px solid #D9E7F5; }
  .borderTop .imgTextPodHorz {
    margin-top: 45px; }

.mainContent {
  display: -webkit-flexbox;
  display: flex; }
  @media (min-width: 480px) {
    .mainContent {
      margin-bottom: 0; } }
  .mainContent.vCenter {
    -webkit-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
  .mainContent .bodyBlock p {
    margin-bottom: 40px; }
  .mainContent .bodyBlock a.btnAnim {
    font-size: 14px; }
  .mainContent ul {
    margin: 10px 0 20px 20px;
    list-style: none;
    padding-left: 0;
    position: relative; }
    @media (min-width: 480px) {
      .mainContent ul {
        margin: 10px 0 30px 30px; } }
    .mainContent ul li {
      line-height: 30px;
      position: relative;
      margin-bottom: 6px;
      position: relative; }
      .mainContent ul li:before {
        position: absolute;
        content: "•";
        left: -20px; }
        @media (min-width: 480px) {
          .mainContent ul li:before {
            left: -30px; } }
  .mainContent blockquote {
    background-image: url(../images/blockquote-lt-blue.svg);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 60px 0; }
    @media (min-width: 480px) {
      .mainContent blockquote {
        margin-left: 0; } }
    @media (min-width: 1365px) {
      .mainContent blockquote {
        margin-left: -115px; } }
    @media (min-width: 1910px) {
      .mainContent blockquote {
        margin-left: -140px; } }
    .mainContent blockquote .content {
      padding: 18px 0 0 55px; }
      .mainContent blockquote .content .quote {
        font-style: italic;
        font-size: 40px;
        color: #005EB8;
        line-height: 56px;
        margin-bottom: 10px; }
        .mainContent blockquote .content .quote:after {
          content: '"'; }
      .mainContent blockquote .content .meta {
        text-transform: uppercase;
        font-size: 12px;
        color: #005EB8;
        line-height: 24px; }
  .mainContent p img {
    display: block;
    flex-shrink: 0; }

.fullContentCarousel {
  width: 100%; }
  .fullContentCarousel .leftCol, .fullContentCarousel .rightCol {
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .fullContentCarousel .leftCol {
    float: left; }
  .fullContentCarousel .carousel, .fullContentCarousel .carouselMedia {
    clear: both; }

.noMarg {
  margin: 0 !important; }

.margT0 {
  margin-top: 0 !important; }

.margT10 {
  margin-top: 10px !important; }

.margT15 {
  margin-top: 15px !important; }

.margT20 {
  margin-top: 20px !important; }

.margT30 {
  margin-top: 30px !important; }

.margT40 {
  margin-top: 40px !important; }

.margT50 {
  margin-top: 50px !important; }

.margT60 {
  margin-top: 60px !important; }

.margT80 {
  margin-top: 80px !important; }

.margT100 {
  margin-top: 100px !important; }

.margB0 {
  margin-bottom: 0 !important; }

.margB10 {
  margin-bottom: 10px !important; }

.margB15 {
  margin-bottom: 15px !important; }

.margB30 {
  margin-bottom: 30px !important; }

.margB40 {
  margin-bottom: 40px !important; }

.margB50 {
  margin-bottom: 50px !important; }

.margB60 {
  margin-bottom: 60px !important; }

.margB80 {
  margin-bottom: 80px !important; }

.margR0 {
  margin-right: 0 !important; }

.noPad {
  padding: 0 !important; }

.padT0 {
  padding-top: 0 !important; }

.padB0 {
  padding-bottom: 0 !important; }

.padT15 {
  padding-top: 15px !important; }

.padT25 {
  padding-top: 25px !important; }

.padT60 {
  padding-top: 60px !important; }

.padT100 {
  padding-top: 100px !important; }

.padB30 {
  padding-bottom: 30px !important; }

.padB60 {
  padding-bottom: 60px !important; }

.pad30 {
  padding: 15px !important; }
  @media (min-width: 480px) {
    .pad30 {
      padding: 15px 30px !important; } }
.mainContent {
  margin-top: 25px; }
  @media (min-width: 480px) {
    .mainContent {
      margin-top: 0;
      margin-bottom: 0; } }
  .mainContent .pushContent {
    margin-left: 0;
    margin-top: 105px;
    margin-bottom: 75px; }
    .mainContent .pushContent:first-child {
      margin-top: 0; }
    .mainContent .pushContent:last-child {
      margin-bottom: 0; }
    .mainContent .pushContent .caption {
      margin-top: -30px;
      font-style: italic; }
  .mainContent .imgContent {
    display: inline-block;
    position: relative; }
    @media (min-width: 1365px) {
      .mainContent .imgContent {
        margin-left: -115px; } }
    @media (min-width: 1910px) {
      .mainContent .imgContent {
        margin-left: -140px; } }
    .mainContent .imgContent .imgPod-50 {
      width: calc(50% - 40px);
      float: left;
      margin: 0 20px !important;
      height: auto; }
      .mainContent .imgContent .imgPod-50:first-child {
        margin-left: 0 !important; }
      .mainContent .imgContent .imgPod-50:last-child {
        margin-right: 0 !important; }
      @media (min-width: 480px) {
        .mainContent .imgContent .imgPod-50 {
          width: calc(50% - 20px);
          margin: 0 20px !important; } }
      @media (min-width: 1365px) {
        .mainContent .imgContent .imgPod-50 {
          width: calc(50% - 30px);
          margin: 0 30px !important; } }
  .mainContent.half {
    width: auto; }
    .mainContent.half a {
      text-decoration: none !important;
      display: block; }
      .mainContent.half a p {
        font-size: 20px;
        margin-bottom: 20px;
        color: #212640; }
        .mainContent.half a p span {
          font-weight: 600; }
      .mainContent.half a img {
        margin-bottom: 50px; }
    @media (min-width: 480px) {
      .mainContent.half {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%; } }
  .mainContent.full {
    width: 100%; }
    @media (min-width: 480px) {
      .mainContent.full .imgContent {
        margin-left: 0; } }
    @media (min-width: 1365px) {
      .mainContent.full .imgContent {
        margin-left: 0;
        width: 100%; } }
    .mainContent.full .leftCol, .mainContent.full .rightCol {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      @media (min-width: 480px) {
        .mainContent.full .leftCol, .mainContent.full .rightCol {
          display: -webkit-flexbox;
          display: flex;
          -moz-flex-direction: column;
          flex-direction: column;
          -webkit-flex-pack: justify;
          -moz-justify-content: space-between;
          justify-content: space-between;
          -moz-align-items: stretch;
          align-items: stretch;
          padding-left: 20px;
          padding-right: 20px; } }
  @media (min-width: 480px) and (min-width: 480px) {
    .mainContent.full .leftCol, .mainContent.full .rightCol {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 480px) and (min-width: 1024px) {
    .mainContent.full .leftCol, .mainContent.full .rightCol {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 480px) and (min-width: 1365px) {
    .mainContent.full .leftCol, .mainContent.full .rightCol {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 480px) and (min-width: 1910px) {
    .mainContent.full .leftCol, .mainContent.full .rightCol {
      padding-left: 160px;
      padding-right: 160px; } }
    @media (min-width: 480px) {
      .mainContent.full .leftCol {
        float: left;
        width: 50%; } }
    @media (min-width: 480px) {
      .mainContent.full .rightCol {
        width: 50%;
        float: right; } }
    .mainContent.full .rightCol .leftCol, .mainContent.full .rightCol .rightCol {
      float: none; }
      @media (min-width: 1910px) {
        .mainContent.full .rightCol .leftCol, .mainContent.full .rightCol .rightCol {
          width: calc(50% - 30px) !important; } }
    .mainContent.full .rightCol .leftCol {
      margin-right: 0;
      width: 100%; }
      @media (min-width: 1910px) {
        .mainContent.full .rightCol .leftCol {
          margin-right: 60px;
          float: left; } }
    @media (min-width: 1910px) {
      .mainContent.full .rightCol .rightCol {
        float: right; } }
  .mainContent.largeImg .leftCol, .mainContent.largeImg .rightCol {
    width: 50%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: stretch;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 480px) {
      .mainContent.largeImg .leftCol, .mainContent.largeImg .rightCol {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1024px) {
      .mainContent.largeImg .leftCol, .mainContent.largeImg .rightCol {
        padding-left: 45px;
        padding-right: 45px; } }
    @media (min-width: 1365px) {
      .mainContent.largeImg .leftCol, .mainContent.largeImg .rightCol {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (min-width: 1910px) {
      .mainContent.largeImg .leftCol, .mainContent.largeImg .rightCol {
        padding-left: 160px;
        padding-right: 160px; } }
  .mainContent.largeImg .leftCol {
    float: left; }
  .mainContent.largeImg .rightCol {
    float: right; }
  .mainContent .imgTextPodHorz {
    min-height: 1px; }
    .mainContent .imgTextPodHorz h2 {
      font-size: 28px;
      line-height: 40px;
      margin-top: 0; }
      @media (min-width: 1024px) {
        .mainContent .imgTextPodHorz h2 {
          font-size: 36px; } }
    .mainContent .imgTextPodHorz.fifty .body {
      /*margin-left: 60px;*/ }
    .mainContent .imgTextPodHorz .body {
      margin-bottom: 30px; }
      @media (min-width: 1024px) {
        .mainContent .imgTextPodHorz .body {
          margin-bottom: 40px; } }
    .mainContent .imgTextPodHorz .push {
      margin-top: -25px; }
      @media (min-width: 1024px) {
        .mainContent .imgTextPodHorz .push {
          margin-top: -75px; } }
    .mainContent .imgTextPodHorz h1, .mainContent .imgTextPodHorz .header-title {
      color: #005EB8;
      font-size: 60px;
      line-height: 80px;
      margin-bottom: 0;
      font-weight: 600; }
  .mainContent .postPost {
    margin-bottom: 60px; }
    .mainContent .postPost:last-child {
      margin-bottom: 0; }
    .mainContent .postPost h2 {
      font-size: 24px;
      line-height: 24px;
      font-weight: 600;
      margin-bottom: 24px; }
    .mainContent .postPost .btnAnim {
      margin-bottom: 10px;
      display: inline-block; }
  .mainContent h1, .mainContent .header-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
    clear: both; }
  @media (min-width: 1024px) {
    .mainContent .sectionLead {
      margin-right: 85px; } }
  @media (min-width: 1365px) {
    .mainContent .sectionLead {
      margin-right: 115px; } }
  @media (min-width: 1910px) {
    .mainContent .sectionLead {
      margin-right: 0; } }
  .mainContent h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600; }
    .mainContent h2:first-child {
      margin-top: 0; }
    @media (min-width: 1910px) {
      .mainContent h2 {
        margin-top: 60px; } }
  .mainContent .heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 30px; }
    @media (min-width: 480px) {
      .mainContent .heading {
        margin-top: 0;
        padding-bottom: 15px; } }
    .mainContent .heading.borderBottom {
      border-bottom: 1px solid #D9E7F5; }
    .mainContent .heading.large {
      font-size: 36px;
      line-height: 40px;
      font-weight: 600; }
  .mainContent .margT50:first-of-type {
    margin-top: 0 !important; }
  .mainContent p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px; }
    .mainContent p.large {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; }
      @media (min-width: 1024px) {
        .mainContent p.large {
          font-size: 24px;
          line-height: 40px; } }
.blogInfo {
  padding: 20px 0;
  margin-bottom: -50px; }
  .blogInfo h2 {
    margin: 0;
    color: rgba(33, 38, 64, 0.5);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400; }
  .blogInfo p {
    margin: 0;
    color: rgba(33, 38, 64, 0.5);
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .blogInfo p a {
      color: #005EB8;
      text-decoration: none; }

.rightBar {
  margin-top: 30px;
  display: block !important; }
  @media (min-width: 480px) {
    .rightBar {
      margin-top: 0; } }
  .rightBar.pushContent {
    padding-top: 140px; }
  .rightBar h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px; }
  .rightBar .listing.margT60 {
    margin-top: -30px !important; }
    @media (min-width: 480px) {
      .rightBar .listing.margT60 {
        margin-top: 60px !important; } }
  .rightBar .listing .heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 35px; }
  .rightBar .listing p {
    margin-bottom: 30px; }
    .rightBar .listing p span {
      text-transform: uppercase; }
  .rightBar .contactBar {
    padding: 30px;
    margin: 15px 0 30px;
    display: block; }
    .rightBar .contactBar .cta {
      margin: 0 0 30px;
      padding: 0;
      width: auto; }
    .rightBar .contactBar .contactWrap {
      display: block; }
      .rightBar .contactBar .contactWrap .contact {
        width: auto;
        margin-bottom: 30px; }
        .rightBar .contactBar .contactWrap .contact:last-child {
          margin-bottom: 0; }
        .rightBar .contactBar .contactWrap .contact .department {
          display: block;
          margin-bottom: 0; }
        .rightBar .contactBar .contactWrap .contact .name {
          margin-bottom: 0; }
        .rightBar .contactBar .contactWrap .contact .title {
          display: block; }
        .rightBar .contactBar .contactWrap .contact .email {
          line-height: 12px;
          margin-top: 0px;
          margin-bottom: 0px; }
        .rightBar .contactBar .contactWrap .contact .phone {
          line-height: 12px;
          display: block;
          margin-bottom: 0px; }
  .rightBar img {
    display: inherit; }

.push {
  -moz-order: 1;
  order: 1; }

.pull {
  -moz-order: 0;
  order: 0; }

.tenPerc, .twentyPerc, .twentyFivePerc, .thirtyThreePerc, .fortyPerc, .fortyFivePerc, .fiftyPerc, .fiftyFivePerc, .sixtyPerc, .seventyPerc, .eightyPerc {
  position: relative;
  margin: 1px 0 30px; }
  @media (min-width: 480px) {
    .tenPerc, .twentyPerc, .twentyFivePerc, .thirtyThreePerc, .fortyPerc, .fortyFivePerc, .fiftyPerc, .fiftyFivePerc, .sixtyPerc, .seventyPerc, .eightyPerc {
      margin: 0 1px !important; } }
  @media (min-width: 1024px) {
    .tenPerc, .twentyPerc, .twentyFivePerc, .thirtyThreePerc, .fortyPerc, .fortyFivePerc, .fiftyPerc, .fiftyFivePerc, .sixtyPerc, .seventyPerc, .eightyPerc {
      margin: 0 1px !important; } }
  .tenPerc:first-child, .twentyPerc:first-child, .twentyFivePerc:first-child, .thirtyThreePerc:first-child, .fortyPerc:first-child, .fortyFivePerc:first-child, .fiftyPerc:first-child, .fiftyFivePerc:first-child, .sixtyPerc:first-child, .seventyPerc:first-child, .eightyPerc:first-child {
    margin-top: 0;
    margin-left: 0 !important; }
  .tenPerc:last-child, .twentyPerc:last-child, .twentyFivePerc:last-child, .thirtyThreePerc:last-child, .fortyPerc:last-child, .fortyFivePerc:last-child, .fiftyPerc:last-child, .fiftyFivePerc:last-child, .sixtyPerc:last-child, .seventyPerc:last-child, .eightyPerc:last-child {
    margin-bottom: 0;
    margin-right: 0 !important; }

.tenPerc {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 480px) {
    .tenPerc {
      width: 10%; } }
@media (min-width: 480px) {
  .twentyPerc {
    width: 20%; } }

@media (min-width: 480px) {
  .twentyFivePerc {
    width: 25%; } }

@media (min-width: 480px) {
  .thirtyThreePerc {
    width: 33%; } }

.fortyPerc {
  width: 100%; }
  @media (min-width: 480px) {
    .fortyPerc {
      width: 40%; } }
.fortyFivePerc {
  width: 100%; }
  @media (min-width: 480px) {
    .fortyFivePerc {
      width: 45%; } }
@media (min-width: 480px) {
  .fiftyPerc {
    width: 50%; } }

@media (min-width: 480px) {
  .fiftyPerc.content {
    width: 50% !important; } }

@media (min-width: 480px) {
  .fiftyFivePerc {
    width: 55%; } }

.sixtyPerc {
  width: 100%; }
  @media (min-width: 480px) {
    .sixtyPerc {
      width: 60%; } }
.seventyPerc {
  width: 100%; }
  @media (min-width: 480px) {
    .seventyPerc {
      width: 70%; } }
.eightyPerc {
  width: 100%; }
  @media (min-width: 480px) {
    .eightyPerc {
      width: 80%; } }
@media (min-width: 480px) {
  .hundredPerc {
    width: 100%; } }

.col2, .col3, .col4, .col6, .col8, .col12 {
  margin: 15px 20px; }
  .col2:first-child, .col3:first-child, .col4:first-child, .col6:first-child, .col8:first-child, .col12:first-child {
    margin-top: 0; }
  .col2:last-child, .col3:last-child, .col4:last-child, .col6:last-child, .col8:last-child, .col12:last-child {
    margin-bottom: 0; }
  @media (min-width: 480px) {
    .col2, .col3, .col4, .col6, .col8, .col12 {
      width: 25%;
      margin: 0 20px; }
      .col2:first-child, .col3:first-child, .col4:first-child, .col6:first-child, .col8:first-child, .col12:first-child {
        margin-left: 0; }
      .col2:last-child, .col3:last-child, .col4:last-child, .col6:last-child, .col8:last-child, .col12:last-child {
        margin-right: 0; } }
  @media (min-width: 1365px) {
    .col2, .col3, .col4, .col6, .col8, .col12 {
      margin: 0 30px; } }
@media (min-width: 480px) {
  .col2 {
    width: calc(20% - 40px);
    margin: 0 40px 0 0; } }

@media (min-width: 1365px) {
  .col2 {
    width: calc(20% - 60px);
    margin: 0 60px 0 0; } }

.col3 {
  margin: 15px 0; }
  @media (min-width: 480px) {
    .col3 {
      margin: 0 20px;
      width: 25%; } }
@media (min-width: 480px) {
  .col4 {
    width: 33.3333333333%; } }

@media (min-width: 480px) {
  .col6 {
    width: 50%; } }

.col6 a {
  text-decoration: none; }
  .col6 a h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #212640;
    margin-top: 50px;
    margin-bottom: 25px; }
  .col6 a p {
    color: rgba(33, 38, 64, 0.75);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }

@media (min-width: 480px) {
  .col8 {
    width: 66.666667%; } }

.row {
  margin-left: -40px; }
  @media (min-width: 480px) {
    .row {
      margin-left: -40px; } }
  @media (min-width: 1365px) {
    .row {
      margin-left: -60px; } }
.container {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 480px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1024px) {
    .container {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 1365px) {
    .container {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1910px) {
    .container {
      padding-left: 160px;
      padding-right: 160px; } }
  .container .imgPod-33, .container .imgPod-50 {
    margin-left: 0;
    margin-right: 0; }

.imgEmbedLeft {
  float: none;
  margin-right: 0;
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 480px) {
    .imgEmbedLeft {
      float: left;
      margin-right: 30px;
      margin-bottom: 30px;
      width: 40%; } }
.imgEmbedRight {
  float: none;
  margin-left: 0;
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 480px) {
    .imgEmbedRight {
      float: right;
      margin-left: 30px;
      margin-bottom: 30px;
      width: 40%; } }
.btnArrowLeft .arrow, .btnArrowRight .arrow {
  width: 14px;
  height: 8px;
  top: 12px;
  transition: all ease 0.4s;
  background: url("../images/btn-arrow-icon.svg") no-repeat; }

.btnArrowLeft .text, .btnArrowRight .text {
  display: inline;
  transition: all ease 0.2s; }
  .btnArrowLeft .text span, .btnArrowRight .text span {
    display: block;
    width: 130px; }

.btnArrowLeft:hover .text, .btnArrowRight:hover .text {
  font-weight: 600; }

.btnArrowLeft .arrow {
  position: absolute; }

.btnArrowLeft .text {
  position: relative;
  left: 22px; }

.btnArrowRight {
  display: inline-block; }
  .btnArrowRight .arrow, .btnArrowRight .text {
    float: left; }
  .btnArrowRight .arrow {
    margin-top: 8px;
    margin-left: 10px; }
  .btnArrowRight .text {
    line-height: 22px;
    font-style: italic; }

.btnAnimDbl {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  height: 32px;
  /* Size Attributes */
  /* Icons */ }
  .btnAnimDbl:hover {
    text-decoration: none !important; }
  .btnAnimDbl .line {
    position: absolute;
    border-top: 1px solid white;
    top: 50%;
    bottom: 50%;
    width: 20px; }
    @media (min-width: 480px) {
      .btnAnimDbl .line {
        width: 10px;
        transition: all ease 0.4s; } }
    @media (min-width: 1024px) {
      .btnAnimDbl .line {
        width: 30px; } }
  .btnAnimDbl .text {
    position: relative;
    top: 8px;
    left: 40px;
    display: inline-block;
    left: 30px; }
    @media (min-width: 480px) {
      .btnAnimDbl .text {
        left: 20px;
        transition: all ease 0.2s; } }
    @media (min-width: 1024px) {
      .btnAnimDbl .text {
        left: 40px; } }
    .btnAnimDbl .text span {
      display: block;
      width: 130px; }
  .btnAnimDbl.white {
    color: white; }
  .btnAnimDbl.caeblue {
    color: #005EB8; }
    .btnAnimDbl.caeblue .line {
      border-color: #005EB8; }
  .btnAnimDbl.large .text {
    font-size: 12px;
    font-weight: 600; }
  .btnAnimDbl.playIcon .text:after {
    position: relative;
    display: inline-block;
    content: "";
    top: 1px;
    left: 10px;
    margin-right: 10px;
    background-repeat: no-repeat;
    height: 12px;
    width: 10px;
    background-image: url("../images/icon-arrow-white.svg"); }

/* Links */
a.btnAnimSimple {
  overflow: hidden;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative; }
  a.btnAnimSimple:hover {
    text-decoration: none !important; }
  a.btnAnimSimple:before {
    transition: all ease 0.4s;
    background-color: #005EB8;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 32px; }
  a.btnAnimSimple span {
    transition: all ease 0.2s;
    top: 0;
    left: 42px;
    position: absolute; }

a.white {
  color: #ffffff; }
  a.white:before {
    background-color: #ffffff; }

a.caeblue {
  color: #005EB8; }
  a.caeblue:before {
    background-color: #005EB8; }

a.large {
  font-size: 12px; }

.blueBg {
  background-color: #005EB8;
  display: inline-block;
  font-size: 18px;
  padding: 8px; }
  .blueBg.white {
    color: #ffffff; }
    .blueBg.white:before {
      background-color: #ffffff; }

.btnAnim {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  /* Size Attributes */
  /* Icons */ }
  .btnAnim:hover {
    text-decoration: none !important; }
  .btnAnim .line {
    position: absolute;
    border-top: 1px solid white;
    top: 50%;
    bottom: 50%;
    width: 20px; }
    @media (min-width: 480px) {
      .btnAnim .line {
        width: 10px;
        transition: all ease 0.4s; } }
    @media (min-width: 1024px) {
      .btnAnim .line {
        width: 30px; } }
  .btnAnim .text {
    position: relative;
    top: 0;
    display: inline-block;
    line-height: 14px;
    margin-left: 30px; }
    @media (min-width: 480px) {
      .btnAnim .text {
        margin-left: 20px;
        transition: all ease 0.2s; } }
    @media (min-width: 1024px) {
      .btnAnim .text {
        margin-left: 40px; } }
  .btnAnim.white {
    color: #ffffff; }
  .btnAnim.caeblue {
    color: #005EB8; }
    .btnAnim.caeblue .line {
      border-color: #005EB8; }
  .btnAnim.nextIcon .text {
    top: -2px; }
    .btnAnim.nextIcon .text:after {
      position: relative;
      display: inline-block;
      content: "";
      top: 3px;
      left: 10px;
      margin-right: 10px;
      background-repeat: no-repeat;
      height: 15px;
      width: 18px;
      background-image: url("../images/icon-next-blue.svg"); }
  .btnAnim.downloadIcon .text {
    top: -2px; }
    .btnAnim.downloadIcon .text:after {
      position: relative;
      display: inline-block;
      content: "";
      top: 3px;
      left: 10px;
      margin-right: 10px;
      background-repeat: no-repeat;
      height: 20px;
      width: 20px;
      background-image: url("../images/download-icon-white.svg"); }
  .btnAnim.large .text {
    font-size: 12px;
    font-weight: 600; }
  .btnAnim.playIcon .text:after {
    position: relative;
    display: inline-block;
    content: "";
    top: 1px;
    left: 10px;
    margin-right: 10px;
    height: 12px;
    width: 10px;
    background-image: url("../images/icon-arrow-white.svg");
    background-repeat: no-repeat; }

.linkLine {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 20px;
  /* Colours Attributes */
  /* Size Attributes */
  /* Icons */ }
  @media (min-width: 1024px) {
    .linkLine {
      margin-left: 10px; } }
  @media (min-width: 1024px) {
    .linkLine {
      margin-left: 30px; } }
  .linkLine:before {
    position: relative;
    height: 1px;
    vertical-align: middle;
    display: inline-block;
    content: "";
    right: 10px;
    width: 20px;
    margin-left: -20px; }
    @media (min-width: 480px) {
      .linkLine:before {
        width: 10px;
        margin-left: -10px; } }
    @media (min-width: 1024px) {
      .linkLine:before {
        width: 30px;
        margin-left: -30px; } }
  .linkLine.nextIcon:after {
    position: relative;
    display: inline-block;
    content: "";
    top: 3px;
    left: 10px;
    margin-right: 10px;
    background-repeat: no-repeat;
    height: 15px;
    width: 18px;
    background-image: url("../images/icon-next-white.svg"); }
  .linkLine.caeblue {
    color: #005EB8; }
    .linkLine.caeblue:before {
      background-color: #005EB8; }
  .linkLine.white {
    color: white; }
    .linkLine.white:before {
      background-color: white; }
  .linkLine.large {
    padding-right: 26px;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px; }
    @media (min-width: 480px) {
      .linkLine.large {
        font-size: 12px; } }
  .linkLine.playIcon:after {
    position: relative;
    display: inline-block;
    content: "";
    top: 1px;
    left: 10px;
    margin-right: 10px;
    height: 12px;
    width: 10px;
    background-image: url("../images/icon-arrow-white.svg");
    background-repeat: no-repeat; }
  .linkLine:hover {
    text-decoration: none !important; }

/* Block Elements */
.showcaseBlock {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 1024px) {
    .showcaseBlock {
      display: -webkit-flexbox;
      display: flex;
      -webkit-flex-pack: end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      -moz-flex-direction: column;
      flex-direction: column;
      align-content: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end;
      height: auto; } }
  .showcaseBlock .bgWrap {
    height: 250px;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative; }
    @media (min-width: 1024px) {
      .showcaseBlock .bgWrap {
        height: 480px; } }
    .showcaseBlock .bgWrap .bg {
      top: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      transform: scale(1);
      transition: all 0.3s ease-in;
      position: absolute;
      background-image: url("http: //via.placeholder.com/1024x768?text=Missing+Image"); }
      .showcaseBlock .bgWrap .bg.cover {
        background-size: cover; }
    .showcaseBlock .bgWrap:hover .bg {
      transform: scale(1.1); }
  .showcaseBlock .content {
    align-self: flex-start;
    max-width: 425px;
    margin: 25px 20px; }
    @media (min-width: 1024px) {
      .showcaseBlock .content {
        margin: 60px; } }
    .showcaseBlock .content .lead {
      padding-top: 2px;
      padding-bottom: 15px; }
      @media (min-width: 1024px) {
        .showcaseBlock .content .lead {
          padding-top: 20px;
          padding-bottom: 38px; } }
      .showcaseBlock .content .lead p {
        font-weight: 300;
        text-align: left;
        font-size: 12px;
        line-height: 20px; }
        @media (min-width: 1024px) {
          .showcaseBlock .content .lead p {
            font-size: 18px;
            line-height: 28px; } }
.showcaseBlock .content h2, .directorsBlock .content h2 {
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: left; }
  @media (min-width: 480px) {
    .showcaseBlock .content h2, .directorsBlock .content h2 {
      font-size: 40px;
      line-height: 40px; } }
.showcaseBlock .content .lead, .directorsBlock .content .lead {
  padding-top: 2px;
  padding-bottom: 15px; }
  @media (min-width: 480px) {
    .showcaseBlock .content .lead, .directorsBlock .content .lead {
      padding-top: 20px; } }
.directorsBlock {
  padding: 85px 20px 75px;
  margin: 0 0 -50px; }
  @media (min-width: 480px) {
    .directorsBlock {
      padding: 85px 25% 75px; } }
  .directorsBlock .content {
    width: 100%; }
    .directorsBlock .content article p {
      font-size: 24px; }
    @media (min-width: 480px) {
      .directorsBlock .content .lead {
        padding-bottom: 60px; } }
.textBlock {
  display: -webkit-flexbox;
  display: flex;
  -webkit-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-flex-direction: column;
  flex-direction: column;
  align-content: flex-start;
  -moz-align-items: flex-end;
  align-items: flex-end;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: -45px !important; }
  @media (min-width: 480px) {
    .textBlock .content {
      margin: 30px 30px 30px; } }
  @media (min-width: 1024px) {
    .textBlock .content {
      margin-bottom: 45px; } }
  @media (min-width: 1365px) {
    .textBlock .content {
      margin-left: 175px; } }
  .textBlock .content h2 {
    font-weight: 600;
    margin-bottom: 40px;
    height: 95px;
    line-height: 48px; }
  .textBlock .content .lead {
    margin-bottom: 105px; }
    .textBlock .content .lead p {
      font-size: 24px;
      letter-spacing: 0;
      line-height: 40px; }

.tableContainer {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }

.tableContainer::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px; }

.tableContainer::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3); }

table {
  background-color: #f2f6fb;
  width: 100%;
  font-size: 12px;
  text-align: left;
  border-collapse: collapse; }
  table thead tr th p, table thead tr td p, table tbody tr th p, table tbody tr td p, table tfoot tr th p, table tfoot tr td p {
    font-size: 12px !important;
    padding: 0;
    margin: 0; }
  table tr th, table tr td {
    vertical-align: top; }
    table tr th p, table tr td p {
      font-size: 12px !important;
      padding: 0;
      margin: 0; }
  table thead {
    background-color: #005EB8;
    color: #ffffff;
    text-transform: uppercase; }
    table thead th, table thead td {
      padding: 16px 26px; }
  table tbody td {
    padding: 24px 26px;
    vertical-align: top; }
    table tbody td span {
      white-space: nowrap; }
  table tfoot {
    background-color: #D9E7F5;
    text-transform: uppercase; }
    table tfoot td {
      vertical-align: top;
      font-weight: 600;
      padding: 33px 26px;
      border-style: none; }

table.pricingTable {
  background-color: #005EB8; }
  table.pricingTable tbody tr td:last-child {
    white-space: nowrap;
    text-align: right; }
  table.pricingTable tbody td {
    padding: 24px 26px;
    vertical-align: top;
    font-size: 16px !important;
    color: white !important; }
    table.pricingTable tbody td span {
      white-space: nowrap; }

sup {
  font-size: 55%; }

.turnDeviceNotification {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  background-image: url("{root_url}assets/images/screen-rotate-{publisher:current_language_code}.jpg");
  background-color: #2f3653;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 9999; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .turnDeviceNotification {
    display: block; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  .turnDeviceNotification {
    display: none; } }

.center-block {
  margin: 0 auto; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  /*[class*='owl-'] {
			color: $nav-color;
			font-size: $nav-font-size;
			margin: $nav-margin;
			padding: $nav-padding;
			background: $nav-background;
			display: inline-block;
			cursor: pointer;
			border-radius: 3px;

			&:hover {
				background: $nav-background-hover;
				color:$nav-color-hover;
				text-decoration: none;
			}
		}*/ }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      margin: 5px 2px;
      background: transparent;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
      border: 1px solid #D9E7F5; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #005EB8;
      border: 1px solid #005EB8; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

.owl-carousel.noResponsive .owl-item img {
  width: auto; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* HEADER */
.fluidHeaderHome {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: stretch;
  align-items: stretch;
  margin-bottom: 20px; }
  @media (min-width: 480px) {
    .fluidHeaderHome {
      margin-bottom: 0;
      min-height: 480px;
      height: 75vh; } }
  @media (min-width: 1365px) {
    .fluidHeaderHome {
      height: 85vh; } }
  @media (min-width: 1910px) {
    .fluidHeaderHome {
      height: 90vh; } }
  .fluidHeaderHome .leftCol {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: stretch;
    align-items: stretch;
    width: 100%;
    background-color: #005EB8;
    padding: 17px 20px 45px; }
    @media (min-width: 480px) {
      .fluidHeaderHome .leftCol {
        width: 50%;
        padding: 60px 30px 70px; } }
    @media (min-width: 1024px) {
      .fluidHeaderHome .leftCol {
        padding-left: 75px;
        padding-right: 75px; } }
    @media (min-width: 1365px) {
      .fluidHeaderHome .leftCol {
        padding: 95px 115px 105px; } }
    @media (min-width: 1910px) {
      .fluidHeaderHome .leftCol {
        padding: 125px 160px 135px; } }
    @media (min-width: 1024px) {
      .fluidHeaderHome .leftCol .logo {
        margin-bottom: 0; } }
    .fluidHeaderHome .leftCol .logo a {
      display: inline-block; }
      .fluidHeaderHome .leftCol .logo a img {
        display: none; }
        @media (min-width: 1024px) {
          .fluidHeaderHome .leftCol .logo a img {
            display: block;
            width: 146px; } }
    .fluidHeaderHome .leftCol h1, .fluidHeaderHome .leftCol h2, .fluidHeaderHome .leftCol .header-title {
      color: #ffffff;
      font-weight: 400; }
    .fluidHeaderHome .leftCol h1, .fluidHeaderHome .leftCol .header-title {
      margin-bottom: 15px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-size: 10px;
      line-height: 12px; }
      @media (min-width: 480px) {
        .fluidHeaderHome .leftCol h1, .fluidHeaderHome .leftCol .header-title {
          margin-bottom: 36px;
          font-size: 13px;
          line-height: 13px; } }
    .fluidHeaderHome .leftCol h2 {
      font-size: 32px;
      line-height: 40px; }
      @media (min-width: 1365px) {
        .fluidHeaderHome .leftCol h2 {
          font-size: 48px;
          line-height: 56px; } }
      @media (min-width: 1910px) {
        .fluidHeaderHome .leftCol h2 {
          font-size: 72px;
          line-height: 88px; } }
  .fluidHeaderHome .rightCol {
    display: none;
    background-color: #212640;
    background-image: url("");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 480px) {
      .fluidHeaderHome .rightCol {
        width: 50%;
        display: block; } }
.headerLarge, .smallHeader {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 35px;
  margin-bottom: 10px;
  position: relative; }
  @media (min-width: 480px) {
    .headerLarge, .smallHeader {
      -moz-flex-direction: row;
      flex-direction: row;
      margin-top: 75px; } }
  .headerLarge .content, .smallHeader .content {
    width: 100%; }
    .headerLarge .content .breadcrumbs, .smallHeader .content .breadcrumbs {
      display: inline-block;
      font-size: 11px;
      color: #005EB8; }
      .headerLarge .content .breadcrumbs li:after, .smallHeader .content .breadcrumbs li:after {
        background-image: url("../images/arrow-blue-icon.svg"); }
      .headerLarge .content .breadcrumbs li a, .smallHeader .content .breadcrumbs li a {
        color: #005EB8; }
      .headerLarge .content .breadcrumbs.prev li a, .smallHeader .content .breadcrumbs.prev li a {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 3px;
        font-size: 10px;
        margin-bottom: 15px;
        display: inline-block; }
      .headerLarge .content .breadcrumbs.prev li:before, .smallHeader .content .breadcrumbs.prev li:before {
        width: 4px;
        height: 8px;
        content: "";
        display: inline-block;
        margin-right: 5px;
        background-image: url("../images/arrow-blue-left.svg"); }
  .headerLarge h1, .headerLarge .header-title, .smallHeader h1, .smallHeader .header-title {
    color: #212640;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px; }
    @media (min-width: 480px) {
      .headerLarge h1, .headerLarge .header-title, .smallHeader h1, .smallHeader .header-title {
        font-size: 48px;
        line-height: 56px; } }
    @media (min-width: 1365px) {
      .headerLarge h1, .headerLarge .header-title, .smallHeader h1, .smallHeader .header-title {
        font-size: 64px;
        line-height: 72px; } }
    @media (min-width: 1910px) {
      .headerLarge h1, .headerLarge .header-title, .smallHeader h1, .smallHeader .header-title {
        font-size: 72px;
        line-height: 80px; } }
.fluidHeader {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media (min-width: 480px) {
    .fluidHeader {
      -moz-flex-direction: row;
      flex-direction: row;
      -moz-align-items: stretch;
      align-items: stretch;
      height: 510px;
      margin-bottom: 15px; } }
  @media (min-width: 1365px) {
    .fluidHeader {
      height: 545px;
      margin-bottom: 30px; } }
  @media (min-width: 1910px) {
    .fluidHeader {
      height: 830px;
      margin-bottom: 45px; } }
  .fluidHeader .leftCol {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: stretch;
    align-items: stretch;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding: 30px 20px 45px;
    background-color: #005EB8; }
    @media (min-width: 480px) {
      .fluidHeader .leftCol {
        -moz-order: 0;
        order: 0;
        width: 50%;
        height: auto;
        padding: 60px 30px 70px; } }
    @media (min-width: 1024px) {
      .fluidHeader .leftCol {
        padding-left: 75px;
        padding-right: 75px; } }
    @media (min-width: 1365px) {
      .fluidHeader .leftCol {
        padding: 95px 110px 105px; } }
    @media (min-width: 1910px) {
      .fluidHeader .leftCol {
        padding: 125px 160px 135px; } }
    .fluidHeader .leftCol h1, .fluidHeader .leftCol .header-title, .fluidHeader .leftCol h2 {
      color: #ffffff;
      font-weight: 400; }
    .fluidHeader .leftCol h1, .fluidHeader .leftCol .header-title {
      font-size: 10px;
      letter-spacing: 1.67px;
      line-height: 12px;
      margin-bottom: 15px; }
      @media (min-width: 480px) {
        .fluidHeader .leftCol h1, .fluidHeader .leftCol .header-title {
          font-size: 13px;
          line-height: 13px;
          letter-spacing: 0.1em;
          text-transform: uppercase; } }
    .fluidHeader .leftCol h2 {
      font-size: 32px;
      line-height: 40px; }
      @media (min-width: 1365px) {
        .fluidHeader .leftCol h2 {
          font-size: 40px;
          line-height: 48px; } }
      @media (min-width: 1910px) {
        .fluidHeader .leftCol h2 {
          font-size: 56px;
          line-height: 72px; } }
    .fluidHeader .leftCol .breadcrumbs {
      color: #ffffff; }
  .fluidHeader .rightCol {
    background: #212640;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 240px;
    height: 100%;
    -moz-order: 0;
    order: 0; }
    @media (min-width: 480px) {
      .fluidHeader .rightCol {
        -moz-order: 1;
        order: 1;
        width: 50%;
        min-height: inherit; } }
.fullHeader {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  color: #ffffff;
  background: linear-gradient(to bottom, #d9e7f5 0, #d9e7f5 560px, white 560px); }
  @media (min-width: 480px) {
    .fullHeader {
      -moz-flex-direction: row;
      flex-direction: row;
      -moz-align-items: stretch;
      align-items: stretch;
      height: 510px;
      margin-bottom: 15px;
      background: linear-gradient(to bottom, #d9e7f5 0, #d9e7f5 480px, white 480px); } }
  @media (min-width: 1365px) {
    .fullHeader {
      height: 600px;
      margin-bottom: 30px;
      background: linear-gradient(to bottom, #d9e7f5 0, #d9e7f5 520px, white 520px); } }
  @media (min-width: 1910px) {
    .fullHeader {
      margin-bottom: 45px;
      height: 880px;
      background: linear-gradient(to bottom, #d9e7f5 0, #d9e7f5 800px, white 800px); } }
  .fullHeader .leftCol {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: stretch;
    align-items: stretch;
    background-color: #005EB8;
    -moz-order: 1;
    order: 1;
    margin: 0 !important;
    padding: 30px 20px 45px; }
    @media (min-width: 480px) {
      .fullHeader .leftCol {
        -moz-order: 0;
        order: 0;
        min-height: 400px;
        width: 50%;
        padding: 50px 55px; } }
    @media (min-width: 1365px) {
      .fullHeader .leftCol {
        padding: 50px 60px; } }
    @media (min-width: 1910px) {
      .fullHeader .leftCol {
        padding: 60px 80px; } }
    .fullHeader .leftCol h2, .fullHeader .leftCol h1, .fullHeader .leftCol .header-title {
      font-weight: 400; }
    .fullHeader .leftCol h1, .fullHeader .leftCol .header-title {
      font-size: 32px;
      line-height: 40px; }
      @media (min-width: 1365px) {
        .fullHeader .leftCol h1, .fullHeader .leftCol .header-title {
          font-size: 48px;
          line-height: 56px; } }
      @media (min-width: 1910px) {
        .fullHeader .leftCol h1, .fullHeader .leftCol .header-title {
          font-size: 56px;
          line-height: 72px; } }
    .fullHeader .leftCol h2 {
      font-size: 20px; }
    .fullHeader .leftCol .breadcrumbs {
      margin-bottom: 15px; }
      @media (min-width: 480px) {
        .fullHeader .leftCol .breadcrumbs {
          margin-bottom: 0; } }
  .fullHeader .rightCol {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-order: 0;
    order: 0;
    min-height: 240px;
    margin: 0 !important; }
    @media (min-width: 480px) {
      .fullHeader .rightCol {
        width: 50%;
        -moz-order: 1;
        order: 1; } }
div.textHeader {
  -moz-flex-direction: column;
  flex-direction: column; }

.textHeader {
  padding: 35px 0 50px; }
  @media (min-width: 480px) {
    .textHeader {
      display: -webkit-flexbox;
      display: flex;
      padding: 75px 0; } }
  .textHeader .breadcrumbs {
    display: block; }
    .textHeader .breadcrumbs li {
      float: none;
      display: inline; }
      .textHeader .breadcrumbs li:after {
        background-image: url("../images/arrow-blue-icon.svg"); }
    .textHeader .breadcrumbs a {
      color: #005EB8; }
  .textHeader h1, .textHeader .header-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px; }
    @media (min-width: 480px) {
      .textHeader h1, .textHeader .header-title {
        margin-top: 15px;
        font-size: 48px;
        line-height: 56px; } }
    @media (min-width: 1365px) {
      .textHeader h1, .textHeader .header-title {
        margin-top: 0;
        font-size: 64px;
        line-height: 72px; } }
    @media (min-width: 1910px) {
      .textHeader h1, .textHeader .header-title {
        margin-bottom: 40px;
        font-size: 72px;
        line-height: 80px; } }
.previewDesc .content {
  overflow: hidden;
  position: relative;
  /* CAE announced today: */
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px; }
  @media (min-width: 480px) {
    .previewDesc .content {
      font-weight: 400;
      height: 160px; }
      .previewDesc .content .gradient {
        position: absolute;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(rgba(255, 255, 255, 0) 105px, white 100%); } }
  .previewDesc .content p {
    margin-bottom: 20px; }

.previewDesc #readMore {
  display: none; }
  @media (min-width: 480px) {
    .previewDesc #readMore {
      display: block; } }
.carouselWrap {
  -moz-order: 2;
  order: 2; }
  .carouselWrap .rightCarousel {
    margin-left: 20px;
    margin-right: 20px; }
    @media (min-width: 480px) {
      .carouselWrap .rightCarousel {
        margin-left: 0;
        margin-right: 0; } }
    .carouselWrap .rightCarousel .carousel .content .lead h2 {
      font-size: 16px;
      margin-top: 30px;
      margin-bottom: 15px; }

@media (min-width: 480px) {
  .leftCarousel {
    margin: 0; } }

.leftCarousel .leftCol {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 480px) {
    .leftCarousel .leftCol {
      width: 66.6666666%;
      margin-right: 18px;
      padding-right: 17px; } }
  @media (min-width: 1365px) {
    .leftCarousel .leftCol {
      width: 75%;
      padding-right: 42px; } }
  @media (min-width: 1910px) {
    .leftCarousel .leftCol {
      padding-right: 52px; } }
  .leftCarousel .leftCol .header h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9E7F5;
    margin-bottom: 0; }
  .leftCarousel .leftCol article div {
    display: -webkit-flexbox;
    display: flex; }
    .leftCarousel .leftCol article div:last-child {
      margin-bottom: 0; }
    @media (min-width: 480px) {
      .leftCarousel .leftCol article div {
        margin-top: 30px;
        margin-bottom: 15px; } }
    .leftCarousel .leftCol article div a {
      display: -webkit-flexbox;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 480px) {
        .leftCarousel .leftCol article div a {
          margin-right: 60px; } }
  .leftCarousel .leftCol .owl-next, .leftCarousel .leftCol .owl-prev {
    margin-top: 6px; }
  .leftCarousel .leftCol .owl-next {
    right: 0; }
  .leftCarousel .leftCol .owl-prev {
    left: 0; }

.leftCarousel .rightCol {
  display: none;
  margin: 0 20px; }
  @media (min-width: 480px) {
    .leftCarousel .rightCol {
      display: block;
      padding: 0;
      margin: 0;
      width: 33.3333333%; } }
  @media (min-width: 1365px) {
    .leftCarousel .rightCol {
      width: 25%; } }
.leftCarousel.noCarousel {
  display: -webkit-flexbox;
  display: flex;
  padding: 0; }
  .leftCarousel.noCarousel .leftCol {
    padding: 0; }
    .leftCarousel.noCarousel .leftCol .noPad {
      display: -webkit-flexbox;
      display: flex;
      flex-wrap: wrap;
      margin: 0; }
      @media (min-width: 480px) {
        .leftCarousel.noCarousel .leftCol .noPad {
          margin-left: -30px;
          margin-right: -30px; } }
      .leftCarousel.noCarousel .leftCol .noPad div {
        display: -webkit-flexbox;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column; }
        @media (min-width: 480px) {
          .leftCarousel.noCarousel .leftCol .noPad div {
            width: calc(25% - 60px);
            margin: 60px 30px 0; } }
        .leftCarousel.noCarousel .leftCol .noPad div a img {
          display: block; }

/* COMPONENTS */
a.full {
  margin-top: -20px;
  margin-bottom: -20px; }
  @media (min-width: 1024px) {
    a.full {
      margin-top: -45px;
      margin-bottom: -45px; } }
  a.full .fullContent article {
    padding-top: 30px;
    padding-bottom: 30px; }

.teamListing .fullContent {
  width: 100%;
  margin: 0 !important; }

.fullContent article {
  width: 100%;
  display: -webkit-flexbox;
  display: flex; }
  .fullContent article .leftCol, .fullContent article .rightCol {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .fullContent article .rightCol {
    margin-left: 20px; }
    @media (min-width: 1024px) {
      .fullContent article .rightCol {
        margin-left: 40px; } }
    .fullContent article .rightCol h2 {
      font-size: 20px;
      line-height: 24px;
      font-weight: 600; }
    .fullContent article .rightCol p {
      font-size: 12px !important;
      line-height: 12px;
      letter-spacing: 2px;
      color: rgba #212640, 0.7;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .fullContent article .rightCol p {
          font-size: 10px !important; } }
.pdfDownloadList {
  margin-bottom: 60px; }
  .pdfDownloadList .header {
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: baseline;
    align-items: baseline; }
  .pdfDownloadList article {
    text-decoration: none !important;
    border-bottom: 1px solid #D6D6D6; }
    .pdfDownloadList article a {
      display: -webkit-flexbox;
      display: flex;
      -webkit-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      text-decoration: none !important;
      padding: 15px 0; }
      .pdfDownloadList article a .download {
        -moz-flex-direction: column;
        flex-direction: column;
        margin-right: 5px; }
      .pdfDownloadList article a .content {
        -moz-flex-direction: column;
        flex-direction: column;
        transition: all ease 0.3s;
        margin-left: 0;
        margin-right: 15px; }
        .pdfDownloadList article a .content .title {
          font-weight: 400;
          font-size: 14px;
          color: #212640; }
        .pdfDownloadList article a .content .meta {
          font-weight: 400;
          font-size: 12px;
          margin-top: 8px;
          color: rgba(33, 38, 64, 0.4); }
      .pdfDownloadList article a:hover {
        background-color: #D9E7F5; }
        .pdfDownloadList article a:hover .content {
          margin-left: 15px; }
          .pdfDownloadList article a:hover .content .title {
            color: #005EB8; }

ul.socialLinks {
  display: -webkit-flexbox;
  display: flex;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: baseline;
  align-items: baseline;
  margin-bottom: 40px; }
  ul.socialLinks li {
    -moz-flex-direction: column;
    flex-direction: column;
    display: inline; }
    ul.socialLinks li a {
      cursor: pointer; }
    ul.socialLinks li.title {
      font-size: 16px;
      font-weight: 600;
      line-height: 16px; }
    ul.socialLinks li:last-child {
      margin-right: 0px; }

.testimonialSlider .owl-prev, .testimonialSlider .owl-next {
  margin-top: -25px !important; }

.testimonialSlider .owl-prev {
  left: 30px;
  display: none !important; }

.testimonialSlider .owl-next {
  right: 30px; }

.carouselWrap a, .testimonialSlider a {
  text-decoration: none !important;
  color: #212640; }

.carouselWrap i, .testimonialSlider i {
  display: inline-block;
  width: 24px;
  height: 10px; }
  .carouselWrap i.left, .testimonialSlider i.left {
    background: url("../images/prev-carousel-icon.svg") no-repeat; }
  .carouselWrap i.right, .testimonialSlider i.right {
    background: url("../images/next-carousel-icon.svg") no-repeat; }

.carouselWrap .owl-prev, .carouselWrap .owl-next, .testimonialSlider .owl-prev, .testimonialSlider .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 60px;
  height: 48px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  box-shadow: 0 0 17px rgba(134, 134, 134, 0.5);
  line-height: 18px; }
  .carouselWrap .owl-prev:hover, .carouselWrap .owl-next:hover, .testimonialSlider .owl-prev:hover, .testimonialSlider .owl-next:hover {
    background: rgba(255, 255, 255, 0.9); }

.carouselWrap {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 480px) {
    .carouselWrap {
      padding-bottom: 65px;
      padding-top: 0; } }
  .carouselWrap .header h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px; }
    @media (min-width: 480px) {
      .carouselWrap .header h2 {
        margin-bottom: 40px; } }
  .carouselWrap .owl-prev {
    left: 20px;
    display: none !important; }
    @media (min-width: 480px) {
      .carouselWrap .owl-prev {
        left: 45px; } }
    @media (min-width: 1365px) {
      .carouselWrap .owl-prev {
        left: 60px; } }
  .carouselWrap .carouselFull .owl-prev, .carouselWrap .carouselFull .owl-next {
    margin-top: -45px; }
  .carouselWrap .carouselFull .owl-prev {
    left: 20px;
    display: block; }
    @media (min-width: 480px) {
      .carouselWrap .carouselFull .owl-prev {
        left: 45px; } }
    @media (min-width: 1365px) {
      .carouselWrap .carouselFull .owl-prev {
        left: 60px; } }
  .carouselWrap .carouselFull .owl-next {
    right: 20px; }
    @media (min-width: 480px) {
      .carouselWrap .carouselFull .owl-next {
        right: 45px; } }
    @media (min-width: 1365px) {
      .carouselWrap .carouselFull .owl-next {
        right: 60px; } }
  .carouselWrap .carouselFull .caption {
    padding: 0; }
  .carouselWrap .owl-next {
    right: 20px; }
    @media (min-width: 480px) {
      .carouselWrap .owl-next {
        right: 45px; } }
    @media (min-width: 1365px) {
      .carouselWrap .owl-next {
        right: 200px; } }
    @media (min-width: 1910px) {
      .carouselWrap .owl-next {
        right: 260px; } }
  .carouselWrap .noPad {
    padding-left: 0 !important; }
  .carouselWrap .carouselMedia h2, .carouselWrap .carousel h2 {
    margin-top: 35px;
    font-size: 20px;
    font-weight: 600; }
  .carouselWrap .carouselMedia .lead p, .carouselWrap .carousel .lead p {
    font-size: 14px;
    line-height: 24px; }
  .carouselWrap .carouselMedia h3, .carouselWrap .carousel h3 {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2.4px;
    color: rgba(33, 38, 64, 0.5);
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 30px; }
  .carouselWrap .carouselMedia h2 {
    font-size: 9px;
    text-transform: uppercase;
    color: #212640;
    font-weight: 700;
    line-height: 20px; }
  .carouselWrap .carouselMedia .lead p {
    line-height: 20px; }
  .carouselWrap .carouselMedia .owl-next {
    right: 20px; }
    @media (min-width: 480px) {
      .carouselWrap .carouselMedia .owl-next {
        right: 45px; } }
    @media (min-width: 1365px) {
      .carouselWrap .carouselMedia .owl-next {
        right: 200px; } }
    @media (min-width: 1910px) {
      .carouselWrap .carouselMedia .owl-next {
        right: 260px; } }
  .carouselWrap.fiftyFivePerc img {
    width: 75%; }
    @media (min-width: 480px) {
      .carouselWrap.fiftyFivePerc img {
        width: 100%; } }
.image {
  position: relative; }
  .image .videoIcon, .image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 59px !important;
    height: 41px;
    margin: -20.5px 0 0 -29.5px; }

.owl-dots {
  margin-top: 20px; }

.breadcrumbs {
  font-size: 11px; }
  .breadcrumbs li {
    list-style: none;
    float: left;
    margin-right: 5px; }
    .breadcrumbs li:after {
      width: 11px;
      height: 11px;
      background-image: url("../images/arrow-icon.svg");
      content: "";
      display: inline-block;
      margin-left: 5px; }
    .breadcrumbs li:last-child {
      margin: 0; }
      .breadcrumbs li:last-child:after {
        display: none;
        margin: 0; }
    .breadcrumbs li a {
      color: #ffffff;
      text-decoration: none; }
      .breadcrumbs li a:hover {
        text-decoration: underline; }

.aboutTeam {
  padding-top: 80px; }

.mainContent.half .pressNewsList {
  margin-top: 50px;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .mainContent.half .pressNewsList article a {
      display: -webkit-flexbox;
      display: flex; } }
.pressNewsList .rightBar {
  margin-top: 0; }
  @media (min-width: 1024px) {
    .pressNewsList .rightBar {
      margin-top: 30px; } }
@media (min-width: 1024px) {
  .pressNewsList .header {
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: baseline;
    align-items: baseline; } }

.pressNewsList .header h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: 600; }
  @media (min-width: 1024px) {
    .pressNewsList .header h2 {
      font-size: 18px; } }
.pressNewsList article {
  position: relative;
  box-shadow: inset 0 0 0 0 #D9E7F5;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear; }
  .pressNewsList article a {
    text-decoration: none !important;
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid #D9E7F5; }
    @media (min-width: 1024px) {
      .pressNewsList article a {
        display: -webkit-flexbox;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        padding: 18px 60px 18px 24px; } }
    @media (min-width: 1365px) {
      .pressNewsList article a {
        height: 144px; } }
    .pressNewsList article a:hover {
      text-decoration: none !important; }
    @media (min-width: 1024px) {
      .pressNewsList article a .dateBox {
        flex: 0 0 120px;
        margin-right: 30px; } }
    .pressNewsList article a .dateBox .date {
      font-weight: 600;
      line-height: 24px;
      font-size: 14px;
      color: #212640;
      text-transform: uppercase; }
    .pressNewsList article a .dateBox .meta {
      font-weight: 300;
      line-height: 12px;
      letter-spacing: 2.5px;
      font-size: 10px;
      color: #212640;
      text-transform: uppercase; }
    @media (min-width: 480px) {
      .pressNewsList article a .image {
        width: 50%; } }
    @media (min-width: 1024px) {
      .pressNewsList article a .image {
        width: 100%;
        flex: 0 0 130px;
        margin-right: 60px; } }
    .pressNewsList article a .content {
      display: -webkit-flexbox;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      -webkit-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      flex: 0 1 100%; }
      .pressNewsList article a .content .title {
        font-weight: 600;
        line-height: 28px;
        font-size: 20px;
        color: #212640;
        margin: 16px 0; }
        @media (min-width: 1024px) {
          .pressNewsList article a .content .title {
            margin-top: 0; } }
      .pressNewsList article a .content .location {
        margin-top: 5px; }
      .pressNewsList article a .content .subTitle, .pressNewsList article a .content .location {
        font-weight: 400;
        line-height: 18px;
        font-size: 18px;
        color: rgba(33, 38, 64, 0.7); }
      .pressNewsList article a .content .meta {
        font-weight: 300;
        line-height: 12px;
        font-size: 12px;
        letter-spacing: 2.5px;
        color: #212640;
        text-transform: uppercase; }
        @media (min-width: 1024px) {
          .pressNewsList article a .content .meta {
            font-size: 10px; } }
    @media (min-width: 1024px) {
      .pressNewsList article a:hover {
        box-shadow: inset 2000px 0 0 0 #D9E7F5; } }
.tweetDeck {
  position: relative;
  max-height: 470px;
  overflow-y: scroll; }
  .tweetDeck .header {
    padding-left: 42px; }
    .tweetDeck .header:before {
      position: absolute;
      display: inline-block;
      content: "";
      top: 0;
      left: 8px;
      height: 19px;
      width: 24px;
      background-image: url("../images/twitter-icon.svg");
      background-repeat: no-repeat; }
    .tweetDeck .header h2 {
      font-size: 16px;
      font-weight: 400; }

.promoSpace {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 480px) {
    .promoSpace {
      margin-top: 0;
      margin-bottom: 0; } }
  @media (min-width: 480px) {
    .promoSpace.textCarousel {
      display: flex !important; } }
  .promoSpace .content {
    margin-top: 10px;
    margin-bottom: 5px; }
    @media (min-width: 1024px) {
      .promoSpace .content {
        margin-top: 30px;
        margin-bottom: 15px; } }
    .promoSpace .content h2 {
      font-size: 24px;
      line-height: 24px;
      font-weight: 600;
      margin-bottom: 0; }
    .promoSpace .content p {
      font-weight: 600;
      line-height: 24px;
      font-size: 16px;
      color: #212640; }

.promoSpace.four .flexBox {
  display: block; }
  @media (min-width: 1024px) {
    .promoSpace.four .flexBox {
      display: -webkit-flexbox;
      display: flex;
      -webkit-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      -moz-align-items: stretch;
      align-items: stretch; } }
.promoSpace.four h3, .promoSpace.four h4, .promoSpace.four h5 {
  font-weight: 400; }

.promoSpace.four h3 {
  margin-bottom: 15px; }

.promoSpace.four .imgPod-50 {
  width: 100%;
  min-height: 140px;
  height: auto;
  margin: 0 !important;
  margin: 0;
  background: #212640;
  border-bottom: 2px solid #ffffff;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  float: left; }
  @media (min-width: 1024px) {
    .promoSpace.four .imgPod-50 {
      width: 50%;
      margin: 0 1px !important;
      height: 200px; } }
  .promoSpace.four .imgPod-50:first-child {
    margin-left: 0 !important; }
  .promoSpace.four .imgPod-50:last-child {
    margin-right: 0 !important; }
  .promoSpace.four .imgPod-50 .content {
    padding: 15px;
    margin: 0; }
  .promoSpace.four .imgPod-50 h4 {
    font-size: 20px;
    margin-bottom: 10px; }
  .promoSpace.four .imgPod-50 h5 {
    font-size: 12px; }

.promoSpace.four.dates .imgPod-50 {
  background: #005EB8;
  height: 175px; }
  .promoSpace.four.dates .imgPod-50 .content h4, .promoSpace.four.dates .imgPod-50 .content h5 {
    text-transform: none;
    font-size: 16px; }
    .promoSpace.four.dates .imgPod-50 .content h4 span, .promoSpace.four.dates .imgPod-50 .content h5 span {
      font-size: 30px;
      font-weight: 700; }

.promoSpace.four .btnAnim {
  margin-top: 45px; }

footer {
  margin: 45px 0 0; }
  footer .top {
    background-color: #D9E7F5;
    padding: 40px 0 60px; }
    @media (min-width: 1024px) {
      footer .top {
        display: -webkit-flexbox;
        display: flex;
        padding: 70px 0; }
        footer .top h3 {
          font-size: 16px;
          line-height: 24px;
          font-weight: 600;
          margin-bottom: 15px;
          white-space: nowrap; } }
    footer .top .leftCol {
      margin: 0 20px 45px; }
      footer .top .leftCol img {
        height: 55px; }
      @media (min-width: 480px) {
        footer .top .leftCol {
          margin-left: 30px;
          margin-right: 30px; } }
      @media (min-width: 1024px) {
        footer .top .leftCol {
          float: left;
          flex: 0 0 245px;
          margin: 0 0 0 45px; }
          footer .top .leftCol img {
            height: 75px; } }
      @media (min-width: 1365px) {
        footer .top .leftCol {
          flex: 0 0 345px;
          margin-left: 60px; } }
      @media (min-width: 1910px) {
        footer .top .leftCol {
          flex: 0 0 415px;
          margin-left: 160px; } }
    @media (min-width: 1024px) {
      footer .top .rightCol {
        float: right;
        flex: 1 1 auto;
        margin-right: 45px; } }
    @media (min-width: 1365px) {
      footer .top .rightCol {
        margin-right: 60px; } }
    @media (min-width: 1910px) {
      footer .top .rightCol {
        margin-right: 160px; } }
    footer .top .rightCol .linkSection {
      margin-bottom: 55px; }
      @media (min-width: 1024px) {
        footer .top .rightCol .linkSection {
          display: -webkit-flexbox;
          display: flex;
          margin-bottom: 45px; } }
      footer .top .rightCol .linkSection .col1, footer .top .rightCol .linkSection .col2, footer .top .rightCol .linkSection .col3, footer .top .rightCol .linkSection .col4 {
        margin: 0 20px; }
        @media (min-width: 480px) {
          footer .top .rightCol .linkSection .col1, footer .top .rightCol .linkSection .col2, footer .top .rightCol .linkSection .col3, footer .top .rightCol .linkSection .col4 {
            margin-left: 30px;
            margin-right: 30px; } }
        @media (min-width: 1024px) {
          footer .top .rightCol .linkSection .col1, footer .top .rightCol .linkSection .col2, footer .top .rightCol .linkSection .col3, footer .top .rightCol .linkSection .col4 {
            float: left;
            margin: 0;
            width: 33.333333%; } }
        @media (min-width: 1365px) {
          footer .top .rightCol .linkSection .col1, footer .top .rightCol .linkSection .col2, footer .top .rightCol .linkSection .col3, footer .top .rightCol .linkSection .col4 {
            width: 25%; } }
      footer .top .rightCol .linkSection .col2, footer .top .rightCol .linkSection .col3 {
        display: none; }
        @media (min-width: 1024px) {
          footer .top .rightCol .linkSection .col2, footer .top .rightCol .linkSection .col3 {
            display: block; } }
      footer .top .rightCol .linkSection .col4 {
        display: none; }
        @media (min-width: 1365px) {
          footer .top .rightCol .linkSection .col4 {
            display: block; } }
        @media (min-width: 1365px) {
          footer .top .rightCol .linkSection .col4 img {
            max-width: 250px; } }
        @media (min-width: 1910px) {
          footer .top .rightCol .linkSection .col4 img {
            max-width: 100%; } }
      footer .top .rightCol .linkSection ul {
        list-style: none; }
        footer .top .rightCol .linkSection ul li {
          margin-bottom: 28px; }
          @media (min-width: 480px) {
            footer .top .rightCol .linkSection ul li {
              margin-bottom: 20px;
              font-size: 12px; } }
          @media (min-width: 1024px) {
            footer .top .rightCol .linkSection ul li {
              font-size: 16px;
              margin-bottom: 28px; } }
      footer .top .rightCol .linkSection a {
        color: #212640;
        text-decoration: none; }
        footer .top .rightCol .linkSection a:hover {
          text-decoration: underline; }
        footer .top .rightCol .linkSection a.btnAnim {
          color: #005EB8;
          text-decoration: none !important; }
    @media (min-width: 1365px) {
      footer .top .rightCol .socialSection {
        display: -webkit-flexbox;
        display: flex; } }
    footer .top .rightCol .socialSection .col1, footer .top .rightCol .socialSection .col2 {
      margin: 0 20px; }
      @media (min-width: 480px) {
        footer .top .rightCol .socialSection .col1, footer .top .rightCol .socialSection .col2 {
          margin-left: 30px;
          margin-right: 30px; } }
      footer .top .rightCol .socialSection .col1 h3, footer .top .rightCol .socialSection .col2 h3 {
        margin-bottom: 25px;
        font-size: 14px; }
      @media (min-width: 1024px) {
        footer .top .rightCol .socialSection .col1, footer .top .rightCol .socialSection .col2 {
          display: -webkit-flexbox;
          display: flex;
          float: left;
          width: 50%;
          margin: 0; }
          footer .top .rightCol .socialSection .col1 h3, footer .top .rightCol .socialSection .col2 h3 {
            display: block;
            margin-right: 40px;
            margin-bottom: 0;
            font-size: 1.17em; } }
      footer .top .rightCol .socialSection .col1 ul.socialLinks, footer .top .rightCol .socialSection .col2 ul.socialLinks {
        display: block;
        margin-bottom: 30px; }
        footer .top .rightCol .socialSection .col1 ul.socialLinks li, footer .top .rightCol .socialSection .col2 ul.socialLinks li {
          margin-right: 40px; }
          footer .top .rightCol .socialSection .col1 ul.socialLinks li:last-child, footer .top .rightCol .socialSection .col2 ul.socialLinks li:last-child {
            margin-right: 0; }
    footer .top .rightCol .socialSection .col2 {
      display: none;
      flex: 0 1 100%; }
      @media (min-width: 1365px) {
        footer .top .rightCol .socialSection .col2 {
          display: -webkit-flexbox;
          display: flex; } }
      footer .top .rightCol .socialSection .col2 .blogBlock article {
        margin-bottom: 8px; }
        footer .top .rightCol .socialSection .col2 .blogBlock article a {
          color: #212640; }
          footer .top .rightCol .socialSection .col2 .blogBlock article a .date, footer .top .rightCol .socialSection .col2 .blogBlock article a .title {
            display: inline; }
          footer .top .rightCol .socialSection .col2 .blogBlock article a .date {
            font-weight: 700; }
          footer .top .rightCol .socialSection .col2 .blogBlock article a .title:before {
            content: " - "; }
  footer .base {
    color: #ffffff;
    padding: 30px 20px;
    position: relative;
    display: block;
    background-color: #005EB8; }
    @media (min-width: 480px) {
      footer .base {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1024px) {
      footer .base {
        padding: 12px 45px 12px 290px; } }
    @media (min-width: 1365px) {
      footer .base {
        padding-left: 405px;
        padding-right: 60px; } }
    @media (min-width: 1910px) {
      footer .base {
        padding-left: 575px;
        padding-right: 160px; } }
    @media (min-width: 1024px) {
      footer .base {
        display: -webkit-flexbox;
        display: flex;
        -webkit-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between; } }
    footer .base .leftCol {
      margin-bottom: 15px; }
      @media (min-width: 480px) {
        footer .base .leftCol {
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        footer .base .leftCol {
          display: -webkit-flexbox;
          display: flex;
          -moz-align-items: center;
          align-items: center; } }
      footer .base .leftCol .copyright {
        font-weight: 400;
        font-size: 14px; }
        @media (min-width: 480px) {
          footer .base .leftCol .copyright {
            font-size: 10px; } }
        @media (min-width: 1024px) {
          footer .base .leftCol .copyright {
            font-size: 14px;
            line-height: 16px; } }
    @media (min-width: 1024px) {
      footer .base .rightCol {
        display: -webkit-flexbox;
        display: flex;
        -moz-align-items: center;
        align-items: center;
        text-align: right; } }
    footer .base .rightCol a {
      color: #ffffff;
      text-decoration: none !important;
      line-height: 16px;
      font-size: 14px; }
      @media (min-width: 480px) {
        footer .base .rightCol a {
          font-size: 10px; } }
      @media (min-width: 1024px) {
        footer .base .rightCol a {
          font-size: 14px;
          margin: 0 5px; } }
      footer .base .rightCol a:hover {
        text-decoration: underline !important; }
      footer .base .rightCol a.navTop {
        position: absolute;
        top: 30px;
        right: 20px; }
        @media (min-width: 480px) {
          footer .base .rightCol a.navTop {
            right: 30px; } }
        @media (min-width: 1024px) {
          footer .base .rightCol a.navTop {
            position: inherit;
            margin: 0 0 0 20px;
            display: inherit; } }
.imgPod-66 {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  height: 270px;
  float: left;
  margin: 1px 20px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  margin-right: 0;
  margin-left: 0; }
  .imgPod-66:first-child {
    margin-top: 0; }
  .imgPod-66:last-child {
    margin-bottom: 0; }
  .imgPod-66:hover {
    text-decoration: none !important; }
  @media (min-width: 480px) {
    .imgPod-66 {
      margin: 0 1px !important; }
      .imgPod-66:first-child {
        margin-left: 0 !important; }
      .imgPod-66:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1024px) {
    .imgPod-66 {
      height: 400px;
      margin: 0 1px !important; }
      .imgPod-66:first-child {
        margin-left: 0 !important; }
      .imgPod-66:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1365px) {
    .imgPod-66 {
      height: 560px;
      margin: 0 1px !important; }
      .imgPod-66:first-child {
        margin-left: 0 !important; }
      .imgPod-66:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1910px) {
    .imgPod-66 {
      height: 685px;
      margin: 0 1px !important; }
      .imgPod-66:first-child {
        margin-left: 0 !important; }
      .imgPod-66:last-child {
        margin-right: 0 !important; } }
  .imgPod-66.lightPod .gradient {
    background: transparent; }
  .imgPod-66.lightPod .content h1, .imgPod-66.lightPod .content .header-title, .imgPod-66.lightPod .content .linkLine {
    color: #212640 !important; }
  .imgPod-66.lightPod .content .linkLine:before {
    background-color: #212640 !important; }
  .imgPod-66 .bg, .imgPod-66 .gradient {
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    transition: all 0.3s ease-in;
    z-index: -1;
    position: absolute; }
  .imgPod-66 .bg {
    background-image: url("http: //via.placeholder.com/1024x768?text=Missing+Image");
    background-color: #005EB8; }
  .imgPod-66 .gradient {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 85%);
    z-index: 0; }
  .imgPod-66:hover .bg {
    transform: scale(1.1); }
  .imgPod-66 .content {
    width: 100%;
    padding: 0 35px 35px;
    z-index: 1; }
    @media (min-width: 480px) {
      .imgPod-66 .content {
        padding: 0 15px 15px; } }
    @media (min-width: 1024px) {
      .imgPod-66 .content {
        padding: 0 30px 35px; } }
    @media (min-width: 1365px) {
      .imgPod-66 .content {
        padding: 0 40px 65px; } }
    @media (min-width: 1910px) {
      .imgPod-66 .content {
        padding: 0 45px 70px; } }
    .imgPod-66 .content h1, .imgPod-66 .content .header-title {
      color: #ffffff;
      font-weight: 600;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 12px; }
      @media (min-width: 480px) {
        .imgPod-66 .content h1, .imgPod-66 .content .header-title {
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 10px; } }
      @media (min-width: 1024px) {
        .imgPod-66 .content h1, .imgPod-66 .content .header-title {
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 20px; } }
      @media (min-width: 1365px) {
        .imgPod-66 .content h1, .imgPod-66 .content .header-title {
          font-size: 32px;
          line-height: 36px; } }
      @media (min-width: 1910px) {
        .imgPod-66 .content h1, .imgPod-66 .content .header-title {
          font-size: 43px;
          line-height: 38px; } }
    .imgPod-66 .content .desc {
      margin-bottom: 15px;
      margin-top: -10px; }
      .imgPod-66 .content .desc p {
        color: #ffffff; }
    .imgPod-66 .content .link {
      display: block;
      height: 40px;
      color: #ffffff;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0.1em;
      text-decoration: none;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .imgPod-66 .content .link {
          font-size: 13px;
          line-height: 18px; } }
      .imgPod-66 .content .link:before {
        position: relative;
        height: 1px;
        vertical-align: middle;
        display: inline-block;
        content: "";
        background-color: white;
        right: 10px;
        width: 32px;
        margin-left: 10px; }
    .imgPod-66 .content .linkLine.large {
      font-size: 10px;
      padding-right: 0; }
      @media (min-width: 1024px) {
        .imgPod-66 .content .linkLine.large {
          font-size: 13px;
          line-height: 18px;
          padding-right: 26px; } }
  @media (min-width: 480px) {
    .imgPod-66 {
      width: 66.66666666%; } }
  .imgPod-66 .imgPod-100 {
    margin: 0; }

.imgPod-33 {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  height: 270px;
  float: left;
  margin: 1px 20px;
  position: relative;
  overflow: hidden;
  text-decoration: none; }
  .imgPod-33:first-child {
    margin-top: 0; }
  .imgPod-33:last-child {
    margin-bottom: 0; }
  .imgPod-33:hover {
    text-decoration: none !important; }
  @media (min-width: 480px) {
    .imgPod-33 {
      margin: 0 1px !important; }
      .imgPod-33:first-child {
        margin-left: 0 !important; }
      .imgPod-33:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1024px) {
    .imgPod-33 {
      height: 400px;
      margin: 0 1px !important; }
      .imgPod-33:first-child {
        margin-left: 0 !important; }
      .imgPod-33:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1365px) {
    .imgPod-33 {
      height: 560px;
      margin: 0 1px !important; }
      .imgPod-33:first-child {
        margin-left: 0 !important; }
      .imgPod-33:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1910px) {
    .imgPod-33 {
      height: 685px;
      margin: 0 1px !important; }
      .imgPod-33:first-child {
        margin-left: 0 !important; }
      .imgPod-33:last-child {
        margin-right: 0 !important; } }
  .imgPod-33.lightPod .gradient {
    background: transparent; }
  .imgPod-33.lightPod .content h1, .imgPod-33.lightPod .content .header-title, .imgPod-33.lightPod .content .linkLine {
    color: #212640 !important; }
  .imgPod-33.lightPod .content .linkLine:before {
    background-color: #212640 !important; }
  .imgPod-33 .bg, .imgPod-33 .gradient {
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    transition: all 0.3s ease-in;
    z-index: -1;
    position: absolute; }
  .imgPod-33 .bg {
    background-image: url("http: //via.placeholder.com/1024x768?text=Missing+Image");
    background-color: #005EB8; }
  .imgPod-33 .gradient {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 85%);
    z-index: 0; }
  .imgPod-33:hover .bg {
    transform: scale(1.1); }
  .imgPod-33 .content {
    width: 100%;
    padding: 0 35px 35px;
    z-index: 1; }
    @media (min-width: 480px) {
      .imgPod-33 .content {
        padding: 0 15px 15px; } }
    @media (min-width: 1024px) {
      .imgPod-33 .content {
        padding: 0 30px 35px; } }
    @media (min-width: 1365px) {
      .imgPod-33 .content {
        padding: 0 40px 65px; } }
    @media (min-width: 1910px) {
      .imgPod-33 .content {
        padding: 0 45px 70px; } }
    .imgPod-33 .content h1, .imgPod-33 .content .header-title {
      color: #ffffff;
      font-weight: 600;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 12px; }
      @media (min-width: 480px) {
        .imgPod-33 .content h1, .imgPod-33 .content .header-title {
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 10px; } }
      @media (min-width: 1024px) {
        .imgPod-33 .content h1, .imgPod-33 .content .header-title {
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 20px; } }
      @media (min-width: 1365px) {
        .imgPod-33 .content h1, .imgPod-33 .content .header-title {
          font-size: 32px;
          line-height: 36px; } }
      @media (min-width: 1910px) {
        .imgPod-33 .content h1, .imgPod-33 .content .header-title {
          font-size: 43px;
          line-height: 38px; } }
    .imgPod-33 .content .desc {
      margin-bottom: 15px;
      margin-top: -10px; }
      .imgPod-33 .content .desc p {
        color: #ffffff; }
    .imgPod-33 .content .link {
      display: block;
      height: 40px;
      color: #ffffff;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0.1em;
      text-decoration: none;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .imgPod-33 .content .link {
          font-size: 13px;
          line-height: 18px; } }
      .imgPod-33 .content .link:before {
        position: relative;
        height: 1px;
        vertical-align: middle;
        display: inline-block;
        content: "";
        background-color: white;
        right: 10px;
        width: 32px;
        margin-left: 10px; }
    .imgPod-33 .content .linkLine.large {
      font-size: 10px;
      padding-right: 0; }
      @media (min-width: 1024px) {
        .imgPod-33 .content .linkLine.large {
          font-size: 13px;
          line-height: 18px;
          padding-right: 26px; } }
  @media (min-width: 480px) {
    .imgPod-33 {
      width: 33.33333333%; } }
  .imgPod-33 .imgPod-100 {
    margin: 0; }

.imgPod-50 {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  height: 270px;
  float: left;
  margin: 1px 20px;
  position: relative;
  overflow: hidden;
  text-decoration: none; }
  .imgPod-50:first-child {
    margin-top: 0; }
  .imgPod-50:last-child {
    margin-bottom: 0; }
  .imgPod-50:hover {
    text-decoration: none !important; }
  @media (min-width: 480px) {
    .imgPod-50 {
      margin: 0 1px !important; }
      .imgPod-50:first-child {
        margin-left: 0 !important; }
      .imgPod-50:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1024px) {
    .imgPod-50 {
      height: 400px;
      margin: 0 1px !important; }
      .imgPod-50:first-child {
        margin-left: 0 !important; }
      .imgPod-50:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1365px) {
    .imgPod-50 {
      height: 560px;
      margin: 0 1px !important; }
      .imgPod-50:first-child {
        margin-left: 0 !important; }
      .imgPod-50:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1910px) {
    .imgPod-50 {
      height: 685px;
      margin: 0 1px !important; }
      .imgPod-50:first-child {
        margin-left: 0 !important; }
      .imgPod-50:last-child {
        margin-right: 0 !important; } }
  .imgPod-50.lightPod .gradient {
    background: transparent; }
  .imgPod-50.lightPod .content h1, .imgPod-50.lightPod .content .header-title, .imgPod-50.lightPod .content .linkLine {
    color: #212640 !important; }
  .imgPod-50.lightPod .content .linkLine:before {
    background-color: #212640 !important; }
  .imgPod-50 .bg, .imgPod-50 .gradient {
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    transition: all 0.3s ease-in;
    z-index: -1;
    position: absolute; }
  .imgPod-50 .bg {
    background-image: url("http: //via.placeholder.com/1024x768?text=Missing+Image");
    background-color: #005EB8; }
  .imgPod-50 .gradient {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 85%);
    z-index: 0; }
  .imgPod-50:hover .bg {
    transform: scale(1.1); }
  .imgPod-50 .content {
    width: 100%;
    padding: 0 35px 35px;
    z-index: 1; }
    @media (min-width: 480px) {
      .imgPod-50 .content {
        padding: 0 15px 15px; } }
    @media (min-width: 1024px) {
      .imgPod-50 .content {
        padding: 0 30px 35px; } }
    @media (min-width: 1365px) {
      .imgPod-50 .content {
        padding: 0 40px 65px; } }
    @media (min-width: 1910px) {
      .imgPod-50 .content {
        padding: 0 45px 70px; } }
    .imgPod-50 .content h1, .imgPod-50 .content .header-title {
      color: #ffffff;
      font-weight: 600;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 12px; }
      @media (min-width: 480px) {
        .imgPod-50 .content h1, .imgPod-50 .content .header-title {
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 10px; } }
      @media (min-width: 1024px) {
        .imgPod-50 .content h1, .imgPod-50 .content .header-title {
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 20px; } }
      @media (min-width: 1365px) {
        .imgPod-50 .content h1, .imgPod-50 .content .header-title {
          font-size: 32px;
          line-height: 36px; } }
      @media (min-width: 1910px) {
        .imgPod-50 .content h1, .imgPod-50 .content .header-title {
          font-size: 43px;
          line-height: 38px; } }
    .imgPod-50 .content .desc {
      margin-bottom: 15px;
      margin-top: -10px; }
      .imgPod-50 .content .desc p {
        color: #ffffff; }
    .imgPod-50 .content .link {
      display: block;
      height: 40px;
      color: #ffffff;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0.1em;
      text-decoration: none;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .imgPod-50 .content .link {
          font-size: 13px;
          line-height: 18px; } }
      .imgPod-50 .content .link:before {
        position: relative;
        height: 1px;
        vertical-align: middle;
        display: inline-block;
        content: "";
        background-color: white;
        right: 10px;
        width: 32px;
        margin-left: 10px; }
    .imgPod-50 .content .linkLine.large {
      font-size: 10px;
      padding-right: 0; }
      @media (min-width: 1024px) {
        .imgPod-50 .content .linkLine.large {
          font-size: 13px;
          line-height: 18px;
          padding-right: 26px; } }
  @media (min-width: 480px) {
    .imgPod-50 {
      width: 50%; } }
  .imgPod-50.wrapper {
    height: 720px; }
    .imgPod-50.wrapper:hover .bg {
      transform: scale(1) !important; }
    @media (min-width: 480px) {
      .imgPod-50.wrapper {
        -moz-flex-direction: row;
        flex-direction: row;
        height: 400px; } }
    @media (min-width: 1365px) {
      .imgPod-50.wrapper {
        height: 560px; } }
    @media (min-width: 1910px) {
      .imgPod-50.wrapper {
        height: 685px; } }
    .imgPod-50.wrapper .imgPod-50 {
      width: 100%; }
      @media (min-width: 480px) {
        .imgPod-50.wrapper .imgPod-50 {
          margin-top: 0 !important;
          margin-bottom: 0 !important; } }
      .imgPod-50.wrapper .imgPod-50:hover .bg {
        transform: scale(1.1) !important; }

.imgPod-25 {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  height: 270px;
  float: left;
  margin: 1px 20px;
  position: relative;
  overflow: hidden;
  text-decoration: none; }
  .imgPod-25:first-child {
    margin-top: 0; }
  .imgPod-25:last-child {
    margin-bottom: 0; }
  .imgPod-25:hover {
    text-decoration: none !important; }
  @media (min-width: 480px) {
    .imgPod-25 {
      margin: 0 1px !important; }
      .imgPod-25:first-child {
        margin-left: 0 !important; }
      .imgPod-25:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1024px) {
    .imgPod-25 {
      height: 400px;
      margin: 0 1px !important; }
      .imgPod-25:first-child {
        margin-left: 0 !important; }
      .imgPod-25:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1365px) {
    .imgPod-25 {
      height: 560px;
      margin: 0 1px !important; }
      .imgPod-25:first-child {
        margin-left: 0 !important; }
      .imgPod-25:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1910px) {
    .imgPod-25 {
      height: 685px;
      margin: 0 1px !important; }
      .imgPod-25:first-child {
        margin-left: 0 !important; }
      .imgPod-25:last-child {
        margin-right: 0 !important; } }
  .imgPod-25.lightPod .gradient {
    background: transparent; }
  .imgPod-25.lightPod .content h1, .imgPod-25.lightPod .content .header-title, .imgPod-25.lightPod .content .linkLine {
    color: #212640 !important; }
  .imgPod-25.lightPod .content .linkLine:before {
    background-color: #212640 !important; }
  .imgPod-25 .bg, .imgPod-25 .gradient {
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    transition: all 0.3s ease-in;
    z-index: -1;
    position: absolute; }
  .imgPod-25 .bg {
    background-image: url("http: //via.placeholder.com/1024x768?text=Missing+Image");
    background-color: #005EB8; }
  .imgPod-25 .gradient {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 85%);
    z-index: 0; }
  .imgPod-25:hover .bg {
    transform: scale(1.1); }
  .imgPod-25 .content {
    width: 100%;
    padding: 0 35px 35px;
    z-index: 1; }
    @media (min-width: 480px) {
      .imgPod-25 .content {
        padding: 0 15px 15px; } }
    @media (min-width: 1024px) {
      .imgPod-25 .content {
        padding: 0 30px 35px; } }
    @media (min-width: 1365px) {
      .imgPod-25 .content {
        padding: 0 40px 65px; } }
    @media (min-width: 1910px) {
      .imgPod-25 .content {
        padding: 0 45px 70px; } }
    .imgPod-25 .content h1, .imgPod-25 .content .header-title {
      color: #ffffff;
      font-weight: 600;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 12px; }
      @media (min-width: 480px) {
        .imgPod-25 .content h1, .imgPod-25 .content .header-title {
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 10px; } }
      @media (min-width: 1024px) {
        .imgPod-25 .content h1, .imgPod-25 .content .header-title {
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 20px; } }
      @media (min-width: 1365px) {
        .imgPod-25 .content h1, .imgPod-25 .content .header-title {
          font-size: 32px;
          line-height: 36px; } }
      @media (min-width: 1910px) {
        .imgPod-25 .content h1, .imgPod-25 .content .header-title {
          font-size: 43px;
          line-height: 38px; } }
    .imgPod-25 .content .desc {
      margin-bottom: 15px;
      margin-top: -10px; }
      .imgPod-25 .content .desc p {
        color: #ffffff; }
    .imgPod-25 .content .link {
      display: block;
      height: 40px;
      color: #ffffff;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0.1em;
      text-decoration: none;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .imgPod-25 .content .link {
          font-size: 13px;
          line-height: 18px; } }
      .imgPod-25 .content .link:before {
        position: relative;
        height: 1px;
        vertical-align: middle;
        display: inline-block;
        content: "";
        background-color: white;
        right: 10px;
        width: 32px;
        margin-left: 10px; }
    .imgPod-25 .content .linkLine.large {
      font-size: 10px;
      padding-right: 0; }
      @media (min-width: 1024px) {
        .imgPod-25 .content .linkLine.large {
          font-size: 13px;
          line-height: 18px;
          padding-right: 26px; } }
  @media (min-width: 480px) {
    .imgPod-25 {
      width: calc(50% - 2px); } }
  @media (min-width: 1024px) {
    .imgPod-25 {
      width: 25%; } }
.imgPod-100 {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  height: 270px;
  float: left;
  margin: 1px 20px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%; }
  .imgPod-100:first-child {
    margin-top: 0; }
  .imgPod-100:last-child {
    margin-bottom: 0; }
  .imgPod-100:hover {
    text-decoration: none !important; }
  @media (min-width: 480px) {
    .imgPod-100 {
      margin: 0 1px !important; }
      .imgPod-100:first-child {
        margin-left: 0 !important; }
      .imgPod-100:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1024px) {
    .imgPod-100 {
      height: 400px;
      margin: 0 1px !important; }
      .imgPod-100:first-child {
        margin-left: 0 !important; }
      .imgPod-100:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1365px) {
    .imgPod-100 {
      height: 560px;
      margin: 0 1px !important; }
      .imgPod-100:first-child {
        margin-left: 0 !important; }
      .imgPod-100:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1910px) {
    .imgPod-100 {
      height: 685px;
      margin: 0 1px !important; }
      .imgPod-100:first-child {
        margin-left: 0 !important; }
      .imgPod-100:last-child {
        margin-right: 0 !important; } }
  .imgPod-100.lightPod .gradient {
    background: transparent; }
  .imgPod-100.lightPod .content h1, .imgPod-100.lightPod .content .header-title, .imgPod-100.lightPod .content .linkLine {
    color: #212640 !important; }
  .imgPod-100.lightPod .content .linkLine:before {
    background-color: #212640 !important; }
  .imgPod-100 .bg, .imgPod-100 .gradient {
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    transition: all 0.3s ease-in;
    z-index: -1;
    position: absolute; }
  .imgPod-100 .bg {
    background-image: url("http: //via.placeholder.com/1024x768?text=Missing+Image");
    background-color: #005EB8; }
  .imgPod-100 .gradient {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 85%);
    z-index: 0; }
  .imgPod-100:hover .bg {
    transform: scale(1.1); }
  .imgPod-100 .content {
    width: 100%;
    padding: 0 35px 35px;
    z-index: 1; }
    @media (min-width: 480px) {
      .imgPod-100 .content {
        padding: 0 15px 15px; } }
    @media (min-width: 1024px) {
      .imgPod-100 .content {
        padding: 0 30px 35px; } }
    @media (min-width: 1365px) {
      .imgPod-100 .content {
        padding: 0 40px 65px; } }
    @media (min-width: 1910px) {
      .imgPod-100 .content {
        padding: 0 45px 70px; } }
    .imgPod-100 .content h1, .imgPod-100 .content .header-title {
      color: #ffffff;
      font-weight: 600;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 12px; }
      @media (min-width: 480px) {
        .imgPod-100 .content h1, .imgPod-100 .content .header-title {
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 10px; } }
      @media (min-width: 1024px) {
        .imgPod-100 .content h1, .imgPod-100 .content .header-title {
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 20px; } }
      @media (min-width: 1365px) {
        .imgPod-100 .content h1, .imgPod-100 .content .header-title {
          font-size: 32px;
          line-height: 36px; } }
      @media (min-width: 1910px) {
        .imgPod-100 .content h1, .imgPod-100 .content .header-title {
          font-size: 43px;
          line-height: 38px; } }
    .imgPod-100 .content .desc {
      margin-bottom: 15px;
      margin-top: -10px; }
      .imgPod-100 .content .desc p {
        color: #ffffff; }
    .imgPod-100 .content .link {
      display: block;
      height: 40px;
      color: #ffffff;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0.1em;
      text-decoration: none;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .imgPod-100 .content .link {
          font-size: 13px;
          line-height: 18px; } }
      .imgPod-100 .content .link:before {
        position: relative;
        height: 1px;
        vertical-align: middle;
        display: inline-block;
        content: "";
        background-color: white;
        right: 10px;
        width: 32px;
        margin-left: 10px; }
    .imgPod-100 .content .linkLine.large {
      font-size: 10px;
      padding-right: 0; }
      @media (min-width: 1024px) {
        .imgPod-100 .content .linkLine.large {
          font-size: 13px;
          line-height: 18px;
          padding-right: 26px; } }
.historyMenu {
  display: none; }
  @media (min-width: 480px) {
    .historyMenu {
      display: -webkit-flexbox;
      display: flex;
      align-self: flex-start;
      -moz-flex-direction: column;
      flex-direction: column; } }
  .historyMenu .item {
    margin-bottom: 15px; }
    .historyMenu .item a {
      font-weight: 600;
      font-size: 10px;
      color: #005EB8;
      letter-spacing: 2px;
      line-height: 16px;
      text-decoration: none !important; }

.historyContent {
  flex: 0 1 100%; }
  .historyContent article {
    margin-bottom: 50px; }
    @media (min-width: 1024px) {
      .historyContent article {
        display: -webkit-flexbox;
        display: flex;
        margin-bottom: 115px; } }
    @media (min-width: 1024px) {
      .historyContent article .media {
        position: relative;
        flex: 0 0 400px;
        margin-right: 30px; } }
    .historyContent article .media img {
      margin-top: 30px;
      margin-bottom: 15px; }
      @media (min-width: 480px) {
        .historyContent article .media img {
          margin-top: 0; } }
      @media (min-width: 1024px) {
        .historyContent article .media img {
          margin-top: 75px;
          margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .historyContent article .meta {
        position: relative;
        margin-left: 30px; } }
    .historyContent article .meta .date {
      font-weight: 600;
      font-size: 60px;
      color: #005EB8;
      letter-spacing: 0;
      line-height: 60px;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .historyContent article .meta .date {
          margin-left: 50px; } }
    .historyContent article .meta h2 {
      font-weight: 600;
      font-size: 36px;
      color: #212640;
      line-height: 36px;
      margin-bottom: 15px; }
      @media (min-width: 1024px) {
        .historyContent article .meta h2 {
          margin-bottom: 10px; } }
    @media (min-width: 1024px) {
      .historyContent article .meta .body {
        margin-left: 55px; } }
    .historyContent article .meta .body p {
      padding-top: 0;
      padding-bottom: 30px;
      font-size: 16px;
      line-height: 28px;
      margin: 0px; }
    .historyContent article:last-child {
      margin-bottom: 0px; }

.blueBarWrap {
  display: -webkit-flexbox;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }
  .blueBarWrap .blueBar {
    display: -webkit-flexbox;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    background-color: #212640;
    color: #ffffff; }
    .blueBarWrap .blueBar .one {
      font-weight: 600;
      font-size: 20px;
      color: #ffffff;
      line-height: 32px;
      margin: 0 60px; }
    .blueBarWrap .blueBar .two {
      margin: 0 120px 0 60px; }
      .blueBarWrap .blueBar .two a {
        color: #ffffff;
        margin: 10px 0;
        float: none;
        clear: both;
        display: block; }
    .blueBarWrap .blueBar img {
      vertical-align: top; }

.contactBar {
  background-color: #212640;
  margin: 45px 0 -45px;
  padding: 45px 0;
  display: block; }
  .contactBar.noFlex {
    display: block !important; }
  @media (min-width: 1024px) {
    .contactBar {
      display: -webkit-flexbox;
      display: flex; } }
  .contactBar .cta {
    margin-left: 45px;
    margin-right: 45px;
    width: calc(100% - 45px - 45px);
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    line-height: 32px; }
    @media (min-width: 480px) {
      .contactBar .cta {
        margin-left: 30px;
        margin-right: 30px;
        width: calc(100% - 30px - 30px); } }
    @media (min-width: 1024px) {
      .contactBar .cta {
        width: 25%;
        padding-right: 8.333333%;
        margin-left: 45px;
        margin-right: 0; } }
    @media (min-width: 1365px) {
      .contactBar .cta {
        width: 16.6666667%;
        margin-left: 175px; } }
    @media (min-width: 1910px) {
      .contactBar .cta {
        margin-left: 300px; } }
  @media (min-width: 1024px) {
    .contactBar .contactWrap {
      display: -webkit-flexbox;
      display: flex; } }
  .contactBar .contact {
    margin: 15px 45px;
    color: #ffffff; }
    @media (min-width: 480px) {
      .contactBar .contact {
        margin-left: 30px;
        margin-right: 30px; } }
    @media (min-width: 1024px) {
      .contactBar .contact {
        width: 25%;
        margin: 0;
        margin-right: 8.333333%; } }
    @media (min-width: 1365px) {
      .contactBar .contact {
        width: 16.6666667%; } }
    .contactBar .contact a {
      color: #ffffff; }
    .contactBar .contact .department {
      display: block;
      font-weight: 700;
      font-size: 12px;
      line-height: 24px;
      margin-bottom: 8px;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .contactBar .contact .department {
          display: inline-block; } }
    .contactBar .contact .name {
      display: block;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 8px; }
      @media (min-width: 1024px) {
        .contactBar .contact .name {
          display: inline-block; } }
    .contactBar .contact .title {
      display: block;
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 8px; }
      @media (min-width: 1024px) {
        .contactBar .contact .title {
          display: inline-block; } }
    .contactBar .contact .phone {
      display: block;
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 8px; }
      @media (min-width: 1024px) {
        .contactBar .contact .phone {
          display: inline-block; } }
      .contactBar .contact .phone a {
        text-decoration: none !important; }
    .contactBar .contact .email {
      display: block;
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 8px; }
      @media (min-width: 1024px) {
        .contactBar .contact .email {
          display: inline-block; } }
@media (min-width: 480px) {
  #section_lead_ad {
    padding-top: 40px;
    padding-bottom: 40px; } }

#section_lead_ad .mainContent {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }
  @media (min-width: 480px) {
    #section_lead_ad .mainContent .sectionLead {
      align-self: stretch; } }
  @media (min-width: 1024px) {
    #section_lead_ad .mainContent .sectionLead {
      margin-left: 100px;
      margin-right: 90px; } }
  @media (min-width: 1365px) {
    #section_lead_ad .mainContent .sectionLead {
      margin-left: 0; } }
  #section_lead_ad .mainContent .sectionLead h1, #section_lead_ad .mainContent .sectionLead .header-title {
    font-weight: 600;
    font-size: 24px;
    color: #212640;
    margin-top: 30px;
    margin-bottom: 30px; }
  #section_lead_ad .mainContent .sectionLead h2 {
    font-weight: 600;
    font-size: 16px;
    color: #212640;
    margin-top: 0;
    margin-bottom: 35px; }
  #section_lead_ad .mainContent .sectionLead .lead p {
    font-weight: 400;
    color: #212640; }
  #section_lead_ad .mainContent .sectionLead .caption, #section_lead_ad .mainContent .sectionLead .blogLead {
    margin-left: -100px;
    margin-right: -90px; }
    @media (min-width: 1365px) {
      #section_lead_ad .mainContent .sectionLead .caption, #section_lead_ad .mainContent .sectionLead .blogLead {
        margin-left: 0; } }
  #section_lead_ad .mainContent .sectionLead .blogLead {
    font-size: 20px !important;
    line-height: 32px;
    margin-bottom: 0;
    font-weight: 600; }
    @media (min-width: 480px) {
      #section_lead_ad .mainContent .sectionLead .blogLead {
        font-size: 24px !important;
        line-height: 40px; } }
    #section_lead_ad .mainContent .sectionLead .blogLead li {
      margin-bottom: 15px;
      line-height: 32px; }
      @media (min-width: 480px) {
        #section_lead_ad .mainContent .sectionLead .blogLead li {
          font-size: 24px !important;
          line-height: 40px; } }
    #section_lead_ad .mainContent .sectionLead .blogLead p {
      font-size: 20px !important;
      line-height: 32px;
      margin-bottom: 0;
      font-weight: 600; }
      @media (min-width: 480px) {
        #section_lead_ad .mainContent .sectionLead .blogLead p {
          font-size: 24px !important;
          line-height: 40px; } }
  #section_lead_ad .mainContent .sectionLead.simple h2 {
    margin-top: 0; }
  @media (min-width: 480px) {
    #section_lead_ad .mainContent .sectionLead.simple .lead p {
      font-size: 24px !important;
      line-height: 40px; } }
blockquote {
  margin-top: -20px !important; }

.sectionLead .lead p, .leadImg p {
  font-size: 20px !important;
  line-height: 32px; }
  @media (min-width: 480px) {
    .sectionLead .lead p, .leadImg p {
      font-size: 24px !important;
      line-height: 40px; } }
  @media (min-width: 1365px) {
    .sectionLead .lead p, .leadImg p {
      font-size: 32px !important;
      line-height: 48px; } }
  @media (min-width: 1910px) {
    .sectionLead .lead p, .leadImg p {
      font-size: 40px !important;
      line-height: 56px; } }
.flexWrap {
  display: -webkit-flexbox;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 480px) {
    .flexWrap {
      margin: 0 -20px; } }
  .flexWrap .sectionImgPod {
    /*@include breakpoint($sm) {
            .media {min-height: 320px;}
        }*/ }
    .flexWrap .sectionImgPod h3 {
      font-weight: 600;
      font-size: 24px;
      color: #212640;
      letter-spacing: 0;
      line-height: 24px;
      margin-top: 0;
      margin-bottom: 15px; }
      @media (min-width: 480px) {
        .flexWrap .sectionImgPod h3 {
          margin-top: 30px; } }
    .flexWrap .sectionImgPod h4 {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 30px; }
    .flexWrap .sectionImgPod.promoSpace img {
      margin-bottom: 0 !important; }
    .flexWrap .sectionImgPod.promoSpace.col2 {
      float: left;
      margin: 0 0 45px;
      width: 100%; }
      @media (min-width: 480px) {
        .flexWrap .sectionImgPod.promoSpace.col2 {
          margin: 30px 20px;
          width: calc(25% - 40px); } }
      .flexWrap .sectionImgPod.promoSpace.col2 .content {
        margin-top: 20px; }
        @media (min-width: 480px) {
          .flexWrap .sectionImgPod.promoSpace.col2 .content {
            margin-bottom: 30px; } }
        .flexWrap .sectionImgPod.promoSpace.col2 .content h3 {
          font-weight: 600;
          margin-top: 0;
          margin-bottom: 10px; }
          @media (min-width: 480px) {
            .flexWrap .sectionImgPod.promoSpace.col2 .content h3 {
              font-size: 12px; } }
    .flexWrap .sectionImgPod.promoSpace.col3 {
      float: left;
      margin: 0 0 45px;
      width: 100%; }
      @media (min-width: 480px) {
        .flexWrap .sectionImgPod.promoSpace.col3 {
          margin: 30px 20px;
          width: calc(50% - 40px); } }
      @media (min-width: 480px) {
        .flexWrap .sectionImgPod.promoSpace.col3 {
          width: calc(33.333333% - 40px); } }
      @media (min-width: 1365px) {
        .flexWrap .sectionImgPod.promoSpace.col3 {
          width: calc(20% - 40px); } }
      .flexWrap .sectionImgPod.promoSpace.col3 .content {
        margin-top: 20px; }
        @media (min-width: 480px) {
          .flexWrap .sectionImgPod.promoSpace.col3 .content {
            margin-bottom: 30px; } }
        .flexWrap .sectionImgPod.promoSpace.col3 .content h3 {
          font-weight: 600;
          margin-top: 0;
          margin-bottom: 10px; }
          @media (min-width: 480px) {
            .flexWrap .sectionImgPod.promoSpace.col3 .content h3 {
              font-size: 14px; } }
.employeeBlock {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 480px) {
    .employeeBlock {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1024px) {
    .employeeBlock {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 1365px) {
    .employeeBlock {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1910px) {
    .employeeBlock {
      padding-left: 160px;
      padding-right: 160px; } }
  .employeeBlock .content {
    background-color: #005EB8;
    width: 100%;
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 30px; }
    @media (min-width: 1024px) {
      .employeeBlock .content {
        -moz-flex-direction: row;
        flex-direction: row;
        padding: 75px 120px; } }
    .employeeBlock .content.noPad {
      padding: 0; }
      .employeeBlock .content.noPad .content {
        padding: 90px 60px 80px;
        height: 100%; }
    .employeeBlock .content .imgPod-66, .employeeBlock .content .imgPod-33, .employeeBlock .content .imgPod-100 {
      height: 360px !important;
      padding: 0;
      margin: 0; }
      @media (min-width: 1024px) {
        .employeeBlock .content .imgPod-66, .employeeBlock .content .imgPod-33, .employeeBlock .content .imgPod-100 {
          height: 400px !important; } }
      @media (min-width: 1365px) {
        .employeeBlock .content .imgPod-66, .employeeBlock .content .imgPod-33, .employeeBlock .content .imgPod-100 {
          height: 560px !important; } }
      @media (min-width: 1910px) {
        .employeeBlock .content .imgPod-66, .employeeBlock .content .imgPod-33, .employeeBlock .content .imgPod-100 {
          height: 685px !important; } }
    @media (min-width: 1024px) {
      .employeeBlock .content .imgPod-66 .imgPod-100 .content .leftCol, .employeeBlock .content .imgPod-66 .imgPod-100 .content .rightCol {
        min-width: 250px; } }
    .employeeBlock .content .imgPod-66 .imgPod-100 .content .leftCol h2, .employeeBlock .content .imgPod-66 .imgPod-100 .content .leftCol p, .employeeBlock .content .imgPod-66 .imgPod-100 .content .rightCol h2, .employeeBlock .content .imgPod-66 .imgPod-100 .content .rightCol p {
      color: #212640 !important; }
    .employeeBlock .content .imgPod-66 .imgPod-100 .content .leftCol h2, .employeeBlock .content .imgPod-66 .imgPod-100 .content .rightCol h2 {
      line-height: 40px;
      font-size: 32px;
      font-weight: 600; }
    .employeeBlock .content .imgPod-66 .imgPod-100 .content .leftCol p, .employeeBlock .content .imgPod-66 .imgPod-100 .content .rightCol p {
      font-size: 24px;
      font-weight: 400;
      line-height: 40px; }
    .employeeBlock .content .imgPod-66 .imgPod-100 .content .leftCol {
      padding-right: 20px;
      width: 40%; }
      @media (min-width: 1024px) {
        .employeeBlock .content .imgPod-66 .imgPod-100 .content .leftCol {
          padding-right: 20px; } }
      @media (min-width: 1365px) {
        .employeeBlock .content .imgPod-66 .imgPod-100 .content .leftCol {
          padding-right: 60px; } }
    .employeeBlock .content .imgPod-66 .imgPod-100 .content .righCol {
      width: 60%; }
    .employeeBlock .content .imgPod-33 .imgPod-100.rightCol {
      width: 100%;
      height: 360px !important; }
      @media (min-width: 1024px) {
        .employeeBlock .content .imgPod-33 .imgPod-100.rightCol {
          height: 400px !important; } }
      @media (min-width: 1365px) {
        .employeeBlock .content .imgPod-33 .imgPod-100.rightCol {
          height: 560px !important; } }
      @media (min-width: 1910px) {
        .employeeBlock .content .imgPod-33 .imgPod-100.rightCol {
          height: 685px !important; } }
    .employeeBlock .content .imgPod-33 .imgPod-100 .content {
      height: 100%;
      display: -webkit-flexbox;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      -webkit-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between; }
    .employeeBlock .content .leftCol, .employeeBlock .content .rightCol {
      display: -webkit-flexbox;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      -webkit-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -moz-order: 1;
      order: 1;
      width: 100%; }
      @media (min-width: 1024px) {
        .employeeBlock .content .leftCol, .employeeBlock .content .rightCol {
          -moz-order: 0;
          order: 0;
          min-width: 313px;
          width: 40%; } }
      .employeeBlock .content .leftCol h2, .employeeBlock .content .rightCol h2 {
        color: #ffffff;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0; }
      .employeeBlock .content .leftCol .body p, .employeeBlock .content .rightCol .body p {
        /* In hac habitasse pla: */
        font-size: 32px;
        color: #ffffff;
        letter-spacing: 0;
        line-height: 40px; }
    .employeeBlock .content .rightCol {
      -moz-order: 0;
      order: 0;
      margin-bottom: 30px;
      width: 100%; }
      @media (min-width: 1024px) {
        .employeeBlock .content .rightCol {
          -moz-order: 1;
          order: 1;
          margin-bottom: 0px;
          width: 60%; } }
.mainContent .stockBar, .mainContent .financeResults {
  padding: 0; }

.mainContent .stockBar {
  margin-bottom: 50px; }

.mainContent .financeResults {
  padding-bottom: 40px; }
  .mainContent .financeResults .hundredPerc .content .top .leftCol .heading {
    margin-top: 0;
    padding-bottom: 0; }
  .mainContent .financeResults .hundredPerc .content .top .rightCol .fy-dropdown {
    margin-top: 5px;
    margin-right: 0 !important; }

.stock .mainContent {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }
  @media (min-width: 1024px) {
    .stock .mainContent {
      width: 75%;
      margin-right: 60px; } }
.stock .rightBar {
  margin-right: 0;
  display: none !important; }
  @media (min-width: 1024px) {
    .stock .rightBar {
      display: block !important; } }
.stock .twentyFivePerc {
  width: calc(50% - 45px);
  margin-bottom: 20px !important; }
  @media (min-width: 1024px) {
    .stock .twentyFivePerc {
      width: 25%;
      margin-bottom: 0 !important; } }
section.stockBar, div.stockBar {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
  z-index: 10;
  margin-bottom: -5px; }
  @media (min-width: 480px) {
    section.stockBar, div.stockBar {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1024px) {
    section.stockBar, div.stockBar {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 1365px) {
    section.stockBar, div.stockBar {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1910px) {
    section.stockBar, div.stockBar {
      padding-left: 160px;
      padding-right: 160px; } }
  @media (min-width: 1024px) {
    section.stockBar, div.stockBar {
      margin-bottom: -45px; } }
  section.stockBar .content, div.stockBar .content {
    width: 100%;
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    section.stockBar .content .quoteToggle, div.stockBar .content .quoteToggle {
      background-color: #005EB8;
      display: block;
      width: 100%;
      color: #ffffff;
      text-decoration: none !important;
      cursor: pointer;
      padding: 15px; }
      section.stockBar .content .quoteToggle .simple, div.stockBar .content .quoteToggle .simple {
        display: -webkit-flexbox;
        display: flex;
        -webkit-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        @media (min-width: 1024px) {
          section.stockBar .content .quoteToggle .simple, div.stockBar .content .quoteToggle .simple {
            -moz-align-items: center;
            align-items: center; } }
        section.stockBar .content .quoteToggle .simple .leftCol, div.stockBar .content .quoteToggle .simple .leftCol {
          -webkit-flex-pack: justify;
          -moz-justify-content: space-between;
          justify-content: space-between;
          opacity: 0; }
          @media (min-width: 1024px) {
            section.stockBar .content .quoteToggle .simple .leftCol, div.stockBar .content .quoteToggle .simple .leftCol {
              display: -webkit-flexbox;
              display: flex; } }
          section.stockBar .content .quoteToggle .simple .leftCol .stockName, div.stockBar .content .quoteToggle .simple .leftCol .stockName {
            align-self: flex-start;
            font-size: 12px;
            line-height: 12px;
            margin-right: 20px;
            padding-top: 4px;
            margin-bottom: 20px; }
            @media (min-width: 1024px) {
              section.stockBar .content .quoteToggle .simple .leftCol .stockName, div.stockBar .content .quoteToggle .simple .leftCol .stockName {
                margin-bottom: 0; } }
          section.stockBar .content .quoteToggle .simple .leftCol .stockPrice, div.stockBar .content .quoteToggle .simple .leftCol .stockPrice {
            font-weight: 600;
            font-size: 32px;
            line-height: 32px;
            float: left; }
            @media (min-width: 1024px) {
              section.stockBar .content .quoteToggle .simple .leftCol .stockPrice, div.stockBar .content .quoteToggle .simple .leftCol .stockPrice {
                float: none;
                margin-right: 10px; } }
          section.stockBar .content .quoteToggle .simple .leftCol .status, div.stockBar .content .quoteToggle .simple .leftCol .status {
            align-self: flex-end;
            float: left;
            margin-top: 8px;
            margin-left: 10px; }
            @media (min-width: 1024px) {
              section.stockBar .content .quoteToggle .simple .leftCol .status, div.stockBar .content .quoteToggle .simple .leftCol .status {
                margin-right: 10px; } }
          section.stockBar .content .quoteToggle .simple .leftCol .statusDetails, div.stockBar .content .quoteToggle .simple .leftCol .statusDetails {
            align-self: flex-end;
            font-size: 18px;
            line-height: 18px;
            float: none;
            clear: both;
            margin-top: 10px;
            display: inline-block; }
            @media (min-width: 1024px) {
              section.stockBar .content .quoteToggle .simple .leftCol .statusDetails, div.stockBar .content .quoteToggle .simple .leftCol .statusDetails {
                margin-top: 0; } }
        @media (min-width: 1024px) {
          section.stockBar .content .quoteToggle .simple .rightCol, div.stockBar .content .quoteToggle .simple .rightCol {
            display: -webkit-flexbox;
            display: flex;
            -moz-align-items: center;
            align-items: center; } }
        section.stockBar .content .quoteToggle .simple .rightCol .text, div.stockBar .content .quoteToggle .simple .rightCol .text {
          margin-right: 20px;
          font-size: 12px;
          display: none; }
          @media (min-width: 1024px) {
            section.stockBar .content .quoteToggle .simple .rightCol .text, div.stockBar .content .quoteToggle .simple .rightCol .text {
              display: inline; } }
        section.stockBar .content .quoteToggle .simple .rightCol .toggle, div.stockBar .content .quoteToggle .simple .rightCol .toggle {
          transform: rotate(-90deg); }
    section.stockBar .content .advanced, div.stockBar .content .advanced {
      display: none;
      width: 100%;
      border-top: 1px solid #4C8ECE;
      background: rgba(217, 231, 245, 0.3); }
      @media (min-width: 1024px) {
        section.stockBar .content .advanced, div.stockBar .content .advanced {
          padding: 50px 30px 65px 10px; } }
      @media (min-width: 1365px) {
        section.stockBar .content .advanced, div.stockBar .content .advanced {
          padding: 50px 100px 65px 40px; } }
      section.stockBar .content .advanced .stockChart, div.stockBar .content .advanced .stockChart {
        width: 100%;
        height: 100%;
        height: 260px; }
      section.stockBar .content .advanced .stockInfo, div.stockBar .content .advanced .stockInfo {
        color: #212640; }
        @media (min-width: 1024px) {
          section.stockBar .content .advanced .stockInfo, div.stockBar .content .advanced .stockInfo {
            display: -webkit-flexbox;
            display: flex; } }
        section.stockBar .content .advanced .stockInfo .twentyFivePerc, div.stockBar .content .advanced .stockInfo .twentyFivePerc {
          border-left: 1px solid rgba(33, 38, 64, 0.2);
          padding-left: 15px;
          padding-right: 30px;
          margin-left: 20px !important;
          display: inline-block; }
          section.stockBar .content .advanced .stockInfo .twentyFivePerc:first-child, div.stockBar .content .advanced .stockInfo .twentyFivePerc:first-child {
            margin-top: 20px; }
          section.stockBar .content .advanced .stockInfo .twentyFivePerc:last-child, div.stockBar .content .advanced .stockInfo .twentyFivePerc:last-child {
            margin-bottom: 20px; }
          @media (min-width: 1024px) {
            section.stockBar .content .advanced .stockInfo .twentyFivePerc, div.stockBar .content .advanced .stockInfo .twentyFivePerc {
              margin-left: 0; }
              section.stockBar .content .advanced .stockInfo .twentyFivePerc:first-child, div.stockBar .content .advanced .stockInfo .twentyFivePerc:first-child {
                margin-top: 0;
                margin-left: 70px !important; }
              section.stockBar .content .advanced .stockInfo .twentyFivePerc:last-child, div.stockBar .content .advanced .stockInfo .twentyFivePerc:last-child {
                margin-bottom: 0; } }
          section.stockBar .content .advanced .stockInfo .twentyFivePerc p, div.stockBar .content .advanced .stockInfo .twentyFivePerc p {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 10px; }
            section.stockBar .content .advanced .stockInfo .twentyFivePerc p span, div.stockBar .content .advanced .stockInfo .twentyFivePerc p span {
              font-weight: 700;
              display: inline-block; }
              @media (min-width: 1024px) {
                section.stockBar .content .advanced .stockInfo .twentyFivePerc p span, div.stockBar .content .advanced .stockInfo .twentyFivePerc p span {
                  width: 100%; } }
              @media (min-width: 1365px) {
                section.stockBar .content .advanced .stockInfo .twentyFivePerc p span, div.stockBar .content .advanced .stockInfo .twentyFivePerc p span {
                  width: 50%; } }
      section.stockBar .content .advanced .stockChartOptions, div.stockBar .content .advanced .stockChartOptions {
        display: -webkit-flexbox;
        display: flex; }
        @media (min-width: 1024px) {
          section.stockBar .content .advanced .stockChartOptions, div.stockBar .content .advanced .stockChartOptions {
            text-align: center; } }
        section.stockBar .content .advanced .stockChartOptions .stockTabs, div.stockBar .content .advanced .stockChartOptions .stockTabs {
          margin: 0; }
          section.stockBar .content .advanced .stockChartOptions .stockTabs li, div.stockBar .content .advanced .stockChartOptions .stockTabs li {
            list-style-type: none;
            margin: 20px; }
            section.stockBar .content .advanced .stockChartOptions .stockTabs li:before, div.stockBar .content .advanced .stockChartOptions .stockTabs li:before {
              content: ""; }
            @media (min-width: 1024px) {
              section.stockBar .content .advanced .stockChartOptions .stockTabs li, div.stockBar .content .advanced .stockChartOptions .stockTabs li {
                float: left;
                display: inline-block;
                margin-right: 25px; }
                section.stockBar .content .advanced .stockChartOptions .stockTabs li:first-child, div.stockBar .content .advanced .stockChartOptions .stockTabs li:first-child {
                  margin-left: 70px; }
                section.stockBar .content .advanced .stockChartOptions .stockTabs li:last-child, div.stockBar .content .advanced .stockChartOptions .stockTabs li:last-child {
                  margin-right: 0; } }
            section.stockBar .content .advanced .stockChartOptions .stockTabs li a, div.stockBar .content .advanced .stockChartOptions .stockTabs li a {
              padding: 5px 0;
              font-size: 20px;
              color: #212640;
              text-decoration: none !important; }
              section.stockBar .content .advanced .stockChartOptions .stockTabs li a.active, div.stockBar .content .advanced .stockChartOptions .stockTabs li a.active {
                color: #005EB8;
                border-bottom: 4px solid #005EB8; }

@media (min-width: 480px) {
  .financeResults {
    display: block; } }

@media (min-width: 1024px) {
  .financeResults {
    display: -webkit-flexbox;
    display: flex; } }

.financeResults .fortyPerc {
  background-color: #212640;
  color: #ffffff;
  margin-right: 0; }
  @media (min-width: 480px) {
    .financeResults .fortyPerc {
      width: 100%;
      margin-bottom: 30px !important; } }
  @media (min-width: 1024px) {
    .financeResults .fortyPerc {
      width: 40%;
      margin-bottom: 0 !important;
      margin-right: 45px; } }
  @media (min-width: 1365px) {
    .financeResults .fortyPerc {
      margin-right: 60px; } }
  .financeResults .fortyPerc .content {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 45px; }
    @media (min-width: 1024px) {
      .financeResults .fortyPerc .content {
        padding: 85px 60px; } }
    .financeResults .fortyPerc .content .top {
      margin-bottom: 100px; }
      .financeResults .fortyPerc .content .top h2 {
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
        margin-bottom: 15px; }
      .financeResults .fortyPerc .content .top h3 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 400;
        margin-bottom: 15px; }
    .financeResults .fortyPerc .content .bottom .meta .title {
      font-size: 20px;
      line-height: 20px;
      font-weight: 400;
      margin-bottom: 4px; }
    .financeResults .fortyPerc .content .bottom .meta .body {
      font-size: 20px;
      line-height: 27px;
      font-weight: 400;
      margin-bottom: 50px; }

.financeResults .sixtyPerc {
  background-color: #D9E7F5; }
  @media (min-width: 480px) {
    .financeResults .sixtyPerc {
      width: 100%; } }
  @media (min-width: 1024px) {
    .financeResults .sixtyPerc {
      width: 60%;
      margin-left: 45px; } }
  @media (min-width: 1365px) {
    .financeResults .sixtyPerc {
      margin-left: 60px; } }
  @media (min-width: 1024px) {
    .financeResults .sixtyPerc .content {
      padding: 85px 60px; } }
  @media (min-width: 1365px) {
    .financeResults .sixtyPerc .content {
      padding: 85px 75px; } }
  .financeResults .sixtyPerc .content .top {
    border-bottom: 1px solid rgba(33, 38, 64, 0.5); }
  .financeResults .sixtyPerc .content .items {
    border-bottom: 1px solid rgba(33, 38, 64, 0.5); }

.financeResults .hundredPerc .content .top {
  border-bottom: 1px solid #D9E7F5; }

.financeResults .hundredPerc .content .splitBorder {
  border-bottom: 20px solid #D9E7F5; }

.financeResults .sixtyPerc, .financeResults .hundredPerc {
  margin-left: 0; }
  .financeResults .sixtyPerc .content .top, .financeResults .hundredPerc .content .top {
    display: block;
    padding: 20px; }
    @media (min-width: 1024px) {
      .financeResults .sixtyPerc .content .top, .financeResults .hundredPerc .content .top {
        display: -webkit-flexbox;
        display: flex;
        -webkit-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
        padding: 0; } }
    .financeResults .sixtyPerc .content .top .leftCol h2, .financeResults .hundredPerc .content .top .leftCol h2 {
      font-size: 16px;
      line-height: 16px;
      font-weight: 600;
      margin-bottom: 6px; }
    .financeResults .sixtyPerc .content .top .leftCol p, .financeResults .hundredPerc .content .top .leftCol p {
      font-size: 14px;
      line-height: 14px;
      font-weight: 400;
      margin-bottom: 17px; }
    .financeResults .sixtyPerc .content .top .rightCol, .financeResults .hundredPerc .content .top .rightCol {
      display: -webkit-flexbox;
      display: flex;
      -moz-align-items: flex-start;
      align-items: flex-start; }
      .financeResults .sixtyPerc .content .top .rightCol .fy-dropdown, .financeResults .hundredPerc .content .top .rightCol .fy-dropdown {
        height: 25px;
        background: transparent;
        border: 1px solid #005EB8;
        border-radius: 4px;
        padding: 2px 30px 3px 14px;
        color: #005EB8;
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("../images/form-select-arrow.svg");
        background-repeat: no-repeat;
        background-position: 90% 52%;
        background-size: 12px 7px; }
        @media (min-width: 1024px) {
          .financeResults .sixtyPerc .content .top .rightCol .fy-dropdown, .financeResults .hundredPerc .content .top .rightCol .fy-dropdown {
            margin-right: 15px; } }
      .financeResults .sixtyPerc .content .top .rightCol select::-ms-expand, .financeResults .hundredPerc .content .top .rightCol select::-ms-expand {
        display: none; }
  .financeResults .sixtyPerc .content .items a, .financeResults .hundredPerc .content .items a {
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    text-decoration: none !important;
    color: #212640;
    padding: 20px; }
    @media (min-width: 1024px) {
      .financeResults .sixtyPerc .content .items a, .financeResults .hundredPerc .content .items a {
        padding-left: 18px;
        padding-right: 18px; } }
    .financeResults .sixtyPerc .content .items a .title, .financeResults .hundredPerc .content .items a .title {
      font-size: 18px;
      line-height: 18px; }
    .financeResults .sixtyPerc .content .items a .action, .financeResults .hundredPerc .content .items a .action {
      display: -webkit-flexbox;
      display: flex; }
      .financeResults .sixtyPerc .content .items a .action .type, .financeResults .hundredPerc .content .items a .action .type {
        font-size: 12px;
        line-height: 12px;
        padding-right: 30px;
        align-self: center; }

.borderTop.borderBottom {
  margin-top: 0; }

section.borderBottom .imgTextPodHorz {
  padding-top: 0; }
  @media (min-width: 480px) {
    section.borderBottom .imgTextPodHorz {
      margin-bottom: 25px; } }
section.borderBottom:last-of-type {
  border: none !important;
  margin-bottom: 0; }
  section.borderBottom:last-of-type .imgTextPodHorz {
    margin-bottom: 0; }

.fortySixty {
  padding-top: 75px;
  margin-bottom: 0 !important; }
  .fortySixty.borderTop.borderBottom {
    margin-top: -35px; }
  .fortySixty .imgTextPodHorz {
    margin: 0 !important; }
    @media (min-width: 480px) {
      .fortySixty .imgTextPodHorz .leftCol {
        width: 40%; } }
    @media (min-width: 480px) {
      .fortySixty .imgTextPodHorz .rightCol {
        width: 60%; } }
    .fortySixty .imgTextPodHorz .rightCol h2 {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 25px; }
    .fortySixty .imgTextPodHorz .rightCol .body {
      margin-bottom: 0; }
      .fortySixty .imgTextPodHorz .rightCol .body p {
        font-size: 16px !important; }
      @media (min-width: 480px) {
        .fortySixty .imgTextPodHorz .rightCol .body .content {
          margin-bottom: 75px; } }
section:nth-child(odd) .imgTextPodHorz.fifty .rightCol {
  margin-bottom: 30px; }

section:nth-child(even) .imgTextPodHorz.fifty {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 480px) {
    section:nth-child(even) .imgTextPodHorz.fifty {
      -moz-flex-direction: row;
      flex-direction: row; } }
  section:nth-child(even) .imgTextPodHorz.fifty .leftCol {
    -moz-order: 1;
    order: 1;
    margin-bottom: 30px; }
    @media (min-width: 480px) {
      section:nth-child(even) .imgTextPodHorz.fifty .leftCol {
        -moz-order: 0;
        order: 0;
        margin-top: 0; } }
  section:nth-child(even) .imgTextPodHorz.fifty .rightCol {
    -moz-order: 0;
    order: 0;
    margin-bottom: 30px; }
    @media (min-width: 480px) {
      section:nth-child(even) .imgTextPodHorz.fifty .rightCol {
        -moz-order: 1;
        order: 1;
        margin-bottom: 0; } }
section .full .imgTextPodHorz:nth-child(odd) .rightCol {
  margin-bottom: 30px; }

section .full .imgTextPodHorz:nth-child(even) {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 480px) {
    section .full .imgTextPodHorz:nth-child(even) {
      -moz-flex-direction: row;
      flex-direction: row; } }
  section .full .imgTextPodHorz:nth-child(even) .leftCol {
    -moz-order: 1;
    order: 1; }
    @media (min-width: 480px) {
      section .full .imgTextPodHorz:nth-child(even) .leftCol {
        -moz-order: 0;
        order: 0;
        margin-top: 0; } }
  section .full .imgTextPodHorz:nth-child(even) .rightCol {
    -moz-order: 0;
    order: 0;
    margin-bottom: 30px; }
    @media (min-width: 480px) {
      section .full .imgTextPodHorz:nth-child(even) .rightCol {
        -moz-order: 1;
        order: 1;
        margin-bottom: 0; } }
@media (min-width: 480px) {
  .mainContent.full .imgTextPodHorz {
    display: -webkit-flexbox;
    display: flex; } }

@media (min-width: 1024px) {
  .mainContent .imgTextPodHorz {
    display: -webkit-flexbox;
    display: flex; } }

.imgTextPodHorz {
  padding-top: 0;
  margin-bottom: 30px; }
  @media (min-width: 480px) {
    .imgTextPodHorz {
      padding-top: 45px;
      margin-bottom: 0; } }
  .imgTextPodHorz.fifty {
    margin-bottom: 30px !important; }
    @media (min-width: 480px) {
      .imgTextPodHorz.fifty {
        margin-bottom: 50px !important; } }
    .imgTextPodHorz.fifty:first-of-type {
      margin-top: 25px !important; }
    .imgTextPodHorz.fifty:last-of-type {
      margin-bottom: 25px !important; }
    .imgTextPodHorz.fifty.margT30 {
      margin-top: 60px !important; }
      @media (min-width: 480px) {
        .imgTextPodHorz.fifty.margT30 {
          margin-top: 30px !important; } }
    .imgTextPodHorz.fifty .leftCol, .imgTextPodHorz.fifty .rightCol {
      display: -webkit-flexbox;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      -webkit-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      @media (min-width: 480px) {
        .imgTextPodHorz.fifty .leftCol, .imgTextPodHorz.fifty .rightCol {
          width: 50% !important; } }
  .imgTextPodHorz .title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: 600; }
  .imgTextPodHorz .body {
    font-size: 14px;
    line-height: 24px;
    margin-left: 0;
    padding-left: 0 !important;
    display: inline-block; }
    .imgTextPodHorz .body.large {
      margin-bottom: 0 !important; }
      .imgTextPodHorz .body.large p {
        font-size: 16px !important;
        line-height: 28px; }
    .imgTextPodHorz .body p {
      font-size: 14px !important;
      line-height: 24px;
      /*margin-bottom: 0 !important;*/
      margin-bottom: 12px; }
    .imgTextPodHorz .body ul {
      margin: 10px 0 20px 20px;
      list-style: none;
      padding-left: 0;
      position: relative;
      font-size: 14px; }
      .imgTextPodHorz .body ul li {
        position: relative; }
        .imgTextPodHorz .body ul li:before {
          position: absolute;
          content: "•";
          left: -20px; }
  .imgTextPodHorz .leftCol {
    display: block;
    margin-bottom: 30px; }
    @media (min-width: 480px) {
      .imgTextPodHorz .leftCol {
        margin-right: 40px; } }
    @media (min-width: 1024px) {
      .imgTextPodHorz .leftCol {
        width: 284px;
        min-width: 284px;
        margin-bottom: 0; } }
    @media (min-width: 1365px) {
      .imgTextPodHorz .leftCol {
        margin-right: 60px; } }
  .imgTextPodHorz .rightCol {
    margin: 0px; }

.teamListing {
  border-top: 1px solid #D9E7F5; }

.productDetails .mainContent h1, .productDetails .mainContent .header-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 24px; }

.productDetails .mainContent .featureList {
  margin-bottom: 60px; }
  .productDetails .mainContent .featureList .imgTextPodHorz {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 15px; }
  .productDetails .mainContent .featureList .imgTextPodHorz ~ .imgTextPodHorz {
    margin-top: 30px; }
  .productDetails .mainContent .featureList h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 24px; }
  .productDetails .mainContent .featureList strong {
    font-weight: 600; }

.productDetails .mainContent .customerList {
  margin-bottom: 60px; }
  .productDetails .mainContent .customerList h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 24px; }
  .productDetails .mainContent .customerList .item {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px; }
    .productDetails .mainContent .customerList .item:last-child {
      margin-bottom: 0px; }

.contactInfoCTA {
  background-color: #D9E7F5;
  margin-bottom: 30px; }
  .contactInfoCTA.small .content {
    min-height: auto; }
  .contactInfoCTA .content {
    padding: 30px; }
    @media (min-width: 1365px) {
      .contactInfoCTA .content {
        min-height: 270px; } }
    .contactInfoCTA .content .title {
      font-weight: 600;
      font-size: 22px;
      line-height: 30px; }
      @media (min-width: 480px) {
        .contactInfoCTA .content .title {
          margin-bottom: 90px; } }
      .contactInfoCTA .content .title.closed {
        margin-left: 16px;
        position: relative; }
        .contactInfoCTA .content .title.closed:before {
          content: "";
          background: url("../images/dot-red.svg") no-repeat;
          width: 8px;
          height: 8px;
          position: absolute;
          top: 12px;
          left: -16px; }
      .contactInfoCTA .content .title.open {
        margin-left: 16px;
        position: relative; }
        .contactInfoCTA .content .title.open:before {
          content: "";
          background: url("../images/dot-green.svg") no-repeat;
          width: 8px;
          height: 8px;
          position: absolute;
          top: 12px;
          left: -16px; }
    .contactInfoCTA .content .links .btnAnim {
      margin-bottom: 10px; }
  .contactInfoCTA .buttonBase {
    background-color: #005EB8; }
    .contactInfoCTA .buttonBase a {
      display: block;
      padding: 20px 24px;
      color: #ffffff;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 2.67px;
      text-decoration: none;
      font-weight: 600;
      text-align: center;
      text-transform: uppercase; }
      .contactInfoCTA .buttonBase a:hover {
        text-decoration: underline; }

/* TABS */
.fb-page span {
  margin-top: 1px;
  margin-left: 1px; }

.tabs {
  background-color: #ffffff;
  border: 1px solid #f3f4f6;
  margin: 0 60px 60px;
  padding: 2px 0; }
  @media (min-width: 480px) {
    .tabs {
      margin: 0 20px 0;
      padding: 0; } }
  .tabs .horizontal {
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    list-style: none outside none;
    margin: 0;
    cursor: pointer; }
    .tabs .horizontal li {
      margin: 0;
      display: inline-block;
      width: 50%;
      text-align: center;
      font-size: 14px;
      padding: 15px 0;
      background-color: #f3f4f6; }
      .tabs .horizontal li a {
        text-decoration: none !important;
        color: #212640; }
      .tabs .horizontal li.active {
        background-color: #005EB8;
        cursor: default; }
        .tabs .horizontal li.active a {
          color: #ffffff;
          cursor: default; }
  .tabs .tabBody {
    padding-top: 0;
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative; }
    @media (min-width: 1024px) {
      .tabs .tabBody {
        height: calc(100% - 49px); } }
    .tabs .tabBody article {
      border-bottom: 1px solid #D6D6D6; }
      .tabs .tabBody article a {
        color: #212640;
        text-decoration: none !important;
        display: block;
        position: relative;
        padding: 30px; }
        @media (min-width: 480px) {
          .tabs .tabBody article a {
            padding: 15px 15px 35px; } }
        @media (min-width: 1024px) {
          .tabs .tabBody article a {
            padding: 30px; } }
        .tabs .tabBody article a:hover {
          color: #005EB8; }
        .tabs .tabBody article a:after {
          content: "";
          width: 25px;
          height: 25px;
          display: inline-block;
          right: 30px;
          bottom: 10px;
          background-image: url("../images/arrow-blue-icon.svg");
          background-repeat: no-repeat;
          position: absolute; }
          @media (min-width: 480px) {
            .tabs .tabBody article a:after {
              right: 15px; } }
          @media (min-width: 1024px) {
            .tabs .tabBody article a:after {
              right: 30px; } }
        .tabs .tabBody article a .meta {
          display: -webkit-flexbox;
          display: flex;
          -webkit-flex-pack: justify;
          -moz-justify-content: space-between;
          justify-content: space-between;
          margin-bottom: 16px; }
          @media (min-width: 480px) {
            .tabs .tabBody article a .meta {
              display: inline-block; } }
          @media (min-width: 1024px) {
            .tabs .tabBody article a .meta {
              display: -webkit-flexbox;
              display: flex; } }
          .tabs .tabBody article a .meta .date {
            font-size: 12px;
            text-transform: uppercase;
            margin-right: 5px; }
            @media (min-width: 480px) {
              .tabs .tabBody article a .meta .date {
                margin-right: 0; } }
            @media (min-width: 1024px) {
              .tabs .tabBody article a .meta .date {
                margin-right: 5px; } }
          .tabs .tabBody article a .meta .tag {
            font-size: 10px;
            text-align: right;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-left: 5px; }
            @media (min-width: 480px) {
              .tabs .tabBody article a .meta .tag {
                text-align: left;
                margin-left: 0; } }
            @media (min-width: 1024px) {
              .tabs .tabBody article a .meta .tag {
                text-align: right;
                margin-left: 5px; } }
        .tabs .tabBody article a .content .title {
          font-size: 14px;
          font-weight: 600; }
        .tabs .tabBody article a .content p {
          font-size: 14px;
          line-height: 19px; }
    .tabs .tabBody .blueBox {
      width: 100%; }
      .tabs .tabBody .blueBox a {
        background-color: #005EB8;
        padding: 25px 30px;
        display: block; }
        @media (min-width: 480px) {
          .tabs .tabBody .blueBox a {
            padding: 15px; } }
        @media (min-width: 1024px) {
          .tabs .tabBody .blueBox a {
            padding: 25px 30px; } }
.imgPodTitle h2 {
  font-size: 28px !important;
  line-height: 36px;
  font-weight: 600;
  position: relative;
  z-index: 10; }
  @media (min-width: 1024px) {
    .imgPodTitle h2 {
      margin-bottom: -30px; } }
.videoTitle {
  margin-top: 15px;
  font-weight: 400; }

.videoThumbnails {
  display: -webkit-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-left: -10px;
  margin-right: -10px; }
  @media (min-width: 480px) {
    .videoThumbnails {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 1024px) {
    .videoThumbnails {
      margin-left: -30px;
      margin-right: -30px; } }
  .videoThumbnails .thirtyThreePerc {
    width: calc(50% - 20px);
    margin: 0 10px !important; }
    @media (min-width: 480px) {
      .videoThumbnails .thirtyThreePerc {
        width: calc(50% - 30px);
        margin: 0 15px !important; } }
    @media (min-width: 1024px) {
      .videoThumbnails .thirtyThreePerc {
        width: calc(33% - 60px);
        margin: 0 30px !important; } }
  .videoThumbnails .thumb {
    position: relative;
    display: block;
    width: 100%;
    padding: 25px 0 0;
    overflow: hidden; }
    .videoThumbnails .thumb:before {
      display: block;
      content: "";
      padding-top: 56.25%; }
    .videoThumbnails .thumb img {
      cursor: pointer;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
      .videoThumbnails .thumb img.blueBorder {
        border: 8px solid #005EB8; }
        @media (min-width: 480px) {
          .videoThumbnails .thumb img.blueBorder {
            border: 10px solid #005EB8; } }
  .videoThumbnails p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 8px;
    text-align: left; }

.listingFiltersText {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin-bottom: -45px;
  border-top: 1px solid #d3e3f4; }
  @media (min-width: 480px) {
    .listingFiltersText {
      -moz-flex-direction: row;
      flex-direction: row; } }
  .listingFiltersText .leftCol {
    background-color: #f1f6fc;
    width: 100%; }
    @media (min-width: 480px) {
      .listingFiltersText .leftCol {
        width: 25%; } }
    .listingFiltersText .leftCol .header {
      display: -webkit-flexbox;
      display: flex;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -moz-align-items: center;
      align-items: center;
      height: 75px;
      border-bottom: 1px solid #d3e3f4;
      cursor: pointer; }
      @media (min-width: 480px) {
        .listingFiltersText .leftCol .header {
          cursor: default;
          -moz-flex-direction: column;
          flex-direction: column;
          -webkit-flex-pack: center;
          -moz-justify-content: center;
          justify-content: center;
          -moz-align-items: flex-start;
          align-items: flex-start; } }
      .listingFiltersText .leftCol .header .title {
        padding: 0 20px;
        font-size: 12px;
        letter-spacing: 2px;
        text-transform: uppercase; }
        @media (min-width: 480px) {
          .listingFiltersText .leftCol .header .title {
            padding-left: 30px; } }
        @media (min-width: 1365px) {
          .listingFiltersText .leftCol .header .title {
            padding-left: 60px; } }
      .listingFiltersText .leftCol .header .icon {
        padding-right: 20px; }
        @media (min-width: 480px) {
          .listingFiltersText .leftCol .header .icon {
            display: none; } }
        .listingFiltersText .leftCol .header .icon.plus {
          display: block; }
          @media (min-width: 480px) {
            .listingFiltersText .leftCol .header .icon.plus {
              display: none; } }
        .listingFiltersText .leftCol .header .icon.minus {
          display: none;
          padding-bottom: 15px; }
          @media (min-width: 480px) {
            .listingFiltersText .leftCol .header .icon.minus {
              display: none; } }
    .listingFiltersText .leftCol .filterBox {
      padding: 30px 20px;
      display: none; }
      @media (min-width: 480px) {
        .listingFiltersText .leftCol .filterBox {
          display: block;
          padding-left: 30px;
          padding-right: 10px; } }
      @media (min-width: 1024px) {
        .listingFiltersText .leftCol .filterBox {
          padding-left: 45px; } }
      @media (min-width: 1365px) {
        .listingFiltersText .leftCol .filterBox {
          padding-left: 60px;
          padding-right: 40px; } }
      @media (min-width: 1910px) {
        .listingFiltersText .leftCol .filterBox {
          padding-left: 160px;
          padding-right: 90px; } }
      .listingFiltersText .leftCol .filterBox .filterGroup {
        margin-top: 30px; }
      .listingFiltersText .leftCol .filterBox .filterLink {
        line-height: 14px;
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0;
        padding-right: 20px; }
        .listingFiltersText .leftCol .filterBox .filterLink a {
          text-decoration: none !important;
          color: #212640;
          display: block; }
        .listingFiltersText .leftCol .filterBox .filterLink.arrowDown {
          background-image: url("../images/filtermenu-downarrow.svg");
          background-position: right 14px;
          background-repeat: no-repeat; }
        .listingFiltersText .leftCol .filterBox .filterLink.arrowRight {
          font-size: 12px;
          background-image: url("../images/filtermenu-rightarrow.svg");
          background-position: right center;
          background-repeat: no-repeat; }
        .listingFiltersText .leftCol .filterBox .filterLink.active a {
          font-size: 14px;
          color: #005EB8;
          font-weight: 600;
          border-left: 4px solid #005EB8;
          padding-left: 15px;
          padding-top: 2px;
          padding-bottom: 2px; }
      .listingFiltersText .leftCol .filterBox .filterLinkSmall {
        margin: 10px 0;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 12px;
        margin: 10px 0;
        padding-right: 20px; }
        .listingFiltersText .leftCol .filterBox .filterLinkSmall a {
          text-decoration: none !important;
          color: #212640;
          display: block; }
          .listingFiltersText .leftCol .filterBox .filterLinkSmall a span {
            display: block;
            font-weight: 600;
            font-size: 12px;
            color: #212640;
            letter-spacing: 1px;
            line-height: 14px;
            text-transform: uppercase; }
        .listingFiltersText .leftCol .filterBox .filterLinkSmall.arrowRight {
          background-image: url("../images/filtermenu-rightarrow.svg");
          background-position: right center;
          background-repeat: no-repeat; }
      .listingFiltersText .leftCol .filterBox .filterSectionTitle {
        /* Section Title: */
        text-transform: uppercase;
        margin-bottom: 8px;
        opacity: 0.5;
        font-size: 10px;
        color: #212640;
        letter-spacing: 1.25px; }
  .listingFiltersText .rightCol {
    width: 100%; }
    @media (min-width: 480px) {
      .listingFiltersText .rightCol {
        width: 66.666666%; } }
    @media (min-width: 1024px) {
      .listingFiltersText .rightCol {
        width: 75%; } }
    .listingFiltersText .rightCol .header {
      display: -webkit-flexbox;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      -webkit-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      height: 75px;
      border-bottom: 1px solid #d3e3f4; }
      .listingFiltersText .rightCol .header .title {
        padding: 0 20px;
        font-size: 12px;
        letter-spacing: 2px;
        text-transform: uppercase; }
        @media (min-width: 480px) {
          .listingFiltersText .rightCol .header .title {
            padding-left: 30px; } }
        @media (min-width: 1365px) {
          .listingFiltersText .rightCol .header .title {
            padding-left: 60px; } }
    .listingFiltersText .rightCol .currentFilter {
      display: -webkit-flexbox;
      display: flex;
      -moz-align-items: center;
      align-items: center;
      flex-wrap: wrap;
      min-height: 70px;
      border-bottom: 1px solid #d3e3f4;
      padding: 0 20px; }
      @media (min-width: 480px) {
        .listingFiltersText .rightCol .currentFilter {
          padding-left: 30px; } }
      @media (min-width: 1365px) {
        .listingFiltersText .rightCol .currentFilter {
          padding-left: 60px; } }
      .listingFiltersText .rightCol .currentFilter .title {
        font-size: 12px;
        margin-right: 15px; }
      .listingFiltersText .rightCol .currentFilter a {
        display: -webkit-flexbox;
        display: flex;
        -moz-align-items: center;
        align-items: center;
        background-color: #deeaf6;
        padding: 4px 18px;
        border-radius: 3px;
        text-decoration: none !important;
        margin-bottom: 5px;
        margin-top: 5px;
        margin-right: 15px; }
        .listingFiltersText .rightCol .currentFilter a .text {
          font-size: 14px;
          margin-right: 8px;
          font-weight: 600;
          color: #005EB8; }
    .listingFiltersText .rightCol .articles {
      padding: 0; }
      .listingFiltersText .rightCol .articles article a {
        padding: 30px 20px; }
        @media (min-width: 480px) {
          .listingFiltersText .rightCol .articles article a {
            padding-left: 30px;
            padding-right: 30px; } }
        @media (min-width: 1365px) {
          .listingFiltersText .rightCol .articles article a {
            padding-left: 60px;
            padding-right: 60px; } }
.listFilters {
  background-color: #f1f6fc;
  width: 100%; }
  @media (min-width: 480px) {
    .listFilters {
      width: 33.333333%; } }
  @media (min-width: 1024px) {
    .listFilters {
      width: 25%; } }
  .listFilters .header {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    align-items: center;
    height: 75px;
    border-bottom: 1px solid #d3e3f4;
    cursor: pointer; }
    @media (min-width: 480px) {
      .listFilters .header {
        cursor: default;
        -moz-flex-direction: column;
        flex-direction: column;
        -webkit-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: flex-start;
        align-items: flex-start; } }
    .listFilters .header .title {
      padding: 0px 20px;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase; }
      @media (min-width: 480px) {
        .listFilters .header .title {
          padding-left: 20px; } }
      @media (min-width: 1024px) {
        .listFilters .header .title {
          padding-left: 45px; } }
      @media (min-width: 1365px) {
        .listFilters .header .title {
          padding-left: 60px; } }
      @media (min-width: 1910px) {
        .listFilters .header .title {
          padding-left: 160px; } }
    .listFilters .header .icon {
      padding-right: 20px; }
      @media (min-width: 480px) {
        .listFilters .header .icon {
          display: none !important; } }
      .listFilters .header .icon.plus {
        display: block; }
        @media (min-width: 480px) {
          .listFilters .header .icon.plus {
            display: none !important; } }
      .listFilters .header .icon.minus {
        display: none;
        padding-bottom: 15px; }
        @media (min-width: 480px) {
          .listFilters .header .icon.minus {
            display: none !important; } }
  .listFilters .filterBox {
    -moz-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px;
    display: none; }
    @media (min-width: 480px) {
      .listFilters .filterBox {
        display: block;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 1024px) {
      .listFilters .filterBox {
        padding-left: 45px;
        padding-right: 10px; } }
    @media (min-width: 1365px) {
      .listFilters .filterBox {
        padding-left: 60px;
        padding-right: 40px; } }
    @media (min-width: 1910px) {
      .listFilters .filterBox {
        padding-left: 160px;
        padding-right: 90px; } }
    @media (min-width: 1365px) {
      .listFilters .filterBox.platform {
        padding-left: 175px;
        padding-right: 40px; } }
    @media (min-width: 1910px) {
      .listFilters .filterBox.platform {
        padding-left: 300px;
        padding-right: 90px; } }
    .listFilters .filterBox.platform .filterGroup .filterLink a {
      text-transform: uppercase;
      color: #005EB8;
      letter-spacing: 3px; }
      .listFilters .filterBox.platform .filterGroup .filterLink a:hover {
        text-decoration: underline !important; }
    .listFilters .filterBox .searchBox input {
      height: 32px;
      padding-left: 18px;
      font-size: 14px;
      color: #b5bac4;
      width: 100%;
      border-radius: 35px;
      border: 1px solid #b5bac4;
      background-color: #f1f6fc;
      background-position: right 12px center;
      background-repeat: no-repeat;
      padding-right: 30px; }
    .listFilters .filterBox .resetFilter {
      margin-top: 30px;
      margin-bottom: 30px; }
      .listFilters .filterBox .resetFilter a {
        display: -webkit-flexbox;
        display: flex;
        -webkit-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -moz-align-items: center;
        align-items: center;
        color: #005EB8;
        text-decoration: none !important;
        font-size: 14px;
        font-weight: 600; }
    .listFilters .filterBox .filterGroup {
      margin-bottom: 30px; }
    .listFilters .filterBox .filterLink {
      line-height: 14px;
      font-size: 14px;
      line-height: 24px;
      margin: 10px 0;
      font-weight: 600;
      padding-right: 20px; }
      .listFilters .filterBox .filterLink .label {
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-right: 13px;
        margin-left: -4px; }
        .listFilters .filterBox .filterLink .label.white {
          background-image: url("../images/label-white.svg"); }
        .listFilters .filterBox .filterLink .label.blue {
          background-image: url("../images/label-blue.svg"); }
        .listFilters .filterBox .filterLink .label.black {
          background-image: url("../images/label-black.svg"); }
        .listFilters .filterBox .filterLink .label.green {
          background-image: url("../images/label-green.svg"); }
        .listFilters .filterBox .filterLink .label.red {
          background-image: url("../images/label-red.svg"); }
      .listFilters .filterBox .filterLink li.active .label {
        height: 12px;
        background-repeat: no-repeat;
        background-image: url("../images/label-active.svg");
        background-position-x: 5px; }
      .listFilters .filterBox .filterLink a {
        text-decoration: none !important;
        color: #212640;
        display: block; }
      .listFilters .filterBox .filterLink.arrowDown {
        background-image: url("../images/filtermenu-downarrow.svg");
        background-position: right 14px;
        background-repeat: no-repeat; }
      .listFilters .filterBox .filterLink.arrowRight {
        background-image: url("../images/filtermenu-rightarrow.svg");
        background-position: right center;
        background-repeat: no-repeat; }
      .listFilters .filterBox .filterLink.active a {
        font-size: 14px;
        color: #005EB8;
        font-weight: 600;
        border-left: 4px solid #005EB8;
        padding-left: 15px;
        padding-top: 2px;
        padding-bottom: 2px; }
        .listFilters .filterBox .filterLink.active a .label {
          display: none; }
      .listFilters .filterBox .filterLink.active ul {
        margin-top: 10px;
        margin-left: 6px;
        margin-bottom: 15px; }
        .listFilters .filterBox .filterLink.active ul li {
          list-style: none;
          margin: 3px 0; }
          .listFilters .filterBox .filterLink.active ul li a {
            border: none;
            font-weight: 400;
            color: #212640; }
            .listFilters .filterBox .filterLink.active ul li a .label {
              display: inline-block;
              margin-right: 8px; }
          .listFilters .filterBox .filterLink.active ul li.active a {
            margin-top: 8px;
            margin-bottom: 8px;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            display: inline-block;
            line-height: 12px;
            border-left: 2px solid #005EB8;
            margin-left: 17px; }
    .listFilters .filterBox .filterLinkSmall {
      margin: 10px 0;
      font-size: 12px;
      letter-spacing: 0;
      line-height: 12px;
      padding: 4px 0;
      padding-right: 20px; }
      .listFilters .filterBox .filterLinkSmall a {
        text-decoration: none !important;
        color: #212640; }
        .listFilters .filterBox .filterLinkSmall a span {
          display: block;
          font-weight: 600;
          font-size: 12px;
          color: #212640;
          letter-spacing: 1px;
          line-height: 14px;
          text-transform: uppercase; }
      .listFilters .filterBox .filterLinkSmall.arrowRight {
        background-image: url("../images/filtermenu-rightarrow.svg");
        background-position: right center;
        background-repeat: no-repeat; }
    .listFilters .filterBox .filterSectionTitle {
      /* Section Title: */
      text-transform: uppercase;
      margin-bottom: 8px;
      opacity: 0.5;
      font-size: 10px;
      color: #212640;
      letter-spacing: 1.25px; }

.mapmodal {
  padding-bottom: 60px; }
  @media (min-width: 480px) {
    .mapmodal {
      padding-bottom: 0; } }
.listingFiltersImgs {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin-bottom: -45px;
  border-top: 1px solid #d3e3f4; }
  @media (min-width: 480px) {
    .listingFiltersImgs {
      -moz-flex-direction: row;
      flex-direction: row; } }
  .listingFiltersImgs .rightCol {
    width: 100%; }
    @media (min-width: 480px) {
      .listingFiltersImgs .rightCol {
        width: 75%; } }
    .listingFiltersImgs .rightCol .header .title {
      padding: 0 20px; }
      @media (min-width: 1024px) {
        .listingFiltersImgs .rightCol .header .title {
          padding-left: 30px; } }
      @media (min-width: 1365px) {
        .listingFiltersImgs .rightCol .header .title {
          padding-left: 60px; } }
    .listingFiltersImgs .rightCol .listing {
      margin: 0; }
      .listingFiltersImgs .rightCol .listing .item {
        padding: 25px 20px 20px; }
        @media (min-width: 1024px) {
          .listingFiltersImgs .rightCol .listing .item {
            padding: 30px 45px 30px 30px; } }
        @media (min-width: 1365px) {
          .listingFiltersImgs .rightCol .listing .item {
            padding-left: 60px;
            padding-right: 60px; } }
        @media (min-width: 1910px) {
          .listingFiltersImgs .rightCol .listing .item {
            padding-left: 60px;
            padding-right: 160px; } }
  .listingFiltersImgs .fullCol {
    width: 100%; }
    .listingFiltersImgs .fullCol .header .title {
      padding: 0 20px; }
      @media (min-width: 1024px) {
        .listingFiltersImgs .fullCol .header .title {
          padding-left: 30px;
          padding-right: 30px; } }
      @media (min-width: 1024px) {
        .listingFiltersImgs .fullCol .header .title {
          padding-left: 45px;
          padding-right: 45px; } }
      @media (min-width: 1365px) {
        .listingFiltersImgs .fullCol .header .title {
          padding-left: 175px;
          padding-right: 175px; } }
      @media (min-width: 1910px) {
        .listingFiltersImgs .fullCol .header .title {
          padding-left: 300px;
          padding-right: 300px; } }
    .listingFiltersImgs .fullCol .listing .item {
      -webkit-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      height: 145px;
      padding: 25px 20px 20px; }
      @media (min-width: 480px) {
        .listingFiltersImgs .fullCol .listing .item {
          padding: 30px 30px 30px; } }
      @media (min-width: 1024px) {
        .listingFiltersImgs .fullCol .listing .item {
          padding-right: 45px; } }
      @media (min-width: 1365px) {
        .listingFiltersImgs .fullCol .listing .item {
          padding-left: 175px;
          padding-right: 175px; } }
      @media (min-width: 1910px) {
        .listingFiltersImgs .fullCol .listing .item {
          padding-left: 300px;
          padding-right: 300px; } }
      .listingFiltersImgs .fullCol .listing .item:hover {
        box-shadow: none !important; }
      .listingFiltersImgs .fullCol .listing .item .meta {
        width: auto !important;
        margin: 0 !important; }
        .listingFiltersImgs .fullCol .listing .item .meta .title {
          font-size: 20px;
          margin-top: 5px; }
      .listingFiltersImgs .fullCol .listing .item .desc {
        width: auto !important;
        text-align: right; }
        .listingFiltersImgs .fullCol .listing .item .desc a {
          margin-right: 20px; }
          .listingFiltersImgs .fullCol .listing .item .desc a:last-child {
            margin-right: 0; }
  .listingFiltersImgs .rightCol .header, .listingFiltersImgs .fullCol .header {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 75px;
    border-bottom: 1px solid #d3e3f4; }
    .listingFiltersImgs .rightCol .header .title, .listingFiltersImgs .fullCol .header .title {
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase; }
  .listingFiltersImgs .rightCol .currentFilter, .listingFiltersImgs .fullCol .currentFilter {
    display: -webkit-flexbox;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 70px;
    border-bottom: 1px solid #d3e3f4;
    padding: 0 20px; }
    @media (min-width: 1024px) {
      .listingFiltersImgs .rightCol .currentFilter, .listingFiltersImgs .fullCol .currentFilter {
        padding-left: 30px; } }
    @media (min-width: 1365px) {
      .listingFiltersImgs .rightCol .currentFilter, .listingFiltersImgs .fullCol .currentFilter {
        padding-left: 60px; } }
    .listingFiltersImgs .rightCol .currentFilter .title, .listingFiltersImgs .fullCol .currentFilter .title {
      font-size: 12px;
      margin-right: 15px; }
    .listingFiltersImgs .rightCol .currentFilter a, .listingFiltersImgs .fullCol .currentFilter a {
      display: -webkit-flexbox;
      display: flex;
      -moz-align-items: center;
      align-items: center;
      background-color: #deeaf6;
      padding: 4px 18px;
      border-radius: 3px;
      text-decoration: none !important;
      margin-bottom: 5px;
      margin-top: 5px;
      margin-right: 15px; }
      .listingFiltersImgs .rightCol .currentFilter a .text, .listingFiltersImgs .fullCol .currentFilter a .text {
        font-size: 14px;
        margin-right: 8px;
        font-weight: 600;
        color: #005EB8; }
  .listingFiltersImgs .rightCol .secDesc, .listingFiltersImgs .fullCol .secDesc {
    border-bottom: 1px solid #d3e3f4;
    display: none; }
    .listingFiltersImgs .rightCol .secDesc .content, .listingFiltersImgs .fullCol .secDesc .content {
      padding: 30px 20px; }
      @media (min-width: 1024px) {
        .listingFiltersImgs .rightCol .secDesc .content, .listingFiltersImgs .fullCol .secDesc .content {
          padding: 60px 40px; } }
      @media (min-width: 1365px) {
        .listingFiltersImgs .rightCol .secDesc .content, .listingFiltersImgs .fullCol .secDesc .content {
          padding: 60px 60px; } }
      .listingFiltersImgs .rightCol .secDesc .content .title, .listingFiltersImgs .fullCol .secDesc .content .title {
        /* Titre: */
        font-weight: 600;
        font-size: 22px;
        color: #212640;
        line-height: 26px;
        margin-bottom: 20px; }
        @media (min-width: 1024px) {
          .listingFiltersImgs .rightCol .secDesc .content .title, .listingFiltersImgs .fullCol .secDesc .content .title {
            font-size: 26px; } }
      .listingFiltersImgs .rightCol .secDesc .content .body p, .listingFiltersImgs .fullCol .secDesc .content .body p {
        font-size: 14px;
        line-height: 22px; }
        @media (min-width: 1024px) {
          .listingFiltersImgs .rightCol .secDesc .content .body p, .listingFiltersImgs .fullCol .secDesc .content .body p {
            font-size: 16px;
            line-height: 26px; } }
  .listingFiltersImgs .rightCol .listing .item, .listingFiltersImgs .fullCol .listing .item {
    /*Animation
				transition: all .3s linear;
				-webkit-transition: all .3s linear;
				-moz-transition: all .3s linear;
				-o-transition: all .3s linear;
				*/
    display: -webkit-flexbox;
    display: flex;
    text-decoration: none !important;
    color: #212640;
    box-shadow: inset 0 0 0 0 #D9E7F5;
    border-bottom: 1px solid #d3e3f4; }
    .listingFiltersImgs .rightCol .listing .item .image, .listingFiltersImgs .fullCol .listing .item .image {
      display: inline-block;
      margin-right: 20px;
      flex: 0 0 80px; }
      .listingFiltersImgs .rightCol .listing .item .image img, .listingFiltersImgs .fullCol .listing .item .image img {
        display: block; }
      @media (min-width: 1024px) {
        .listingFiltersImgs .rightCol .listing .item .image, .listingFiltersImgs .fullCol .listing .item .image {
          flex: 0 0 130px;
          margin-right: 60px; } }
    .listingFiltersImgs .rightCol .listing .item .meta, .listingFiltersImgs .fullCol .listing .item .meta {
      display: -webkit-flexbox;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 1024px) {
        .listingFiltersImgs .rightCol .listing .item .meta, .listingFiltersImgs .fullCol .listing .item .meta {
          -webkit-flex-pack: justify;
          -moz-justify-content: space-between;
          justify-content: space-between; } }
      @media (min-width: 480px) {
        .listingFiltersImgs .rightCol .listing .item .meta, .listingFiltersImgs .fullCol .listing .item .meta {
          width: 44.4444444%;
          margin-right: 60px; } }
      .listingFiltersImgs .rightCol .listing .item .meta .title, .listingFiltersImgs .fullCol .listing .item .meta .title {
        font-weight: 600;
        margin-bottom: 25px; }
        @media (min-width: 1024px) {
          .listingFiltersImgs .rightCol .listing .item .meta .title, .listingFiltersImgs .fullCol .listing .item .meta .title {
            margin-bottom: 0; } }
      .listingFiltersImgs .rightCol .listing .item .meta .region, .listingFiltersImgs .fullCol .listing .item .meta .region {
        font-size: 12px; }
      .listingFiltersImgs .rightCol .listing .item .meta .unit, .listingFiltersImgs .fullCol .listing .item .meta .unit {
        font-weight: 400;
        font-size: 10px;
        letter-spacing: 2px;
        text-transform: uppercase; }
    .listingFiltersImgs .rightCol .listing .item .desc, .listingFiltersImgs .fullCol .listing .item .desc {
      font-size: 14px;
      color: #424242;
      line-height: 20px;
      display: none; }
      @media (min-width: 1024px) {
        .listingFiltersImgs .rightCol .listing .item .desc, .listingFiltersImgs .fullCol .listing .item .desc {
          display: block;
          width: 33.3333333%; } }
    .listingFiltersImgs .rightCol .listing .item:hover, .listingFiltersImgs .fullCol .listing .item:hover {
      box-shadow: inset 2000px 0 0 0 #D9E7F5; }
  .listingFiltersImgs .rightCol .back, .listingFiltersImgs .fullCol .back {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 20px;
    margin-right: 20px; }
    @media (min-width: 1024px) {
      .listingFiltersImgs .rightCol .back, .listingFiltersImgs .fullCol .back {
        margin: 0; } }
    .listingFiltersImgs .rightCol .back h4:before, .listingFiltersImgs .fullCol .back h4:before {
      width: 16px;
      height: 9px;
      content: "";
      display: inline-block;
      margin-right: 8px;
      background-image: url("../images/arrow-blue-icon-left.svg"); }
    @media (min-width: 480px) {
      .listingFiltersImgs .rightCol .back, .listingFiltersImgs .fullCol .back {
        margin: 40px 30px 30px; } }
    @media (min-width: 1024px) {
      .listingFiltersImgs .rightCol .back, .listingFiltersImgs .fullCol .back {
        margin-right: 45px; } }
    @media (min-width: 1365px) {
      .listingFiltersImgs .rightCol .back, .listingFiltersImgs .fullCol .back {
        margin-left: 60px;
        margin-right: 60px; } }
    .listingFiltersImgs .rightCol .back h4 a, .listingFiltersImgs .fullCol .back h4 a {
      color: #005EB8;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 3px;
      text-decoration: none !important; }
  .listingFiltersImgs .rightCol .flex, .listingFiltersImgs .fullCol .flex {
    padding-bottom: 0;
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .listingFiltersImgs .rightCol .flex, .listingFiltersImgs .fullCol .flex {
        -moz-flex-direction: row;
        flex-direction: row;
        padding-bottom: 60px; } }
    .listingFiltersImgs .rightCol .flex p, .listingFiltersImgs .fullCol .flex p {
      color: rgba(33, 38, 64, 0.7); }
    .listingFiltersImgs .rightCol .flex h1, .listingFiltersImgs .rightCol .flex .header-title, .listingFiltersImgs .fullCol .flex h1, .listingFiltersImgs .fullCol .flex .header-title {
      font-size: 24px;
      line-height: 48px;
      font-weight: 400;
      margin-bottom: 8px; }
      @media (min-width: 1024px) {
        .listingFiltersImgs .rightCol .flex h1, .listingFiltersImgs .rightCol .flex .header-title, .listingFiltersImgs .fullCol .flex h1, .listingFiltersImgs .fullCol .flex .header-title {
          font-size: 48px;
          margin-bottom: 16px; } }
    .listingFiltersImgs .rightCol .flex h2, .listingFiltersImgs .fullCol .flex h2 {
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 12px;
      color: rgba(33, 38, 64, 0.7);
      margin-top: 0;
      margin-bottom: 40px;
      font-weight: 400; }
    .listingFiltersImgs .rightCol .flex .hiddenMD, .listingFiltersImgs .fullCol .flex .hiddenMD {
      margin-left: 20px;
      margin-right: 20px; }
    .listingFiltersImgs .rightCol .flex .mainContent, .listingFiltersImgs .fullCol .flex .mainContent {
      display: -webkit-flexbox;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      -moz-order: 1;
      order: 1; }
      @media (min-width: 480px) {
        .listingFiltersImgs .rightCol .flex .mainContent, .listingFiltersImgs .fullCol .flex .mainContent {
          margin-left: 30px;
          margin-right: 30px; } }
      @media (min-width: 1024px) {
        .listingFiltersImgs .rightCol .flex .mainContent, .listingFiltersImgs .fullCol .flex .mainContent {
          margin-left: 45px;
          margin-right: 45px; } }
      @media (min-width: 1365px) {
        .listingFiltersImgs .rightCol .flex .mainContent, .listingFiltersImgs .fullCol .flex .mainContent {
          margin-left: 60px;
          margin-right: 60px; } }
      .listingFiltersImgs .rightCol .flex .mainContent h3, .listingFiltersImgs .fullCol .flex .mainContent h3 {
        font-size: 16px;
        font-weight: 600;
        line-height: 28px;
        color: #212640;
        margin-bottom: 10px; }
      .listingFiltersImgs .rightCol .flex .mainContent p, .listingFiltersImgs .fullCol .flex .mainContent p {
        margin-bottom: 20px; }
      .listingFiltersImgs .rightCol .flex .mainContent .currentFilter, .listingFiltersImgs .fullCol .flex .mainContent .currentFilter {
        padding: 0;
        border: none;
        display: inline-block; }
        .listingFiltersImgs .rightCol .flex .mainContent .currentFilter a, .listingFiltersImgs .fullCol .flex .mainContent .currentFilter a {
          display: inline-block;
          margin: 10px 16px 6px 0; }
          .listingFiltersImgs .rightCol .flex .mainContent .currentFilter a:last-child, .listingFiltersImgs .fullCol .flex .mainContent .currentFilter a:last-child {
            margin-right: 0; }
    .listingFiltersImgs .rightCol .flex .rightBar, .listingFiltersImgs .fullCol .flex .rightBar {
      -moz-order: 0;
      order: 0;
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 0; }
      @media (min-width: 1024px) {
        .listingFiltersImgs .rightCol .flex .rightBar, .listingFiltersImgs .fullCol .flex .rightBar {
          -moz-order: 1;
          order: 1;
          margin-left: 0;
          margin-right: 60px;
          margin-top: 30px; } }
      .listingFiltersImgs .rightCol .flex .rightBar p, .listingFiltersImgs .fullCol .flex .rightBar p {
        margin-bottom: 16px;
        line-height: 28px;
        font-size: 14px; }
      .listingFiltersImgs .rightCol .flex .rightBar a, .listingFiltersImgs .fullCol .flex .rightBar a {
        font-size: 12px;
        text-decoration: none !important; }
        .listingFiltersImgs .rightCol .flex .rightBar a:hover span, .listingFiltersImgs .fullCol .flex .rightBar a:hover span {
          text-decoration: underline; }
      .listingFiltersImgs .rightCol .flex .rightBar .socialContact, .listingFiltersImgs .fullCol .flex .rightBar .socialContact {
        display: block;
        margin-top: 30px; }
        .listingFiltersImgs .rightCol .flex .rightBar .socialContact div, .listingFiltersImgs .fullCol .flex .rightBar .socialContact div {
          margin: 8px 0; }
          .listingFiltersImgs .rightCol .flex .rightBar .socialContact div p, .listingFiltersImgs .fullCol .flex .rightBar .socialContact div p {
            margin: 0; }
            .listingFiltersImgs .rightCol .flex .rightBar .socialContact div p img, .listingFiltersImgs .fullCol .flex .rightBar .socialContact div p img {
              height: 32px;
              width: 32px; }
            .listingFiltersImgs .rightCol .flex .rightBar .socialContact div p span, .listingFiltersImgs .fullCol .flex .rightBar .socialContact div p span {
              margin-top: 5px;
              margin-left: 16px;
              white-space: nowrap;
              font-size: 14px; }
  @media (min-width: 1024px) {
    .listingFiltersImgs .rightCol .collapsable, .listingFiltersImgs .fullCol .collapsable {
      border-top: 1px solid #D9E7F5;
      padding: 0 60px; } }
  .listingFiltersImgs .rightCol .collapsable .structure, .listingFiltersImgs .fullCol .collapsable .structure {
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flexbox;
    display: flex;
    cursor: pointer; }
    .listingFiltersImgs .rightCol .collapsable .structure .title, .listingFiltersImgs .rightCol .collapsable .structure .toggle, .listingFiltersImgs .fullCol .collapsable .structure .title, .listingFiltersImgs .fullCol .collapsable .structure .toggle {
      display: -webkit-flexbox;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      padding-top: 25px;
      padding-bottom: 25px; }
    .listingFiltersImgs .rightCol .collapsable .structure .title, .listingFiltersImgs .fullCol .collapsable .structure .title {
      font-size: 24px;
      line-height: 48px;
      font-weight: 400;
      color: #212640;
      text-transform: none;
      letter-spacing: normal; }
  .listingFiltersImgs .rightCol .collapsable .content, .listingFiltersImgs .fullCol .collapsable .content {
    margin-bottom: 45px; }

.worldwideLink {
  border-top: 1px solid #D9E7F5;
  padding: 0 20px;
  display: block; }
  @media (min-width: 480px) {
    .worldwideLink {
      padding: 0 60px; } }
  .worldwideLink:hover {
    text-decoration: none !important; }
  .worldwideLink:last-child {
    border-bottom: 1px solid #D9E7F5; }
  .worldwideLink .structure {
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flexbox;
    display: flex;
    cursor: pointer; }
    .worldwideLink .structure .title, .worldwideLink .structure .toggle {
      display: -webkit-flexbox;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      padding-top: 25px; }
    .worldwideLink .structure .title {
      font-size: 24px;
      line-height: 48px;
      font-weight: 400;
      color: #212640;
      text-transform: none;
      letter-spacing: normal; }
    .worldwideLink .structure .subTitle {
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 12px;
      color: rgba(33, 38, 64, 0.7);
      margin-top: 0;
      margin-bottom: 40px;
      font-weight: 400; }
    .worldwideLink .structure .toggle {
      padding-bottom: 25px; }

.listingFiltersText .rightCol .base, .listingFiltersText .fullCol .base, .listingFiltersImgs .rightCol .base, .listingFiltersImgs .fullCol .base {
  padding: 50px 0;
  text-align: center; }
  .listingFiltersText .rightCol .base .text, .listingFiltersText .fullCol .base .text, .listingFiltersImgs .rightCol .base .text, .listingFiltersImgs .fullCol .base .text {
    margin-left: 0; }

.alertBox {
  padding: 20px 35px 20px 25px;
  position: relative;
  border-radius: 7px;
  margin-bottom: 44px; }
  @media (min-width: 480px) {
    .alertBox {
      display: -webkit-flexbox;
      display: flex;
      -moz-align-items: center;
      align-items: center; } }
  .alertBox .media {
    padding-bottom: 10px;
    line-height: 0; }
    .alertBox .media img {
      width: 55px; }
    @media (min-width: 480px) {
      .alertBox .media {
        padding-bottom: 0;
        padding-right: 20px; } }
  .alertBox .message p {
    margin-top: 2px;
    color: #212640;
    font-size: 14px;
    line-height: 20px; }
  .alertBox .message p:last-child, .alertBox .message p:only-child {
    margin-bottom: 0px !important; }
  .alertBox .closeAlert {
    position: absolute;
    top: 14px;
    right: 20px; }
  .alertBox.yellow {
    background-color: #fcefd2; }

.feePriceBox {
  display: -webkit-flexbox;
  display: flex;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background-color: #005EB8;
  color: #ffffff;
  padding: 12px 24px;
  margin-bottom: 10px;
  width: 100%; }
  .feePriceBox .leftCol, .feePriceBox .rightCol {
    -moz-flex-direction: column;
    flex-direction: column; }
  .feePriceBox .item {
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-self: stretch;
    padding: 12px 0px; }
    .feePriceBox .item .rightCol {
      white-space: nowrap; }
      @media (min-width: 480px) {
        .feePriceBox .item .rightCol {
          margin-left: 60px; } }
      @media (min-width: 1024px) {
        .feePriceBox .item .rightCol {
          margin-left: 90px; } }
      @media (min-width: 1365px) {
        .feePriceBox .item .rightCol {
          margin-left: 120px; } }
.disclaimer.small {
  font-size: 12px;
  font-style: italic; }

.collapsable .header {
  display: -webkit-flexbox;
  display: flex;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #D9E7F5;
  padding-bottom: 10px;
  margin-top: 25px; }
  .collapsable .header .thumb {
    margin-right: 20px; }
  .collapsable .header .title {
    display: -webkit-flexbox;
    display: flex;
    font-size: 20px;
    color: #005EB8;
    line-height: 32px; }
    .collapsable .header .title span {
      color: #212640;
      font-size: 12px;
      display: block;
      line-height: 12px; }
  .collapsable .header .toggle, .collapsable .header .atpToggle {
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    color: #005EB8;
    padding-top: 8px;
    margin-left: 80px; }

.collapsable .content {
  padding: 25px 0;
  display: none; }
  .collapsable .content.platformDetails .flexBox {
    -webkit-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding: 25px 0; }
    @media (min-width: 1024px) {
      .collapsable .content.platformDetails .flexBox {
        border-bottom: 1px solid #D9E7F5; } }
    .collapsable .content.platformDetails .flexBox:first-child {
      padding-top: 0; }
    .collapsable .content.platformDetails .flexBox .platform {
      font-weight: 700; }
      @media (min-width: 1024px) {
        .collapsable .content.platformDetails .flexBox .platform {
          width: 25%; } }
      .collapsable .content.platformDetails .flexBox .platform a {
        color: #212640; }
    .collapsable .content.platformDetails .flexBox .location {
      line-height: 28px; }
      @media (min-width: 1024px) {
        .collapsable .content.platformDetails .flexBox .location {
          width: 75%; } }
      .collapsable .content.platformDetails .flexBox .location a:after {
        content: ", "; }
      .collapsable .content.platformDetails .flexBox .location a:last-child:after {
        content: "" !important; }

.collapsable ol li {
  line-height: 30px;
  margin-bottom: 6px; }
  .collapsable ol li ul {
    margin-top: 0;
    margin-bottom: 15px; }

.listingFiltersImgs .rightCol .flex.mediaListing {
  padding: 60px 20px 0; }
  @media (min-width: 480px) {
    .listingFiltersImgs .rightCol .flex.mediaListing {
      padding: 0; } }
  @media (min-width: 1024px) {
    .listingFiltersImgs .rightCol .flex.mediaListing {
      padding: 60px 45px 0; } }
  @media (min-width: 480px) {
    .listingFiltersImgs .rightCol .flex.mediaListing .mainContent {
      width: calc(100% - 30px - 30px); } }
  @media (min-width: 1024px) {
    .listingFiltersImgs .rightCol .flex.mediaListing .mainContent {
      width: calc(100% - 45px - 45px); } }
  @media (min-width: 1365px) {
    .listingFiltersImgs .rightCol .flex.mediaListing .mainContent {
      width: calc(100% - 60px - 60px); } }
  .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .header {
    height: auto;
    margin-bottom: 30px; }
  .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox {
    -webkit-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article {
      margin-bottom: 60px; }
      @media (min-width: 1024px) {
        .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article {
          margin-right: 60px;
          width: calc(25% - 60px); } }
      .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article a:hover {
        text-decoration: none !important; }
      @media (min-width: 480px) {
        .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article a img.img-responsive {
          width: 50%; } }
      @media (min-width: 1024px) {
        .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article a img.img-responsive {
          width: 100%; } }
      .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article .image {
        position: relative; }
        @media (min-width: 480px) {
          .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article .image img.img-responsive {
            width: 100%; } }
        .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article .image .videoIcon {
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -20px;
          margin-left: -30px; }
      .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article .content h2 {
        margin-top: 35px;
        margin-bottom: 8px;
        font-size: 9px;
        text-transform: uppercase;
        color: #212640;
        font-weight: 700;
        line-height: 20px; }
      .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article .content p {
        font-size: 16px;
        line-height: 20px;
        color: #212640;
        margin-bottom: 30px; }
      .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article .content a {
        margin-right: 20px;
        display: inline-block; }
        .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article .content a:last-child {
          margin-right: 0; }
      .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article:hover {
        text-decoration: none !important; }

.listingFiltersImgs .rightCol .header .title {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media (min-width: 480px) {
    .listingFiltersImgs .rightCol .header .title {
      padding: 0 30px; } }
  @media (min-width: 1365px) {
    .listingFiltersImgs .rightCol .header .title {
      padding: 0 60px; } }
.listingFiltersImgs .rightCol .header.platformDetails {
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: auto;
  margin-bottom: 0;
  border: none; }
  @media (min-width: 1024px) {
    .listingFiltersImgs .rightCol .header.platformDetails {
      -moz-flex-direction: column;
      flex-direction: column;
      -webkit-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      border-bottom: 1px solid #D9E7F5; } }
  .listingFiltersImgs .rightCol .header.platformDetails .title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    padding: 25px 0;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .listingFiltersImgs .rightCol .header.platformDetails .title {
        padding: 25px 0 10px;
        border-bottom: none; } }
.listingFiltersImgs .rightCol .platformDetails {
  margin: 0;
  padding: 0 20px; }
  @media (min-width: 480px) {
    .listingFiltersImgs .rightCol .platformDetails {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1024px) {
    .listingFiltersImgs .rightCol .platformDetails {
      margin: 0;
      padding: 0; } }
  .listingFiltersImgs .rightCol .platformDetails:last-of-type {
    margin-bottom: 50px; }
    @media (min-width: 1024px) {
      .listingFiltersImgs .rightCol .platformDetails:last-of-type {
        margin-bottom: 85px; } }
  @media (min-width: 1024px) {
    .listingFiltersImgs .rightCol .platformDetails {
      margin-top: 0;
      margin-bottom: 55px;
      margin-left: 45px;
      margin-right: 160px; } }
  @media (min-width: 1365px) {
    .listingFiltersImgs .rightCol .platformDetails {
      margin-left: 60px; } }
  .listingFiltersImgs .rightCol .platformDetails .flexBox {
    padding: 0; }
    @media (min-width: 1024px) {
      .listingFiltersImgs .rightCol .platformDetails .flexBox {
        -webkit-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        padding: 30px 0;
        border-bottom: 1px solid #D9E7F5; } }
    .listingFiltersImgs .rightCol .platformDetails .flexBox .leftCol {
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      height: auto;
      padding: 15px 0;
      margin: 0;
      border-bottom: none; }
      @media (min-width: 1024px) {
        .listingFiltersImgs .rightCol .platformDetails .flexBox .leftCol {
          width: 25%;
          padding: 0; } }
      .listingFiltersImgs .rightCol .platformDetails .flexBox .leftCol .platform {
        font-weight: 700; }
        .listingFiltersImgs .rightCol .platformDetails .flexBox .leftCol .platform a {
          color: #212640; }
    .listingFiltersImgs .rightCol .platformDetails .flexBox .rightCol {
      margin-top: 15px;
      padding: 0; }
      @media (min-width: 1024px) {
        .listingFiltersImgs .rightCol .platformDetails .flexBox .rightCol {
          margin-top: 0;
          width: 75%; } }
      .listingFiltersImgs .rightCol .platformDetails .flexBox .rightCol .contentWrap {
        margin: 0 0 5px; }
        @media (min-width: 1024px) {
          .listingFiltersImgs .rightCol .platformDetails .flexBox .rightCol .contentWrap {
            display: -webkit-flexbox;
            display: flex;
            -webkit-flex-pack: justify;
            -moz-justify-content: space-between;
            justify-content: space-between; } }
        .listingFiltersImgs .rightCol .platformDetails .flexBox .rightCol .contentWrap .continent {
          margin-top: 5px;
          text-transform: uppercase;
          font-size: 12px;
          line-height: 28px; }
          @media (min-width: 1024px) {
            .listingFiltersImgs .rightCol .platformDetails .flexBox .rightCol .contentWrap .continent {
              -moz-flex-direction: column;
              flex-direction: column;
              width: 40%;
              margin-top: 0; } }
          @media (min-width: 1365px) {
            .listingFiltersImgs .rightCol .platformDetails .flexBox .rightCol .contentWrap .continent {
              width: 25%; } }
        .listingFiltersImgs .rightCol .platformDetails .flexBox .rightCol .contentWrap .location {
          line-height: 28px; }
          @media (min-width: 1024px) {
            .listingFiltersImgs .rightCol .platformDetails .flexBox .rightCol .contentWrap .location {
              -moz-flex-direction: column;
              flex-direction: column;
              width: 60%; } }
          @media (min-width: 1365px) {
            .listingFiltersImgs .rightCol .platformDetails .flexBox .rightCol .contentWrap .location {
              width: 75%; } }
          .listingFiltersImgs .rightCol .platformDetails .flexBox .rightCol .contentWrap .location a {
            display: block;
            display: inline; }
            .listingFiltersImgs .rightCol .platformDetails .flexBox .rightCol .contentWrap .location a:last-child {
              margin-bottom: 30px; }
            .listingFiltersImgs .rightCol .platformDetails .flexBox .rightCol .contentWrap .location a:after {
              content: ", "; }
            .listingFiltersImgs .rightCol .platformDetails .flexBox .rightCol .contentWrap .location a:last-child {
              margin-bottom: 0; }
              .listingFiltersImgs .rightCol .platformDetails .flexBox .rightCol .contentWrap .location a:last-child:after {
                content: "" !important; }

.atp .collapsable {
  border-bottom: 1px solid #D9E7F5; }
  @media (min-width: 1024px) {
    .atp .collapsable {
      border: none !important;
      padding: 0 !important; } }
  .atp .collapsable .content {
    padding: 0; }
  @media (min-width: 1024px) {
    .atp .collapsable .platformDetails .title {
      cursor: default;
      color: #212640; } }
  @media (min-width: 1024px) {
    .atp .collapsable .platformDetails .header {
      display: block;
      height: auto;
      border-bottom: 0;
      margin: 0;
      padding: 0;
      cursor: default; } }
  @media (min-width: 1024px) {
    .atp .collapsable .platformDetails {
      display: block !important; } }
  .atp .collapsable .platformDetails .collapsable {
    margin: 0 20px; }
    @media (min-width: 480px) {
      .atp .collapsable .platformDetails .collapsable {
        margin-left: 30px;
        margin-right: 30px; } }
    @media (min-width: 480px) {
      .atp .collapsable .platformDetails .collapsable.flexBox {
        display: block; } }
    @media (min-width: 1024px) {
      .atp .collapsable .platformDetails .collapsable.flexBox {
        display: -webkit-flexbox;
        display: flex; } }
    @media (min-width: 1024px) {
      .atp .collapsable .platformDetails .collapsable {
        border-bottom: 1px solid #D9E7F5 !important;
        margin: 0;
        padding: 25px 0 !important; } }
    .atp .collapsable .platformDetails .collapsable .content {
      margin-top: -20px; }
      @media (min-width: 1024px) {
        .atp .collapsable .platformDetails .collapsable .content {
          display: block !important;
          margin-bottom: 0;
          padding: 0;
          margin-top: 0; } }
.sectionSpacer {
  margin: 40px 0; }

.bodyBlock {
  margin: 40px 0;
  display: inline-block;
  width: 100%; }
  .bodyBlock.noMargT {
    margin-top: 0; }
  .bodyBlock.noMargB {
    margin-bottom: 0; }
  .bodyBlock table {
    margin-bottom: 25px; }

/*  Global */
/*.imgPod-25 {
@include imgPod(25%, 560px);

@include breakpoint($sm){height: 480px;}
@include breakpoint($lg){height: 560px;}
}*/
.carouselWrap.darkBg {
  background-color: #212640;
  color: #ffffff;
  margin: 45px 0;
  padding: 100px 0 110px; }
  .carouselWrap.darkBg a {
    color: #ffffff; }
  .carouselWrap.darkBg .carouselMedia h2 {
    color: rgba(255, 255, 255, 0.5); }

section.mainContent.full.imgBG {
  display: block;
  margin: 60px 0;
  padding: 60px 0;
  background-position: center;
  background-size: cover; }
  section.mainContent.full.imgBG .imgTextPodHorz {
    display: block; }
    section.mainContent.full.imgBG .imgTextPodHorz .leftCol, section.mainContent.full.imgBG .imgTextPodHorz .rightCol {
      display: -webkit-flexbox;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      -webkit-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      min-height: 560px;
      background-color: #212640;
      color: #ffffff;
      padding: 30px !important;
      margin-left: 20px;
      margin-right: 20px; }
      @media (min-width: 480px) {
        section.mainContent.full.imgBG .imgTextPodHorz .leftCol, section.mainContent.full.imgBG .imgTextPodHorz .rightCol {
          width: calc(50% - 30px - 35px); } }
      @media (min-width: 1024px) {
        section.mainContent.full.imgBG .imgTextPodHorz .leftCol, section.mainContent.full.imgBG .imgTextPodHorz .rightCol {
          padding: 60px !important;
          width: calc(50% - 45px - 35px); } }
      @media (min-width: 1365px) {
        section.mainContent.full.imgBG .imgTextPodHorz .leftCol, section.mainContent.full.imgBG .imgTextPodHorz .rightCol {
          width: calc(50% - 60px - 60px); } }
      @media (min-width: 1910px) {
        section.mainContent.full.imgBG .imgTextPodHorz .leftCol, section.mainContent.full.imgBG .imgTextPodHorz .rightCol {
          width: calc(50% - 160px - 70px); } }
    section.mainContent.full.imgBG .imgTextPodHorz .leftCol {
      float: left; }
      @media (min-width: 480px) {
        section.mainContent.full.imgBG .imgTextPodHorz .leftCol {
          margin-left: 30px;
          margin-right: 0; } }
      @media (min-width: 1024px) {
        section.mainContent.full.imgBG .imgTextPodHorz .leftCol {
          margin-left: 45px; } }
      @media (min-width: 1365px) {
        section.mainContent.full.imgBG .imgTextPodHorz .leftCol {
          margin-left: 60px; } }
      @media (min-width: 1910px) {
        section.mainContent.full.imgBG .imgTextPodHorz .leftCol {
          margin-left: 160px; } }
    section.mainContent.full.imgBG .imgTextPodHorz .rightCol {
      float: right; }
      @media (min-width: 480px) {
        section.mainContent.full.imgBG .imgTextPodHorz .rightCol {
          margin-left: 0;
          margin-right: 30px; } }
      @media (min-width: 1024px) {
        section.mainContent.full.imgBG .imgTextPodHorz .rightCol {
          margin-right: 45px; } }
      @media (min-width: 1365px) {
        section.mainContent.full.imgBG .imgTextPodHorz .rightCol {
          margin-right: 60px; } }
      @media (min-width: 1910px) {
        section.mainContent.full.imgBG .imgTextPodHorz .rightCol {
          margin-right: 160px; } }
.oaaEvents .sixtyPerc {
  background-color: #212640;
  margin-bottom: 0; }
  @media (min-width: 480px) {
    .oaaEvents .sixtyPerc {
      margin-bottom: 30px; } }
  .oaaEvents .sixtyPerc .content {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 25px 20px 40px; }
    @media (min-width: 480px) {
      .oaaEvents .sixtyPerc .content {
        padding: 40px 30px; } }
    @media (min-width: 1024px) {
      .oaaEvents .sixtyPerc .content {
        padding: 80px 60px; } }
    .oaaEvents .sixtyPerc .content .top {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding-bottom: 20px; }
      @media (min-width: 480px) {
        .oaaEvents .sixtyPerc .content .top {
          display: -webkit-flexbox;
          display: flex;
          -webkit-flex-pack: justify;
          -moz-justify-content: space-between;
          justify-content: space-between;
          -moz-align-items: center;
          align-items: center; } }
      .oaaEvents .sixtyPerc .content .top h2 {
        color: #ffffff;
        font-size: 16px;
        line-height: 16px;
        font-weight: 600; }
      .oaaEvents .sixtyPerc .content .top .leftCol {
        margin-bottom: 5px; }
        @media (min-width: 480px) {
          .oaaEvents .sixtyPerc .content .top .leftCol {
            margin-bottom: 0; } }
    .oaaEvents .sixtyPerc .content .list .item {
      padding: 20px 0;
      display: block;
      color: rgba(255, 255, 255, 0.7);
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      text-decoration: none !important; }
      @media (min-width: 1024px) {
        .oaaEvents .sixtyPerc .content .list .item {
          display: -webkit-flexbox;
          display: flex;
          padding: 20px;
          height: 144px; } }
      .oaaEvents .sixtyPerc .content .list .item .leftCol {
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          .oaaEvents .sixtyPerc .content .list .item .leftCol {
            margin-bottom: 0;
            width: 120px;
            margin-right: 60px;
            text-align: right; } }
        .oaaEvents .sixtyPerc .content .list .item .leftCol .date {
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase; }
      .oaaEvents .sixtyPerc .content .list .item .rightCol {
        display: -webkit-flexbox;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        -webkit-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        .oaaEvents .sixtyPerc .content .list .item .rightCol .title {
          font-size: 20px;
          font-weight: 600;
          line-height: 20px;
          margin-bottom: 4px; }
        .oaaEvents .sixtyPerc .content .list .item .rightCol .location {
          font-size: 18px;
          font-weight: 400;
          line-height: 18px;
          margin-bottom: 10px; }
          @media (min-width: 1024px) {
            .oaaEvents .sixtyPerc .content .list .item .rightCol .location {
              margin-bottom: 0; } }
        .oaaEvents .sixtyPerc .content .list .item .rightCol .unit {
          margin-top: 15px;
          font-size: 12px;
          font-weight: 400;
          line-height: 12px;
          letter-spacing: 2.4px;
          text-transform: uppercase; }
          @media (min-width: 480px) {
            .oaaEvents .sixtyPerc .content .list .item .rightCol .unit {
              margin-top: 0; } }
.oaaEvents .fortyPerc {
  height: 420px;
  background-color: #005EB8;
  background-image: url("../images/map.svg");
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 0;
  padding: 20px 20px 25px;
  display: -webkit-flexbox;
  display: flex; }
  @media (min-width: 480px) {
    .oaaEvents .fortyPerc {
      -moz-flex-direction: column;
      flex-direction: column;
      -webkit-flex-pack: end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      height: auto;
      padding: 30px;
      margin-top: 1px; } }
  @media (min-width: 1024px) {
    .oaaEvents .fortyPerc {
      padding: 60px; } }
  .oaaEvents .fortyPerc .content {
    align-self: flex-end;
    color: #ffffff; }
    @media (min-width: 480px) {
      .oaaEvents .fortyPerc .content {
        align-self: auto; } }
    .oaaEvents .fortyPerc .content .title {
      font-weight: 600;
      line-height: 40px;
      margin-bottom: 5px;
      font-size: 24px; }
      @media (min-width: 480px) {
        .oaaEvents .fortyPerc .content .title {
          font-size: 40px;
          margin-bottom: 30px; } }
    .oaaEvents .fortyPerc .content .body p {
      font-weight: 400;
      line-height: 28px;
      font-size: 12px;
      margin-bottom: 5px; }
      @media (min-width: 480px) {
        .oaaEvents .fortyPerc .content .body p {
          font-size: 18px;
          margin-bottom: 40px; } }
.tcAddress {
  margin-bottom: 30px; }
  .tcAddress.borderLeft {
    border-left: 6px solid #005EB8;
    padding-left: 20px; }
  .tcAddress h2 {
    margin-bottom: 15px; }
  .tcAddress .content {
    margin: 20px 0; }
  .tcAddress img {
    margin-right: 5px; }

.specContacts .item {
  padding: 10px 0; }
  .specContacts .item .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px; }
  .specContacts .item .meta {
    font-size: 14px; }
    .specContacts .item .meta a {
      color: #005EB8;
      text-decoration: underline; }

.videoWrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .videoWrapper:before {
    display: block;
    content: "";
    padding-top: 56.25%;
    /* 16:9 */ }
  .videoWrapper #videoPlayer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.bigBlueBtn {
  margin-bottom: 30px; }
  .bigBlueBtn a {
    font-weight: 600;
    display: block;
    padding: 15px 0;
    color: #ffffff;
    background-color: #005EB8;
    font-size: 14px;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px; }

.bigBlueBtnInline {
  margin-top: 30px;
  margin-bottom: 30px; }
  .bigBlueBtnInline a {
    display: inline-block;
    padding: 20px 40px;
    color: #ffffff;
    background-color: #005EB8;
    font-size: 14px;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px; }
  .bigBlueBtnInline.large a {
    font-size: 20px;
    letter-spacing: 3px;
    padding: 30px 100px;
    font-weight: 600; }

button.bigBlueBtn, button.bigBlueBtnInline {
  color: #ffffff;
  background-color: #005EB8;
  font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  border: none;
  margin-bottom: 30px; }

button.bigBlueBtn {
  font-weight: 600;
  display: block;
  padding: 15px 0; }

button.bigBlueBtnInline {
  display: inline-block;
  padding: 20px 40px;
  margin-top: 30px; }
  button.bigBlueBtnInline.large {
    font-size: 20px;
    letter-spacing: 3px;
    padding: 30px 100px;
    font-weight: 600; }

.postPostElement {
  display: inline-block;
  width: 162px;
  margin-right: 60px;
  margin-bottom: 15px; }
  .postPostElement .content {
    display: -webkit-flexbox;
    display: flex;
    -moz-align-items: center;
    align-items: center; }
    .postPostElement .content .icon {
      width: 24px;
      margin-right: 14px; }
    .postPostElement .content .title {
      font-size: 14px;
      line-height: 14px; }

.testimonialSlider {
  padding-bottom: 50px; }
  @media (min-width: 1365px) {
    .testimonialSlider {
      padding-bottom: 80px; } }
  .testimonialSlider .slide {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    background-color: #212640; }
    @media (min-width: 1024px) {
      .testimonialSlider .slide {
        -moz-flex-direction: row;
        flex-direction: row; } }
    .testimonialSlider .slide .leftCol {
      padding: 40px 20px;
      color: #ffffff;
      -moz-order: 1;
      order: 1; }
      @media (min-width: 1365px) {
        .testimonialSlider .slide .leftCol {
          display: -webkit-flexbox;
          display: flex;
          -moz-flex-direction: column;
          flex-direction: column;
          -webkit-flex-pack: justify;
          -moz-justify-content: space-between;
          justify-content: space-between;
          -moz-order: 0;
          order: 0;
          padding: 60px;
          min-height: 560px; } }
      .testimonialSlider .slide .leftCol h2 {
        font-size: 24px;
        line-height: 24px;
        font-weight: 600; }
      @media (min-width: 1024px) {
        .testimonialSlider .slide .leftCol .testimonial {
          padding: 0 !important; } }
      .testimonialSlider .slide .leftCol .testimonial blockquote {
        padding: 0;
        font-style: italic;
        font-weight: 300;
        margin: 20px 0 !important;
        font-size: 16px;
        line-height: 22px; }
        @media (min-width: 1365px) {
          .testimonialSlider .slide .leftCol .testimonial blockquote {
            font-size: 18px;
            line-height: 30px;
            margin: 0 !important; } }
        @media (min-width: 1910px) {
          .testimonialSlider .slide .leftCol .testimonial blockquote {
            font-size: 20px;
            line-height: 40px; } }
      .testimonialSlider .slide .leftCol .slideInfo {
        display: -webkit-flexbox;
        display: flex; }
        .testimonialSlider .slide .leftCol .slideInfo .page {
          /* 01/05: */
          font-weight: 700;
          font-size: 14px;
          line-height: 24px;
          width: 50px; }
        .testimonialSlider .slide .leftCol .slideInfo .meta {
          font-size: 14px;
          line-height: 24px; }
      .testimonialSlider .slide .leftCol.fortyPerc {
        width: 100% !important; }
        @media (min-width: 1024px) {
          .testimonialSlider .slide .leftCol.fortyPerc {
            width: 40% !important; } }
    .testimonialSlider .slide .rightCol {
      -moz-order: 0;
      order: 0;
      background-size: cover;
      background-position: 50% 50%;
      height: 250px; }
      @media (min-width: 480px) {
        .testimonialSlider .slide .rightCol {
          height: 350px; } }
      .testimonialSlider .slide .rightCol.sixtyPerc {
        width: 100% !important;
        margin: 0 !important; }
        @media (min-width: 1024px) {
          .testimonialSlider .slide .rightCol.sixtyPerc {
            width: 60% !important; } }
      @media (min-width: 1024px) {
        .testimonialSlider .slide .rightCol {
          -moz-order: 1;
          order: 1;
          height: auto; } }
.newsHeader {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px; }
  .newsHeader .breadcrumbs {
    margin-bottom: 20px;
    display: block; }
    .newsHeader .breadcrumbs li {
      float: none;
      display: inline; }
      .newsHeader .breadcrumbs li:after {
        background-image: url("../images/arrow-blue-icon.svg"); }
    .newsHeader .breadcrumbs a {
      color: #005EB8; }
  .newsHeader h1, .newsHeader .header-title {
    font-size: 56px;
    color: #212640;
    letter-spacing: 0;
    line-height: 64px;
    font-weight: 400;
    margin-bottom: 40px; }

.sectionLead .caption, .sectionLead p.caption {
  color: #212640;
  margin-top: 15px !important;
  /*margin-bottom: 40px !important;*/
  font-size: 12px;
  line-height: 16px;
  font-style: italic; }

.newsLead {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  font-weight: 600;
  font-size: 24px;
  color: #424242;
  line-height: 40px; }
  .newsLead ul {
    margin-left: 25px; }

.pressReleases .imgContent, .events .imgContent {
  margin-left: 0; }
  .pressReleases .imgContent.block, .events .imgContent.block {
    display: block !important; }

.pressReleases .sectionLead, .events .sectionLead {
  display: block;
  margin: 0; }
  .pressReleases .sectionLead .caption, .pressReleases .sectionLead .blogLead, .events .sectionLead .caption, .events .sectionLead .blogLead {
    width: auto;
    padding: 0;
    margin: 0; }

.pressReleases .sectionLead {
  margin-bottom: 40px; }
  .pressReleases .sectionLead .caption {
    /*margin-bottom: 60px !important;*/ }

.events {
  margin-bottom: 30px; }
  .events .sectionLead .caption {
    margin-bottom: 0 !important; }

.articleMeta {
  border-top: 1px solid #D9E7F5;
  border-bottom: 1px solid #D9E7F5;
  padding: 16px 0;
  margin-bottom: 50px; }
  .articleMeta .location {
    color: rgba(33, 38, 64, 0.5);
    font-size: 16px;
    margin-bottom: 4px; }
  .articleMeta .keywords {
    display: -webkit-flexbox;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    font-size: 10px;
    letter-spacing: 2px; }
    .articleMeta .keywords .title {
      text-transform: uppercase; }
    .articleMeta .keywords .list {
      margin-left: 4px; }
      .articleMeta .keywords .list .items {
        text-transform: uppercase;
        text-decoration: none !important;
        border-bottom: none;
        color: #005EB8; }
        .articleMeta .keywords .list .items:after {
          content: ", "; }
        .articleMeta .keywords .list .items:last-child:after {
          content: ""; }

.blueDownloadBtn {
  display: -webkit-flexbox;
  display: flex;
  -webkit-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: #005EB8;
  padding: 20px 0;
  margin-bottom: 15px;
  text-decoration: none !important;
  color: #D9E7F5; }
  .blueDownloadBtn:hover {
    text-decoration: none !important; }
  .blueDownloadBtn:hover {
    background-color: #212640; }
  .blueDownloadBtn .text {
    text-align: center;
    margin-right: 6px; }
    .blueDownloadBtn .text .title {
      font-weight: 600;
      letter-spacing: 2.67px;
      text-transform: uppercase; }
    .blueDownloadBtn .text .type {
      font-size: 12px; }

.articleAbout {
  margin: 60px 0; }
  .articleAbout .box {
    padding: 40px;
    background-color: #D9E7F5;
    margin-bottom: 30px; }
    .articleAbout .box h2 {
      margin-top: 0px;
      font-size: 24px; }
  .articleAbout .end {
    display: block;
    text-align: center;
    font-size: 24px; }

.tradeFacts {
  margin-bottom: 60px; }
  .tradeFacts h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 38px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9E7F5; }

.imageContentHorz {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 480px) {
    .imageContentHorz {
      -moz-flex-direction: row;
      flex-direction: row;
      padding-top: 60px;
      padding-bottom: 60px; } }
  .imageContentHorz .image {
    width: 100%;
    padding-right: 0; }
    @media (min-width: 480px) {
      .imageContentHorz .image {
        width: 40%;
        padding-right: 30px; } }
    @media (min-width: 1024px) {
      .imageContentHorz .image {
        padding-right: 45px; } }
    @media (min-width: 1365px) {
      .imageContentHorz .image {
        padding-right: 60px; } }
  .imageContentHorz .content {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 0; }
    @media (min-width: 480px) {
      .imageContentHorz .content {
        width: 60%;
        padding-left: 30px; } }
    @media (min-width: 1024px) {
      .imageContentHorz .content {
        padding-left: 45px; } }
    @media (min-width: 1365px) {
      .imageContentHorz .content {
        padding-left: 60px; } }
    .imageContentHorz .content h2 {
      /* Titre: */
      font-weight: 600;
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 20px; }
    .imageContentHorz .content .content {
      width: 100%;
      margin: 0 0 30px 0;
      padding: 0; }

.genericRightBarBox {
  margin-bottom: 30px; }
  .genericRightBarBox .header {
    padding: 16px 0;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 16px; }
    .genericRightBarBox .header h2 {
      font-size: 16px;
      font-weight: 600;
      line-height: 16px; }
  .genericRightBarBox .content {
    font-size: 14px;
    line-height: 28px; }
    .genericRightBarBox .content b, .genericRightBarBox .content strong {
      font-size: 16px; }

@media (max-width: 480px) {
  .capabilitiesList {
    margin-bottom: 0 !important; } }

.capabilitiesList .item {
  border-bottom: 1px solid #D9E7F5;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  @media (min-width: 480px) {
    .capabilitiesList .item {
      display: -webkit-flexbox;
      display: flex;
      -moz-flex-direction: row;
      flex-direction: row;
      margin-bottom: 20px; } }
  .capabilitiesList .item .leftCol {
    width: 100%;
    margin-bottom: 15px;
    font-weight: 700; }
    @media (min-width: 480px) {
      .capabilitiesList .item .leftCol {
        margin-bottom: 0;
        width: 28%;
        margin-right: 30px; } }
    @media (min-width: 1024px) {
      .capabilitiesList .item .leftCol {
        margin-right: 45px; } }
    @media (min-width: 1365px) {
      .capabilitiesList .item .leftCol {
        margin-right: 60px; } }
  .capabilitiesList .item .rightCol {
    width: 100%;
    line-height: 22px; }
    @media (min-width: 480px) {
      .capabilitiesList .item .rightCol {
        width: 72%;
        margin-left: 30px; } }
    @media (min-width: 1024px) {
      .capabilitiesList .item .rightCol {
        margin-left: 45px; } }
    @media (min-width: 1365px) {
      .capabilitiesList .item .rightCol {
        margin-left: 60px; } }
    .capabilitiesList .item .rightCol h3 {
      font-weight: 700;
      font-size: 16px;
      line-height: 22px;
      color: #005EB8; }
    .capabilitiesList .item .rightCol p:last-child {
      margin-bottom: 15px; }
    .capabilitiesList .item .rightCol p:first-child strong {
      margin-top: 0; }
    .capabilitiesList .item .rightCol p strong {
      display: inline-block;
      margin-top: 15px; }
      @media (min-width: 480px) {
        .capabilitiesList .item .rightCol p strong {
          margin-top: 0; } }
.eventsList .item {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px; }
  @media (min-width: 480px) {
    .eventsList .item {
      -moz-flex-direction: row;
      flex-direction: row; } }
  .eventsList .item .leftCol {
    width: 100%; }
    @media (min-width: 480px) {
      .eventsList .item .leftCol {
        width: 25%;
        margin-right: 30px; } }
    @media (min-width: 1024px) {
      .eventsList .item .leftCol {
        margin-right: 45px; } }
    @media (min-width: 1365px) {
      .eventsList .item .leftCol {
        margin-right: 60px; } }
    @media (min-width: 1910px) {
      .eventsList .item .leftCol {
        width: 20%;
        margin-right: 160px; } }
    .eventsList .item .leftCol h3 {
      font-weight: 600;
      font-size: 24px;
      line-height: 28px; }
  .eventsList .item .rightCol {
    width: 100%; }
    @media (min-width: 480px) {
      .eventsList .item .rightCol {
        width: 72%;
        margin-left: 30px; } }
    @media (min-width: 1024px) {
      .eventsList .item .rightCol {
        margin-left: 45px; } }
    @media (min-width: 1365px) {
      .eventsList .item .rightCol {
        width: 80%;
        margin-left: 60px; } }
    .eventsList .item .rightCol p {
      font-size: 16px;
      line-height: 28px;
      margin-top: 3px; }
      .eventsList .item .rightCol p:last-child {
        margin-bottom: 15px; }

.amenities .icons {
  display: -webkit-flexbox;
  display: flex;
  -webkit-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 10px; }
  .amenities .icons .item {
    display: -webkit-flexbox;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    width: 100%; }
    @media (min-width: 1024px) {
      .amenities .icons .item {
        width: 33.33333333%; } }
    .amenities .icons .item .icon {
      width: 45px;
      text-align: center;
      margin-right: 15px; }
    .amenities .icons .item .title {
      font-size: 13px; }

.sectionHeader {
  margin-bottom: 20px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9E7F5; }

.hTitle {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important; }

/* MODAL */
.ft-modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 9999;
  overflow: auto;
  position: fixed;
  visibility: hidden;
  background: rgba(33, 38, 64, 0.8);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -webkit-overflow-scrolling: touch; }
  .ft-modal.small {
    padding-top: 30px; }
    @media (min-width: 480px) {
      .ft-modal.small .ft-modal-content {
        width: 600px; } }
    .ft-modal.small .ft-modal-content .wrapper {
      text-align: center;
      margin: 30px 15px 0; }
      @media (min-width: 480px) {
        .ft-modal.small .ft-modal-content .wrapper {
          margin: 60px 30px 45px; } }
      .ft-modal.small .ft-modal-content .wrapper h1, .ft-modal.small .ft-modal-content .wrapper .header-title {
        font-size: 22px;
        margin-bottom: 15px; }
        @media (min-width: 480px) {
          .ft-modal.small .ft-modal-content .wrapper h1, .ft-modal.small .ft-modal-content .wrapper .header-title {
            font-size: 26px; } }
  .ft-modal .ft-modal-content {
    width: 100%;
    background: #ffffff;
    margin: 0 auto;
    position: relative; }
    .ft-modal .ft-modal-content .ft-modal-header {
      padding: 15px;
      border-bottom: 1px solid #D9E7F5; }
      .ft-modal .ft-modal-content .ft-modal-header .header {
        /*position: absolute;
                top: 15px;
                left: 15px;
                @include breakpoint($sm) {
                    left: 30px;
                }*/ }
        .ft-modal .ft-modal-content .ft-modal-header .header h3 {
          font-size: 48px;
          line-height: 48px;
          color: #212640;
          font-weight: 400; }
          @media (min-width: 480px) {
            .ft-modal .ft-modal-content .ft-modal-header .header h3 {
              padding: 0 15px; } }
      .ft-modal .ft-modal-content .ft-modal-header .ft-modal-close {
        position: absolute;
        top: 28px;
        width: 100px;
        height: 30px;
        background: url("../images/close-blue.svg") no-repeat right;
        color: #005EB8;
        text-decoration: none !important;
        right: 15px; }
        @media (min-width: 480px) {
          .ft-modal .ft-modal-content .ft-modal-header .ft-modal-close {
            right: 30px; } }
        .ft-modal .ft-modal-content .ft-modal-header .ft-modal-close span {
          font-size: 12px;
          line-height: 16px;
          font-weight: 700;
          margin-top: 8px;
          letter-spacing: 3px;
          display: inline-block;
          text-transform: uppercase; }
    .ft-modal .ft-modal-content .ft-modal-body {
      padding: 0 0 50px; }
      .ft-modal .ft-modal-content .ft-modal-body h1, .ft-modal .ft-modal-content .ft-modal-body .header-title {
        margin-bottom: 60px; }
      .ft-modal .ft-modal-content .ft-modal-body p {
        font-size: 16px;
        line-height: 28px;
        color: rgba(33, 38, 64, 0.7);
        margin-bottom: 0; }
    .ft-modal .ft-modal-content .ft-modal-footer {
      padding: 30px 80px;
      background-color: #005EB8;
      text-align: center; }
      .ft-modal .ft-modal-content .ft-modal-footer a {
        font-size: 16px;
        color: #ffffff;
        line-height: 22px;
        letter-spacing: 2.3px;
        text-decoration: none !important;
        text-transform: uppercase;
        font-weight: 600; }

.socialContact {
  display: -webkit-flexbox;
  display: flex;
  margin-top: 25px; }
  .socialContact div {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    margin: 0 20px; }
    .socialContact div:first-child {
      margin-left: 0; }
    .socialContact div:last-child {
      margin-right: 0; }
    .socialContact div p, .socialContact div a {
      color: #005EB8;
      line-height: 22px;
      text-decoration: none !important; }
      .socialContact div p span, .socialContact div a span {
        vertical-align: top;
        margin-top: 13px;
        margin-left: 20px;
        display: inline-block; }

/* MAP */
.pinActive .map .headerLarge, .pinActive .map #searchMap, .pinActive .map .listFilters {
  display: none; }

@media (min-width: 480px) {
  .pinActive .map .headerLarge {
    display: block; }
  .pinActive .map #searchMap {
    display: -webkit-flexbox;
    display: flex; }
  .pinActive .map .listFilters {
    display: block; } }

.pinActive .map .listingFiltersImgs .rightCol {
  height: auto; }

.map .listFilters .filterBox .filterLink.active ul li.active a {
  border: 0;
  margin-left: 0; }

.map #searchMap {
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flexbox;
  display: flex;
  background: #ffffff;
  width: 100%;
  height: 90px; }
  .map #searchMap .searchBar {
    width: 100%;
    display: inline;
    position: relative; }
    .map #searchMap .searchBar p {
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: 600;
      margin-top: 5px; }
    .map #searchMap .searchBar .searchTerm {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 45px;
      border: none;
      outline: none;
      font-size: 32px;
      line-height: 43px;
      color: #005EB8; }
      .map #searchMap .searchBar .searchTerm:placeholder {
        color: #D9E7F5; }
    .map #searchMap .searchBar .dropdown {
      position: absolute;
      box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
      display: block;
      z-index: 1001;
      background-color: #ffffff;
      overflow: auto;
      border: 1px solid #D9E7F5;
      left: 0;
      top: 76px;
      margin-left: 0;
      margin-right: 0;
      width: calc(100% + 30px); }
      .map #searchMap .searchBar .dropdown div {
        background: #ffffff;
        padding: 16px 35px !important;
        color: #005EB8;
        font-size: 24px;
        line-height: 32px;
        border-bottom: 1px solid #D9E7F5; }
        .map #searchMap .searchBar .dropdown div.active {
          background: rgba(217, 231, 245, 0.5); }
        .map #searchMap .searchBar .dropdown div:last-child {
          border-bottom: none; }
        .map #searchMap .searchBar .dropdown div.last {
          text-transform: uppercase;
          font-size: 12px;
          line-height: 32px;
          letter-spacing: 3px;
          font-weight: 600;
          text-align: center; }
        .map #searchMap .searchBar .dropdown div span {
          display: block;
          color: rgba(33, 38, 64, 0.7);
          font-size: 10px;
          line-height: 12px;
          letter-spacing: 2px;
          text-transform: uppercase; }
        .map #searchMap .searchBar .dropdown div strong {
          background: #D9E7F5;
          font-weight: 400; }
  .map #searchMap .loupe {
    width: 30px;
    padding-top: 10px; }

.map .listingFiltersImgs {
  border-top: 0; }
  .map .listingFiltersImgs .header {
    border: none;
    height: auto;
    border-bottom: 1px solid #D9E7F5 !important; }
    @media (min-width: 480px) {
      .map .listingFiltersImgs .header {
        border-bottom: none !important; } }
    .map .listingFiltersImgs .header .title {
      padding-top: 30px;
      padding-bottom: 30px; }
      @media (min-width: 480px) {
        .map .listingFiltersImgs .header .title {
          padding-top: 60px;
          padding-bottom: 0; } }
  .map .listingFiltersImgs .label {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 13px;
    margin-left: -4px; }
    .map .listingFiltersImgs .label.white {
      background-image: url("../images/label-white.svg"); }
    .map .listingFiltersImgs .label.blue {
      background-image: url("../images/label-blue.svg"); }
    .map .listingFiltersImgs .label.black {
      background-image: url("../images/label-black.svg"); }
    .map .listingFiltersImgs .label.green {
      background-image: url("../images/label-green.svg"); }
    .map .listingFiltersImgs .label.red {
      background-image: url("../images/label-red.svg"); }
  .map .listingFiltersImgs li.active .label {
    height: 12px;
    background-repeat: no-repeat;
    background-image: url("../images/label-active.svg");
    background-position-x: 5px; }
  .map .listingFiltersImgs .rightCol {
    height: 600px; }
    @media (min-width: 480px) {
      .map .listingFiltersImgs .rightCol {
        height: auto; } }
    .map .listingFiltersImgs .rightCol .mainTitle {
      font-size: 16px;
      color: #212640;
      line-height: 26px;
      font-weight: 600; }

.ft-modal:target {
  opacity: 1;
  margin-top: 0px;
  visibility: visible; }

.hTitle {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important; }

.adminTools {
  position: absolute;
  top: 100px;
  right: 10px;
  width: 200px;
  padding: 10px 20px;
  z-index: 9999;
  text-align: center; }
  .adminTools a {
    background-color: #ff0000;
    text-decoration: none !important;
    color: white;
    display: block;
    font-weight: 600; }

.selectDropdown {
  margin-right: 16px;
  height: 25px;
  background: transparent;
  border: 1px solid #005EB8;
  border-radius: 4px;
  padding: 2px 30px 3px 14px;
  color: #005EB8;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/form-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 90% 52%;
  background-size: 12px 7px; }

.items {
  border-bottom: 1px solid #D9E7F5; }
  .items a {
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 20px 18px;
    text-decoration: none !important;
    color: #212640; }
    .items a .left {
      width: 100%; }
      @media (min-width: 1024px) {
        .items a .left {
          display: -webkit-flexbox;
          display: flex;
          -webkit-flex-pack: justify;
          -moz-justify-content: space-between;
          justify-content: space-between; } }
      .items a .left .title {
        line-height: 22px !important;
        flex: 0 0 80%; }
      .items a .left .type {
        font-size: 12px;
        line-height: 22px;
        flex: 0 0 20%; }

/* Board of Directors */
.flexRepeat {
  display: -webkit-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }
  .flexRepeat .fiftyPerc {
    margin-left: 0 !important;
    margin-right: 0 !important; }

.bodItem {
  display: -webkit-flexbox;
  display: flex;
  align-self: flex-start;
  margin-bottom: 30px; }
  .bodItem .image img {
    margin-right: 18px;
    width: 150px; }
  .bodItem .meta {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    flex: 0 1 100%; }
    @media (min-width: 480px) {
      .bodItem .meta {
        padding-right: 60px; } }
    @media (min-width: 1024px) {
      .bodItem .meta {
        padding-right: 90px; } }
    .bodItem .meta .name {
      font-weight: 600;
      font-size: 18px;
      color: #212640;
      letter-spacing: 0;
      line-height: 22px;
      margin-bottom: 12px; }
      .bodItem .meta .name sup {
        font-size: 10px;
        color: #4C8ECE;
        margin-left: 4px; }
    .bodItem .meta .desc, .bodItem .meta .desc p {
      font-size: 12px;
      color: rgba(33, 38, 64, 0.7);
      letter-spacing: 0;
      line-height: 16px; }

.unit .tags:after {
  content: ", "; }

.unit .tags:last-child:after {
  content: "" !important; }

.mainContent .platformTabs {
  margin: 0; }
  @media (min-width: 480px) {
    .mainContent .platformTabs {
      display: -webkit-flexbox;
      display: flex;
      -webkit-flex-pack: start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; } }
  .mainContent .platformTabs li {
    display: inline-block;
    list-style-type: none;
    margin-right: 35px; }
    .mainContent .platformTabs li:last-child {
      margin-right: 0; }
    .mainContent .platformTabs li:before {
      content: ""; }
    .mainContent .platformTabs li a {
      padding: 15px 0;
      font-size: 24px;
      display: inline-block;
      color: #212640;
      text-decoration: none !important; }
      .mainContent .platformTabs li a.active {
        color: #005EB8;
        border-bottom: 4px solid #D9E7F5; }

.mainContent .contactTabs {
  margin: 0 -20px -20px; }
  @media (min-width: 480px) {
    .mainContent .contactTabs {
      display: -webkit-flexbox;
      display: flex;
      -webkit-flex-pack: start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      margin: 0; } }
  .mainContent .contactTabs li {
    list-style-type: none;
    line-height: 33px;
    border-bottom: 1px solid #D9E7F5;
    margin-bottom: 0; }
    @media (min-width: 480px) {
      .mainContent .contactTabs li {
        margin-right: 35px;
        border-bottom: 4px solid transparent;
        margin-bottom: 6px; } }
    .mainContent .contactTabs li:last-child {
      margin-right: 0;
      border-bottom: none; }
      @media (min-width: 480px) {
        .mainContent .contactTabs li:last-child {
          border-bottom: 4px solid transparent; } }
    .mainContent .contactTabs li:before {
      content: ""; }
    @media (min-width: 480px) {
      .mainContent .contactTabs li.active a {
        color: #005EB8;
        border-bottom: 4px solid #D9E7F5; } }
    .mainContent .contactTabs li a {
      display: block;
      padding: 30px 45px 30px 20px;
      font-size: 24px;
      color: #005EB8;
      text-decoration: none !important;
      background: url("../images/toggle-arrow-right-blue.svg") no-repeat right 20px center; }
      @media (min-width: 480px) {
        .mainContent .contactTabs li a {
          display: inline-block;
          padding: 15px 0;
          color: #212640;
          border-bottom: 4px solid transparent;
          background: none; } }
.mainContent .promoSpace {
  -webkit-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  .mainContent .promoSpace .sectionImgPod {
    margin-top: 30px; }
    .mainContent .promoSpace .sectionImgPod.col6 {
      margin: 0 0 45px; }
      @media (min-width: 480px) {
        .mainContent .promoSpace .sectionImgPod.col6 {
          margin: 30px 20px;
          width: 40%; }
          .mainContent .promoSpace .sectionImgPod.col6:first-child {
            margin-left: 0; }
          .mainContent .promoSpace .sectionImgPod.col6:last-child {
            margin-right: 0; } }
.comma a:after {
  content: ", "; }

.comma a:last-child:after {
  content: ""; }

.mainContent.full .ee_gmap {
  height: 575px !important; }

.videoContainer {
  display: block; }
  .videoContainer .responsive-embed {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
    width: 100%; }
    .videoContainer .responsive-embed iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }

.strip.lightBlueBG {
  background: #D9E7F5;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 480px) {
    .strip.lightBlueBG {
      width: 50%;
      margin-left: auto;
      margin-right: auto; } }
.contactFormHeader {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-decoration: underline;
  margin-top: -40px; }

.contacts h2, .contacts h3 {
  font-size: 16px;
  font-weight: 600;
  color: #212640;
  line-height: 22px; }

.contacts h2 {
  margin-bottom: 30px; }

.contacts p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px; }

.contacts .fortyPerc.darkBlueBG {
  padding: 45px;
  background: #212640;
  color: #ffffff; }
  @media (min-width: 1024px) {
    .contacts .fortyPerc.darkBlueBG {
      padding: 45px 70px; } }
.contacts .fortyPerc h2 {
  margin-top: 20px; }

.contacts .fortyPerc h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 25px; }

.contacts .sixtyPerc.lightBlueBG {
  background: #D9E7F5;
  padding: 30px 20px; }
  @media (min-width: 1024px) {
    .contacts .sixtyPerc.lightBlueBG {
      padding: 45px 70px; } }
.contacts .sixtyPerc h3 {
  margin-bottom: 0; }

.contacts.socialBlock h2 {
  font-size: 24px;
  line-height: 32px; }

.contacts.socialBlock .twentyFivePerc {
  margin-left: 20px !important;
  margin-right: 20px !important; }
  @media (min-width: 1024px) {
    .contacts.socialBlock .twentyFivePerc:first-child {
      margin-left: 0 !important; }
    .contacts.socialBlock .twentyFivePerc:last-child {
      margin-right: 0 !important; } }
.contacts.socialBlock .fortyPerc, .contacts.socialBlock .sixtyPerc {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: stretch;
  align-items: stretch; }

.contacts.socialBlock .fortyPerc h2 {
  margin-top: 0; }

.contacts.socialBlock .fortyPerc.darkBlueBG h2, .contacts.socialBlock .fortyPerc.darkBlueBG h3 {
  color: #ffffff; }

.contacts.socialBlock .sixtyPerc .socialLinks {
  margin: 0; }
  .contacts.socialBlock .sixtyPerc .socialLinks li:before {
    content: ""; }
  .contacts.socialBlock .sixtyPerc .socialLinks li a img {
    height: 30px; }
    @media (min-width: 1024px) {
      .contacts.socialBlock .sixtyPerc .socialLinks li a img {
        height: 45px; } }
.contacts.flexBox {
  display: block; }
  @media (min-width: 1024px) {
    .contacts.flexBox {
      display: -webkit-flexbox;
      display: flex; } }
.contacts.socialBlock .twentyFivePerc {
  margin: 0 1px !important;
  border-bottom: 2px solid #ffffff;
  width: 100%; }
  @media (min-width: 480px) {
    .contacts.socialBlock .twentyFivePerc {
      display: -webkit-flexbox;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      -webkit-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      width: 100%; } }
  .contacts.socialBlock .twentyFivePerc:last-of-type {
    border-bottom: 0; }
  @media (min-width: 1024px) {
    .contacts.socialBlock .twentyFivePerc {
      border-bottom: 0;
      width: 25%; } }
  .contacts.socialBlock .twentyFivePerc.lightBlueBG {
    padding: 45px 30px;
    background: #D9E7F5; }
    .contacts.socialBlock .twentyFivePerc.lightBlueBG h2, .contacts.socialBlock .twentyFivePerc.lightBlueBG h3 {
      margin-bottom: 20px; }
    .contacts.socialBlock .twentyFivePerc.lightBlueBG h2 {
      font-size: 20px; }
    .contacts.socialBlock .twentyFivePerc.lightBlueBG h3 {
      font-weight: normal; }
  .contacts.socialBlock .twentyFivePerc.darkBlueBG {
    padding: 30px;
    background: #212640; }
    .contacts.socialBlock .twentyFivePerc.darkBlueBG h2 {
      color: #ffffff;
      margin-bottom: 45px; }
      @media (min-width: 1024px) {
        .contacts.socialBlock .twentyFivePerc.darkBlueBG h2 {
          font-size: 22px; } }
      @media (min-width: 1365px) {
        .contacts.socialBlock .twentyFivePerc.darkBlueBG h2 {
          font-size: 28px; } }
    .contacts.socialBlock .twentyFivePerc.darkBlueBG a {
      font-size: 12px; }

.text-center {
  text-align: center; }

.contacts.listingFiltersImgs {
  margin-bottom: 0; }
  .contacts.listingFiltersImgs .fullCol .listing .item, .contacts.listingFiltersImgs .rightCol .listing .item {
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    height: auto; }
    .contacts.listingFiltersImgs .fullCol .listing .item:hover, .contacts.listingFiltersImgs .rightCol .listing .item:hover {
      box-shadow: none; }
    .contacts.listingFiltersImgs .fullCol .listing .item .meta, .contacts.listingFiltersImgs .rightCol .listing .item .meta {
      width: 80% !important; }
      @media (min-width: 480px) {
        .contacts.listingFiltersImgs .fullCol .listing .item .meta, .contacts.listingFiltersImgs .rightCol .listing .item .meta {
          width: auto !important; } }
      .contacts.listingFiltersImgs .fullCol .listing .item .meta .title, .contacts.listingFiltersImgs .rightCol .listing .item .meta .title {
        font-size: 16px; }
        @media (min-width: 480px) {
          .contacts.listingFiltersImgs .fullCol .listing .item .meta .title, .contacts.listingFiltersImgs .rightCol .listing .item .meta .title {
            font-size: 20px; } }
      .contacts.listingFiltersImgs .fullCol .listing .item .meta .info, .contacts.listingFiltersImgs .rightCol .listing .item .meta .info {
        font-size: 18px;
        color: rgba(33, 38, 64, 0.7);
        font-weight: 400;
        line-height: 24px; }
      .contacts.listingFiltersImgs .fullCol .listing .item .meta .btnAnim, .contacts.listingFiltersImgs .rightCol .listing .item .meta .btnAnim {
        margin-top: 15px; }
    .contacts.listingFiltersImgs .fullCol .listing .item .desc, .contacts.listingFiltersImgs .rightCol .listing .item .desc {
      width: auto;
      display: block !important; }

.enlargeCaption {
  font-size: 11px;
  text-align: center; }

.mainContent.full.formContainer .selectWrapper {
  width: 100%; }
  @media (min-width: 480px) {
    .mainContent.full.formContainer .selectWrapper {
      width: calc(50% - 30px); } }
.formContainer .container {
  display: inline-block;
  padding: 0;
  width: 100%; }
  @media (min-width: 480px) {
    .formContainer .container {
      margin: 0 -30px;
      width: calc(100% + 60px); } }
  .formContainer .container .fiftyPerc {
    margin-bottom: 0; }
    @media (min-width: 480px) {
      .formContainer .container .fiftyPerc {
        float: left;
        display: inline-block;
        margin: 0 !important;
        padding: 0 30px; } }
.formContainer input, .formContainer select, .formContainer textarea {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #D9E7F5;
  border-radius: 2px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.formContainer label {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  margin-top: 25px; }
  .formContainer label.control-radio {
    margin-top: 0; }
    .formContainer label.control-radio:nth-child(2) {
      margin-top: 15px; }
    @media (min-width: 480px) {
      .formContainer label.control-radio {
        margin-top: 25px; }
        .formContainer label.control-radio:nth-child(2) {
          margin-top: 25px; } }
.formContainer textarea {
  height: 200px; }

.formContainer .selectWrapper {
  border-radius: 36px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #D9E7F5;
  width: 100%; }
  .formContainer .selectWrapper select {
    border: 0;
    width: 100%;
    outline: none;
    background: url("../images/dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 25px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 20px;
    padding-right: 60px; }
  @media (min-width: 480px) {
    .formContainer .selectWrapper.multiple {
      border-radius: 0; }
      .formContainer .selectWrapper.multiple select {
        background: none; } }
.formContainer .control {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  display: block; }
  .formContainer .control:first-child {
    padding-left: 0; }
  .formContainer .control:last-child {
    margin-right: 0; }
  @media (min-width: 480px) {
    .formContainer .control {
      float: left;
      display: inline-block;
      margin-right: 30px; } }
.formContainer .control input {
  opacity: 0; }
  @media (min-width: 480px) {
    .formContainer .control input {
      position: absolute;
      z-index: -1; } }
.formContainer .control_indicator {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #ffffff;
  border: 2px solid #D9E7F5; }

.formContainer .control-radio .control_indicator {
  border-radius: 50%; }

.formContainer .control:hover input ~ .control_indicator,
.formContainer .control input:focus ~ .control_indicator {
  background: #ffffff; }

.formContainer .control input:checked ~ .control_indicator {
  background: #ffffff; }

.formContainer .control:hover input:not([disabled]):checked ~ .control_indicator,
.formContainer .control input:checked:focus ~ .control_indicator {
  background: #ffffff; }

.formContainer .control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.formContainer .control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none; }

.formContainer .control input:checked ~ .control_indicator:after {
  display: block; }

.formContainer .control-radio .control_indicator:after {
  left: 3px;
  top: 3px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #D9E7F5; }

.formContainer .control-radio input:disabled ~ .control_indicator:after {
  background: #7b7b7b; }

.formContainer .control-radio {
  cursor: pointer; }

.formContainer .bigBlueBtnInline.large a {
  padding: 15px 0;
  width: 100%; }
  @media (min-width: 480px) {
    .formContainer .bigBlueBtnInline.large a {
      padding: 30px 100px;
      width: auto; } }
@media (min-width: 480px) {
  .floatLeft {
    float: left;
    margin: 0 60px 0 0 !important; } }

.pressReleases .floatLeft .sectionLead .captionContainer {
  border-bottom: 1px solid #D9E7F5;
  padding-bottom: 16px !important; }
  .pressReleases .floatLeft .sectionLead .captionContainer .caption {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0 !important; }

.pressReleases p img {
  max-width: 100%;
  height: auto !important; }

.socialShare {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px; }
  @media (min-width: 480px) {
    .socialShare {
      -moz-flex-direction: row;
      flex-direction: row;
      -moz-align-items: stretch;
      align-items: stretch; } }
  .socialShare .leftCol {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #212640; }
    @media (min-width: 480px) {
      .socialShare .leftCol {
        display: -webkit-flexbox;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        -webkit-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        margin-bottom: 0;
        margin-right: 25px; } }
#searchResults .item.selector:hover {
  box-shadow: none; }

#searchResults .pressNewsList article a {
  padding: 18px 20px; }
  @media (min-width: 480px) {
    #searchResults .pressNewsList article a {
      padding: 18px 30px; } }
  @media (min-width: 1365px) {
    #searchResults .pressNewsList article a {
      padding: 18px 60px; } }
#searchResults .listingFiltersImgs .rightCol .listing .item .image {
  margin-right: 30px; }

#searchResults .listingFiltersImgs .rightCol .listing .item .meta {
  width: 100%;
  margin-right: 0; }

#searchResults article a {
  height: auto; }

#searchResults .title {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 22px; }

#searchResults .location {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 15px; }

#searchResults .currentSearch {
  display: -webkit-flexbox;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 70px;
  border-bottom: 1px solid #d3e3f4;
  padding: 0 20px; }
  @media (min-width: 480px) {
    #searchResults .currentSearch {
      padding-left: 30px; } }
  @media (min-width: 1365px) {
    #searchResults .currentSearch {
      padding-left: 60px; } }
  #searchResults .currentSearch ul {
    list-style: none; }
    #searchResults .currentSearch ul li {
      margin-right: 30px;
      border-bottom: 4px solid transparent;
      margin-top: 15px;
      margin-bottom: 15px;
      font-size: 24px; }
      @media (min-width: 480px) {
        #searchResults .currentSearch ul li {
          float: left;
          font-size: 20px; } }
      @media (min-width: 1365px) {
        #searchResults .currentSearch ul li {
          font-size: 24px; } }
      #searchResults .currentSearch ul li a {
        display: inline-block;
        color: #212640;
        padding: 10px 0; }
        #searchResults .currentSearch ul li a:hover {
          text-decoration: none !important; }
        #searchResults .currentSearch ul li a span {
          font-size: 12px;
          position: relative;
          top: -18px;
          right: 0;
          display: inline-block;
          line-height: 20px; }
      #searchResults .currentSearch ul li.active {
        border-bottom: 4px solid #D9E7F5; }
        #searchResults .currentSearch ul li.active a {
          color: #005EB8; }

.twitterPlugin {
  -webkit-overflow-scrolling: touch; }

@media (min-width: 480px) {
  .heightReset.employeeBlock .hiddenMD {
    display: none !important; } }

@media (min-width: 480px) {
  .heightReset.employeeBlock .content .imgPod-66 {
    width: 100%;
    margin: 0 !important; } }

@media (min-width: 480px) {
  .heightReset.employeeBlock .content .imgPod-33 {
    width: 100%;
    margin: 0 !important; } }

.heightReset.employeeBlock .content .imgPod-33.hiddenXS {
  display: none !important; }
  @media (min-width: 480px) {
    .heightReset.employeeBlock .content .imgPod-33.hiddenXS {
      display: flex !important; } }
@media (min-width: 480px) {
  .heightReset.employeeBlock .content .imgPod-33.hiddenSM {
    display: none !important; } }

@media (min-width: 1024px) {
  .heightReset.employeeBlock .content .imgPod-33.hiddenSM {
    display: flex !important; } }

@media (min-width: 1024px) {
  .heightReset.employeeBlock .content .imgPod-33.hiddenMD {
    display: none !important; } }

@media (min-width: 1365px) {
  .heightReset.employeeBlock .content .imgPod-33.hiddenMD {
    display: flex !important; } }

@media (min-width: 1365px) {
  .heightReset.employeeBlock .content .imgPod-33.hiddenLG {
    display: none !important; } }

.heightReset.employeeBlock .content .imgPod-66, .heightReset.employeeBlock .content .imgPod-33 {
  height: auto !important; }
  @media (min-width: 1024px) {
    .heightReset.employeeBlock .content .imgPod-66, .heightReset.employeeBlock .content .imgPod-33 {
      height: 560px !important; } }
  @media (min-width: 1910px) {
    .heightReset.employeeBlock .content .imgPod-66, .heightReset.employeeBlock .content .imgPod-33 {
      height: 685px !important; } }
  .heightReset.employeeBlock .content .imgPod-66 .imgPod-100, .heightReset.employeeBlock .content .imgPod-33 .imgPod-100 {
    height: auto !important; }
    @media (min-width: 1024px) {
      .heightReset.employeeBlock .content .imgPod-66 .imgPod-100, .heightReset.employeeBlock .content .imgPod-33 .imgPod-100 {
        height: 560px !important; } }
    @media (min-width: 1910px) {
      .heightReset.employeeBlock .content .imgPod-66 .imgPod-100, .heightReset.employeeBlock .content .imgPod-33 .imgPod-100 {
        height: 685px !important; } }
.heightReset.employeeBlock .content .imgPod-100 {
  height: auto !important; }
  @media (min-width: 1024px) {
    .heightReset.employeeBlock .content .imgPod-100 {
      height: 560px !important; } }
  @media (min-width: 1910px) {
    .heightReset.employeeBlock .content .imgPod-100 {
      height: 685px !important; } }
  .heightReset.employeeBlock .content .imgPod-100 .content .leftCol {
    padding-right: 0;
    width: auto; }
    .heightReset.employeeBlock .content .imgPod-100 .content .leftCol p {
      margin: 15px 0; }
    @media (min-width: 1024px) {
      .heightReset.employeeBlock .content .imgPod-100 .content .leftCol {
        padding-right: 20px;
        width: 40%; }
        .heightReset.employeeBlock .content .imgPod-100 .content .leftCol p {
          margin: 0; } }
.heightReset.employeeBlock .content.noPad .content {
  padding: 60px 45px 50px; }
  @media (min-width: 1024px) {
    .heightReset.employeeBlock .content.noPad .content {
      padding: 60px 60px 50px; } }
.speechesWebcasts .title {
  display: inline-block !important; }

.jssocials {
  display: block;
  width: 100%; }

.jssocials-shares {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.jssocials-shares, .jssocials-share {
  margin: 0 !important; }

.jssocials-share-link {
  background: transparent !important;
  color: #005EB8 !important; }

.socialTableContent {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px; }
  @media (min-width: 480px) {
    .socialTableContent {
      margin-left: 30px;
      margin-right: 35px;
      width: 66.6666666%; } }
  @media (min-width: 1024px) {
    .socialTableContent {
      margin-left: 45px; } }
  @media (min-width: 1365px) {
    .socialTableContent {
      margin-left: 175px;
      margin-right: 60px;
      width: 75%; } }
  @media (min-width: 1910px) {
    .socialTableContent {
      margin-left: 300px;
      margin-right: 70px; } }
  .socialTableContent .bUnit {
    margin-top: 60px; }
    .socialTableContent .bUnit:first-child {
      margin-top: 0px; }
    .socialTableContent .bUnit .unit {
      font-weight: 600;
      font-size: 22px;
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #D9E7F5; }
    .socialTableContent .bUnit .unitDetails {
      display: -webkit-flexbox;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      -moz-align-items: flex-start;
      align-items: flex-start;
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #D9E7F5; }
      @media (min-width: 480px) {
        .socialTableContent .bUnit .unitDetails {
          -moz-flex-direction: row;
          flex-direction: row; } }
      .socialTableContent .bUnit .unitDetails .unitTitle {
        display: -webkit-flexbox;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        align-self: flex-start;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400; }
        @media (min-width: 480px) {
          .socialTableContent .bUnit .unitDetails .unitTitle {
            align-self: center;
            margin-left: 10px;
            width: 60%;
            margin-bottom: 0px; } }
      .socialTableContent .bUnit .unitDetails .socialGroup {
        display: -webkit-flexbox;
        display: flex; }
        .socialTableContent .bUnit .unitDetails .socialGroup .socialItem a {
          color: #005EB8;
          font-size: 30px;
          margin-right: 30px; }
          .socialTableContent .bUnit .unitDetails .socialGroup .socialItem a .fa-minus {
            opacity: .1; }
          .socialTableContent .bUnit .unitDetails .socialGroup .socialItem a:hover {
            color: #212640; }

.horz {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  align-items: flex-start; }
  @media (min-width: 480px) {
    .horz {
      -moz-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 480px) {
    .horz .left {
      margin-right: 30px; } }
  @media (min-width: 1024px) {
    .horz .left {
      margin-right: 45px; } }
  @media (min-width: 1365px) {
    .horz .left {
      margin-right: 60px; } }
li.noDot:before {
  content: "" !important; }

.footerBottom footer .top {
  display: none; }

.control-checkbox {
  float: left;
  width: auto !important;
  margin-top: 30px;
  margin-right: 15px; }

.captionDl {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 480px) {
    .captionDl {
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-pack: end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; } }
  .captionDl .caption {
    margin-bottom: 0 !important;
    padding: 0 !important;
    height: auto;
    margin-bottom: 0px !important;
    -moz-flex-grow: 1;
    flex-grow: 1; }
  .captionDl .downloadHR {
    display: none;
    width: 250px;
    margin-left: 20px;
    padding-top: 10px; }
    @media (min-width: 480px) {
      .captionDl .downloadHR {
        display: block; } }
    .captionDl .downloadHR a {
      display: -webkit-flexbox;
      display: flex;
      -webkit-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      border-bottom: 1px solid #D9E7F5;
      text-decoration: none !important;
      padding: 4px 4px 10px;
      margin-bottom: 0px !important; }
      .captionDl .downloadHR a .download {
        -moz-flex-direction: column;
        flex-direction: column;
        margin-right: 5px; }
      .captionDl .downloadHR a .content {
        -moz-flex-direction: column;
        flex-direction: column;
        transition: all ease 0.3s;
        margin-left: 0; }
        .captionDl .downloadHR a .content .title {
          font-weight: 400;
          font-size: 13px;
          color: #212640; }
        .captionDl .downloadHR a .content .meta {
          font-weight: 400;
          font-size: 12px;
          margin-top: 8px;
          color: rgba(33, 38, 64, 0.4); }

.caeTech .rightBar {
  -moz-order: 1;
  order: 1; }

.fixedContextual {
  position: fixed !important;
  width: 100% !important;
  top: 0 !important; }

.fixedNav {
  position: fixed !important; }

.boardOfDirectors .fiftyPerc {
  width: 100%; }
  @media (min-width: 1024px) {
    .boardOfDirectors .fiftyPerc {
      width: 50%; } }
p.asterix {
  font-size: 12px;
  font-style: italic;
  color: grey;
  margin-top: 10px;
  line-height: 16px; }

/* COOKIES */
.cookies {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(76, 142, 206, 0.1);
  background-color: #D9E7F5;
  padding: 15px; }
  @media (min-width: 1024px) {
    .cookies {
      display: -webkit-flexbox;
      display: flex;
      -moz-align-items: center;
      align-items: center;
      padding: 30px; } }
  @media (min-width: 1365px) {
    .cookies {
      padding-left: 175px;
      padding-right: 175px; } }
  @media (min-width: 1910px) {
    .cookies {
      padding-left: 300px;
      padding-right: 300px; } }
  @media (min-width: 1024px) {
    .cookies .left {
      margin-right: 45px; } }
  .cookies p {
    font-size: 14px; }
  .cookies .bigBlueBtnInline {
    margin: 0; }
    .cookies .bigBlueBtnInline button {
      background-color: #005EB8;
      color: #ffffff;
      padding: 10px;
      font-weight: 600;
      margin-left: 0;
      text-decoration: none !important;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 2px;
      font-size: 14px;
      border: none;
      margin: 0;
      border-radius: 1px;
      margin-top: 20px;
      cursor: pointer;
      width: 100%; }
      .cookies .bigBlueBtnInline button:hover, .cookies .bigBlueBtnInline button:active, .cookies .bigBlueBtnInline button:focus {
        color: #ffffff; }
      @media (min-width: 1024px) {
        .cookies .bigBlueBtnInline button {
          padding: 15px 45px;
          background-color: #ffffff;
          color: #212640;
          width: auto;
          margin-top: 0; }
          .cookies .bigBlueBtnInline button:hover, .cookies .bigBlueBtnInline button:active, .cookies .bigBlueBtnInline button:focus {
            color: #212640; } }
/* CHECKBOX */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  margin-bottom: 5px; }

.form-check-input {
  position: absolute;
  margin-top: .275rem;
  margin-left: -1.25rem; }

.form-check-label {
  margin-bottom: 0;
  margin-top: 0 !important;
  margin-left: 10px; }

/* Enhancement - Aviation Academy Contact Form on Training Location Pages POPUP */
.ft-modal .c-contact-options {
  text-align: center;
  margin-top: 60px;
  margin-left: 80px;
  margin-right: 80px; }

@media (max-width: 480px) {
  .c-contact-options {
    border-bottom: 2px solid #d9e7f5;
    padding-bottom: 20px;
    margin-bottom: 35px; } }

.c-contact-options__title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px; }

.c-contact-options__text {
  margin-top: 20px;
  margin-bottom: 10px; }

.c-contact-options-btn {
  background-color: #005EB8;
  width: 100%;
  display: inline-block;
  padding: 15px;
  margin-bottom: 10px;
  text-align: center; }
  .c-contact-options-btn__title, .c-contact-options-btn__sub-title {
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2.6px; }
  .c-contact-options-btn__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700; }
  .c-contact-options-btn__sub-title {
    font-size: 10px;
    line-height: 20px;
    font-weight: 600; }

/* Career Benefits */
.career-benefits {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0; }
  .career-benefits div {
    margin: 0 40px;
    flex-basis: calc(100% - 80px); }
    @media (min-width: 480px) {
      .career-benefits div {
        margin: 0 20px;
        flex-basis: calc(33.333333% - 40px); } }
    @media (min-width: 1024px) {
      .career-benefits div {
        margin: 0 40px;
        flex-basis: calc(25% - 80px); } }
    @media (min-width: 1365px) {
      .career-benefits div {
        margin: 0 20px;
        flex-basis: calc(16.666666% - 40px); } }
    @media (min-width: 1910px) {
      .career-benefits div {
        margin: 0 40px;
        flex-basis: calc(16.666666% - 80px); } }
  .career-benefits h4 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px; }

/* TAKEOVER BANNER */
.takeover-banner, .takeover-banner--home {
  background-color: #D9E7F5;
  color: #212640;
  text-align: center;
  position: static;
  z-index: 999;
  left: 0;
  right: 0;
  overflow-y: hidden;
  max-height: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: .75s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5); }
  .takeover-banner.animateIn, .takeover-banner--home.animateIn {
    max-height: 100%;
    opacity: 1;
    max-height: 250px; }

.takeover-banner.mobile {
  display: block; }
  @media (min-width: 1024px) {
    .takeover-banner.mobile {
      display: none; } }
.takeover-banner.desktop {
  display: none; }
  @media (min-width: 1024px) {
    .takeover-banner.desktop {
      display: block; } }
.takeover-banner--home {
  background-color: #ffffff; }
  .takeover-banner--home .takeover-banner__wrapper {
    background-color: #ffffff; }

.takeover-banner__wrapper {
  position: relative;
  padding: 15px 20px 20px; }
  @media (min-width: 480px) {
    .takeover-banner__wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1024px) {
    .takeover-banner__wrapper {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 1365px) {
    .takeover-banner__wrapper {
      padding-left: 175px;
      padding-right: 175px; } }
  @media (min-width: 1910px) {
    .takeover-banner__wrapper {
      padding-left: 300px;
      padding-right: 300px; } }
@media (min-width: 480px) {
  .takeover-banner__flex-wrapper {
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-wrap: nowrap; } }

.takeover-banner__close {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 10px;
  height: 10px;
  cursor: pointer; }

.takeover-banner__title {
  display: -webkit-flexbox;
  display: flex;
  -webkit-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px; }

.takeover-banner__text {
  font-size: 14px;
  line-height: 22px; }

.takeover-banner__link {
  display: -webkit-flexbox;
  display: flex;
  -webkit-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  color: #005EB8;
  margin-left: 0;
  font-size: 14px;
  margin: 10px 0 0;
  text-decoration: underline !important; }
  @media (min-width: 480px) {
    .takeover-banner__link {
      margin-left: 5px;
      margin-right: 5px; } }
  .takeover-banner__link:hover {
    color: #212640; }

#got-a-question.section-2.contactcta-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #212540;
  background-image: linear-gradient(143deg, #000, #005eb8); }

#got-a-question.section-2 .w-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  #got-a-question.section-2 .w-container:before, #got-a-question.section-2 .w-container :after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2; }
  #got-a-question.section-2 .w-container:after {
    clear: both; }
  #got-a-question.section-2 .w-container .div-block-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #got-a-question.section-2 .w-container .div-block-4 .text-block-4 {
      margin-bottom: 30px;
      color: #fff;
      font-size: 34px;
      text-transform: uppercase; }
    #got-a-question.section-2 .w-container .div-block-4 .w-button {
      display: inline-block;
      padding: 9px 15px;
      background-color: #3898EC;
      color: white;
      border: 0;
      line-height: inherit;
      text-decoration: none;
      cursor: pointer;
      border-radius: 0; }
    #got-a-question.section-2 .w-container .div-block-4 .button {
      padding: 10px 30px;
      border-style: solid;
      border-width: 1px;
      border-color: #fff;
      background-color: transparent;
      color: #fff;
      text-transform: uppercase; }

.carousel h2.title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 600; }

/* NAV */
#menu .imgPod-50 {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  height: 50vh !important;
  float: left;
  margin: 1px 20px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  margin: 0 !important;
  width: 50%; }
  #menu .imgPod-50:first-child {
    margin-top: 0; }
  #menu .imgPod-50:last-child {
    margin-bottom: 0; }
  #menu .imgPod-50:hover {
    text-decoration: none !important; }
  @media (min-width: 480px) {
    #menu .imgPod-50 {
      margin: 0 1px !important; }
      #menu .imgPod-50:first-child {
        margin-left: 0 !important; }
      #menu .imgPod-50:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1024px) {
    #menu .imgPod-50 {
      height: 400px;
      margin: 0 1px !important; }
      #menu .imgPod-50:first-child {
        margin-left: 0 !important; }
      #menu .imgPod-50:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1365px) {
    #menu .imgPod-50 {
      height: 560px;
      margin: 0 1px !important; }
      #menu .imgPod-50:first-child {
        margin-left: 0 !important; }
      #menu .imgPod-50:last-child {
        margin-right: 0 !important; } }
  @media (min-width: 1910px) {
    #menu .imgPod-50 {
      height: 685px;
      margin: 0 1px !important; }
      #menu .imgPod-50:first-child {
        margin-left: 0 !important; }
      #menu .imgPod-50:last-child {
        margin-right: 0 !important; } }
  #menu .imgPod-50.lightPod .gradient {
    background: transparent; }
  #menu .imgPod-50.lightPod .content h1, #menu .imgPod-50.lightPod .content .header-title, #menu .imgPod-50.lightPod .content .linkLine {
    color: #212640 !important; }
  #menu .imgPod-50.lightPod .content .linkLine:before {
    background-color: #212640 !important; }
  #menu .imgPod-50 .bg, #menu .imgPod-50 .gradient {
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    transition: all 0.3s ease-in;
    z-index: -1;
    position: absolute; }
  #menu .imgPod-50 .bg {
    background-image: url("http: //via.placeholder.com/1024x768?text=Missing+Image");
    background-color: #005EB8; }
  #menu .imgPod-50 .gradient {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 85%);
    z-index: 0; }
  #menu .imgPod-50:hover .bg {
    transform: scale(1.1); }
  #menu .imgPod-50 .content {
    width: 100%;
    padding: 0 35px 35px;
    z-index: 1; }
    @media (min-width: 480px) {
      #menu .imgPod-50 .content {
        padding: 0 15px 15px; } }
    @media (min-width: 1024px) {
      #menu .imgPod-50 .content {
        padding: 0 30px 35px; } }
    @media (min-width: 1365px) {
      #menu .imgPod-50 .content {
        padding: 0 40px 65px; } }
    @media (min-width: 1910px) {
      #menu .imgPod-50 .content {
        padding: 0 45px 70px; } }
    #menu .imgPod-50 .content h1, #menu .imgPod-50 .content .header-title {
      color: #ffffff;
      font-weight: 600;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 12px; }
      @media (min-width: 480px) {
        #menu .imgPod-50 .content h1, #menu .imgPod-50 .content .header-title {
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 10px; } }
      @media (min-width: 1024px) {
        #menu .imgPod-50 .content h1, #menu .imgPod-50 .content .header-title {
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 20px; } }
      @media (min-width: 1365px) {
        #menu .imgPod-50 .content h1, #menu .imgPod-50 .content .header-title {
          font-size: 32px;
          line-height: 36px; } }
      @media (min-width: 1910px) {
        #menu .imgPod-50 .content h1, #menu .imgPod-50 .content .header-title {
          font-size: 43px;
          line-height: 38px; } }
    #menu .imgPod-50 .content .desc {
      margin-bottom: 15px;
      margin-top: -10px; }
      #menu .imgPod-50 .content .desc p {
        color: #ffffff; }
    #menu .imgPod-50 .content .link {
      display: block;
      height: 40px;
      color: #ffffff;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0.1em;
      text-decoration: none;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        #menu .imgPod-50 .content .link {
          font-size: 13px;
          line-height: 18px; } }
      #menu .imgPod-50 .content .link:before {
        position: relative;
        height: 1px;
        vertical-align: middle;
        display: inline-block;
        content: "";
        background-color: white;
        right: 10px;
        width: 32px;
        margin-left: 10px; }
    #menu .imgPod-50 .content .linkLine.large {
      font-size: 10px;
      padding-right: 0; }
      @media (min-width: 1024px) {
        #menu .imgPod-50 .content .linkLine.large {
          font-size: 13px;
          line-height: 18px;
          padding-right: 26px; } }
@media (max-width: 768px) {
  #menu {
    display: none !important; } }

.top-nav {
  display: none;
  position: relative;
  z-index: 12;
  background-color: #212640;
  color: #ffffff; }
  @media (min-width: 1024px) {
    .top-nav {
      display: -webkit-flexbox;
      display: flex;
      -webkit-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1024px) and (min-width: 480px) {
    .top-nav {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .top-nav {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 1024px) and (min-width: 1365px) {
    .top-nav {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1024px) and (min-width: 1910px) {
    .top-nav {
      padding-left: 160px;
      padding-right: 160px; } }
  .top-nav .left-nav {
    text-align: left; }
    .top-nav .left-nav ul {
      margin: 0px; }
      .top-nav .left-nav ul li {
        float: left;
        display: inline-block;
        padding: 9px 15px;
        color: #ffffff;
        font-weight: 600;
        font-size: 13px;
        margin: 0;
        box-shadow: inset 0 0 0 0 #4C8ECE; }
        .top-nav .left-nav ul li:hover {
          box-shadow: inset 0 -50px 0 0 #4C8ECE; }
        .top-nav .left-nav ul li.active {
          background-color: #4C8ECE; }
  .top-nav .right-nav {
    text-align: right; }
    .top-nav .right-nav ul {
      margin: 0px; }
      .top-nav .right-nav ul li {
        display: inline-block;
        padding: 9px 12px;
        color: #ffffff;
        font-weight: 400;
        font-size: 13px;
        margin: 0;
        position: relative; }
        .top-nav .right-nav ul li span {
          margin-right: 6px; }
        .top-nav .right-nav ul li.login {
          margin: 0; }
          .top-nav .right-nav ul li.login span {
            margin-right: 3px;
            cursor: default; }
          .top-nav .right-nav ul li.login img {
            margin-bottom: 1px; }
        .top-nav .right-nav ul li.language-links a {
          display: inline-block;
          width: 15px;
          text-align: center; }
          .top-nav .right-nav ul li.language-links a.active {
            font-weight: 700; }
          .top-nav .right-nav ul li.language-links a:hover {
            font-weight: 700; }
          .top-nav .right-nav ul li.language-links a.nav-lang-link {
            text-transform: uppercase; }
        .top-nav .right-nav ul li.search-link {
          box-shadow: inset 0 0 0 0 #4C8ECE;
          width: auto; }
          .top-nav .right-nav ul li.search-link:hover {
            box-shadow: inset 0 -50px 0 0 #4C8ECE; }
        .top-nav .right-nav ul li.search-close {
          display: none;
          width: auto;
          background: #ffffff; }
          .top-nav .right-nav ul li.search-close span {
            color: #005EB8;
            margin-right: 12px; }
          .top-nav .right-nav ul li.search-close .search-icon {
            margin-bottom: -3px; }
        .top-nav .right-nav ul li.menu-burger-link {
          box-shadow: inset 0 0 0 0 #4C8ECE; }
          .top-nav .right-nav ul li.menu-burger-link:hover {
            box-shadow: inset 0 -50px 0 0 #4C8ECE; }
  .top-nav a {
    color: #ffffff;
    text-decoration: none; }
    .top-nav a:hover {
      text-decoration: none !important; }

#home .mobileNav {
  z-index: 12;
  top: 26px; }
  #home .mobileNav svg rect, #home .mobileNav svg path {
    fill: #ffffff; }

#home #searchNav {
  top: 100px; }
  @media (min-width: 1024px) {
    #home #searchNav {
      top: 40px; } }
@media (min-width: 1024px) {
  #home .contextual {
    display: none; } }

.mobileNav {
  position: absolute;
  right: 20px;
  top: 26px;
  width: auto;
  z-index: 12; }
  @media (min-width: 1024px) {
    .mobileNav {
      display: none; } }
  .mobileNav div {
    float: left; }
    .mobileNav div.search-close, .mobileNav div.search-link {
      margin-right: 20px; }
    .mobileNav div.search-link {
      margin-top: 2px; }
    .mobileNav div.search-close {
      margin-top: 4px;
      display: none; }

#menuMobile {
  background: #005EB8;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 1024px) {
    #menuMobile {
      display: none !important; } }
  #menuMobile svg rect, #menuMobile svg path {
    fill: #ffffff; }
  #menuMobile .topbar {
    z-index: 1000;
    width: 100%;
    position: fixed;
    background: #005EB8;
    border-bottom: 1px solid #2977C3;
    left: 0; }
    #menuMobile .topbar .leftCol, #menuMobile .topbar .rightCol {
      float: left;
      height: 76px;
      padding: 16px 20px 20px; }
      #menuMobile .topbar .leftCol a, #menuMobile .topbar .rightCol a {
        padding: 0 !important; }
    #menuMobile .topbar .rightCol {
      display: -webkit-flexbox;
      display: flex;
      float: right; }
      #menuMobile .topbar .rightCol .lang {
        margin: -10px 40px 0 0; }
        #menuMobile .topbar .rightCol .lang span {
          margin: 0 !important; }
        #menuMobile .topbar .rightCol .lang a {
          color: #ffffff; }
      #menuMobile .topbar .rightCol div:last-child {
        margin-top: 13px; }

.contextualHover {
  position: relative;
  top: -74px; }
  @media (min-width: 1024px) {
    .contextualHover {
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      background: rgba(33, 38, 64, 0.8);
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      z-index: 2; } }
.contextual {
  display: -webkit-flexbox;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background: #ffffff;
  height: 74px;
  border-bottom: 1px solid #D9E7F5;
  position: relative;
  z-index: 11; }
  @media (min-width: 480px) {
    .contextual {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1024px) {
    .contextual {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 1365px) {
    .contextual {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1910px) {
    .contextual {
      padding-left: 160px;
      padding-right: 160px; } }
  @media (min-width: 1024px) {
    .contextual {
      height: 88px; } }
  .contextual .btnAnim .text {
    line-height: 20px; }
  .contextual .logo {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 13; }
    @media (min-width: 1024px) {
      .contextual .logo {
        margin-top: -26px; } }
    .contextual .logo a {
      display: block; }
      .contextual .logo a img {
        width: 80px; }
      @media (min-width: 1024px) {
        .contextual .logo a img {
          width: 97px; } }
  .contextual .logoRight {
    display: block;
    position: relative;
    width: 100%;
    text-align: right; }
  .contextual .contextualSupport {
    position: absolute;
    right: 20px; }
    @media (min-width: 480px) {
      .contextual .contextualSupport {
        right: 30px; } }
    @media (min-width: 1024px) {
      .contextual .contextualSupport {
        right: 45px; } }
    @media (min-width: 1365px) {
      .contextual .contextualSupport {
        right: 60px; } }
    @media (min-width: 1910px) {
      .contextual .contextualSupport {
        right: 160px; } }
    .contextual .contextualSupport a {
      font-size: 14px;
      color: #212640; }
  .contextual .menu {
    display: none;
    width: 100%;
    text-align: center; }
    @media (min-width: 1024px) {
      .contextual .menu {
        display: block;
        position: relative; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .contextual .menu.contextualBreak {
        width: 700px;
        left: 50%;
        margin-left: -350px; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 1365px), (-ms-high-contrast: none) and (min-width: 1365px) {
    .contextual .menu.contextualBreak {
      width: 100%;
      left: 0;
      margin-left: 0; } }
    .contextual .menu.contextualBreak .navList {
      margin-top: 5px;
      display: -webkit-flexbox;
      display: flex;
      -moz-align-items: center;
      align-items: center;
      -webkit-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center; }
      @media (min-width: 1365px) {
        .contextual .menu.contextualBreak .navList {
          margin-top: 10px;
          display: inline-block; } }
      .contextual .menu.contextualBreak .navList li {
        width: min-intrinsic;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0; }
        @media (min-width: 1365px) {
          .contextual .menu.contextualBreak .navList li {
            width: auto;
            padding-top: 26px;
            padding-bottom: 26px; } }
@media screen and (-ms-high-contrast: active) and (min-width: 1365px), (-ms-high-contrast: none) and (min-width: 1365px) {
  .contextual .menu.contextualBreak .navList li {
    padding-bottom: 23px; } }
        .contextual .menu.contextualBreak .navList li.active a, .contextual .menu.contextualBreak .navList li:hover a {
          border-bottom: 0; }
          @media (min-width: 1365px) {
            .contextual .menu.contextualBreak .navList li.active a span, .contextual .menu.contextualBreak .navList li:hover a span {
              border-bottom: 3px solid #D9E7F5 !important; } }
        .contextual .menu.contextualBreak .navList li a {
          display: -webkit-flexbox;
          display: flex;
          -moz-align-items: center;
          align-items: center;
          -webkit-flex-pack: center;
          -moz-justify-content: center;
          justify-content: center;
          border: none;
          height: 84px; }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .contextual .menu.contextualBreak .navList li a {
              display: inline-block; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 1365px), (-ms-high-contrast: none) and (min-width: 1365px) {
    .contextual .menu.contextualBreak .navList li a {
      display: -webkit-flexbox;
      display: flex;
      -moz-align-items: center;
      align-items: center;
      -webkit-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      padding: 0; } }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .contextual .menu.contextualBreak .navList li a:before {
              display: inline-block;
              height: 100%;
              vertical-align: middle;
              content: ""; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 1365px), (-ms-high-contrast: none) and (min-width: 1365px) {
    .contextual .menu.contextualBreak .navList li a:before {
      display: -webkit-flexbox;
      display: flex;
      -moz-align-items: center;
      align-items: center;
      -webkit-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      height: auto;
      vertical-align: inherit; } }
          @media (min-width: 1365px) {
            .contextual .menu.contextualBreak .navList li a {
              display: initial;
              border-bottom: 3px solid transparent;
              height: auto; } }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .contextual .menu.contextualBreak .navList li a span {
              vertical-align: middle; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 1365px), (-ms-high-contrast: none) and (min-width: 1365px) {
    .contextual .menu.contextualBreak .navList li a span {
      vertical-align: inherit; } }
          .contextual .menu.contextualBreak .navList li a.dropdown span {
            background-position: right bottom 13px; }
            @media (min-width: 1365px) {
              .contextual .menu.contextualBreak .navList li a.dropdown span {
                background-position: right 15px; } }
        .contextual .menu.contextualBreak .navList li li {
          width: auto; }
          .contextual .menu.contextualBreak .navList li li a {
            display: inline-block;
            height: auto; }
    .contextual .menu .navList {
      margin-top: 10px;
      display: inline-block; }
      .contextual .menu .navList li {
        list-style: none;
        float: left;
        margin: 0;
        padding: 26px 8px;
        font-size: 14px;
        line-height: 16px; }
        @media (min-width: 1024px) {
          .contextual .menu .navList li.singleCol {
            position: relative; } }
        @media (min-width: 1365px) {
          .contextual .menu .navList li {
            position: relative; } }
        .contextual .menu .navList li.rel {
          position: relative; }
        .contextual .menu .navList li.root:hover a {
          border-bottom: none; }
        .contextual .menu .navList li.root span {
          border-right: 1px solid #212640;
          padding-right: 22px;
          margin-right: 10px;
          font-weight: 700; }
        .contextual .menu .navList li li {
          margin: 0 8px;
          width: auto; }
        .contextual .menu .navList li.active a span {
          color: #4C8ECE;
          border-bottom: 3px solid #D9E7F5 !important; }
        .contextual .menu .navList li.noLine span {
          border-right: 0;
          padding-right: 0;
          margin-right: 0; }
        .contextual .menu .navList li:last-child {
          margin-right: 0; }
        .contextual .menu .navList li a {
          color: #212640;
          text-decoration: none;
          padding: 8px 0;
          border-bottom: 3px solid transparent; }
          .contextual .menu .navList li a span {
            display: inline-block;
            padding: 8px 0; }
          .contextual .menu .navList li a.dropdown span {
            padding-right: 15px;
            background: url("../images/dropdown-arrow-icon.svg") no-repeat right 15px; }
          .contextual .menu .navList li a:hover {
            text-decoration: none !important; }
        .contextual .menu .navList li:hover a {
          color: #4C8ECE;
          border-bottom: 3px solid #D9E7F5; }
        .contextual .menu .navList li:hover div.dropdown {
          visibility: visible;
          opacity: 1;
          z-index: 1;
          display: block;
          -prefixes-transition-delay: 0s, 0s; }
          .contextual .menu .navList li:hover div.dropdown a {
            border: 0; }
        .contextual .menu .navList li div.dropdown {
          visibility: hidden;
          display: none;
          opacity: 0;
          z-index: -1;
          -prefixes-transition-property: opacity, visibility;
          -prefixes-transition-duration: .2s, 0s;
          -prefixes-transition-delay: 0s, .2s;
          position: absolute;
          z-index: 9999;
          margin: auto;
          background: #4C8ECE;
          padding-top: 25px;
          left: auto;
          right: 50%;
          transform: translateX(50%); }
          @media (min-width: 1365px) {
            .contextual .menu .navList li div.dropdown {
              min-width: 850px;
              top: 84px; } }
          .contextual .menu .navList li div.dropdown.single {
            display: block;
            min-width: 360px; }
            .contextual .menu .navList li div.dropdown.single .links, .contextual .menu .navList li div.dropdown.single .quickLinks {
              padding: 25px 50px 40px; }
            .contextual .menu .navList li div.dropdown.single .quickLinks {
              background: #005EB8; }
              .contextual .menu .navList li div.dropdown.single .quickLinks .showcase {
                margin-top: 10px;
                text-transform: uppercase;
                letter-spacing: 3.75px;
                font-size: 12px;
                padding-bottom: 10px;
                color: #ffffff; }
              .contextual .menu .navList li div.dropdown.single .quickLinks .btnArrowRight .text:after {
                width: 14px;
                height: 8px;
                position: relative;
                display: inline-block;
                content: "";
                top: 0;
                left: 10px;
                background: url("../images/btn-arrow-icon.svg") no-repeat; }
            .contextual .menu .navList li div.dropdown.single.tooltip:after {
              border: none; }
              @media (min-width: 1365px) {
                .contextual .menu .navList li div.dropdown.single.tooltip:after {
                  border: 7.5px solid #212640;
                  border-color: transparent transparent #4C8ECE #4C8ECE; } }
          .contextual .menu .navList li div.dropdown.double {
            -webkit-flex-pack: center;
            -moz-justify-content: center;
            justify-content: center;
            display: -webkit-flexbox;
            display: flex;
            -moz-align-items: stretch;
            align-items: stretch;
            padding: 50px;
            top: 94px;
            left: 60px;
            right: 60px;
            transform: none; }
            @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
              .contextual .menu .navList li div.dropdown.double {
                min-width: 850px; } }
            @media (min-width: 991px) {
              .contextual .menu .navList li div.dropdown.double {
                left: 100px;
                right: 100px; } }
            @media (min-width: 1150px) {
              .contextual .menu .navList li div.dropdown.double {
                left: 160px;
                right: 160px; } }
            @media (min-width: 1365px) {
              .contextual .menu .navList li div.dropdown.double {
                top: 84px;
                left: auto;
                right: 50%;
                transform: translateX(50%); } }
            .contextual .menu .navList li div.dropdown.double.tooltip:after {
              border: none; }
              @media (min-width: 1365px) {
                .contextual .menu .navList li div.dropdown.double.tooltip:after {
                  border: 7.5px solid #212640;
                  border-color: transparent transparent #4C8ECE #4C8ECE; } }
          .contextual .menu .navList li div.dropdown.tooltip:after {
            content: "";
            width: 0;
            height: 0;
            left: 50%;
            margin-left: -7.5px;
            top: -7px;
            box-sizing: border-box;
            border: 7.5px solid #212640;
            border-color: transparent transparent #4C8ECE #4C8ECE;
            transform: rotate(135deg);
            position: absolute;
            background: #4C8ECE; }
          .contextual .menu .navList li div.dropdown ul {
            text-align: left; }
            .contextual .menu .navList li div.dropdown ul li {
              float: none;
              padding: 0;
              margin-bottom: 5px; }
              .contextual .menu .navList li div.dropdown ul li:first-child {
                font-weight: 400;
                border: 0; }
              .contextual .menu .navList li div.dropdown ul li:last-child {
                margin-bottom: 0; }
              .contextual .menu .navList li div.dropdown ul li a {
                color: #ffffff;
                font-size: 16px;
                line-height: 32px;
                text-transform: none;
                letter-spacing: 0; }
                .contextual .menu .navList li div.dropdown ul li a:hover {
                  border: 0; }
                .contextual .menu .navList li div.dropdown ul li a.showcase {
                  text-transform: uppercase;
                  font-weight: 700;
                  font-size: 18px;
                  letter-spacing: 3px; }
                .contextual .menu .navList li div.dropdown ul li a.indent {
                  margin-left: 15px; }

/* Menu */
body.noscroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed; }

#menu, #menuMobile {
  display: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none; }
  #menu .scroll, #menuMobile .scroll {
    overflow-y: auto;
    top: 76px;
    position: relative;
    width: 100%; }
  #menu .lang, #menuMobile .lang {
    font-size: 16px;
    width: 100%;
    background: #005EB8; }
    #menu .lang a, #menuMobile .lang a {
      font-size: 18px;
      text-transform: uppercase;
      text-decoration: none !important; }
      #menu .lang a:after, #menuMobile .lang a:after {
        width: 1px;
        height: 40px;
        display: inline-block;
        content: "";
        margin-left: 15px;
        margin-right: 15px;
        border-right: 1px solid #ffffff;
        position: relative;
        bottom: -12px; }
      #menu .lang a:last-child:after, #menuMobile .lang a:last-child:after {
        display: none; }
      #menu .lang a.active, #menuMobile .lang a.active {
        font-weight: 700; }

.flexMenu {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: stretch;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 480px) {
    .flexMenu {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1024px) {
    .flexMenu {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 1365px) {
    .flexMenu {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1910px) {
    .flexMenu {
      padding-left: 160px;
      padding-right: 160px; } }
.fullHeight {
  display: flex;
  flex-direction: column; }
  .fullHeight .fullHeightDiv {
    flex: 1; }

#menu .fullHeight .fullHeightDiv .imgPod-50 {
  margin: 0 !important; }

#menu .scroll {
  height: calc(100% - 157px); }

#menu .lang span:first-child {
  margin-top: 20px;
  margin-right: 45px; }

.overlay {
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: #005eb8;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }
  .overlay .content {
    padding-top: 20px;
    padding-bottom: 30px; }
    .overlay .content div {
      position: relative; }
  .overlay .logo {
    margin-left: 20px; }
    @media (min-width: 1365px) {
      .overlay .logo {
        margin-left: 75px; } }
  .overlay .closebtn {
    position: absolute;
    top: 50%;
    right: 75px;
    width: 100px;
    height: 30px;
    margin-top: -10px;
    background: url("../images/close.svg") no-repeat right;
    color: #ffffff;
    text-decoration: none; }
    .overlay .closebtn span {
      font-size: 12px;
      line-height: 16px;
      font-weight: 700;
      margin-top: 8px;
      letter-spacing: 3px;
      display: inline-block;
      text-transform: uppercase; }
  .overlay .overlay-content {
    position: relative;
    margin-top: 50px;
    margin-left: 90px;
    color: #ffffff; }
    @media (min-width: 1365px) {
      .overlay .overlay-content {
        margin-top: 75px;
        margin-left: 145px; } }
    .overlay .overlay-content a {
      color: #ffffff;
      text-decoration: none; }
      .overlay .overlay-content a:hover {
        text-decoration: underline; }
  .overlay .menu-list {
    margin-bottom: 30px; }
    @media (min-width: 1365px) {
      .overlay .menu-list {
        margin-bottom: 45px; } }
    .overlay .menu-list li {
      list-style: none;
      margin-bottom: 25px; }
      .overlay .menu-list li:last-child {
        margin-bottom: 0; }
      .overlay .menu-list li a {
        font-size: 20px;
        line-height: 16pxp; }

/* Search */
#searchNav {
  position: absolute;
  z-index: 9999;
  top: 36px;
  background: #ffffff;
  width: 100%;
  height: 88px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  display: none;
  -moz-align-items: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  top: 73px; }
  @media (min-width: 480px) {
    #searchNav {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1024px) {
    #searchNav {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 1365px) {
    #searchNav {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1910px) {
    #searchNav {
      padding-left: 160px;
      padding-right: 160px; } }
  @media (min-width: 1024px) {
    #searchNav {
      top: 40px; } }
  #searchNav .logo {
    display: none; }
    @media (min-width: 1024px) {
      #searchNav .logo {
        display: block;
        width: 16.6666666666%; } }
  @media (min-width: 1024px) {
    #searchNav .searchBar {
      width: 66.6666666666%; } }
  #searchNav .searchBar p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: -5px; }
  #searchNav .searchBar .searchTerm {
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    font-size: 35px;
    line-height: 35px;
    color: #005EB8; }
    #searchNav .searchBar .searchTerm::-webkit-input-placeholder {
      color: #D9E7F5; }
    #searchNav .searchBar .searchTerm::-moz-placeholder {
      color: #D9E7F5; }
    #searchNav .searchBar .searchTerm:-ms-input-placeholder {
      color: #D9E7F5; }
    #searchNav .searchBar .searchTerm::-ms-input-placeholder {
      color: #D9E7F5; }
    #searchNav .searchBar .searchTerm::placeholder {
      color: #D9E7F5; }
    #searchNav .searchBar .searchTerm::-webkit-input-placeholder {
      color: #D9E7F5; }
    #searchNav .searchBar .searchTerm::-moz-placeholder {
      color: #D9E7F5; }
    #searchNav .searchBar .searchTerm:-ms-input-placeholder {
      color: #D9E7F5; }
    #searchNav .searchBar .searchTerm:-moz-placeholder {
      color: #D9E7F5; }
  #searchNav .loupe {
    padding-top: 10px; }
    @media (min-width: 1024px) {
      #searchNav .loupe {
        width: 16.6666666666%; } }
/* Mobile Search */
#mobileSearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.25s ease-in-out;
  opacity: 0; }
  #mobileSearch .contextual {
    position: absolute;
    top: 0;
    width: 100%; }
    #mobileSearch .contextual .search-link {
      margin-top: 4px; }
  #mobileSearch #searchNav {
    display: -webkit-flexbox;
    display: flex;
    top: 74px; }
  #mobileSearch.open {
    opacity: 1;
    display: block !important;
    z-index: 99999; }
  #mobileSearch .fa {
    position: absolute;
    top: 15%;
    right: 5%;
    margin-top: 15px;
    font-size: 60px;
    background: transparent;
    outline: none;
    border: none;
    color: #ffffff; }
  #mobileSearch .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px; }

.nav-tools {
  display: inline-block; }
  .nav-tools li.login a {
    display: inline; }
    .nav-tools li.login a span {
      display: inline-block; }
    .nav-tools li.login a:hover {
      text-decoration: none !important; }
  .nav-tools li.login:hover div.dropdownLogin {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    display: block;
    -prefixes-transition-delay: 0s, 0s; }
    .nav-tools li.login:hover div.dropdownLogin a {
      border: 0; }
  .nav-tools li.login div.dropdownLogin {
    visibility: hidden;
    display: none;
    opacity: 0;
    z-index: -1;
    -prefixes-transition-property: opacity, visibility;
    -prefixes-transition-duration: .2s, 0s;
    -prefixes-transition-delay: 0s, .2s;
    position: absolute;
    z-index: 9999;
    margin: auto;
    background: #4C8ECE;
    top: 20px;
    left: auto;
    right: 50%;
    transform: translateX(50%); }
    .nav-tools li.login div.dropdownLogin.single {
      display: block;
      min-width: 260px; }
      .nav-tools li.login div.dropdownLogin.single .links, .nav-tools li.login div.dropdownLogin.single .quickLinks {
        padding: 5px 25px 30px; }
      .nav-tools li.login div.dropdownLogin.single .quickLinks {
        background: #005EB8; }
        .nav-tools li.login div.dropdownLogin.single .quickLinks .showcase {
          margin-top: 25px;
          text-transform: uppercase;
          letter-spacing: 3.75px;
          font-size: 12px;
          padding-bottom: 10px;
          color: #ffffff; }
        .nav-tools li.login div.dropdownLogin.single .quickLinks .btnArrowRight .text:after {
          width: 14px;
          height: 8px;
          position: relative;
          display: inline-block;
          content: "";
          top: 0;
          left: 10px;
          background: url("../images/btn-arrow-icon.svg") no-repeat; }
    .nav-tools li.login div.dropdownLogin.tooltip:after {
      content: "";
      width: 0;
      height: 0;
      left: 50%;
      margin-left: -7.5px;
      top: -7px;
      box-sizing: border-box;
      border: 7.5px solid #212640;
      border-color: transparent transparent #005EB8 #005EB8;
      transform: rotate(135deg);
      position: absolute;
      background: #005EB8; }
    .nav-tools li.login div.dropdownLogin ul {
      text-align: left; }
      .nav-tools li.login div.dropdownLogin ul li {
        float: none;
        padding: 0;
        margin-bottom: 5px;
        cursor: default; }
        .nav-tools li.login div.dropdownLogin ul li:first-child {
          font-weight: 400;
          border: 0; }
        .nav-tools li.login div.dropdownLogin ul li:last-child {
          margin-bottom: 0; }
        .nav-tools li.login div.dropdownLogin ul li a {
          color: #ffffff;
          font-size: 14px;
          line-height: 22px;
          text-transform: none;
          letter-spacing: 0;
          padding: 3px 0; }
          .nav-tools li.login div.dropdownLogin ul li a:hover {
            border: 0; }
          .nav-tools li.login div.dropdownLogin ul li a.showcase {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 18px;
            letter-spacing: 3px; }
          .nav-tools li.login div.dropdownLogin ul li a.indent {
            margin-left: 15px; }

/* CONTEXTUAL-BREAK FOR https://www.cae.com/mcrm-and-maritime-human-factor-training */
.contextual .menu.contextualBreak.regular .navList {
  display: -webkit-flexbox;
  display: flex;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 65%; }
  .contextual .menu.contextualBreak.regular .navList li {
    width: auto !important; }

/* minimal styles for that navi */
.rmm {
  margin: 0 auto; }

.rmm ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  background: #212640;
  left: 0;
  height: 100%;
  z-index: 999; }

.rmm ul:after {
  content: "";
  clear: both;
  display: block; }

.rmm ul li {
  float: left; }

.rmm ul li a, .rmm ul li span {
  color: #ffffff;
  display: block;
  text-decoration: none !important; }

.rmm ul li span {
  cursor: default; }

.rmm ul ul {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%; }

.rmm ul ul li {
  float: none;
  position: relative; }

.rmm ul ul li a {
  color: #ffffff; }

.rmm ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%; }

/* normalny back button visible only on mobiles  */
.rmm .rmm-back a:before {
  content: "";
  position: relative;
  display: inline-block;
  top: 2px;
  left: -30px;
  width: 10px;
  height: 17px;
  background-image: url("../images/previous-mobile-menu-icon.svg"); }

/* mobile menu list */
.rmm-mobile {
  width: 100%; }

.rmm-mobile ul {
  width: 100%;
  position: inherit !important; }

.rmm-mobile li {
  width: 100%; }

/* mobile menu js action */
.rmm-dropdown {
  display: block !important; }

.rmm-mobile .rmm-subview {
  display: block !important;
  width: 100%; }

.rmm-mobile .rmm-subover-hidden {
  display: none !important; }

.rmm-mobile .rmm-subover-visible {
  display: block; }

.rmm-mobile .rmm-subover-header {
  display: none !important;
  padding: 0;
  margin: 0; }

/* mobile menu content */
.rmm-mobile .rmm-submenu {
  position: relative;
  left: 0px; }

/* arrow down for wide screen */
.rmm.style ul {
  background: #005EB8;
  display: inline-table;
  text-align: left; }

.rmm.style ul li {
  text-align: left;
  padding-top: 17px;
  padding-bottom: 16px;
  position: relative; }

.rmm.style ul ul {
  display: none;
  margin: 0;
  background: #2977C3;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  margin-top: -17px;
  margin-bottom: -16px; }

.rmm.style ul li a, .rmm.style ul li span, .rmm.style ul li li a, .rmm.style ul li.large li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  display: block;
  padding: 0 70px 0 20px;
  text-decoration: none; }

.rmm.style ul li.large a, .rmm.style ul li.large span {
  font-size: 20px; }

.rmm.style ul ul li.rmm-back a {
  font-size: 20px;
  margin-left: -10px; }

.rmm.style ul ul li {
  border-bottom: 1px solid #2977C3;
  border-top: 1px solid #6B727C;
  padding-top: 17px;
  padding-bottom: 16px; }

.rmm.style ul ul li a {
  color: #ffffff;
  padding-left: 70px !important; }

/* arrow down for wide screen */
.rmm.style ul li > a:not(:only-child):after, .rmm.style ul li > span:not(:only-child):after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 70px;
  min-height: 58px;
  height: 100%;
  background-image: url("../images/next-mobile-menu-icon.svg");
  background-position: center;
  cursor: pointer; }

/* arrow left for wide screen submenus  */
.rmm.style ul ul li > a:not(:only-child):after {
  float: right; }

/* mobile style */
.rmm.style .rmm-mobile li > a:not(:only-child):after {
  float: right; }

.rmm.style .rmm-mobile li {
  background: #005EB8;
  border-bottom: 1px solid #2977C3 !important;
  border-top: 0 !important; }

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease; }

.lity-content p, .lity-content p.mcaption {
  position: absolute;
  background: #000000;
  color: #ffffff;
  bottom: 125px;
  width: 100%;
  text-align: center;
  padding: 10px; }

.lity-content p:empty {
  display: none; }

@media screen and (max-width: 600px) {
  .lity-content p {
    position: inherit; } }

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
  padding: 125px 0; }

@media screen and (max-width: 600px) {
  .lity-image img {
    padding: 0; } }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear; }

.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8); }

@-webkit-keyframes a {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

@keyframes a {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1); }

.fa-flip-vertical {
  transform: scaleY(-1); }

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1); }

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-print:before {
  content: "\f02f"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: Font Awesome\ 5 Brands; }

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-weight: 400; }

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free; }

.fa, .fas {
  font-weight: 900; }

.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }

.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -.5em -.8em -.5em; }

.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em; }

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }

.jssocials-share-count-box.jssocials-share-no-count {
  display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box:hover {
  background: gainsboro; }

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent; }

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  transform: rotate(360deg);
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444; }

/* AJB */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 480px) {
  .popupForm select:focus, .popupForm textarea:focus, .popupForm input:focus, .expandableForm select:focus, .expandableForm textarea:focus, .expandableForm input:focus, .footerForm select:focus, .footerForm textarea:focus, .footerForm input:focus {
    font-size: 16px !important; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 480px) {
  .popupForm select, .popupForm textarea, .popupForm input, .expandableForm select, .expandableForm textarea, .expandableForm input, .footerForm select, .footerForm textarea, .footerForm input {
    font-size: 16px !important; } }

.flexBoxLandscape {
  display: -webkit-flexbox;
  display: flex;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.noFlexLandscape {
  display: block; }
  @media (min-width: 1024px) {
    .noFlexLandscape {
      display: -webkit-flexbox;
      display: flex; } }
@media (min-width: 480px) {
  section.hiddenM {
    display: -webkit-flexbox;
    display: flex; } }

.hiddenM {
  display: none; }
  @media (min-width: 480px) {
    .hiddenM {
      display: inline-block; } }
.hiddenMT {
  display: none; }
  @media (min-width: 1024px) {
    .hiddenMT {
      display: inline-block; } }
.hiddenTD {
  display: inline-block; }
  @media (min-width: 480px) {
    .hiddenTD {
      display: none; } }
.hiddenD {
  display: inline-block; }
  @media (min-width: 1024px) {
    .hiddenD {
      display: none; } }
.carouselWrap.hiddenM {
  display: none; }
  @media (min-width: 480px) {
    .carouselWrap.hiddenM {
      display: block; } }
.carouselWrap.hiddenMT {
  display: none; }
  @media (min-width: 1024px) {
    .carouselWrap.hiddenMT {
      display: block; } }
.carouselWrap.hiddenTD {
  display: block; }
  @media (min-width: 480px) {
    .carouselWrap.hiddenTD {
      display: none; } }
.carouselWrap.hiddenD {
  display: block; }
  @media (min-width: 1024px) {
    .carouselWrap.hiddenD {
      display: none; } }
.noscroll .select2-dropdown {
  z-index: 9999 !important; }

/* ACCOUNT NAVIGATION */
.top-nav {
  height: 40px; }
  .top-nav .left-nav ul li, .top-nav .right-nav ul li {
    padding-top: 11px;
    padding-bottom: 11px;
    vertical-align: top; }
    .top-nav .left-nav ul li a, .top-nav .right-nav ul li a {
      display: -webkit-flexbox;
      display: flex;
      -moz-align-items: center;
      align-items: center; }

.login.loggedIn {
  padding-top: 7px !important;
  padding-bottom: 7px !important; }
  .login.loggedIn img.icon {
    margin: 0 0 0 10px !important; }
  .login.loggedIn img.arrow {
    margin: 0 0 0 7px !important; }
  .login.loggedIn .quickLinks a {
    font-style: italic; }
  .login.loggedIn .quickLinks .noArrow {
    display: block; }

.quickLinks .divider {
  border-bottom: 1px solid #D8D8D8;
  display: block !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

/* FLUID HEADER */
.fluidHeader.civil {
  display: none; }
  @media (min-width: 1024px) {
    .fluidHeader.civil {
      display: -webkit-flexbox;
      display: flex; } }
  .fluidHeader.civil .leftCol {
    padding-top: 35px; }
    .fluidHeader.civil .leftCol h1, .fluidHeader.civil .leftCol .header-title {
      text-transform: uppercase; }
    .fluidHeader.civil .leftCol .breadcrumbs {
      display: inline-block; }
    .fluidHeader.civil .leftCol .header {
      display: block; }
      .fluidHeader.civil .leftCol .header h1, .fluidHeader.civil .leftCol .header .header-title {
        font-size: 12px;
        margin-top: 45px;
        margin-bottom: 0; }
    .fluidHeader.civil .leftCol h2 {
      margin-bottom: 35px; }

/* No Flex Landscape */
.noFlexLandscape .rightBar {
  margin: 30px 20px 0;
  width: calc(100% - 40px); }
  .noFlexLandscape .rightBar .promoSpace {
    margin: 0; }
  @media (min-width: 480px) {
    .noFlexLandscape .rightBar {
      display: block; } }
  @media only screen and (min-width: 600px) {
    .noFlexLandscape .rightBar {
      width: 75%; } }
  @media (min-width: 1024px) {
    .noFlexLandscape .rightBar {
      width: 33.3333333%;
      margin-top: 0;
      margin-left: 0;
      margin-right: 30px; } }
  @media (min-width: 1024px) {
    .noFlexLandscape .rightBar {
      margin-right: 45px; } }
  @media (min-width: 1365px) {
    .noFlexLandscape .rightBar {
      margin-right: 175px;
      width: 25%; } }
  @media (min-width: 1910px) {
    .noFlexLandscape .rightBar {
      margin-right: 300px; } }
/* FORMS */
.popupForm .small, .expandableForm .small, .footerForm .small {
  font-size: 14px !important;
  font-weight: 400 !important; }

.popupForm label, .expandableForm label, .footerForm label {
  font-weight: 400; }

.popupForm .selectWrapper, .expandableForm .selectWrapper, .footerForm .selectWrapper {
  border-radius: 2px; }
  .popupForm .selectWrapper.error, .expandableForm .selectWrapper.error, .footerForm .selectWrapper.error {
    border: 2px solid #AF0015 !important; }
  .popupForm .selectWrapper select, .expandableForm .selectWrapper select, .footerForm .selectWrapper select {
    padding-left: 15px;
    padding-right: 15px; }

.popupForm .flexBox.left, .expandableForm .flexBox.left, .footerForm .flexBox.left {
  -webkit-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  align-items: center; }

.popupForm button, .expandableForm button, .footerForm button {
  cursor: pointer; }
  .popupForm button:disabled, .expandableForm button:disabled, .footerForm button:disabled {
    cursor: not-allowed;
    color: #ccc !important; }

.popupForm .control-checkbox, .expandableForm .control-checkbox, .footerForm .control-checkbox {
  margin-top: 5px;
  margin-right: 5px;
  height: auto !important; }

.popupForm .checkbox, .expandableForm .checkbox, .footerForm .checkbox {
  margin-right: 15px !important; }
  .popupForm .checkbox:last-child, .expandableForm .checkbox:last-child, .footerForm .checkbox:last-child {
    margin-right: 0; }

.popupForm .fiftyPerc, .expandableForm .fiftyPerc, .footerForm .fiftyPerc {
  width: 100%; }
  @media (min-width: 1024px) {
    .popupForm .fiftyPerc, .expandableForm .fiftyPerc, .footerForm .fiftyPerc {
      width: 50%; } }
.popupForm input.error, .expandableForm input.error, .footerForm input.error {
  border: 2px solid #AF0015 !important; }

.popupForm p.error-message, .expandableForm p.error-message, .footerForm p.error-message {
  font-size: 12px !important;
  line-height: 16px !important;
  margin-bottom: 0; }

.popupForm p.error-message {
  font-size: 12px !important;
  line-height: 16px !important;
  color: #AF0015 !important;
  margin-top: 5px !important; }

.popupForm .ft-modal-content {
  width: 100%;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.5); }
  @media (min-width: 480px) {
    .popupForm .ft-modal-content {
      width: 425px; } }
  .popupForm .ft-modal-content .ft-modal-header {
    background-color: #005EB8;
    color: #ffffff;
    padding: 50px 25px 15px; }
    @media (min-width: 480px) {
      .popupForm .ft-modal-content .ft-modal-header {
        padding-top: 60px; } }
    .popupForm .ft-modal-content .ft-modal-header .ft-modal-close {
      background: url("../images/close.svg") no-repeat right;
      background-size: 17px 17px;
      top: 20px;
      right: 20px;
      width: 18px;
      height: 18px; }
    .popupForm .ft-modal-content .ft-modal-header h3 {
      font-size: 20px !important;
      line-height: 27px !important;
      font-weight: 600 !important;
      color: #ffffff !important;
      padding: 0 !important;
      margin-bottom: 5px; }
      @media (min-width: 480px) {
        .popupForm .ft-modal-content .ft-modal-header h3 {
          font-size: 26px !important;
          line-height: 38px !important; } }
    .popupForm .ft-modal-content .ft-modal-header p {
      font-size: 14px; }
      @media (min-width: 480px) {
        .popupForm .ft-modal-content .ft-modal-header p {
          font-size: 16px; } }
  .popupForm .ft-modal-content .ft-modal-body {
    padding: 20px 25px 25px; }
    .popupForm .ft-modal-content .ft-modal-body p {
      color: #212640;
      font-weight: 600;
      font-size: 16px;
      line-height: 26px; }
    .popupForm .ft-modal-content .ft-modal-body .formContainer {
      padding: 0; }
      .popupForm .ft-modal-content .ft-modal-body .formContainer label {
        margin: 10px 0 3px;
        font-size: 16px; }
        @media (min-width: 480px) {
          .popupForm .ft-modal-content .ft-modal-body .formContainer label {
            margin-top: 15px; } }
      .popupForm .ft-modal-content .ft-modal-body .formContainer input, .popupForm .ft-modal-content .ft-modal-body .formContainer select {
        font-size: 14px;
        padding: 5px 12px;
        height: 28px;
        border-width: 1px; }
        @media (min-width: 480px) {
          .popupForm .ft-modal-content .ft-modal-body .formContainer input, .popupForm .ft-modal-content .ft-modal-body .formContainer select {
            height: 36px; } }
      .popupForm .ft-modal-content .ft-modal-body .formContainer .selectWrapper {
        border-width: 1px; }
        .popupForm .ft-modal-content .ft-modal-body .formContainer .selectWrapper select {
          background-position: right 15px center; }
      .popupForm .ft-modal-content .ft-modal-body .formContainer .select2-container .select2-selection--single {
        height: 28px; }
        @media (min-width: 480px) {
          .popupForm .ft-modal-content .ft-modal-body .formContainer .select2-container .select2-selection--single {
            height: 36px; } }
        .popupForm .ft-modal-content .ft-modal-body .formContainer .select2-container .select2-selection--single .select2-selection__rendered {
          line-height: 28px; }
          @media (min-width: 480px) {
            .popupForm .ft-modal-content .ft-modal-body .formContainer .select2-container .select2-selection--single .select2-selection__rendered {
              line-height: 36px; } }
      .popupForm .ft-modal-content .ft-modal-body .formContainer .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: -3px; }
        @media (min-width: 480px) {
          .popupForm .ft-modal-content .ft-modal-body .formContainer .select2-container--default .select2-selection--single .select2-selection__arrow b {
            margin-top: 0; } }
      .popupForm .ft-modal-content .ft-modal-body .formContainer .checkbox {
        display: block;
        margin-top: 5px; }
      .popupForm .ft-modal-content .ft-modal-body .formContainer .small {
        margin-top: 10px; }
    .popupForm .ft-modal-content .ft-modal-body .bigBlueBtn {
      margin-top: 35px;
      margin-bottom: 0; }
      .popupForm .ft-modal-content .ft-modal-body .bigBlueBtn button {
        font-weight: 600;
        display: block;
        color: #ffffff;
        background-color: #005EB8;
        font-size: 14px;
        text-decoration: none !important;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2px;
        border-radius: 2px;
        margin: 0;
        border: 0;
        width: 100%;
        padding: 12px 0; }
        @media (min-width: 480px) {
          .popupForm .ft-modal-content .ft-modal-body .bigBlueBtn button {
            padding: 18px 0; } }
.expandableForm p.error-message, .footerForm p.error-message {
  background-color: #AF0015 !important;
  margin-top: 0 !important;
  color: #ffffff;
  padding: 8px 10px;
  font-weight: 600; }

.expandableForm input, .expandableForm .selectWrapper, .footerForm input, .footerForm .selectWrapper {
  border: none;
  margin: 0;
  height: 36px; }

.expandableForm label, .footerForm label {
  margin: 15px 0 5px; }
  @media (min-width: 1024px) {
    .expandableForm label, .footerForm label {
      margin-top: 10px; } }
.expandableForm input, .expandableForm select, .footerForm input, .footerForm select {
  font-size: 14px;
  border-radius: 3px;
  padding: 0 15px; }

.expandableForm .selectWrapper select, .footerForm .selectWrapper select {
  background-position: right 15px center;
  height: 100%; }

.expandableForm .checkbox, .footerForm .checkbox {
  display: block;
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .expandableForm .checkbox, .footerForm .checkbox {
      display: inline-block;
      margin-top: 15px; } }
.expandableForm label {
  font-size: 16px; }

.expandableForm.ltBlueBg h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600; }
  @media (min-width: 480px) {
    .expandableForm.ltBlueBg h3 {
      font-size: 32px;
      margin-bottom: 20px; } }
.expandableForm.ltBlueBg .bigBlueBtnInline {
  margin: 0;
  display: block; }
  @media (min-width: 480px) {
    .expandableForm.ltBlueBg .bigBlueBtnInline {
      display: inline-block; } }
  .expandableForm.ltBlueBg .bigBlueBtnInline a {
    background-color: #ffffff;
    color: #005EB8;
    font-weight: 600;
    margin-left: 0;
    text-decoration: none !important;
    display: block !important; }
    @media (min-width: 480px) {
      .expandableForm.ltBlueBg .bigBlueBtnInline a {
        display: inline-block !important; } }
.expandableForm.ltBlueBg .formContainer {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .expandableForm.ltBlueBg .formContainer {
      margin-bottom: 20px; } }
.expandableForm.ltBlueBg .selectWrapper {
  font-size: 14px; }

.expandableForm.ltBlueBg a {
  color: #ffffff;
  text-decoration: underline !important;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px; }
  @media (min-width: 480px) {
    .expandableForm.ltBlueBg a {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 60px; } }
.expandableForm.ltBlueBg p.small {
  margin-bottom: 0; }
  @media (min-width: 480px) {
    .expandableForm.ltBlueBg p.small {
      margin-bottom: 40px; } }
.expandableForm.ltBlueBg .small {
  margin-top: 30px; }
  @media (min-width: 480px) {
    .expandableForm.ltBlueBg .small {
      margin-top: 5px; } }
@media (min-width: 480px) {
  .expandableForm.ltBlueBg .flexBox.left .bigBlueBtnInline {
    -moz-order: 0;
    order: 0; } }

.expandableForm.ltBlueBg .flexBox.left .bigBlueBtnInline button {
  padding: 15px 45px;
  background-color: #ffffff;
  color: #005EB8;
  font-weight: 600;
  margin-left: 0;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
  border: none;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  border-radius: 1px;
  width: 100%; }
  @media (min-width: 480px) {
    .expandableForm.ltBlueBg .flexBox.left .bigBlueBtnInline button {
      width: auto; } }
@media (min-width: 480px) {
  .expandableForm.ltBlueBg .flexBox.left .small {
    -moz-order: 1;
    order: 1; } }

.footerForm {
  margin-bottom: -45px; }
  .footerForm h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600; }
  .footerForm p {
    font-size: 16px;
    line-height: 24px; }
  .footerForm label {
    margin-top: 0;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 12px; }
  .footerForm input {
    border: 1px solid rgba(0, 94, 184, 0.2);
    margin: 0; }
  .footerForm .checkbox {
    margin-top: 5px; }
  @media (min-width: 1365px) {
    .footerForm .mainContent.full {
      padding-left: 290px; } }
  @media (min-width: 480px) {
    .footerForm .mainContent.full.flexBox div:first-child {
      margin-right: 30px;
      flex: 0 0 220px; } }
  .footerForm .mainContent.full.flexBox div .flexBox {
    display: block; }
    @media (min-width: 1024px) {
      .footerForm .mainContent.full.flexBox div .flexBox {
        display: -webkit-flexbox;
        display: flex;
        -webkit-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; } }
    .footerForm .mainContent.full.flexBox div .flexBox div:first-child {
      margin-right: 30px; }
      @media (min-width: 1024px) {
        .footerForm .mainContent.full.flexBox div .flexBox div:first-child {
          flex: 0 0 345px; } }
  .footerForm .bigBlueBtnInline {
    margin: 0;
    white-space: nowrap;
    display: block; }
    @media (min-width: 1024px) {
      .footerForm .bigBlueBtnInline {
        display: inline-block; } }
    .footerForm .bigBlueBtnInline a, .footerForm .bigBlueBtnInline button {
      font-size: 12px;
      width: 100%;
      display: inline-block;
      padding: 11px 40px 12px;
      color: #ffffff;
      background-color: #005EB8;
      text-decoration: none !important;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 2px;
      border: 0;
      margin: 0; }
      @media (min-width: 1024px) {
        .footerForm .bigBlueBtnInline a, .footerForm .bigBlueBtnInline button {
          width: auto; } }
/* CIVIL CONTEXTUAL MENU */
.contextual .menu.contextualBreak .navList li a span {
  border-bottom: 3px solid transparent; }

.contextual .menu.contextualBreak .navList li.root a span {
  border-bottom: none !important; }

.contextual .menu.contextualBreak .navList li.root:hover a span {
  border-bottom: none !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .menu.civil.contextualBreak {
    width: 700px;
    left: 50%;
    margin-left: -350px; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 1365px), (-ms-high-contrast: none) and (min-width: 1365px) {
    .menu.civil.contextualBreak {
      width: 100%;
      left: 0;
      margin-left: 0; } }
.menu.civil.contextualBreak .navList {
  margin-top: 5px;
  display: -webkit-flexbox;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }
  .menu.civil.contextualBreak .navList li {
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 1365px) {
      .menu.civil.contextualBreak .navList li:hover a {
        border: none; }
        .menu.civil.contextualBreak .navList li:hover a.dropdown span {
          border-bottom: 3px solid #D9E7F5; }
      .menu.civil.contextualBreak .navList li a.dropdown span {
        margin-top: 3px;
        border-bottom: 3px solid transparent; } }
    .menu.civil.contextualBreak .navList li div.dropdown {
      padding-top: 20px;
      top: auto; }
      .menu.civil.contextualBreak .navList li div.dropdown ul li {
        margin: 0; }
      .menu.civil.contextualBreak .navList li div.dropdown.single {
        width: auto;
        white-space: nowrap;
        min-width: 0 !important; }
      .menu.civil.contextualBreak .navList li div.dropdown.double .column {
        width: 50%;
        padding-top: 25px; }
        .menu.civil.contextualBreak .navList li div.dropdown.double .column ul li:last-child ul {
          margin-bottom: 0; }
        .menu.civil.contextualBreak .navList li div.dropdown.double .column ul li ul {
          margin-left: 65px;
          margin-bottom: 25px; }
          .menu.civil.contextualBreak .navList li div.dropdown.double .column ul li ul li a {
            font-size: 14px;
            line-height: 28px;
            padding: 0; }
      .menu.civil.contextualBreak .navList li div.dropdown.single ul li:last-child ul {
        margin-bottom: 0; }
      .menu.civil.contextualBreak .navList li div.dropdown.single ul li ul {
        margin-left: 65px;
        margin-bottom: 25px; }
        .menu.civil.contextualBreak .navList li div.dropdown.single ul li ul li a {
          font-size: 14px;
          line-height: 28px;
          padding: 0; }
    .menu.civil.contextualBreak .navList li a {
      display: -webkit-flexbox;
      display: flex;
      -moz-align-items: center;
      align-items: center;
      -webkit-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      border: none;
      height: 84px; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .menu.civil.contextualBreak .navList li a {
          display: inline-block; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .menu.civil.contextualBreak .navList li a:before {
          display: inline-block;
          height: 100%;
          vertical-align: middle;
          content: ""; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .menu.civil.contextualBreak .navList li a span {
          vertical-align: middle; } }
      .menu.civil.contextualBreak .navList li a.dropdown span {
        background-position: right bottom 13px; }
    .menu.civil.contextualBreak .navList li li {
      width: auto; }
      .menu.civil.contextualBreak .navList li li a {
        display: inline-block;
        height: auto; }

/* JOBS */
.jobList {
  border-top: 1px solid #D9E7F5;
  width: 100%; }
  @media (min-width: 1024px) {
    .jobList {
      border-top: 0; } }
  .jobList.mainContent {
    margin: 0;
    border-top: none; }
    @media (min-width: 1024px) {
      .jobList.mainContent {
        margin-left: 45px;
        margin-right: 35px;
        width: 66.6666666%; } }
    @media (min-width: 1365px) {
      .jobList.mainContent {
        margin-left: 175px;
        margin-right: 60px;
        width: 75%; } }
    @media (min-width: 1910px) {
      .jobList.mainContent {
        margin-left: 300px;
        margin-right: 70px; } }
    .jobList.mainContent article:first-child {
      border-top: 1px solid #D9E7F5; }
    .jobList.mainContent article .type {
      font-size: 14px;
      line-height: 24px;
      color: #212640; }
    @media (min-width: 1024px) {
      .jobList.mainContent article .left .img {
        flex: 0 0 265px; } }
    @media (min-width: 1024px) {
      .jobList.mainContent article .left .img .logo {
        margin: 0 0 0 -15px; } }
    @media (min-width: 1024px) {
      .jobList.mainContent article .left .content .title {
        margin-top: 15px; } }
    .jobList.mainContent article .right .icons {
      margin-top: 0; }
    .jobList.mainContent article .date {
      margin-right: 0; }
  .jobList .header {
    margin-top: 80px;
    padding: 0 20px;
    margin-bottom: 20px; }
    @media (min-width: 480px) {
      .jobList .header {
        display: -webkit-flexbox;
        display: flex;
        -webkit-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -moz-align-items: baseline;
        align-items: baseline; } }
    @media (min-width: 480px) {
      .jobList .header {
        margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      .jobList .header {
        padding: 0; } }
    .jobList .header:first-of-type {
      margin-top: 0; }
    .jobList .header h2 {
      font-size: 24px !important;
      line-height: 48px;
      font-weight: 400;
      margin-bottom: 0; }
    .jobList .header .btnAnim {
      font-size: 12px; }
  .jobList .featured {
    border-left: 5px solid #005EB8; }
    @media (min-width: 1024px) {
      .jobList .featured {
        border-left-width: 8px; } }
  .jobList article {
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #D9E7F5;
    min-height: 175px;
    padding: 15px; }
    .jobList article.transition {
      transition: all .1s linear;
      -webkit-transition: all .1s linear;
      -moz-transition: all .1s linear;
      -o-transition: all .1s linear; }
      .jobList article.transition:hover {
        background: #D9E7F5; }
    @media (min-width: 1024px) {
      .jobList article {
        padding: 15px 15px 30px; } }
    .jobList article .link {
      font-size: 14px;
      line-height: 24px;
      color: #212640;
      margin: 5px 0;
      display: inline-block; }
      @media (min-width: 1024px) {
        .jobList article .link {
          margin: 0; } }
    .jobList article .date {
      font-weight: 400;
      line-height: 20px;
      font-size: 10px;
      letter-spacing: 2px;
      color: rgba(33, 38, 64, 0.7);
      text-transform: uppercase;
      margin-right: 10px; }
      @media (min-width: 480px) {
        .jobList article .date {
          margin-right: 0; } }
      .jobList article .date.new {
        text-transform: uppercase;
        color: #005EB8;
        font-weight: 700;
        line-height: 12px;
        border: 1px solid #005EB8;
        border-radius: 2px;
        padding: 0 10px;
        height: 16px; }
    .jobList article .left {
      width: 100%; }
      @media (min-width: 1024px) {
        .jobList article .left {
          display: -webkit-flexbox;
          display: flex;
          -webkit-flex-pack: justify;
          -moz-justify-content: space-between;
          justify-content: space-between;
          flex: 1; } }
      @media (min-width: 1024px) {
        .jobList article .left .img {
          display: -webkit-flexbox;
          display: flex;
          -moz-align-items: center;
          align-items: center;
          -webkit-flex-pack: center;
          -moz-justify-content: center;
          justify-content: center;
          flex: 0 0 230px; } }
      .jobList article .left .img .logo {
        height: 65px; }
        @media (min-width: 1024px) {
          .jobList article .left .img .logo {
            margin: 0 0 0 -60px;
            height: auto;
            max-width: 170px; } }
      .jobList article .left .img .star {
        height: 32px; }
      @media (min-width: 1024px) {
        .jobList article .left .content {
          display: -webkit-flexbox;
          display: flex;
          -moz-flex-direction: column;
          flex-direction: column;
          -webkit-flex-pack: justify;
          -moz-justify-content: space-between;
          justify-content: space-between;
          flex: 1; } }
      .jobList article .left .content .title {
        color: #212640;
        font-weight: 600;
        margin-top: 5px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          .jobList article .left .content .title {
            margin: 0 0 10px;
            font-size: 20px;
            line-height: 24px; } }
      .jobList article .left .content .company {
        letter-spacing: 0;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 0;
        color: #9B9B9B;
        letter-spacing: 2px;
        font-size: 10px; }
        @media (min-width: 1024px) {
          .jobList article .left .content .company {
            letter-spacing: 0;
            font-size: 12px; } }
        .jobList article .left .content .company a {
          text-transform: none;
          font-size: 12px;
          line-height: 17px;
          font-weight: 400;
          letter-spacing: 0; }
          @media (min-width: 1024px) {
            .jobList article .left .content .company a {
              font-size: 14px;
              line-height: 19px; } }
      .jobList article .left .content .jobs {
        font-size: 12px;
        line-height: 17px;
        color: #212640; }
        @media (min-width: 1024px) {
          .jobList article .left .content .jobs {
            font-size: 14px;
            line-height: 19px; } }
      .jobList article .left .content .confidential {
        text-transform: uppercase;
        color: #F0B323;
        font-weight: 700;
        margin-top: 0;
        letter-spacing: 2px;
        font-size: 10px; }
        @media (min-width: 1024px) {
          .jobList article .left .content .confidential {
            letter-spacing: 0;
            font-size: 12px; } }
      .jobList article .left .content .location {
        margin-top: 0;
        font-weight: 400;
        color: rgba(33, 38, 64, 0.7);
        font-size: 12px;
        line-height: 17px;
        margin: 0; }
        @media (min-width: 1024px) {
          .jobList article .left .content .location {
            font-size: 14px;
            line-height: 19px; } }
        .jobList article .left .content .location a {
          color: #005EB8; }
      .jobList article .left .icons {
        display: inline-block; }
        @media (min-width: 1024px) {
          .jobList article .left .icons {
            display: none; } }
        .jobList article .left .icons a {
          margin-right: 5px; }
          .jobList article .left .icons a:last-child {
            margin-right: 0; }
          .jobList article .left .icons a img {
            height: 10px; }
    .jobList article .middle {
      margin-right: 20px;
      padding-top: 2px;
      font-size: 14px;
      line-height: 24px;
      color: #212640; }
    .jobList article .right {
      display: none; }
      @media (min-width: 1024px) {
        .jobList article .right {
          display: -webkit-flexbox;
          display: flex;
          -moz-flex-direction: column;
          flex-direction: column;
          -webkit-flex-pack: justify;
          -moz-justify-content: space-between;
          justify-content: space-between;
          -moz-align-items: flex-end;
          align-items: flex-end;
          padding-left: 0; } }
      .jobList article .right .icons {
        display: -webkit-flexbox;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        margin-top: 10px; }
        .jobList article .right .icons img {
          margin-bottom: 8px;
          padding-left: 12px; }
        .jobList article .right .icons a {
          padding-left: 15px;
          text-align: center; }
          .jobList article .right .icons a img {
            margin-bottom: 5px;
            padding-left: 0; }
      .jobList article .right.seeJobs {
        align-self: center; }
        .jobList article .right.seeJobs a {
          display: -webkit-flexbox;
          display: flex;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-pack: justify;
          -moz-justify-content: space-between;
          justify-content: space-between;
          text-transform: uppercase;
          font-size: 12px;
          line-height: auto;
          letter-spacing: 3px;
          font-weight: 600; }
          .jobList article .right.seeJobs a:hover {
            text-decoration: none !important; }
          .jobList article .right.seeJobs a i {
            background-image: url("../images/ajb/icons/right-caret.svg");
            width: 8px;
            height: 16px;
            display: inline-block;
            margin-left: 20px; }

/* JOB CAROUSEL */
.jobCarousel {
  margin: 30px 0; }
  .jobCarousel.carouselWrap {
    margin-bottom: 45px; }
  .jobCarousel .leftCol .header h2 {
    font-size: 24px !important;
    line-height: 48px;
    margin-bottom: 25px; }
  .jobCarousel .rightCol .btnAnim {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 3px; }
  .jobCarousel .owl-prev {
    display: none !important; }
  .jobCarousel .carouselMedia {
    padding-left: 30px; }
    @media (min-width: 1024px) {
      .jobCarousel .carouselMedia {
        padding: 0; } }
    .jobCarousel .carouselMedia h2 {
      text-transform: none;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 5px; }
    .jobCarousel .carouselMedia .lead {
      margin-bottom: 10px; }
    .jobCarousel .carouselMedia .owl-next {
      right: 60px; }
    .jobCarousel .carouselMedia .owl-item:first-child {
      margin-right: 0 !important;
      display: none;
      visibility: hidden; }
      @media (min-width: 1024px) {
        .jobCarousel .carouselMedia .owl-item:first-child {
          display: block;
          visibility: visible; } }
      @media (min-width: 1024px) {
        .jobCarousel .carouselMedia .owl-item:first-child {
          width: 45px !important; } }
      @media (min-width: 1365px) {
        .jobCarousel .carouselMedia .owl-item:first-child {
          width: 175px !important; } }
      @media (min-width: 1910px) {
        .jobCarousel .carouselMedia .owl-item:first-child {
          width: 300px !important; } }
/* BROWSE JOBS HEADER */
.textHeader.browse {
  padding: 15px 20px; }
  @media (min-width: 1024px) {
    .textHeader.browse {
      padding: 35px 45px 130px; } }
  @media (min-width: 1365px) {
    .textHeader.browse {
      padding-left: 0;
      padding-right: 0; } }
  .textHeader.browse.darkBG {
    background-color: #005EB8 !important;
    padding: 0; }
    @media (min-width: 1024px) {
      .textHeader.browse.darkBG {
        padding: 35px 45px 0;
        background-color: transparent !important; } }
    @media (min-width: 1365px) {
      .textHeader.browse.darkBG {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .textHeader.browse.darkBG .breadcrumbs {
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 20px; }
      .textHeader.browse.darkBG .breadcrumbs li:after {
        background-image: url("../images/arrow-white-icon.svg"); }
        @media (min-width: 1024px) {
          .textHeader.browse.darkBG .breadcrumbs li:after {
            background-image: url("../images/arrow-blue-icon.svg"); } }
      .textHeader.browse.darkBG .breadcrumbs a {
        color: #ffffff; }
      @media (min-width: 1024px) {
        .textHeader.browse.darkBG .breadcrumbs {
          margin-top: 0;
          padding-left: 0;
          padding-right: 0; }
          .textHeader.browse.darkBG .breadcrumbs a {
            color: #005EB8; } }
    .textHeader.browse.darkBG h1, .textHeader.browse.darkBG .header-title {
      padding-left: 20px;
      padding-right: 20px;
      color: #ffffff; }
      @media (min-width: 1024px) {
        .textHeader.browse.darkBG h1, .textHeader.browse.darkBG .header-title {
          color: #212640;
          padding-left: 0;
          padding-right: 0; } }
    .textHeader.browse.darkBG .previewDesc div {
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 1024px) {
        .textHeader.browse.darkBG .previewDesc div {
          padding-left: 0;
          padding-right: 0; } }
      .textHeader.browse.darkBG .previewDesc div div {
        padding-left: 0;
        padding-right: 0; }
    .textHeader.browse.darkBG .content {
      background: #ffffff;
      padding-top: 20px; }
      @media (min-width: 1024px) {
        .textHeader.browse.darkBG .content {
          padding-top: 0; } }
  .textHeader.browse .leftCol {
    margin: 0;
    width: 100%; }
    @media (min-width: 1024px) {
      .textHeader.browse .leftCol {
        -webkit-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
        width: 66.6666666%;
        margin-left: 0;
        margin-right: 35px; } }
    @media (min-width: 1365px) {
      .textHeader.browse .leftCol {
        margin-left: 175px;
        margin-right: 60px;
        width: 75%; } }
    @media (min-width: 1910px) {
      .textHeader.browse .leftCol {
        margin-left: 300px;
        margin-right: 70px; } }
  .textHeader.browse .rightCol {
    align-self: flex-end;
    display: none; }
    @media (min-width: 1024px) {
      .textHeader.browse .rightCol {
        display: block;
        margin-right: 0; } }
    @media (min-width: 1365px) {
      .textHeader.browse .rightCol {
        margin-right: 175px; } }
    @media (min-width: 1910px) {
      .textHeader.browse .rightCol {
        margin-right: 300px; } }
    .textHeader.browse .rightCol .bigBlueBtn a {
      font-size: 12px; }
  .textHeader.browse .mainContent.full {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1024px) {
      .textHeader.browse .mainContent.full {
        padding-left: 45px;
        padding-right: 45px; } }
    @media (min-width: 1365px) {
      .textHeader.browse .mainContent.full {
        padding-left: 175px;
        padding-right: 175px; } }
    @media (min-width: 1910px) {
      .textHeader.browse .mainContent.full {
        padding-left: 300px;
        padding-right: 300px; } }
  .textHeader.browse h1, .textHeader.browse .header-title {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px; }
    @media (min-width: 1024px) {
      .textHeader.browse h1, .textHeader.browse .header-title {
        margin-top: 40px;
        font-size: 48px;
        line-height: 56px; } }
    @media (min-width: 1365px) {
      .textHeader.browse h1, .textHeader.browse .header-title {
        font-size: 64px;
        line-height: 72px; } }
    @media (min-width: 1910px) {
      .textHeader.browse h1, .textHeader.browse .header-title {
        font-size: 72px;
        line-height: 80px; } }
  .textHeader.browse .whatWhere h4 {
    margin-top: 20px; }
  .textHeader.browse .flexBoxFull {
    display: block; }
    @media (min-width: 1024px) {
      .textHeader.browse .flexBoxFull {
        display: -webkit-flexbox;
        display: flex;
        -moz-align-items: flex-end;
        align-items: flex-end; } }
    .textHeader.browse .flexBoxFull .whatWhere {
      display: none; }
      @media (min-width: 1024px) {
        .textHeader.browse .flexBoxFull .whatWhere {
          display: -webkit-flexbox;
          display: flex;
          flex-grow: 1; } }
      .textHeader.browse .flexBoxFull .whatWhere.mobile {
        display: block; }
        @media (min-width: 1024px) {
          .textHeader.browse .flexBoxFull .whatWhere.mobile {
            display: none; } }
        .textHeader.browse .flexBoxFull .whatWhere.mobile input {
          margin-left: 20px; }
        .textHeader.browse .flexBoxFull .whatWhere.mobile .chosen-container-multi .chosen-choices {
          padding: 5px;
          min-height: 42px; }
      .textHeader.browse .flexBoxFull .whatWhere div {
        display: -webkit-flexbox;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        align-self: stretch;
        -webkit-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 10px;
        width: 100% !important; }
        .textHeader.browse .flexBoxFull .whatWhere div:last-child {
          margin-bottom: 0; }
        @media (min-width: 1024px) {
          .textHeader.browse .flexBoxFull .whatWhere div {
            margin-right: 25px;
            width: 50%;
            margin-bottom: 0; } }
      .textHeader.browse .flexBoxFull .whatWhere .chosen-container-multi .chosen-choices {
        box-sizing: border-box;
        padding: 11px 25px 6px;
        min-height: 55px;
        box-shadow: none;
        border: 2px solid #CCDFF1;
        border-radius: 2px;
        width: 100%;
        font-size: 16px;
        opacity: .85;
        border-radius: 0;
        background: #ffffff;
        width: 100%; }
        .textHeader.browse .flexBoxFull .whatWhere .chosen-container-multi .chosen-choices .chosen-search-input {
          width: 100% !important; }
        .textHeader.browse .flexBoxFull .whatWhere .chosen-container-multi .chosen-choices span {
          margin-right: 0; }
        .textHeader.browse .flexBoxFull .whatWhere .chosen-container-multi .chosen-choices a {
          height: 42px; }
        .textHeader.browse .flexBoxFull .whatWhere .chosen-container-multi .chosen-choices li {
          box-shadow: none; }
          .textHeader.browse .flexBoxFull .whatWhere .chosen-container-multi .chosen-choices li:before {
            content: "";
            left: 0; }
          .textHeader.browse .flexBoxFull .whatWhere .chosen-container-multi .chosen-choices li.search-field {
            width: 100%; }
            .textHeader.browse .flexBoxFull .whatWhere .chosen-container-multi .chosen-choices li.search-field input[type=text] {
              height: 28px; }
          .textHeader.browse .flexBoxFull .whatWhere .chosen-container-multi .chosen-choices li.search-choice {
            margin: 0 5px 5px 0;
            padding: 8px 30px 8px 10px;
            background-color: #D9E7F5;
            background-image: none;
            border: none;
            color: #212640; }
            .textHeader.browse .flexBoxFull .whatWhere .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
              background-image: url("../images/ajb/icons/x.svg");
              background-position: center;
              height: 8px;
              width: 9px;
              right: 5px;
              top: 49%;
              margin-top: -3px;
              margin-right: 5px;
              background-size: 9px 10px; }
      .textHeader.browse .flexBoxFull .whatWhere .chosen-container-active.chosen-with-drop .chosen-choices {
        opacity: 1;
        border: 2px solid #005EB8;
        border-bottom-color: transparent;
        outline: none; }
      .textHeader.browse .flexBoxFull .whatWhere .chosen-container .chosen-drop {
        border: none;
        margin-top: -2px;
        box-shadow: 0px 5px 4px 0px rgba(33, 38, 64, 0.3); }
      .textHeader.browse .flexBoxFull .whatWhere .chosen-container .chosen-results {
        color: #212640;
        border: 2px solid #005EB8;
        border-top: none; }
        .textHeader.browse .flexBoxFull .whatWhere .chosen-container .chosen-results li {
          font-size: 16px;
          padding: 14px 25px 13px; }
          .textHeader.browse .flexBoxFull .whatWhere .chosen-container .chosen-results li.highlighted {
            background-color: #005EB8;
            background-image: none; }
    .textHeader.browse .flexBoxFull .bigBlueBtn {
      margin: 0; }
      .textHeader.browse .flexBoxFull .bigBlueBtn a {
        display: inline-block;
        letter-spacing: 3px;
        padding: 18px 50px;
        height: 55px; }
  .textHeader.browse .threePods {
    height: auto; }
    .textHeader.browse .threePods .pod {
      padding: 20px 25px 30px; }
      .textHeader.browse .threePods .pod h3 {
        font-size: 24px;
        line-height: 28px;
        min-height: auto;
        margin-bottom: 30px; }
  .textHeader.browse.companies {
    padding-bottom: 0;
    background-color: transparent; }
    @media (min-width: 1024px) {
      .textHeader.browse.companies {
        padding-bottom: 60px; } }
    .textHeader.browse.companies .breadcrumbs {
      display: block; }
    .textHeader.browse.companies .leftCol h1, .textHeader.browse.companies .leftCol .header-title {
      font-size: 32px;
      line-height: 40px;
      margin-top: 10px;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .textHeader.browse.companies .leftCol h1, .textHeader.browse.companies .leftCol .header-title {
          margin-top: 40px;
          font-size: 48px;
          line-height: 56px; } }
      @media (min-width: 1365px) {
        .textHeader.browse.companies .leftCol h1, .textHeader.browse.companies .leftCol .header-title {
          font-size: 64px;
          line-height: 74px;
          margin-bottom: 40px; } }
      @media (min-width: 1910px) {
        .textHeader.browse.companies .leftCol h1, .textHeader.browse.companies .leftCol .header-title {
          font-size: 72px;
          line-height: 80px; } }
    .textHeader.browse.companies .leftCol .previewDesc {
      background-color: #ffffff; }
      .textHeader.browse.companies .leftCol .previewDesc .content {
        height: auto;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 25px;
        background-color: #ffffff;
        margin-bottom: 0; }
        .textHeader.browse.companies .leftCol .previewDesc .content.hide {
          height: 80px; }
          @media (min-width: 1024px) {
            .textHeader.browse.companies .leftCol .previewDesc .content.hide {
              height: auto; } }
        @media (min-width: 1024px) {
          .textHeader.browse.companies .leftCol .previewDesc .content {
            padding-bottom: 0;
            margin-bottom: 40px;
            font-size: 20px;
            line-height: 32px; } }
        .textHeader.browse.companies .leftCol .previewDesc .content p:last-of-type {
          margin-bottom: 0; }
        .textHeader.browse.companies .leftCol .previewDesc .content .gradient {
          position: absolute;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          background: linear-gradient(rgba(255, 255, 255, 0) 15px, white 100%); }
          @media (min-width: 1024px) {
            .textHeader.browse.companies .leftCol .previewDesc .content .gradient {
              background: transparent; } }
      .textHeader.browse.companies .leftCol .previewDesc #readMore {
        display: block;
        margin-top: 10px;
        margin-bottom: 25px; }
        @media (min-width: 1024px) {
          .textHeader.browse.companies .leftCol .previewDesc #readMore {
            display: none; } }
    .textHeader.browse.companies .rightCol {
      align-self: flex-start;
      margin-top: 55px; }

.whatWhere {
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: flex-end;
  align-items: flex-end; }
  .whatWhere h4 {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px; }
    .whatWhere h4 span {
      font-size: 12px;
      font-style: italic;
      font-weight: 400; }
  .whatWhere input {
    height: 55px;
    border: 2px solid #CCDFF1;
    border-radius: 2px;
    width: 100%;
    font-size: 16px;
    padding: 0 35px;
    opacity: .85;
    border-radius: 0; }
    .whatWhere input:focus {
      opacity: 1;
      border: 2px solid #005EB8;
      outline: none; }
  .whatWhere .bigBlueBtn a {
    padding-top: 18px;
    padding-bottom: 18px; }

.whatSearch {
  position: relative; }
  .whatSearch .dropdown {
    position: absolute;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
    display: block;
    z-index: 1001;
    background-color: #ffffff;
    overflow: auto;
    border: 1px solid #D9E7F5;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important; }
    .whatSearch .dropdown div {
      width: 100%;
      background: #ffffff;
      padding: 20px 35px !important;
      color: #005EB8;
      font-size: 24px;
      line-height: 32px;
      border-bottom: 1px solid #D9E7F5;
      cursor: pointer; }
      .whatSearch .dropdown div:hover {
        background: rgba(217, 231, 245, 0.5); }
      .whatSearch .dropdown div:last-child {
        border-bottom: none; }
      .whatSearch .dropdown div.last {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 32px;
        letter-spacing: 3px;
        font-weight: 600;
        text-align: center; }
      .whatSearch .dropdown div span {
        background-color: #D9E7F5; }

.threePods {
  height: 550px; }
  .threePods .pod {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 50px 35px; }
    .threePods .pod.social {
      padding: 0; }
    .threePods .pod h3 {
      font-size: 32px;
      line-height: 38px;
      font-weight: 400;
      min-height: 90px;
      margin-bottom: 15px; }
    .threePods .pod h4 {
      font-size: 12px; }
    .threePods .pod p {
      line-height: 24px;
      margin-bottom: 20px; }
    .threePods .pod input {
      width: 100%;
      height: 40px;
      margin: 10px 0;
      font-size: 16px;
      padding: 0 5px; }
    .threePods .pod .bigBlueBtn {
      margin-bottom: 0; }
      .threePods .pod .bigBlueBtn a {
        padding: 10px 0; }
    .threePods .pod.ltltBlueBg .bigBlueBtn a {
      border: 2px solid #005EB8; }
    .threePods .pod.dkBlueBg .bigBlueBtn a {
      background: transparent !important;
      border: 2px solid #ffffff; }
  .threePods .promoSpace .content {
    margin-bottom: 30px; }
    .threePods .promoSpace .content p {
      font-weight: 400; }
  .threePods.rightBar {
    height: auto; }
    .threePods.rightBar .promoSpace {
      margin-bottom: 40px; }

/* JOBS LISTING*/
.jobsListing {
  margin-bottom: 0;
  display: block; }
  @media (min-width: 1024px) {
    .jobsListing {
      display: -webkit-flexbox;
      display: flex; } }
  .jobsListing.noMargin {
    margin-bottom: -45px; }
  .jobsListing .mobileTitle {
    margin: 20px 20px 10px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(33, 38, 64, 0.7); }
    @media (min-width: 1024px) {
      .jobsListing .mobileTitle {
        display: none !important; } }
  .jobsListing .mobileHeader {
    border-top: 1px solid rgba(0, 94, 184, 0.2);
    padding: 20px 20px 15px; }
    .jobsListing .mobileHeader h2 {
      font-size: 24px;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 10px; }
    .jobsListing .mobileHeader .btnAnim {
      font-size: 12px;
      line-height: 24px; }
    @media (min-width: 1024px) {
      .jobsListing .mobileHeader {
        display: none; } }
  .jobsListing .sortBy {
    display: -webkit-flexbox;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    padding: 10px 20px 0; }
    @media (min-width: 1024px) {
      .jobsListing .sortBy {
        display: none; } }
  .jobsListing .selectWrapper {
    flex-grow: 1;
    margin-left: 10px; }
    .jobsListing .selectWrapper .chosen-container-single {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-size: 14px;
      border: 0;
      outline: none;
      width: 100% !important; }
      @media (min-width: 1024px) {
        .jobsListing .selectWrapper .chosen-container-single {
          width: 185px !important; } }
      .jobsListing .selectWrapper .chosen-container-single .chosen-search {
        padding: 0; }
      .jobsListing .selectWrapper .chosen-container-single .chosen-single {
        border-radius: 7px;
        background: #ffffff;
        border: 1px solid rgba(0, 94, 184, 0.2);
        height: 32px;
        padding-left: 15px;
        box-shadow: none; }
        .jobsListing .selectWrapper .chosen-container-single .chosen-single:hover {
          text-decoration: none !important; }
        .jobsListing .selectWrapper .chosen-container-single .chosen-single span {
          line-height: 30px; }
        .jobsListing .selectWrapper .chosen-container-single .chosen-single div b {
          background-image: url("../images/ajb/icons/dropdown-arrow.svg");
          background-position: center;
          position: relative;
          right: 10px;
          background-repeat: no-repeat; }
    .jobsListing .selectWrapper .chosen-container .chosen-results {
      margin: 0;
      padding: 0;
      color: #9B9B9B; }
      .jobsListing .selectWrapper .chosen-container .chosen-results .result-selected {
        background-image: url("../images/ajb/icons/check.svg");
        background-repeat: no-repeat;
        background-position: center right 10px; }
        .jobsListing .selectWrapper .chosen-container .chosen-results .result-selected.highlighted {
          background-image: url("../images/ajb/icons/check.svg");
          background-repeat: no-repeat;
          background-position: center right;
          background-position: center right 10px; }
      .jobsListing .selectWrapper .chosen-container .chosen-results .highlighted {
        color: #212640;
        background: transparent; }
      .jobsListing .selectWrapper .chosen-container .chosen-results li {
        padding: 8px 15px 9px;
        border-bottom: 1px solid rgba(0, 94, 184, 0.2); }
        .jobsListing .selectWrapper .chosen-container .chosen-results li:last-child {
          border: none; }
    .jobsListing .selectWrapper .chosen-container .chosen-drop {
      border: 1px solid rgba(0, 94, 184, 0.2);
      border-radius: 7px;
      box-shadow: 0px 2px 4px 0px rgba(117, 117, 117, 0.5); }
    .jobsListing .selectWrapper .chosen-with-drop .chosen-single div b {
      background-image: url("../images/ajb/icons/dropdown-arrow-active.svg"); }
  .jobsListing .wrapper {
    display: -webkit-flexbox;
    display: flex;
    padding: 20px; }
    @media (min-width: 1024px) {
      .jobsListing .wrapper {
        display: none; } }
    .jobsListing .wrapper .bigBlueBtn {
      flex-grow: 1;
      margin-bottom: 0;
      margin-right: 15px; }
      .jobsListing .wrapper .bigBlueBtn a {
        padding: 11px 0;
        font-size: 10px;
        border-radius: 2px; }
    .jobsListing .wrapper .header.toggle {
      display: -webkit-flexbox;
      display: flex;
      -webkit-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      flex-grow: 1;
      cursor: pointer;
      border-radius: 2px;
      height: auto;
      font-weight: 600;
      padding: 8px 0;
      color: #ffffff;
      background-color: #005EB8;
      text-decoration: none !important;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 2px; }
      @media (min-width: 1024px) {
        .jobsListing .wrapper .header.toggle {
          cursor: default;
          -moz-flex-direction: column;
          flex-direction: column;
          -webkit-flex-pack: center;
          -moz-justify-content: center;
          justify-content: center;
          -moz-align-items: flex-start;
          align-items: flex-start;
          height: 75px;
          border-bottom: 1px solid #d3e3f4;
          cursor: pointer;
          color: #212640;
          background-color: transparent;
          font-weight: 400; } }
      .jobsListing .wrapper .header.toggle .title {
        align-self: center;
        font-size: 10px;
        height: auto;
        padding: 0;
        margin-right: 5px;
        background-color: transparent; }
        @media (min-width: 1024px) {
          .jobsListing .wrapper .header.toggle .title {
            margin-right: 0;
            padding: 0px 20px;
            font-size: 12px;
            letter-spacing: 2px;
            text-transform: uppercase; } }
      .jobsListing .wrapper .header.toggle .icon {
        padding: 0; }
  .jobsListing .listFilters {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 100%;
    width: auto;
    flex-grow: 1; }
    @media (min-width: 480px) {
      .jobsListing .listFilters {
        display: none; } }
    @media (min-width: 1024px) {
      .jobsListing .listFilters {
        width: 25%;
        display: block; } }
    .jobsListing .listFilters.mobile {
      display: block; }
      @media (min-width: 1024px) {
        .jobsListing .listFilters.mobile {
          display: none; } }
      .jobsListing .listFilters.mobile .filterBox {
        padding: 20px;
        text-align: center; }
        .jobsListing .listFilters.mobile .filterBox h3 {
          font-size: 14px;
          font-weight: 600;
          margin-bottom: 10px;
          text-align: left; }
        .jobsListing .listFilters.mobile .filterBox input {
          height: 32px;
          border: 1px solid #CCDFF1;
          border-radius: 2px;
          width: 100%;
          font-size: 14px !important;
          padding: 0 15px;
          opacity: .85;
          border-radius: 0;
          margin-bottom: 25px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          .jobsListing .listFilters.mobile .filterBox input:focus {
            opacity: 1;
            border: 1px solid #005EB8;
            outline: none; }
        .jobsListing .listFilters.mobile .filterBox .btn {
          background-color: #005EB8;
          color: #ffffff;
          display: block;
          font-size: 12px;
          font-weight: 600;
          letter-spacing: 2.5px;
          margin-top: 0;
          margin-bottom: 20px;
          text-align: center; }
          .jobsListing .listFilters.mobile .filterBox .btn:hover {
            text-decoration: none !important; }
        .jobsListing .listFilters.mobile .filterBox .chosen-container-multi {
          width: 100% !important;
          margin-bottom: 30px; }
          .jobsListing .listFilters.mobile .filterBox .chosen-container-multi .chosen-choices {
            box-sizing: border-box;
            box-shadow: none;
            border: 1px solid #CCDFF1;
            border-radius: 2px;
            width: 100%;
            font-size: 14px;
            opacity: .85;
            border-radius: 0;
            background: #ffffff;
            padding: 5px 5px 0;
            min-height: 32px; }
            .jobsListing .listFilters.mobile .filterBox .chosen-container-multi .chosen-choices .chosen-search-input {
              width: 100% !important; }
            .jobsListing .listFilters.mobile .filterBox .chosen-container-multi .chosen-choices span {
              margin-right: 0; }
            .jobsListing .listFilters.mobile .filterBox .chosen-container-multi .chosen-choices a {
              height: 32px; }
            .jobsListing .listFilters.mobile .filterBox .chosen-container-multi .chosen-choices li {
              box-shadow: none; }
              .jobsListing .listFilters.mobile .filterBox .chosen-container-multi .chosen-choices li.search-field {
                width: 100%; }
                .jobsListing .listFilters.mobile .filterBox .chosen-container-multi .chosen-choices li.search-field input[type=text] {
                  height: 16px; }
              .jobsListing .listFilters.mobile .filterBox .chosen-container-multi .chosen-choices li.search-choice {
                margin: 0 5px 5px 0;
                padding: 3px 30px 4px 10px;
                background-color: #D9E7F5;
                background-image: none;
                border: none;
                color: #212640; }
                .jobsListing .listFilters.mobile .filterBox .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                  background-image: url("../images/ajb/icons/x.svg");
                  background-position: center;
                  height: 8px;
                  width: 9px;
                  right: 5px;
                  top: 49%;
                  margin-top: -3px;
                  margin-right: 5px;
                  background-size: 9px 10px; }
        .jobsListing .listFilters.mobile .filterBox .chosen-container-active.chosen-with-drop .chosen-choices {
          opacity: 1;
          border: 1px solid #005EB8;
          border-bottom-color: transparent;
          outline: none; }
        .jobsListing .listFilters.mobile .filterBox .chosen-container .chosen-drop {
          border: none;
          margin-top: -2px;
          box-shadow: 0px 5px 4px 0px rgba(33, 38, 64, 0.3); }
        .jobsListing .listFilters.mobile .filterBox .chosen-container .chosen-results {
          color: #212640;
          border: 1px solid #005EB8;
          border-top: none; }
          .jobsListing .listFilters.mobile .filterBox .chosen-container .chosen-results li {
            font-size: 14px;
            padding: 14px 25px 13px;
            text-align: left; }
            .jobsListing .listFilters.mobile .filterBox .chosen-container .chosen-results li.highlighted {
              background-color: #005EB8;
              background-image: none; }
    .jobsListing .listFilters .header {
      display: none; }
      @media (min-width: 1024px) {
        .jobsListing .listFilters .header {
          display: -webkit-flexbox;
          display: flex;
          -webkit-flex-pack: center;
          -moz-justify-content: center;
          justify-content: center; } }
      .jobsListing .listFilters .header .title {
        width: 100%;
        padding-right: 40px; }
        .jobsListing .listFilters .header .title .btn {
          transition: all ease 0.2s;
          cursor: pointer;
          width: 100%;
          font-size: 10px;
          letter-spacing: 1.25px;
          color: #005EB8;
          text-transform: uppercase;
          padding-top: 10px;
          padding-bottom: 10px;
          background-color: transparent;
          border: 1px solid rgba(0, 94, 184, 0.2); }
          .jobsListing .listFilters .header .title .btn:hover {
            background-color: #005EB8;
            color: #ffffff; }
    .jobsListing .listFilters .filterBox {
      display: none; }
      @media (min-width: 1024px) {
        .jobsListing .listFilters .filterBox {
          display: block;
          padding-right: 40px; } }
      .jobsListing .listFilters .filterBox .filterLink {
        font-weight: 400; }
      .jobsListing .listFilters .filterBox .filterGroup {
        margin-bottom: 35px; }
        .jobsListing .listFilters .filterBox .filterGroup .form-control {
          width: 100%;
          background-color: transparent;
          font-size: 12px;
          line-height: 24px;
          padding-left: 20px;
          padding-right: 20px;
          min-height: 35px;
          border: 1px solid rgba(33, 38, 64, 0.35);
          outline: none; }
        .jobsListing .listFilters .filterBox .filterGroup .inputBox {
          width: 100%; }
        .jobsListing .listFilters .filterBox .filterGroup .chosen-container-multi {
          width: 100% !important; }
          .jobsListing .listFilters .filterBox .filterGroup .chosen-container-multi .chosen-choices {
            min-height: 35px;
            font-size: 12px;
            line-height: 24px;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 5px;
            background: transparent;
            border: 1px solid rgba(33, 38, 64, 0.35);
            box-shadow: none; }
            .jobsListing .listFilters .filterBox .filterGroup .chosen-container-multi .chosen-choices li.search-field input[type=text] {
              font-size: 14px;
              height: 22px; }
            .jobsListing .listFilters .filterBox .filterGroup .chosen-container-multi .chosen-choices li.search-choice {
              margin: 0 5px 5px 0;
              padding: 5px 25px 5px 10px;
              background-color: #D9E7F5;
              background-image: none;
              border: none;
              color: #212640;
              box-shadow: none;
              font-size: 14px; }
              .jobsListing .listFilters .filterBox .filterGroup .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                background-image: url("../images/ajb/icons/x.svg");
                background-position: center;
                height: 8px;
                width: 9px;
                right: 3px;
                top: 49%;
                margin-top: -3px;
                margin-right: 5px; }
          .jobsListing .listFilters .filterBox .filterGroup .chosen-container-multi .chosen-drop li.highlighted {
            background-color: #005EB8;
            background-image: none; }
          .jobsListing .listFilters .filterBox .filterGroup .chosen-container-multi .chosen-results li {
            padding: 10px 20px;
            font-size: 14px; }
      .jobsListing .listFilters .filterBox .btn {
        transition: all ease 0.2s;
        cursor: pointer;
        width: 100%;
        font-size: 10px;
        letter-spacing: 1.25px;
        color: #005EB8;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: transparent;
        border: 1px solid rgba(0, 94, 184, 0.2);
        margin-top: 20px; }
        .jobsListing .listFilters .filterBox .btn:hover {
          background-color: #005EB8;
          color: #ffffff; }
  .jobsListing .rightCol {
    width: 100%; }
    .jobsListing .rightCol .header {
      display: none; }
      @media (min-width: 1024px) {
        .jobsListing .rightCol .header {
          display: -webkit-flexbox;
          display: flex;
          -moz-flex-direction: row;
          flex-direction: row;
          -moz-align-items: center;
          align-items: center;
          -webkit-flex-pack: justify;
          -moz-justify-content: space-between;
          justify-content: space-between; } }
      .jobsListing .rightCol .header .leftCol {
        background: transparent; }
        .jobsListing .rightCol .header .leftCol .title {
          padding-left: 30px; }
          @media (min-width: 1024px) {
            .jobsListing .rightCol .header .leftCol .title {
              padding-left: 45px; } }
          @media (min-width: 1365px) {
            .jobsListing .rightCol .header .leftCol .title {
              padding-left: 60px; } }
      .jobsListing .rightCol .header .rightCol {
        display: -webkit-flexbox;
        display: flex;
        -moz-align-items: center;
        align-items: center;
        font-size: 14px;
        padding-right: 30px; }
        @media (min-width: 1024px) {
          .jobsListing .rightCol .header .rightCol {
            padding-right: 45px; } }
        @media (min-width: 1365px) {
          .jobsListing .rightCol .header .rightCol {
            padding-right: 60px; } }
      .jobsListing .rightCol .header .leftCol, .jobsListing .rightCol .header .rightCol {
        width: auto; }
    .jobsListing .rightCol .currentFilter {
      padding: 10px 20px; }
      .jobsListing .rightCol .currentFilter.hiddenMT {
        display: none; }
        @media (min-width: 1024px) {
          .jobsListing .rightCol .currentFilter.hiddenMT {
            display: -webkit-flexbox;
            display: flex; } }
      @media (min-width: 1024px) {
        .jobsListing .rightCol .currentFilter {
          padding: 0 45px; } }
      @media (min-width: 1365px) {
        .jobsListing .rightCol .currentFilter {
          padding-left: 60px;
          padding-right: 60px; } }
    .jobsListing .rightCol .base {
      padding: 35px 0; }
  .jobsListing article {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 20px 20px; }
    .jobsListing article.noFlex {
      display: block; }
    .jobsListing article .box {
      background-color: #F3F7FC;
      border: 1px solid #AF0015;
      padding: 30px 25px;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        .jobsListing article .box {
          background: transparent;
          border: none;
          padding: 0;
          margin-top: 0; } }
      .jobsListing article .box .error {
        color: #AF0015;
        margin-bottom: 35px;
        font-weight: 600; }
        .jobsListing article .box .error.flexBoxFull {
          display: -webkit-flexbox;
          display: flex;
          -webkit-flex-pack: start;
          -moz-justify-content: flex-start;
          justify-content: flex-start; }
        .jobsListing article .box .error img {
          margin-right: 10px; }
      .jobsListing article .box ul {
        margin-left: 20px; }
        @media (min-width: 1024px) {
          .jobsListing article .box ul {
            margin-left: 25px; } }
      .jobsListing article .box .error, .jobsListing article .box ul {
        font-size: 14px;
        line-height: 19px; }
        @media (min-width: 1024px) {
          .jobsListing article .box .error, .jobsListing article .box ul {
            font-size: 20px;
            line-height: 33px; } }
    .jobsListing article:first-child a {
      border-top: 0; }
    .jobsListing article:last-child {
      border-bottom: 1px solid #D9E7F5; }
      .jobsListing article:last-child a {
        border-bottom: 0; }
    @media (min-width: 1024px) {
      .jobsListing article {
        padding: 35px 45px; } }
    @media (min-width: 1365px) {
      .jobsListing article {
        padding-left: 60px;
        padding-right: 60px; } }
    .jobsListing article .content .confidential {
      text-transform: uppercase;
      color: #ffcd58;
      font-size: 12px;
      font-weight: 700;
      margin-top: 0; }
    .jobsListing article .content .company {
      color: #005EB8;
      letter-spacing: 0;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 0; }
    .jobsListing article .content .location {
      font-size: 14px;
      margin-top: 0; }
      .jobsListing article .content .location span {
        color: #005EB8; }

.loginTooltipContainer {
  position: relative;
  text-align: center; }
  .loginTooltipContainer:hover .loginTooltip {
    visibility: visible; }
  .loginTooltipContainer.tipDetails {
    width: 35px;
    padding-right: 15px;
    margin-right: -15px; }
    @media (min-width: 1024px) {
      .loginTooltipContainer.tipDetails {
        width: 20px;
        padding-right: 0;
        margin-right: 0;
        padding-left: 15px;
        margin-left: -15px; } }
    .loginTooltipContainer.tipDetails .loginTooltip {
      left: 30px;
      bottom: 0px; }
      @media (min-width: 1024px) {
        .loginTooltipContainer.tipDetails .loginTooltip {
          left: auto;
          right: 20px; } }
      .loginTooltipContainer.tipDetails .loginTooltip .btn:after {
        left: -5.5px; }
        @media (min-width: 1024px) {
          .loginTooltipContainer.tipDetails .loginTooltip .btn:after {
            left: auto;
            right: -5.5px; } }
.loginTooltip {
  visibility: hidden;
  position: absolute;
  width: 140px;
  z-index: 1;
  background-color: #F3F7FC;
  border: 1px solid #D9E7F5;
  border-radius: 3px;
  right: 50px;
  bottom: 35px; }
  @media (min-width: 1024px) {
    .loginTooltip {
      right: 35px;
      bottom: 5px; } }
  .loginTooltip a {
    padding-left: 0 !important; }
  .loginTooltip p {
    font-size: 10px !important;
    line-height: 14px !important;
    margin-bottom: 0 !important;
    padding: 8px 8px 10px; }
  .loginTooltip .btn {
    background-color: #005EB8;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 24px;
    display: block;
    font-weight: 600;
    text-align: center;
    padding: 3px 0 2px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .loginTooltip .btn:hover {
      text-decoration: none !important; }
    .loginTooltip .btn:after {
      content: "";
      width: 0;
      height: 0;
      right: -5.5px;
      bottom: 8px;
      box-sizing: border-box;
      transform: rotate(135deg);
      position: absolute;
      background: #005EB8;
      border: 6px solid #005EB8;
      border-color: transparent transparent #005EB8 #005EB8; }

/* CIVL COMPANY */
.textHeader.civil {
  -moz-align-items: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0; }
  @media (min-width: 480px) {
    .textHeader.civil {
      padding-top: 35px;
      padding-bottom: 35px; } }
  .textHeader.civil .breadcrumbs {
    font-size: 10px; }
    @media (min-width: 480px) {
      .textHeader.civil .breadcrumbs {
        font-size: 11px; } }
  .textHeader.civil h1, .textHeader.civil .header-title {
    margin-top: 10px;
    line-height: 32px;
    margin-bottom: 10px; }
    @media (min-width: 480px) {
      .textHeader.civil h1, .textHeader.civil .header-title {
        line-height: 64px;
        margin-bottom: 15px; } }
  .textHeader.civil h2 {
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 12px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #9B9B9B;
    text-transform: uppercase; }
    @media (min-width: 480px) {
      .textHeader.civil h2 {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px; } }
  .textHeader.civil p {
    letter-spacing: 2px;
    line-height: 12px;
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(33, 38, 64, 0.7); }
  .textHeader.civil .rightCol {
    display: none; }
    @media (min-width: 480px) {
      .textHeader.civil .rightCol {
        display: block;
        margin-left: 0;
        width: 33.3333333%;
        font-size: 14px; } }
    @media (min-width: 1365px) {
      .textHeader.civil .rightCol {
        width: 25%; } }
    .textHeader.civil .rightCol .bigBlueBtn {
      margin-bottom: 0; }
      .textHeader.civil .rightCol .bigBlueBtn a {
        font-size: 20px; }
        .textHeader.civil .rightCol .bigBlueBtn a.disabled {
          cursor: not-allowed;
          background-color: #9B9B9B; }

.civilHome .rightBar .pod, .civilDetails .rightBar .pod {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 25px;
  margin-bottom: 30px; }
  .civilHome .rightBar .pod h3, .civilDetails .rightBar .pod h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px; }
  .civilHome .rightBar .pod h4, .civilDetails .rightBar .pod h4 {
    font-size: 12px;
    margin-top: 15px;
    font-weight: 600; }
  .civilHome .rightBar .pod input, .civilDetails .rightBar .pod input {
    width: 100%;
    height: 40px;
    margin: 10px 0;
    font-size: 16px;
    padding: 0 5px;
    border: 1px solid rgba(0, 94, 184, 0.2);
    height: 38px; }
  .civilHome .rightBar .pod .bigBlueBtn, .civilDetails .rightBar .pod .bigBlueBtn {
    margin-bottom: 0; }
    .civilHome .rightBar .pod .bigBlueBtn a, .civilDetails .rightBar .pod .bigBlueBtn a {
      padding: 8px;
      font-size: 12px;
      border-radius: 2px; }
  .civilHome .rightBar .pod.ltltBlueBg .bigBlueBtn a, .civilDetails .rightBar .pod.ltltBlueBg .bigBlueBtn a {
    border: 1px solid #005EB8; }
  .civilHome .rightBar .pod.dkBlueBg .bigBlueBtn a, .civilDetails .rightBar .pod.dkBlueBg .bigBlueBtn a {
    background: transparent !important;
    border: 1px solid #ffffff; }

.civilDetails {
  padding-top: 0; }
  .civilDetails.padTop {
    padding-top: 25px; }
    @media (min-width: 480px) {
      .civilDetails.padTop {
        padding-top: 75px; } }
  .civilDetails .mainContent {
    display: block;
    margin-top: 15px; }
    @media (min-width: 480px) {
      .civilDetails .mainContent {
        border-bottom: none;
        margin-top: 0;
        padding: 0;
        margin-left: 30px;
        margin-right: 30px; } }
    @media (min-width: 1024px) {
      .civilDetails .mainContent {
        margin-left: 45px;
        margin-right: 35px; } }
    @media (min-width: 1365px) {
      .civilDetails .mainContent {
        margin-left: 175px;
        margin-right: 60px; } }
    @media (min-width: 1910px) {
      .civilDetails .mainContent {
        margin-left: 300px;
        margin-right: 70px; } }
    .civilDetails .mainContent .header {
      margin: 0 0 15px; }
      @media (min-width: 480px) {
        .civilDetails .mainContent .header {
          margin: 0 0 45px; } }
      .civilDetails .mainContent .header h1, .civilDetails .mainContent .header .header-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px; }
        @media (min-width: 480px) {
          .civilDetails .mainContent .header h1, .civilDetails .mainContent .header .header-title {
            font-size: 64px;
            line-height: 64px;
            margin-bottom: 35px; } }
      .civilDetails .mainContent .header img {
        height: auto;
        width: 100%; }
        @media (min-width: 480px) {
          .civilDetails .mainContent .header img {
            height: 200px;
            width: auto; } }
    .civilDetails .mainContent .flexBox {
      display: block; }
      @media (min-width: 1024px) {
        .civilDetails .mainContent .flexBox {
          display: -webkit-flexbox;
          display: flex; } }
      .civilDetails .mainContent .flexBox img {
        height: auto;
        width: 100%;
        margin-bottom: 20px; }
        @media (min-width: 480px) {
          .civilDetails .mainContent .flexBox img {
            margin-bottom: 45px;
            height: 200px;
            width: auto;
            margin-left: 0;
            margin-right: 0; } }
      .civilDetails .mainContent .flexBox .information {
        margin: 15px 0 0;
        padding-top: 35px;
        border-top: 1px solid #D9E7F5;
        flex-grow: 1;
        padding-left: 0;
        padding-right: 0; }
        @media (min-width: 480px) {
          .civilDetails .mainContent .flexBox .information {
            margin-top: 0; } }
        @media (min-width: 1024px) {
          .civilDetails .mainContent .flexBox .information {
            -moz-order: 0;
            order: 0;
            border-top: none;
            padding-top: 0; } }
      .civilDetails .mainContent .flexBox .details {
        margin-left: 0;
        margin-right: 0;
        flex: 0 0 175px; }
        @media (min-width: 1024px) {
          .civilDetails .mainContent .flexBox .details {
            -moz-order: 1;
            order: 1;
            margin-left: 90px; } }
        .civilDetails .mainContent .flexBox .details img {
          border: none;
          width: auto !important;
          margin: 0; }
        .civilDetails .mainContent .flexBox .details p {
          line-height: 22px; }
          .civilDetails .mainContent .flexBox .details p a {
            display: inline-block;
            margin-top: 5px; }
    .civilDetails .mainContent .video {
      margin-top: 20px; }
      @media (min-width: 480px) {
        .civilDetails .mainContent .video {
          margin-top: 0; } }
    .civilDetails .mainContent .heading {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 14px;
      font-weight: 700;
      padding-bottom: 0;
      line-height: 24px; }
      .civilDetails .mainContent .heading:first-of-type {
        margin-top: 0; }
      @media (min-width: 480px) {
        .civilDetails .mainContent .heading {
          font-weight: 600;
          margin-top: 80px;
          margin-bottom: 25px;
          font-size: 24px; } }
    .civilDetails .mainContent .subHeading {
      font-size: 14px;
      line-height: 19px;
      font-weight: 700;
      margin-top: 35px;
      margin-bottom: 10px; }
      @media (min-width: 480px) {
        .civilDetails .mainContent .subHeading {
          font-size: 16px;
          line-height: 24px; } }
    .civilDetails .mainContent ul {
      margin-bottom: 10px; }
      .civilDetails .mainContent ul li {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 0; }
        @media (min-width: 480px) {
          .civilDetails .mainContent ul li {
            font-size: 16px;
            line-height: 28px; } }
    .civilDetails .mainContent p {
      font-size: 14px;
      line-height: 19px;
      margin-bottom: 20px; }
      @media (min-width: 480px) {
        .civilDetails .mainContent p {
          font-size: 16px;
          line-height: 28px;
          margin-bottom: 20px; } }
    .civilDetails .mainContent .jobList {
      display: inline-block;
      margin-top: 15px; }
      @media (min-width: 480px) {
        .civilDetails .mainContent .jobList {
          margin-top: 75px; } }
      .civilDetails .mainContent .jobList .header {
        margin: 0;
        padding: 35px 0 40px;
        border-top: 1px solid #D9E7F5; }
        @media (min-width: 480px) {
          .civilDetails .mainContent .jobList .header {
            padding: 0 0 10px;
            border-top: 0; } }
        .civilDetails .mainContent .jobList .header .btnAnim {
          margin: 15px 0 0; }
    .civilDetails .mainContent .about {
      display: none; }
      @media (min-width: 480px) {
        .civilDetails .mainContent .about {
          display: block;
          width: 100%; } }
      @media (min-width: 1024px) {
        .civilDetails .mainContent .about {
          display: -webkit-flexbox;
          display: flex; } }
  .civilDetails .about {
    background-color: #F3F7FC;
    padding: 30px;
    margin: 40px 0 55px; }
    @media (min-width: 480px) {
      .civilDetails .about {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px; } }
    @media (min-width: 1024px) {
      .civilDetails .about {
        display: -webkit-flexbox;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -moz-align-items: flex-end;
        align-items: flex-end;
        margin-top: 45px;
        padding: 40px; } }
    @media (min-width: 1024px) {
      .civilDetails .about .leftCol {
        margin-right: 30px; } }
    .civilDetails .about .rightCol {
      flex: 0 0 200px; }
    .civilDetails .about .flexBox {
      margin-bottom: 15px; }
      @media (min-width: 1024px) {
        .civilDetails .about .flexBox {
          -webkit-flex-pack: start;
          -moz-justify-content: flex-start;
          justify-content: flex-start; } }
      .civilDetails .about .flexBox img {
        padding-left: 10px;
        padding-right: 10px;
        height: 80px;
        width: auto;
        background-color: #ffffff;
        border: none;
        margin: 0 0 10px; }
        @media (min-width: 1024px) {
          .civilDetails .about .flexBox img {
            height: 75px;
            margin-right: 25px;
            margin-bottom: 0; } }
      .civilDetails .about .flexBox .heading {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        color: #005EB8;
        margin: 0; }
        @media (min-width: 1024px) {
          .civilDetails .about .flexBox .heading {
            font-size: 24px;
            line-height: 33px; } }
      .civilDetails .about .flexBox .subHeading {
        font-size: 12px;
        line-height: 17px;
        color: #424242;
        font-weight: 400;
        margin: 0; }
        @media (min-width: 1024px) {
          .civilDetails .about .flexBox .subHeading {
            font-size: 16px;
            line-height: 28px; } }
    .civilDetails .about p {
      margin-bottom: 15px; }
    .civilDetails .about .btnAnim {
      margin: 10px 0; }
  .civilDetails .rightBar .about {
    display: block;
    width: 100%; }
    @media (min-width: 480px) {
      .civilDetails .rightBar .about {
        display: none; } }
  .civilDetails .rightBar .socialShare {
    padding-bottom: 25px;
    margin-bottom: 25px;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-align-items: stretch;
    align-items: stretch; }
    .civilDetails .rightBar .socialShare:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
    .civilDetails .rightBar .socialShare .leftCol {
      margin-bottom: 0;
      margin-right: 25px;
      line-height: 35px; }
  .civilDetails .rightBar .submitEmail {
    margin-bottom: 50px; }
    .civilDetails .rightBar .submitEmail p {
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      margin-bottom: 5px; }
    .civilDetails .rightBar .submitEmail label {
      font-size: 12px;
      line-height: 24px;
      font-weight: 600; }
    .civilDetails .rightBar .submitEmail input {
      height: 40px;
      border: 1px solid #CCDFF1;
      border-radius: 2px;
      width: 100%;
      font-size: 16px;
      padding: 0 15px;
      opacity: .85;
      border-radius: 0;
      margin-bottom: 10px; }
      .civilDetails .rightBar .submitEmail input:focus {
        opacity: 1;
        border: 2px solid #005EB8;
        outline: none; }
  .civilDetails .rightBar .pdfDownloadList {
    margin-bottom: 10px; }
    .civilDetails .rightBar .pdfDownloadList.links {
      margin-bottom: 35px; }
      .civilDetails .rightBar .pdfDownloadList.links article a .content .title {
        color: #005EB8; }
    .civilDetails .rightBar .pdfDownloadList article {
      border-bottom: 1px solid #D9E7F5; }
  .civilDetails .jobList {
    border-top: none; }
    .civilDetails .jobList .header {
      margin-bottom: 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #D9E7F5; }
      .civilDetails .jobList .header h2 {
        font-size: 23px;
        line-height: 32px;
        font-weight: 400; }
        @media (min-width: 480px) {
          .civilDetails .jobList .header h2 {
            font-size: 18px !important;
            line-height: 24px;
            font-weight: 600; } }
      .civilDetails .jobList .header .btnAnim {
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 15px; }
        @media (min-width: 480px) {
          .civilDetails .jobList .header .btnAnim {
            font-size: 10px;
            margin-top: 0;
            margin-bottom: 0; } }
    .civilDetails .jobList article {
      padding: 15px 0; }
      @media (min-width: 480px) {
        .civilDetails .jobList article {
          padding: 30px 0 35px; } }
      .civilDetails .jobList article:hover {
        background: none; }
      .civilDetails .jobList article .date {
        margin-right: 0; }
        @media (min-width: 480px) {
          .civilDetails .jobList article .date {
            margin-right: 10px; } }
    .civilDetails .jobList .base {
      text-align: center;
      padding: 25px 0;
      border-bottom: 1px solid #D9E7F5; }
      @media (min-width: 480px) {
        .civilDetails .jobList .base {
          border-bottom: 0;
          padding: 35px 0 0; } }
      .civilDetails .jobList .base .btnAnim .text {
        margin-left: 0; }
  .civilDetails .video {
    margin: 25px 0 0;
    width: 100%; }
    @media (min-width: 480px) {
      .civilDetails .video {
        margin: 0; } }
  .civilDetails.carouselWrap {
    padding: 0; }
    @media (min-width: 480px) {
      .civilDetails.carouselWrap {
        padding: 0 0 75px; } }
    .civilDetails.carouselWrap .carouselFull .owl-next, .civilDetails.carouselWrap .carouselFull .owl-prev {
      margin-top: -24px; }
    .civilDetails.carouselWrap #carouselFull.carouselFull .owl-prev {
      display: block !important; }

.rightBar .contactInfoCTA .content {
  padding: 25px;
  min-height: 295px; }
  .rightBar .contactInfoCTA .content .title {
    margin-bottom: 20px; }
  .rightBar .contactInfoCTA .content .displayPic {
    margin: auto;
    text-align: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    overflow: hidden;
    margin-bottom: 20px; }
    .rightBar .contactInfoCTA .content .displayPic img {
      width: 100%;
      height: auto; }
  .rightBar .contactInfoCTA .content .name {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
  .rightBar .contactInfoCTA .content .position, .rightBar .contactInfoCTA .content .phone {
    font-size: 14px;
    line-height: 19px; }
  .rightBar .contactInfoCTA .content .phone {
    color: #005EB8;
    margin-top: 5px; }
    .rightBar .contactInfoCTA .content .phone:before {
      width: 16px;
      height: 16px;
      background-image: url("../images/ajb/icons/phone.svg");
      display: inline-block;
      content: "";
      margin-right: 10px;
      background-repeat: no-repeat;
      vertical-align: -3px; }

.rightBar .contactInfoCTA .buttonBase a {
  padding: 15px 10px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px; }

.stickyBtn {
  padding: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  position: fixed;
  z-index: 998;
  width: 100%; }
  .stickyBtn.static {
    position: static;
    margin-top: 70px;
    margin-bottom: -45px; }
  @media (min-width: 480px) {
    .stickyBtn {
      display: none; } }
  .stickyBtn .bigBlueBtn {
    margin: 0; }
    .stickyBtn .bigBlueBtn a {
      font-size: 20px; }
      .stickyBtn .bigBlueBtn a.disabled {
        cursor: not-allowed;
        background-color: #9B9B9B; }

.mobileSearchJobs {
  background-color: #D9E7F5;
  padding: 15px 20px; }
  .mobileSearchJobs.home {
    display: block;
    padding: 10px 20px 20px; }
    @media (min-width: 1024px) {
      .mobileSearchJobs.home {
        display: none; } }
    .mobileSearchJobs.home .breadcrumbs {
      display: inline-block; }
      .mobileSearchJobs.home .breadcrumbs li, .mobileSearchJobs.home .breadcrumbs a {
        color: #005EB8; }
      .mobileSearchJobs.home .breadcrumbs li:after {
        background-image: url("../images/arrow-blue-icon.svg"); }
    .mobileSearchJobs.home h2 {
      font-size: 24px;
      color: #212640;
      line-height: 30px;
      font-weight: 400;
      margin-top: 10px;
      margin-bottom: 15px; }
    .mobileSearchJobs.home .search-field {
      width: 100% !important; }
    .mobileSearchJobs.home .bigBlueBtn {
      margin-bottom: 0; }
      .mobileSearchJobs.home .bigBlueBtn a {
        padding: 10px;
        font-size: 12px; }
  @media (min-width: 1024px) {
    .mobileSearchJobs {
      display: none; } }
  .mobileSearchJobs .searchWrapper {
    position: relative;
    width: 100%; }
    .mobileSearchJobs .searchWrapper input {
      height: 40px;
      width: 100%;
      border: 2px solid #CCDFF1;
      font-size: 16px;
      padding: 0 45px 0 25px;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .mobileSearchJobs .searchWrapper input:focus {
        opacity: 1;
        border: 2px solid #005EB8;
        outline: none; }
    .mobileSearchJobs .searchWrapper .loupe {
      position: absolute;
      top: 10px;
      right: 15px; }
    .mobileSearchJobs .searchWrapper .chosen-container-multi {
      width: 100% !important; }
      .mobileSearchJobs .searchWrapper .chosen-container-multi .chosen-choices {
        box-sizing: border-box;
        box-shadow: none;
        border: 2px solid #CCDFF1;
        border-radius: 2px;
        width: 100%;
        font-size: 14px;
        opacity: .85;
        border-radius: 0;
        background: #ffffff;
        padding: 6px 15px 0;
        min-height: 40px; }
        .mobileSearchJobs .searchWrapper .chosen-container-multi .chosen-choices .chosen-search-input {
          width: 100% !important; }
        .mobileSearchJobs .searchWrapper .chosen-container-multi .chosen-choices span {
          margin-right: 0; }
        .mobileSearchJobs .searchWrapper .chosen-container-multi .chosen-choices a {
          height: 40px; }
        .mobileSearchJobs .searchWrapper .chosen-container-multi .chosen-choices li {
          box-shadow: none; }
          .mobileSearchJobs .searchWrapper .chosen-container-multi .chosen-choices li.search-field {
            width: 100%; }
            .mobileSearchJobs .searchWrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
              height: 24px; }
          .mobileSearchJobs .searchWrapper .chosen-container-multi .chosen-choices li.search-choice {
            margin: 0 5px 5px 0;
            padding: 7px 25px 6px 8px;
            background-color: #D9E7F5;
            background-image: none;
            border: none;
            color: #212640; }
            .mobileSearchJobs .searchWrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
              background-image: url("../images/ajb/icons/x.svg");
              background-position: center;
              height: 8px;
              width: 9px;
              right: 5px;
              top: 49%;
              margin-top: -3px;
              margin-right: 5px;
              background-size: 9px 10px; }
    .mobileSearchJobs .searchWrapper .chosen-container-active.chosen-with-drop .chosen-choices {
      opacity: 1;
      border: 2px solid #005EB8;
      border-bottom-color: transparent;
      outline: none; }
    .mobileSearchJobs .searchWrapper .chosen-container .chosen-drop {
      border: none;
      margin-top: -2px;
      box-shadow: 0px 5px 4px 0px rgba(33, 38, 64, 0.3); }
    .mobileSearchJobs .searchWrapper .chosen-container .chosen-results {
      color: #212640;
      border: 2px solid #005EB8;
      border-top: none; }
      .mobileSearchJobs .searchWrapper .chosen-container .chosen-results li {
        font-size: 14px;
        padding: 14px 15px 13px; }
        .mobileSearchJobs .searchWrapper .chosen-container .chosen-results li.highlighted {
          background-color: #005EB8;
          background-image: none; }

.rightBar .promoSpace.mobile {
  background-color: #EBEBEB;
  width: 100%;
  padding: 15px 30px 25px; }
  .rightBar .promoSpace.mobile h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 400; }
  .rightBar .promoSpace.mobile .bigBlueBtn {
    margin-bottom: 0; }
    .rightBar .promoSpace.mobile .bigBlueBtn a {
      font-size: 12px;
      letter-spacing: 2px;
      line-height: 24px;
      height: 40px;
      padding-top: 9px;
      padding-bottom: 9px; }

.goToJob {
  cursor: pointer; }

.mobileNav.civil {
  position: relative;
  left: 0;
  right: 0;
  top: 0 !important; }
  .mobileNav.civil div {
    float: none; }
  .mobileNav.civil .account, .mobileNav.civil .burger, .mobileNav.civil .first, .mobileNav.civil .second, .mobileNav.civil .third {
    top: 26px;
    position: absolute; }
  .mobileNav.civil .account {
    right: 75px; }
  .mobileNav.civil .burger {
    right: 20px; }
  .mobileNav.civil .first {
    right: 120px; }
  .mobileNav.civil .second {
    right: 50px; }
  .mobileNav.civil .third {
    right: 20px; }
  .mobileNav.civil .nav-tools {
    position: absolute;
    top: 74px;
    display: block;
    left: 0px;
    right: 0px; }
    .mobileNav.civil .nav-tools li {
      list-style: none; }
      .mobileNav.civil .nav-tools li.login div.dropdownLogin {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        left: 0;
        right: 0;
        display: block;
        visibility: visible;
        opacity: 1;
        top: 0;
        transform: none; }
        .mobileNav.civil .nav-tools li.login div.dropdownLogin.tooltip:after {
          left: auto;
          right: 81px; }
        .mobileNav.civil .nav-tools li.login div.dropdownLogin .single {
          left: 0;
          right: 0; }
          .mobileNav.civil .nav-tools li.login div.dropdownLogin .single .quickLinks {
            width: 100%;
            padding-top: 1px;
            padding-bottom: 25px; }
            .mobileNav.civil .nav-tools li.login div.dropdownLogin .single .quickLinks ul li {
              margin-bottom: 10px; }
              .mobileNav.civil .nav-tools li.login div.dropdownLogin .single .quickLinks ul li .showcase {
                margin-bottom: 0;
                padding-bottom: 0;
                font-size: 14px; }
              .mobileNav.civil .nav-tools li.login div.dropdownLogin .single .quickLinks ul li a {
                font-size: 18px;
                line-height: 26px;
                font-style: italic;
                margin-bottom: 4px;
                display: inline-block; }
            .mobileNav.civil .nav-tools li.login div.dropdownLogin .single .quickLinks .divider {
              margin-top: 25px !important;
              margin-bottom: 25px !important; }

.fluidHeader .leftCol .breadcrumbs {
  margin-bottom: 15px; }
  @media (min-width: 480px) {
    .fluidHeader .leftCol .breadcrumbs {
      margin-bottom: 0; } }
/* MEDIA LISTING PODS*/
.listingFiltersText .rightCol .currentFilter {
  min-height: 75px; }

.listingFiltersImgs .rightCol .flex.mediaListing {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 480px) {
    .listingFiltersImgs .rightCol .flex.mediaListing {
      padding-left: 0;
      padding-right: 0; } }
  .listingFiltersImgs .rightCol .flex.mediaListing .mainContent {
    margin-right: 0; }
    @media (min-width: 480px) {
      .listingFiltersImgs .rightCol .flex.mediaListing .mainContent {
        padding-top: 30px !important;
        width: calc(100% - 30px);
        margin-left: 30px; } }
    @media (min-width: 1024px) {
      .listingFiltersImgs .rightCol .flex.mediaListing .mainContent {
        padding-top: 0 !important; } }
    @media (min-width: 1365px) {
      .listingFiltersImgs .rightCol .flex.mediaListing .mainContent {
        width: calc(100% - 60px);
        margin-left: 60px; } }
    @media (min-width: 480px) {
      .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article {
        width: calc(100% - 30px); } }
    @media (min-width: 1024px) {
      .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article {
        margin-right: 30px;
        width: calc(25% - 30px); } }
    @media (min-width: 1365px) {
      .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article {
        margin-right: 60px;
        width: calc(25% - 60px); } }
/* POPUP PROMPTS */
.popupPrompt {
  z-index: 12;
  overflow-y: hidden;
  max-height: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: .75s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #D9E7F5;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5); }
  @media (min-width: 1024px) {
    .popupPrompt {
      z-index: 1; } }
  .popupPrompt.animateIn {
    max-height: 250px;
    opacity: 1; }
    @media (min-width: 1024px) {
      .popupPrompt.animateIn {
        max-height: 500px; } }
  @media (min-width: 1024px) {
    .popupPrompt {
      right: 15px;
      top: auto;
      bottom: 0;
      width: 285px;
      box-shadow: none; } }
  .popupPrompt .close {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer; }
    @media (min-width: 1024px) {
      .popupPrompt .close {
        width: 22px;
        height: 22px; } }
  .popupPrompt .content {
    padding: 25px 40px 20px; }
    @media (min-width: 1024px) {
      .popupPrompt .content {
        padding: 50px 30px 25px; } }
    .popupPrompt .content h3.mobileHeader {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 15px;
      font-weight: 700; }
      @media (min-width: 1024px) {
        .popupPrompt .content h3.mobileHeader {
          font-size: 24px;
          line-height: 28px;
          font-weight: 400;
          margin-bottom: 10px; } }
    .popupPrompt .content p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 15px; }
      .popupPrompt .content p.small {
        font-size: 14px;
        line-height: 19px; }
    .popupPrompt .content .bigBlueBtn {
      margin-bottom: 15px; }
      @media (min-width: 1024px) {
        .popupPrompt .content .bigBlueBtn {
          margin-bottom: 10px; } }
      .popupPrompt .content .bigBlueBtn:last-of-type {
        margin-bottom: 0; }
      .popupPrompt .content .bigBlueBtn a {
        border-radius: 2px;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 2.5px; }

/* FOOTER BTN */
.bigBlueBtnInline {
  margin: 0; }
  .bigBlueBtnInline a {
    color: #ffffff !important;
    padding: 10px 25px;
    font-size: 10px; }
    @media (min-width: 1024px) {
      .bigBlueBtnInline a {
        font-size: 12px; } }
/* Z-INDEX CHOSEN */
.chosen-container .chosen-drop {
  z-index: 10 !important; }

/* MOBILE JOB CAROUSEL */
.jobCarousel {
  padding: 0;
  margin: 0; }
  .jobCarousel.contactInfoCTA .content {
    padding: 35px 20px 30px; }
    .jobCarousel.contactInfoCTA .content .title {
      margin-bottom: 30px; }

.followUs {
  margin: 30px 0 0; }
  .followUs.contactInfoCTA .content {
    padding: 20px 30px 5px; }
    .followUs.contactInfoCTA .content .title {
      margin-bottom: 15px; }
    .followUs.contactInfoCTA .content .flexBox {
      -webkit-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between; }
    .followUs.contactInfoCTA .content a {
      display: -webkit-flexbox;
      display: flex;
      -moz-align-items: center;
      align-items: center;
      color: #ffffff;
      font-size: 14px;
      margin-bottom: 20px; }
      .followUs.contactInfoCTA .content a img {
        margin-right: 10px; }

.jobCarousel.contactInfoCTA, .followUs.contactInfoCTA {
  width: 100%;
  background-color: #005EB8;
  color: #ffffff; }
  .jobCarousel.contactInfoCTA .content, .followUs.contactInfoCTA .content {
    min-height: 0; }
    .jobCarousel.contactInfoCTA .content .title, .followUs.contactInfoCTA .content .title {
      font-size: 24px;
      font-weight: 400; }
    .jobCarousel.contactInfoCTA .content .anchorWrap, .followUs.contactInfoCTA .content .anchorWrap {
      display: block; }
      .jobCarousel.contactInfoCTA .content .anchorWrap .btnAnim, .followUs.contactInfoCTA .content .anchorWrap .btnAnim {
        margin-top: 10px;
        margin-bottom: 25px; }
  .jobCarousel.contactInfoCTA .buttonBase, .followUs.contactInfoCTA .buttonBase {
    background-color: #337FC8; }

.jobCarousel .chosen-container-single .chosen-single, .followUs .chosen-container-single .chosen-single {
  box-sizing: border-box;
  padding: 3px 12px;
  min-height: 32px;
  box-shadow: none;
  border: 1px solid rgba(0, 94, 184, 0.2) !important;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  background: #ffffff !important;
  width: 100%;
  color: rgba(33, 38, 64, 0.5); }
  .jobCarousel .chosen-container-single .chosen-single:hover, .followUs .chosen-container-single .chosen-single:hover {
    text-decoration: none !important; }
  .jobCarousel .chosen-container-single .chosen-single div b, .followUs .chosen-container-single .chosen-single div b {
    background-image: url("../images/ajb/icons/dropdown-arrow.svg");
    background-position: center;
    position: relative;
    right: 8px;
    background-repeat: no-repeat; }
  .jobCarousel .chosen-container-single .chosen-single .chosen-search-input, .followUs .chosen-container-single .chosen-single .chosen-search-input {
    width: 100% !important; }
  .jobCarousel .chosen-container-single .chosen-single span, .followUs .chosen-container-single .chosen-single span {
    margin-right: 0; }
  .jobCarousel .chosen-container-single .chosen-single a, .followUs .chosen-container-single .chosen-single a {
    height: 32px; }
  .jobCarousel .chosen-container-single .chosen-single li, .followUs .chosen-container-single .chosen-single li {
    box-shadow: none; }
    .jobCarousel .chosen-container-single .chosen-single li:before, .followUs .chosen-container-single .chosen-single li:before {
      content: "";
      left: 0; }
    .jobCarousel .chosen-container-single .chosen-single li.search-field, .followUs .chosen-container-single .chosen-single li.search-field {
      width: 100%; }
      .jobCarousel .chosen-container-single .chosen-single li.search-field input[type=text], .followUs .chosen-container-single .chosen-single li.search-field input[type=text] {
        height: 28px; }
    .jobCarousel .chosen-container-single .chosen-single li.search-choice, .followUs .chosen-container-single .chosen-single li.search-choice {
      margin: 0 5px 5px 0;
      padding: 8px 30px 8px 10px;
      background-color: #D9E7F5;
      background-image: none;
      border: none;
      color: #212640; }
      .jobCarousel .chosen-container-single .chosen-single li.search-choice .search-choice-close, .followUs .chosen-container-single .chosen-single li.search-choice .search-choice-close {
        background-image: url("../images/ajb/icons/x.svg");
        background-position: center;
        height: 8px;
        width: 9px;
        right: 5px;
        top: 49%;
        margin-top: -3px;
        margin-right: 5px;
        background-size: 9px 10px; }

.jobCarousel .chosen-container-active.chosen-with-drop, .followUs .chosen-container-active.chosen-with-drop {
  border-color: transparent !important; }
  .jobCarousel .chosen-container-active.chosen-with-drop .chosen-single, .followUs .chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #ffffff;
    color: rgba(33, 38, 64, 0.5); }
    .jobCarousel .chosen-container-active.chosen-with-drop .chosen-single div b, .followUs .chosen-container-active.chosen-with-drop .chosen-single div b {
      background-image: url("../images/ajb/icons/dropdown-arrow-active.svg");
      background-position: center; }
  .jobCarousel .chosen-container-active.chosen-with-drop .chosen-choices, .followUs .chosen-container-active.chosen-with-drop .chosen-choices {
    opacity: 1;
    border-bottom-color: transparent;
    outline: none; }

.jobCarousel .chosen-container, .followUs .chosen-container {
  border: 1px solid rgba(0, 94, 184, 0.2);
  width: 100% !important; }
  .jobCarousel .chosen-container .chosen-drop, .followUs .chosen-container .chosen-drop {
    border: none;
    margin-top: -2px;
    border-radius: 0; }
  .jobCarousel .chosen-container .chosen-results, .followUs .chosen-container .chosen-results {
    color: #212640;
    border-top: none; }
    .jobCarousel .chosen-container .chosen-results li, .followUs .chosen-container .chosen-results li {
      font-size: 14px;
      padding: 8px 10px;
      height: 32px; }
      .jobCarousel .chosen-container .chosen-results li.highlighted, .followUs .chosen-container .chosen-results li.highlighted {
        background-color: #005EB8;
        background-image: none; }

/* MOBILE MENU FIXES */
#menu .scroll, #menuMobile .scroll {
  top: 77px;
  padding-bottom: 110px !important;
  height: calc(100% - 77px);
  bottom: 80px; }

.rmm.style {
  position: relative;
  z-index: 999; }
  .rmm.style ul ul {
    overflow-y: auto; }
    .rmm.style ul ul li.rmm-back a {
      margin-left: 0; }

.rmm .rmm-back a:before {
  margin-left: -10px; }

/* SELECT DROPDOWN */
.sortByOpen.select2-dropdown {
  border: 1px solid rgba(0, 94, 184, 0.2) !important;
  border-radius: 7px !important;
  margin-top: -1px;
  box-shadow: 0px 2px 4px 0px rgba(117, 117, 117, 0.5); }

.sortByOpen .select2-results {
  box-shadow: none !important; }

.sortByOpen .select2-results__option--highlighted, .sortByOpen .select2-container--default {
  background-color: transparent !important; }

.sortByOpen .select2-results__option {
  color: #9B9B9B;
  padding: 6px 13px 7px !important;
  border-bottom: 1px solid rgba(0, 94, 184, 0.2); }
  .sortByOpen .select2-results__option:last-child {
    border-bottom: 0; }
  .sortByOpen .select2-results__option[aria-selected="true"] {
    background-image: url("../images/ajb/icons/check.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-color: transparent !important; }

.sortByWrapper .select2-container {
  width: 100% !important;
  border: 1px solid rgba(0, 94, 184, 0.2) !important;
  border-radius: 7px;
  height: 32px; }
  @media (min-width: 1024px) {
    .sortByWrapper .select2-container {
      width: 185px !important; } }
  .sortByWrapper .select2-container .select2-selection, .sortByWrapper .select2-container .select2-selection__rendered {
    height: 30px;
    outline: 0;
    line-height: 30px !important; }
  .sortByWrapper .select2-container b {
    background-image: url("../images/ajb/icons/dropdown-arrow.svg") !important;
    right: 10px;
    top: 12px !important; }

.sortByWrapper .select2-container--open b {
  background-image: url("../images/ajb/icons/dropdown-arrow-active.svg") !important; }

/* CONTEXTUAL SINGLE */
.contextual .menu .navList.civil li div.dropdown {
  left: 100px;
  right: 100px;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none; }
  @media (min-width: 1365px) {
    .contextual .menu .navList.civil li div.dropdown {
      left: auto;
      right: 50%;
      transform: translateX(50%); } }
/* IE FIX POST LAUNCH */
.contextual .menu .navList li div.dropdown ul li a {
  display: -webkit-flexbox;
  display: flex;
  -webkit-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 8px 0; }

.menu.civil.contextualBreak .navList li li a {
  display: inline-block;
  padding: 0; }

.nav-tools li.login div.dropdownLogin ul li {
  display: block; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .menu.civil.contextualBreak .navList li a span {
    padding-top: 0; }
  .contextual .menu .navList.civil li div.dropdown {
    left: -100px;
    right: -100px; }
  .jssocials-share-link {
    padding-left: 0;
    padding-right: 0; } }

.select2-container {
  width: auto !important;
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 36px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 12px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #D9E7F5;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1; }

.select2-results {
  display: block;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }

.select2-results__options {
  width: 100% !important;
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  font-size: 14px;
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: none;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #444;
  line-height: 36px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  height: 12px;
  position: absolute;
  top: 50%;
  width: 12px; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url("../images/arrow-up.svg"); }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 186px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #D9E7F5; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #D9E7F5;
  color: #212640; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999; }

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
    background-repeat: no-repeat !important; } }

.contactsLanding .textHeader {
  padding: 60px 0 30px; }
  @media (min-width: 1024px) {
    .contactsLanding .textHeader {
      padding: 90px 0 80px; } }
  .contactsLanding .textHeader p {
    color: #212640;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .contactsLanding .textHeader p {
        font-size: 20px;
        line-height: 32px; } }
.contactsLanding section {
  padding-top: 0;
  padding-bottom: 5px; }
  @media (min-width: 480px) {
    .contactsLanding section {
      padding-bottom: 55px; } }
  .contactsLanding section .collapsable {
    border-bottom: none; }
    .contactsLanding section .collapsable .header {
      border-bottom: 1px solid #D9E7F5;
      margin-top: 0;
      padding-top: 22px;
      padding-bottom: 22px; }
      @media (min-width: 1024px) {
        .contactsLanding section .collapsable .header {
          padding-top: 25px;
          padding-bottom: 25px; } }
      .contactsLanding section .collapsable .header .title {
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
        color: #212640; }
        @media (min-width: 1024px) {
          .contactsLanding section .collapsable .header .title {
            font-size: 24px;
            line-height: auto; } }
      .contactsLanding section .collapsable .header .contactsToggle {
        margin-right: 20px;
        transform: rotate(-90deg); }
        @media (min-width: 1024px) {
          .contactsLanding section .collapsable .header .contactsToggle {
            margin-right: 30px; } }
    .contactsLanding section .collapsable .content {
      padding: 0 0 30px; }
      .contactsLanding section .collapsable .content p {
        margin-top: 15px; }
      .contactsLanding section .collapsable .content .flexBoxFull {
        display: inline-block;
        margin-left: -2px;
        margin-right: -2px; }
        @media (min-width: 1024px) {
          .contactsLanding section .collapsable .content .flexBoxFull {
            display: -webkit-flexbox;
            display: flex;
            -webkit-flex-pack: start;
            -moz-justify-content: flex-start;
            justify-content: flex-start; } }
        .contactsLanding section .collapsable .content .flexBoxFull .left {
          display: -webkit-flexbox;
          display: flex;
          -moz-flex-direction: column;
          flex-direction: column;
          -webkit-flex-pack: center;
          -moz-justify-content: center;
          justify-content: center;
          background-color: rgba(0, 94, 184, 0.05);
          border: 2px solid #ffffff;
          padding: 30px 30px 35px; }
          @media (min-width: 1024px) {
            .contactsLanding section .collapsable .content .flexBoxFull .left {
              flex: 0 0 305px; } }
          @media (min-width: 1365px) {
            .contactsLanding section .collapsable .content .flexBoxFull .left {
              flex: 0 0 405px; } }
          .contactsLanding section .collapsable .content .flexBoxFull .left .title {
            font-size: 20px;
            line-height: 28px;
            font-weight: 600;
            margin-bottom: 25px; }
          .contactsLanding section .collapsable .content .flexBoxFull .left p {
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 25px; }
            .contactsLanding section .collapsable .content .flexBoxFull .left p:last-child {
              margin-bottom: 0; }
        .contactsLanding section .collapsable .content .flexBoxFull .right {
          display: -webkit-flexbox;
          display: flex;
          flex-wrap: wrap;
          flex-grow: 1; }
          .contactsLanding section .collapsable .content .flexBoxFull .right .pod {
            display: -webkit-flexbox;
            display: flex;
            -moz-flex-direction: column;
            flex-direction: column;
            -webkit-flex-pack: justify;
            -moz-justify-content: space-between;
            justify-content: space-between;
            padding: 15px;
            margin: 0;
            border: 2px solid #ffffff;
            flex-basis: 50%;
            color: #212640;
            background-color: #D9E7F5;
            min-height: 150px; }
            @media (min-width: 480px) {
              .contactsLanding section .collapsable .content .flexBoxFull .right .pod {
                padding: 15px; } }
            @media (min-width: 1024px) {
              .contactsLanding section .collapsable .content .flexBoxFull .right .pod {
                flex-basis: 33.3333%; } }
            .contactsLanding section .collapsable .content .flexBoxFull .right .pod:hover {
              text-decoration: none !important; }
            @media (min-width: 480px) {
              .contactsLanding section .collapsable .content .flexBoxFull .right .pod:first-child .title {
                margin-top: 0; } }
            .contactsLanding section .collapsable .content .flexBoxFull .right .pod .title {
              font-size: 16px;
              line-height: 20px;
              margin: 10px 0;
              font-weight: 600; }
              @media (min-width: 480px) {
                .contactsLanding section .collapsable .content .flexBoxFull .right .pod .title {
                  margin: 0; } }
              @media (min-width: 1024px) {
                .contactsLanding section .collapsable .content .flexBoxFull .right .pod .title {
                  font-size: 20px;
                  line-height: 22px; } }
            .contactsLanding section .collapsable .content .flexBoxFull .right .pod .description {
              font-size: 12px;
              margin: 15px 0; }
            .contactsLanding section .collapsable .content .flexBoxFull .right .pod .btnAnim .line {
              border-top-color: #005EB8; }
              @media (min-width: 480px) {
                .contactsLanding section .collapsable .content .flexBoxFull .right .pod .btnAnim .line {
                  border-top-color: #212640; } }
.margB70 {
  margin-bottom: 70px !important; }

.margB90 {
  margin-bottom: 90px !important; }

.contextual .menu .navList li div.dropdown ul.navList--ul-lvl-3 {
  margin-left: 65px;
  margin-bottom: 25px; }
  .contextual .menu .navList li div.dropdown ul.navList--ul-lvl-3 li a {
    font-size: 14px;
    line-height: 28px;
    padding: 0; }

.justify-content-space-between {
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

@media (min-width: 480px) {
  .l-grid--flex, .mainContent .l-grid--flex {
    display: -webkit-flexbox;
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 480px) {
  .l-grid--flex .l-grid__item--3-col-md-up, .mainContent .l-grid--flex .l-grid__item--3-col-md-up {
    width: calc(33.333% - 30px);
    margin-right: 30px; } }

@media (min-width: 1024px) {
  .l-grid--flex .l-grid__item--3-col-md-up, .mainContent .l-grid--flex .l-grid__item--3-col-md-up {
    width: calc(33.333% - 60px);
    margin-right: 60px; } }

.l-grid--flex-wrap, .mainContent .l-grid--flex-wrap {
  flex-wrap: wrap; }

.c-card-carousel, .mainContent .c-card-carousel {
  margin-bottom: 10px; }
  @media (min-width: 480px) {
    .c-card-carousel, .mainContent .c-card-carousel {
      margin-bottom: 50px; } }
  .c-card-carousel__content, .mainContent .c-card-carousel__content {
    margin-top: 20px; }
  .c-card-carousel__title, .c-card-carousel__sub-title, .mainContent .c-card-carousel__title, .mainContent .c-card-carousel__sub-title {
    line-height: 24px;
    color: #212640;
    margin: 0;
    padding: 0; }
  .c-card-carousel__title, .mainContent .c-card-carousel__title {
    font-size: 16px;
    font-weight: 600; }
  .c-card-carousel__sub-title, .mainContent .c-card-carousel__sub-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px; }

.c-card, .mainContent .c-card {
  margin-bottom: 50px; }
  .c-card__content, .mainContent .c-card__content {
    margin: 10px auto 0;
    width: 330px; }
  .c-card__title, .c-card__sub-title, .mainContent .c-card__title, .mainContent .c-card__sub-title {
    font-size: 24px;
    line-height: 28px;
    color: #212640;
    margin: 0;
    padding: 0;
    font-weight: 600; }
  .c-card__title--blue, .mainContent .c-card__title--blue {
    color: #005EB8; }
  .c-card .btnAnim, .mainContent .c-card .btnAnim {
    margin-top: 20px; }

/* CAREER CAROUSEL */
.careerCarousel {
  border-top: 1px solid #D9E7F5;
  padding: 50px 0 0; }
  @media (min-width: 1024px) {
    .careerCarousel {
      margin-top: 70px;
      padding: 90px 0 70px; } }
  .careerCarousel.carouselWrap {
    margin-bottom: 45px; }
  .careerCarousel .leftCol .header h2 {
    font-size: 24px !important;
    line-height: 48px;
    margin-bottom: 25px; }
  .careerCarousel .owl-prev {
    display: none !important; }
  .careerCarousel .carouselMedia {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 480px) {
      .careerCarousel .carouselMedia {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1024px) {
      .careerCarousel .carouselMedia {
        padding-left: 45px;
        padding-right: 0; } }
    @media (min-width: 1365px) {
      .careerCarousel .carouselMedia {
        padding-left: 175px; } }
    @media (min-width: 1910px) {
      .careerCarousel .carouselMedia {
        padding-left: 300px; } }
    .careerCarousel .carouselMedia h2 {
      text-transform: none;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 5px; }
    .careerCarousel .carouselMedia .lead {
      margin-bottom: 10px; }
    .careerCarousel .carouselMedia .owl-next {
      right: 60px; }

#c-card-carousel, #c-card-carousel-two {
  padding-left: 20px; }
  @media (min-width: 480px) {
    #c-card-carousel, #c-card-carousel-two {
      padding-left: 0;
      margin-left: 30px;
      margin-right: 30px; } }
  @media (min-width: 1024px) {
    #c-card-carousel, #c-card-carousel-two {
      margin-left: 45px; } }
  @media (min-width: 1365px) {
    #c-card-carousel, #c-card-carousel-two {
      margin-left: 175px; } }
  @media (min-width: 1910px) {
    #c-card-carousel, #c-card-carousel-two {
      margin-left: 300px; } }
  #c-card-carousel .owl-stage, #c-card-carousel-two .owl-stage {
    left: -65px; }
  #c-card-carousel i, #c-card-carousel-two i {
    display: inline-block;
    width: 24px;
    height: 10px; }
    #c-card-carousel i.left, #c-card-carousel-two i.left {
      background: url("../images/prev-carousel-icon.svg") no-repeat; }
    #c-card-carousel i.right, #c-card-carousel-two i.right {
      background: url("../images/next-carousel-icon.svg") no-repeat; }
  #c-card-carousel .owl-prev, #c-card-carousel .owl-next, #c-card-carousel-two .owl-prev, #c-card-carousel-two .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    width: 60px;
    height: 48px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    box-shadow: 0 0 17px rgba(134, 134, 134, 0.5);
    line-height: 18px; }
    #c-card-carousel .owl-prev:hover, #c-card-carousel .owl-next:hover, #c-card-carousel-two .owl-prev:hover, #c-card-carousel-two .owl-next:hover {
      background: rgba(255, 255, 255, 0.9); }
  #c-card-carousel .owl-prev, #c-card-carousel-two .owl-prev {
    left: 20px;
    display: none; }
  #c-card-carousel .owl-next, #c-card-carousel-two .owl-next {
    right: 20px; }

.mainContent.noMarg .sectionLead {
  margin-left: 20px;
  margin-right: 20px; }
  @media (min-width: 480px) {
    .mainContent.noMarg .sectionLead {
      margin-left: 30px;
      margin-right: 30px; } }
  @media (min-width: 1024px) {
    .mainContent.noMarg .sectionLead {
      margin-left: 45px;
      margin-right: 35px; } }
  @media (min-width: 1365px) {
    .mainContent.noMarg .sectionLead {
      margin-left: 175px;
      margin-right: 60px; } }
  @media (min-width: 1910px) {
    .mainContent.noMarg .sectionLead {
      margin-left: 300px;
      margin-right: 70px; } }
/* COLORS */
/* BREAKPOINTS */
/* GUTTERS */
/* CONTAINER */
/* PUSH AUTO */
/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
/*
    Align items
 */
/*
    Align self
 */
/*
    Align content
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.align-items-flex-end {
  -moz-align-items: flex-end;
  align-items: flex-end; }

.blue-border-top {
  border-top: 1px solid #D9E7F5; }

@media (max-width: 576px), (min-width: 576px) {
  .c-two-column__column.hiddenM {
    display: none; } }

@media (min-width: 768px) {
  .c-two-column__column.hiddenM {
    display: inline-block; } }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.pb-0 {
  padding-bottom: 0 !important; }

@media (min-width: 768px) {
  .pull, .push {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column; } }

.pull img, .push img {
  align-self: flex-start; }

@media (min-width: 768px) {
  .pull {
    -moz-order: 0;
    order: 0; } }

@media (min-width: 768px) {
  .push {
    -moz-order: 1;
    order: 1; } }

.push--auto {
  margin-left: auto;
  margin-right: auto; }

.c-accordion {
  margin-top: 40px; }

@media (max-width: 576px), (min-width: 576px) {
  .c-accordion {
    border-top: 1px solid #D9E7F5;
    margin-left: -20px;
    margin-right: -20px; } }

@media (min-width: 768px) {
  .c-accordion {
    border-top: 3px solid #D9E7F5;
    margin-left: 0;
    margin-right: 0; } }

.c-accordion__card:last-child {
  border-bottom: 0; }

@media (max-width: 576px), (min-width: 576px) {
  .c-accordion__card {
    padding: 10px 20px 15px;
    border-bottom: 1px solid #D9E7F5; } }

@media (min-width: 768px) {
  .c-accordion__card {
    padding: 15px 50px 15px 50px;
    border-bottom: 3px solid #D9E7F5; } }

@media (min-width: 992px) {
  .c-accordion__card {
    padding-right: 100px; } }

.c-accordion__card--pink .c-accordion__title {
  color: #FF7FEE; }

@media (min-width: 768px) {
  .c-accordion__column--flex {
    display: -webkit-flexbox;
    display: flex;
    -moz-align-items: center;
    align-items: center; } }

.c-accordion__column--grow {
  flex-grow: 1; }

@media (max-width: 576px), (min-width: 576px) {
  .c-accordion__column--grow {
    margin-left: 10px; } }

@media (min-width: 768px) {
  .c-accordion__column--grow {
    margin-left: 30px; } }

@media (min-width: 768px) {
  .c-accordion__column--left {
    margin-right: 60px; } }

.c-accordion__column--toggle {
  transform: rotate(-90deg); }

@media (max-width: 576px), (min-width: 576px) {
  .c-accordion__column--toggle {
    align-self: center;
    margin-right: 20px; } }

.c-accordion__content {
  display: none;
  padding-top: 30px; }

@media (min-width: 992px) {
  .c-accordion__content {
    padding-left: 110px;
    padding-bottom: 160px; } }

@media (min-width: 992px) {
  .c-accordion__flex {
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px; } }

.c-accordion__header {
  display: -webkit-flexbox;
  display: flex;
  cursor: pointer; }

@media (min-width: 768px) {
  .c-accordion__header {
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-accordion__icon {
    width: 40px;
    height: 40px; } }

@media (min-width: 768px) {
  .c-accordion__icon {
    width: 80px;
    height: 80px; } }

.c-accordion__img {
  align-self: flex-start; }

@media (max-width: 576px), (min-width: 576px) {
  .c-accordion__img {
    margin-bottom: 70px; } }

.c-accordion__subtitle {
  display: inline-block;
  color: #005EB8;
  font-weight: 600; }

@media (max-width: 576px), (min-width: 576px) {
  .c-accordion__subtitle {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px; } }

@media (min-width: 768px) {
  .c-accordion__subtitle {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px; } }

.c-accordion__text {
  margin-bottom: 30px; }

@media (max-width: 576px), (min-width: 576px) {
  .c-accordion__text {
    font-size: 16px;
    line-height: 28px; } }

@media (min-width: 768px) {
  .c-accordion__text {
    font-size: 24px;
    line-height: 32px; } }

.c-accordion__text--semi-bold {
  font-weight: 700; }

.c-accordion__title {
  color: #005EB8; }

@media (max-width: 576px), (min-width: 576px) {
  .c-accordion__title {
    font-size: 20px;
    line-height: 27px; } }

@media (min-width: 768px) {
  .c-accordion__title {
    font-size: 36px;
    line-height: 32px; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-breadbrumbs {
    display: none; } }

@media (min-width: 768px) {
  .c-breadbrumbs {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px; } }

@media (min-width: 768px) and (min-width: 576px) {
  .c-breadbrumbs {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 768px) and (min-width: 768px) {
  .c-breadbrumbs {
    padding-left: 45px;
    padding-right: 45px; } }

@media (min-width: 768px) and (min-width: 992px) {
  .c-breadbrumbs {
    padding-left: 60px;
    padding-right: 60px; } }

@media (min-width: 768px) and (min-width: 1365px) {
  .c-breadbrumbs {
    padding-left: 115px;
    padding-right: 115px; } }

@media (min-width: 768px) and (min-width: 1910px) {
  .c-breadbrumbs {
    padding-left: 300px;
    padding-right: 300px; } }

.c-breadbrumbs li a {
  color: #005EB8; }

.c-breadbrumbs li:after {
  background-image: url(../images/arrow-blue-icon.svg); }

@media (min-width: 768px) {
  .c-download {
    flex-basis: 125px; } }

.c-download__link {
  display: -webkit-flexbox;
  display: flex;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.c-download__link:hover {
  text-decoration: none !important; }

.c-download__link > * + * {
  margin-left: 30px; }

.c-download__meta {
  font-size: 12px;
  line-height: 17px;
  color: rgba(33, 38, 64, 0.4); }

.c-download__title {
  font-size: 14px;
  line-height: 16px;
  color: #212640;
  margin-bottom: 3px; }

@media (max-width: 576px) {
  .c-hotspot {
    margin-top: 20px; } }

@media (min-width: 576px) {
  .c-hotspot {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 70px; } }

.c-hotspot__bg-img {
  background-image: url("../images/rise/landing/our-vision-bg.svg");
  background-size: 100%; }

@media (max-width: 576px) {
  .c-hotspot__bg-img {
    width: 100%;
    padding-bottom: 100%; } }

@media (min-width: 576px) {
  .c-hotspot__bg-img {
    width: 537px;
    height: 536px; } }

.c-hotspot__container {
  position: relative; }

@media (min-width: 576px) {
  .c-hotspot__container {
    display: inline-block; } }

.c-hotspot__link {
  position: absolute;
  cursor: pointer; }

@media (max-width: 576px) {
  .c-hotspot__link {
    width: 88px;
    height: 88px; } }

@media (min-width: 576px) {
  .c-hotspot__link {
    width: 180px;
    height: 180px; } }

.c-hotspot__link--fly {
  top: 0;
  left: 0; }

@media (max-width: 576px) {
  .c-hotspot__link--fly {
    background-image: url("../images/rise/landing/icons/fly-mobile.svg"); } }

@media (min-width: 576px) {
  .c-hotspot__link--fly {
    background-image: url("../images/rise/landing/icons/fly.svg"); } }

.c-hotspot__link--prepare {
  top: 0;
  right: 0; }

@media (max-width: 576px) {
  .c-hotspot__link--prepare {
    background-image: url("../images/rise/landing/icons/prepare-mobile.svg"); } }

@media (min-width: 576px) {
  .c-hotspot__link--prepare {
    background-image: url("../images/rise/landing/icons/prepare.svg"); } }

.c-hotspot__link--train {
  bottom: 0;
  left: 0; }

@media (max-width: 576px) {
  .c-hotspot__link--train {
    background-image: url("../images/rise/landing/icons/train-mobile.svg"); } }

@media (min-width: 576px) {
  .c-hotspot__link--train {
    background-image: url("../images/rise/landing/icons/train.svg"); } }

.c-hotspot__link--learn {
  bottom: 0;
  right: 0; }

@media (max-width: 576px) {
  .c-hotspot__link--learn {
    background-image: url("../images/rise/landing/icons/learn-mobile.svg"); } }

@media (min-width: 576px) {
  .c-hotspot__link--learn {
    background-image: url("../images/rise/landing/icons/learn.svg"); } }

.c-modal {
  display: -webkit-flexbox;
  display: flex;
  -moz-align-items: center;
  align-items: center; }

@media (max-width: 576px), (min-width: 576px) {
  .c-modal {
    padding: 20px; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-modal .ft-modal-content {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%; } }

@media (min-width: 768px) {
  .c-modal .ft-modal-content {
    width: 860px;
    height: auto; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-modal .ft-modal-content .ft-modal-header {
    height: 40px; } }

@media (min-width: 768px) {
  .c-modal .ft-modal-content .ft-modal-header {
    height: 65px; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-modal .ft-modal-content .ft-modal-header .ft-modal-close {
    height: 20px;
    width: 20px;
    top: 10px; } }

@media (min-width: 768px) {
  .c-modal .ft-modal-content .ft-modal-header .ft-modal-close {
    top: 25px; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-modal .ft-modal-content .ft-modal-header .ft-modal-close span {
    display: none; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-modal .ft-modal-content .ft-modal-body {
    flex-grow: 1;
    padding: 5px 30px 30px; } }

@media (min-width: 768px) {
  .c-modal .ft-modal-content .ft-modal-body {
    padding: 35px 60px 60px; } }

.c-modal .ft-modal-content .ft-modal-footer {
  display: -webkit-flexbox;
  display: flex;
  background: transparent;
  text-align: left;
  border-top: 1px solid #D9E7F5; }

@media (max-width: 576px), (min-width: 576px) {
  .c-modal .ft-modal-content .ft-modal-footer {
    padding: 10px 40% 15px 30px; } }

@media (min-width: 768px) {
  .c-modal .ft-modal-content .ft-modal-footer {
    -webkit-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    padding: 10px 60px 25px; } }

.c-modal .ft-modal-content .ft-modal-footer a {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400; }

@media (max-width: 576px), (min-width: 576px) {
  .c-modal__img {
    margin-bottom: 20px;
    height: 50px; } }

@media (min-width: 768px) {
  .c-modal__img {
    margin-bottom: 25px;
    height: 80px; } }

.c-modal__text {
  margin-bottom: 20px; }

@media (max-width: 576px), (min-width: 576px) {
  .c-modal__text {
    font-size: 16px;
    line-height: 28px; } }

@media (min-width: 768px) {
  .c-modal__text {
    font-size: 24px;
    line-height: 40px; } }

.c-modal__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 40px; }

@media (max-width: 576px), (min-width: 576px) {
  .c-modal__title {
    margin-bottom: 10px; } }

@media (min-width: 768px) {
  .c-modal__title {
    margin-bottom: 40px; } }

.c-promo-img-bg {
  display: -webkit-flexbox;
  display: flex;
  background-size: cover;
  background-position: center;
  position: relative; }

@media (max-width: 576px), (min-width: 576px) {
  .c-promo-img-bg {
    margin: 3px 20px;
    height: 360px; } }

@media (min-width: 768px) {
  .c-promo-img-bg {
    height: 575px;
    margin: 15px 0; } }

@media (min-width: 992px) {
  .c-promo-img-bg {
    margin: 30px 0; } }

@media (min-width: 768px) {
  .c-promo-img-bg:hover .c-promo-img-bg__hover {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear; } }

.c-promo-img-bg__hover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #005EB8;
  color: #ffffff; }

@media (max-width: 576px), (min-width: 576px) {
  .c-promo-img-bg__hover {
    display: none;
    position: fixed;
    z-index: 10;
    padding: 40px 20px; } }

@media (min-width: 768px) {
  .c-promo-img-bg__hover {
    display: block;
    position: absolute;
    padding: 40px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s linear; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-promo-img-bg__hover-close {
    position: absolute;
    top: 5px;
    right: 10px; } }

@media (min-width: 768px) {
  .c-promo-img-bg__hover-close {
    display: none; } }

.c-promo-img-bg__hover-title {
  margin-bottom: 10px; }

@media (max-width: 576px), (min-width: 576px) {
  .c-promo-img-bg__hover-title {
    font-size: 16px;
    line-height: 28px; } }

@media (min-width: 768px) {
  .c-promo-img-bg__hover-title {
    font-size: 24px;
    line-height: 36px; } }

.c-promo-img-bg__hover-text {
  font-weight: 700; }

@media (max-width: 576px), (min-width: 576px) {
  .c-promo-img-bg__hover-text {
    font-size: 30px;
    line-height: 38px; } }

@media (min-width: 768px) {
  .c-promo-img-bg__hover-text {
    font-size: 36px;
    line-height: 48px; } }

.c-promo-img-bg__title {
  align-self: flex-end;
  color: #ffffff;
  font-weight: 700; }

@media (max-width: 576px), (min-width: 576px) {
  .c-promo-img-bg__title {
    font-size: 28px;
    line-height: 28px;
    margin: 30px; }
  .c-promo-img-bg__title:before {
    background-image: url("../images/rise/landing/icons/plus.svg");
    width: 48px;
    height: 48px;
    display: block;
    content: "";
    margin-bottom: 5;
    margin-left: -5px; } }

@media (min-width: 768px) {
  .c-promo-img-bg__title {
    font-size: 32px;
    line-height: 40px;
    margin: 45px; }
  .c-promo-img-bg__title:before {
    display: none; } }

.c-promo-img-bg__title--top {
  align-self: flex-start; }

@media (max-width: 576px), (min-width: 576px) {
  .c-promo-img-bg__title--top:before {
    display: none; }
  .c-promo-img-bg__title--top:after {
    background-image: url("../images/rise/landing/icons/plus.svg");
    width: 48px;
    height: 48px;
    display: block;
    content: "";
    margin-top: 5px;
    margin-left: -5px; } }

@media (min-width: 768px) {
  .c-promo-img-bg__title--top:after {
    display: none; } }

.c-promo-img-bg--right {
  -webkit-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.c-promo-img-bg--100 {
  flex-basis: 100%; }

@media (max-width: 576px), (min-width: 576px) {
  .c-promo-img-bg--40 {
    flex-basis: 100%; } }

@media (min-width: 768px) {
  .c-promo-img-bg--40 {
    flex-basis: 40%; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-promo-img-bg--60 {
    flex-basis: 100%; } }

@media (min-width: 768px) {
  .c-promo-img-bg--60 {
    flex-basis: 60%; } }

.c-promo-img-bg__container {
  width: 100%; }

@media (min-width: 768px) {
  .c-promo-img-bg__container {
    padding-left: 45px;
    padding-right: 45px; } }

@media (min-width: 992px) {
  .c-promo-img-bg__container {
    padding-left: 60px;
    padding-right: 60px; } }

@media (min-width: 1365px) {
  .c-promo-img-bg__container {
    padding-left: 180px;
    padding-right: 180px; } }

@media (min-width: 1910px) {
  .c-promo-img-bg__container {
    padding-left: 300px;
    padding-right: 300px; } }

@media (min-width: 768px) {
  .c-promo-img-bg__container--flex {
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    align-items: center; } }

@media (min-width: 768px) {
  .c-promo-img-bg__container > * + * {
    margin-left: 30px; } }

@media (min-width: 992px) {
  .c-promo-img-bg__container > * + * {
    margin-left: 60px; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-section {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (min-width: 768px) {
  .c-section {
    padding-top: 30px;
    padding-bottom: 30px; } }

.c-section--lt-blue {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: rgba(0, 94, 184, 0.1); }

@media (max-width: 576px), (min-width: 576px) {
  .c-section--lt-blue {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (min-width: 768px) {
  .c-section--lt-blue {
    padding-top: 60px;
    padding-bottom: 60px; } }

.c-section--lt-blue .c-section__lead-title {
  color: #212640; }

@media (max-width: 576px), (min-width: 576px) {
  .c-section--lt-blue .c-section__lead-title {
    margin-bottom: 10px; } }

@media (min-width: 768px) {
  .c-section--lt-blue .c-section__lead-title {
    width: 50%; } }

.c-section .center-block {
  margin-left: auto;
  margin-right: auto; }

.c-section__content {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }

@media (min-width: 576px) {
  .c-section__content {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 768px) {
  .c-section__content {
    padding-left: 45px;
    padding-right: 45px; } }

/* @media (min-width: 992px) {
  .c-section__content {
    padding-left: 60px;
    padding-right: 60px;
  }
} */
@media (min-width: 1365px) {
  .c-section__content {
    padding-left: 115px;
    padding-right: 115px; } }

@media (min-width: 1910px) {
  .c-section__content {
    padding-left: 300px;
    padding-right: 300px; } }

@media (min-width: 768px) {
  .c-section__content--flex {
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    align-items: center; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-section__content--flex .c-section__lead-title {
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .c-section__content--flex .c-section__lead-title {
    margin-bottom: 0; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-section__img {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px;
    width: calc(100% + 40px); } }

@media (min-width: 768px) {
  .c-section__img {
    margin: 0;
    width: auto; } }

@media (min-width: 768px) {
  .c-section .img-responsive {
    width: auto;
    max-width: 100%; } }

.c-section__lead-text {
  line-height: 32px; }

@media (max-width: 576px), (min-width: 576px) {
  .c-section__lead-text {
    font-size: 22px; } }

@media (min-width: 768px) {
  .c-section__lead-text {
    font-size: 24px; } }

.c-section__lead-title {
  line-height: 40px;
  color: #005EB8;
  font-weight: 600; }

@media (max-width: 576px), (min-width: 576px) {
  .c-section__lead-title {
    font-size: 32px;
    margin-bottom: 25px; } }

@media (min-width: 768px) {
  .c-section__lead-title {
    font-size: 36px;
    margin-bottom: 40px; } }

.c-section__subtitle {
  color: #005EB8;
  font-weight: 600; }

@media (max-width: 576px), (min-width: 576px) {
  .c-section__subtitle {
    font-size: 16px;
    line-height: 28px; } }

@media (min-width: 768px) {
  .c-section__subtitle {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-section__text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px; } }

@media (min-width: 768px) {
  .c-section__text {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px; } }

.c-section__text ul {
  margin-bottom: 20px;
  list-style-type: none; }

@media (max-width: 576px), (min-width: 576px) {
  .c-section__text ul {
    font-size: 16px;
    line-height: 28px; } }

@media (min-width: 768px) {
  .c-section__text ul {
    font-size: 24px;
    line-height: 36px; } }

.c-section__text ul li:before {
  content: "-";
  margin-right: 10px; }

.c-section__title {
  display: inline-block;
  font-weight: 600; }

@media (max-width: 576px), (min-width: 576px) {
  .c-section__title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .c-section__title:first-child {
    margin-top: 0; } }

@media (min-width: 768px) {
  .c-section__title {
    font-size: 36px;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 30px; } }

@media (max-width: 576px), (min-width: 576px) {
  header.c-two-column {
    padding-top: 40px;
    padding-bottom: 0; } }

@media (max-width: 576px), (min-width: 576px) {
  header.c-two-column {
    padding-top: 30px;
    padding-bottom: 30px; } }

header .c-two-column__text {
  margin-top: 10px;
  margin-bottom: 0; }

.c-two-column {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 576px) {
  .c-two-column {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 768px) {
  .c-two-column {
    padding-left: 45px;
    padding-right: 45px; } }

/* @media (min-width: 992px) {
  .c-two-column {
    padding-left: 60px;
    padding-right: 60px;
  }
} */
@media (min-width: 1365px) {
  .c-two-column {
    padding-left: 115px;
    padding-right: 115px; } }

@media (min-width: 1910px) {
  .c-two-column {
    padding-left: 300px;
    padding-right: 300px; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-two-column {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (min-width: 768px) {
  .c-two-column {
    display: -webkit-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (min-width: 768px) {
  .c-two-column__column {
    flex-basis: 50%; } }

@media (min-width: 768px) {
  .c-two-column__column--flex {
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-direction: column;
    flex-direction: column; } }

@media (min-width: 768px) {
  .c-two-column__column--lg, .c-two-column__column--sm {
    flex-basis: auto; } }

@media (min-width: 768px) {
  .c-two-column__flex {
    display: -webkit-flexbox;
    display: flex; } }

.c-two-column__text {
  color: #212640;
  font-weight: 600; }

@media (max-width: 576px), (min-width: 576px) {
  .c-two-column__text {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px; } }

@media (min-width: 768px) {
  .c-two-column__text {
    font-size: 36px;
    line-height: 50px; } }

.c-two-column__title {
  color: #005EB8;
  font-weight: 600; }

@media (max-width: 576px), (min-width: 576px) {
  .c-two-column__title {
    font-size: 32px;
    line-height: 40px; } }

@media (min-width: 768px) {
  .c-two-column__title {
    font-size: 40px;
    line-height: 50px; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-two-column .c-download {
    border-top: 1px solid #D9E7F5;
    border-bottom: 1px solid #D9E7F5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px; } }

@media (min-width: 768px) {
  .c-two-column .c-download {
    border: none;
    padding: 0;
    margin: 0; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-two-column .c-download__icon {
    margin-right: 10px; } }

@media (min-width: 768px) {
  .c-two-column .c-download__icon {
    margin-right: 0; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-two-column .c-download__link {
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; } }

@media (min-width: 768px) {
  .c-two-column > * + *, .c-two-column__flex > * + * {
    margin-left: 60px; } }

@media (min-width: 768px) {
  .c-two-column--push-pull > * + * {
    margin-left: 0;
    margin-right: 60px; } }

.c-big-blue-btn {
  margin-bottom: 0;
  display: inline-block; }

@media (max-width: 576px), (min-width: 576px) {
  .c-big-blue-btn {
    width: 100%; } }

@media (min-width: 768px) {
  .c-big-blue-btn {
    width: auto;
    min-width: 405px; } }

.c-big-blue-btn--grow {
  flex-grow: 1;
  min-width: 0; }

.c-big-blue-btn--flex {
  flex-basis: 405px; }

.c-big-blue-btn--start {
  align-self: flex-start; }

.c-big-blue-btn--lg {
  margin-top: 40px; }

.c-big-blue-btn--lg a {
  padding-left: 15px;
  padding-right: 15px; }

.c-colour-block .owl-dots, .c-rise-carousel .owl-dots, .c-rise-app-carousel .owl-dots {
  margin-top: 0; }

.c-colour-block .owl-dots .owl-dot span, .c-rise-carousel .owl-dots .owl-dot span, .c-rise-app-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0 12px;
  font-size: 11px;
  padding-bottom: 25px; }

.c-colour-block .owl-dots .owl-dot:hover span, .c-rise-carousel .owl-dots .owl-dot:hover span, .c-rise-app-carousel .owl-dots .owl-dot:hover span {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none; }

.c-colour-block .owl-dots .owl-dot.active span, .c-rise-carousel .owl-dots .owl-dot.active span, .c-rise-app-carousel .owl-dots .owl-dot.active span {
  background: transparent;
  font-weight: 700;
  border-top: none;
  border-left: none;
  border-right: none; }

@media (max-width: 576px), (min-width: 576px) {
  .c-colour-block .owl-dots .owl-dot:last-child span, .c-rise-carousel .owl-dots .owl-dot:last-child span {
    margin-right: 0; } }

.c-colour-block .owl-dots .owl-dot span, .c-rise-carousel .owl-dots .owl-dot span {
  color: #A6ADB4; }

.c-colour-block .owl-dots .owl-dot.active:hover span, .c-rise-carousel .owl-dots .owl-dot.active:hover span {
  border-bottom: 2px solid #ffffff; }

.c-colour-block .owl-dots .owl-dot.active span, .c-rise-carousel .owl-dots .owl-dot.active span {
  color: #ffffff;
  border-bottom: 2px solid #ffffff; }

@media (max-width: 576px), (min-width: 576px) {
  .c-colour-block {
    margin: 0 -20px;
    min-height: 320px;
    width: calc(100% + 40px); } }

@media (min-width: 768px) {
  .c-colour-block {
    display: -webkit-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: -2.5px;
    min-height: auto;
    width: auto; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-colour-block__box {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%; } }

@media (min-width: 768px) {
  .c-colour-block__box {
    -moz-align-items: center;
    align-items: center;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: 2.5px solid #ffffff; } }

@media (min-width: 768px) {
  .c-colour-block__box--40 {
    flex-basis: 40%; } }

@media (min-width: 768px) {
  .c-colour-block__box--60 {
    flex-basis: 60%; } }

.c-colour-block__box--cae-primary {
  background-color: #005EB8; }

.c-colour-block__box--cae-secondary {
  background-color: #212640; }

.c-colour-block__box--cae-lt-blue {
  background-color: #9BCBEB; }

.c-colour-block__title {
  line-height: 40px;
  color: #ffffff;
  font-weight: 600; }

@media (max-width: 576px), (min-width: 576px) {
  .c-colour-block__title {
    font-size: 32px; } }

@media (min-width: 768px) {
  .c-colour-block__title {
    font-size: 24px; } }

.c-colour-block .owl-controls {
  bottom: 10px;
  right: 25px;
  width: auto;
  position: absolute; }

@media (max-width: 576px), (min-width: 576px) {
  .c-colour-block__box, .c-colour-block .owl-stage-outer, .c-colour-block .owl-stage, .c-colour-block .owl-item {
    display: block;
    min-height: 320px;
    height: 100%; } }

@media (min-width: 768px) {
  .c-colour-block__box, .c-colour-block .owl-stage-outer, .c-colour-block .owl-stage, .c-colour-block .owl-item {
    display: -webkit-flexbox;
    display: flex;
    min-height: 120px;
    height: 120px; } }

.c-rise-carousel {
  background-color: #212640;
  color: #ffffff; }

@media (max-width: 576px), (min-width: 576px) {
  .c-rise-carousel {
    padding: 30px 30px 10px; } }

@media (min-width: 768px) {
  .c-rise-carousel {
    padding: 60px; } }

.c-rise-carousel__title {
  font-weight: 600;
  margin-bottom: 15px; }

@media (max-width: 576px), (min-width: 576px) {
  .c-rise-carousel__title {
    min-height: 87px;
    font-size: 32px;
    line-height: 40px; } }

@media (min-width: 768px) {
  .c-rise-carousel__title {
    font-size: 36px;
    line-height: 48px; } }

@media (min-width: 1910px) {
  .c-rise-carousel__title {
    min-height: none; } }

.c-rise-carousel__text {
  margin-bottom: 20px; }

.c-rise-carousel__text:last-child {
  margin-bottom: 0; }

@media (max-width: 576px), (min-width: 576px) {
  .c-rise-carousel__text {
    font-size: 16px;
    line-height: 28px; } }

@media (min-width: 768px) {
  .c-rise-carousel__text {
    font-size: 18px;
    line-height: 28px; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-rise-carousel .owl-controls {
    margin-top: 20px; } }

@media (min-width: 768px) {
  .c-rise-carousel .owl-controls {
    margin-top: 10px;
    top: 0;
    right: 30px;
    width: auto;
    position: absolute; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-rise-carousel .owl-controls .owl-dots {
    text-align: right; }
  .c-rise-carousel .owl-controls .owl-dots span {
    text-align: center; } }

@media (max-width: 576px), (min-width: 576px) {
  .c-rise-app-carousel {
    margin-bottom: 35px; } }

@media (min-width: 992px) {
  .c-rise-app-carousel {
    margin-bottom: 0; } }

.c-rise-app-carousel .owl-controls {
  display: -webkit-flexbox;
  display: flex;
  -webkit-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

@media (max-width: 576px), (min-width: 576px) {
  .c-rise-app-carousel .owl-controls {
    margin-top: 10px; } }

@media (min-width: 992px) {
  .c-rise-app-carousel .owl-controls {
    margin-top: 40px; } }

.c-rise-app-carousel .owl-dots .owl-dot span {
  color: #212640; }

.c-rise-app-carousel .owl-dots .owl-dot.active:hover span {
  border-bottom: 2px solid #212640; }

.c-rise-app-carousel .owl-dots .owl-dot.active span {
  color: #212640;
  border-bottom: 2px solid #212640; }

@media (min-width: 768px) {
  .c-rise-app-carousel.hiddenTD {
    display: none !important; } }

@media (min-width: 992px) {
  .c-accordion .owl-controls {
    margin-bottom: -60px; } }

.c-popup-gallery a {
  cursor: zoom-in; }

@media (min-width: 480px) {
  .c-header-landing-cta {
    display: -webkit-flexbox;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    background-color: #D9E7F5;
    padding: 45px 35px;
    margin-top: -45px;
    margin-bottom: 80px; } }
  @media (min-width: 480px) and (max-width: 480px) {
    .c-header-landing-cta {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (min-width: 480px) and (min-width: 480px) {
    .c-header-landing-cta {
      margin-left: 30px;
      margin-right: 30px; } }
  @media (min-width: 480px) and (min-width: 1024px) {
    .c-header-landing-cta {
      margin-left: 75px;
      margin-right: 75px; } }
  @media (min-width: 480px) and (min-width: 1365px) {
    .c-header-landing-cta {
      margin-left: 115px;
      margin-right: 115px; } }
  @media (min-width: 480px) and (min-width: 1910px) {
    .c-header-landing-cta {
      margin-left: 160px;
      margin-right: 160px; } }
.c-header-landing-cta__item--left {
  margin-right: 60px; }
  @media (min-width: 480px) {
    .c-header-landing-cta__item--left {
      flex-basis: 50%; } }
  @media (min-width: 1024px) {
    .c-header-landing-cta__item--left {
      flex-basis: 40%; } }
@media (min-width: 480px) {
  .c-header-landing-cta__item--right {
    flex-basis: 50%; } }

@media (min-width: 1024px) {
  .c-header-landing-cta__item--right {
    flex-basis: 60%; } }

@media (max-width: 480px) {
  .c-header-landing-cta__text {
    display: none; } }

@media (min-width: 480px) {
  .c-header-landing-cta__text {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    color: #212640; } }

.c-header-landing-cta__btn {
  display: -webkit-flexbox;
  display: flex;
  -webkit-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #212640;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3px;
  height: 60px; }
  @media (max-width: 480px) {
    .c-header-landing-cta__btn {
      margin-top: -60px; } }
  .c-header-landing-cta__btn:hover {
    color: #ffffff;
    text-decoration: none; }

.c-section--lt-blue .c-section__lead-title--cae-primary {
  color: #005EB8; }

.c-accordion__title--cae-secondary {
  color: #212640; }

.c-accordion__title--bold {
  font-weight: 600; }

.c-accordion__content--pb0 {
  padding-bottom: 0; }

.c-accordion__column--flex {
  display: -webkit-flexbox;
  display: flex;
  -moz-align-items: center;
  align-items: center; }

.c-section {
  background-repeat: no-repeat;
  background-position: top right; }
  @media (max-width: 480px) {
    .c-section {
      background-size: 100%; } }
  @media (min-width: 1024px) {
    .c-section {
      background-size: auto 700px; } }
  @media (min-width: 1365px) {
    .c-section {
      background-size: auto 1025px; } }
  .c-section strong {
    font-weight: 600; }
  .c-section__lead-title--cae-secondary {
    color: #212640; }
  .c-section--no-flex {
    display: inline-block; }
  .c-section__text--sm {
    font-size: 18px;
    line-height: 30px; }
    @media (max-width: 480px), (min-width: 480px) {
      .c-section__text--sm.noMarg {
        margin-bottom: 15px !important; } }
    @media (min-width: 1024px) {
      .c-section__text--sm.noMarg {
        margin-bottom: 0 !important; } }
  @media (max-width: 480px), (min-width: 480px) {
    .c-section__text p {
      font-size: 16px;
      line-height: 28px; } }
  @media (min-width: 1024px) {
    .c-section__text p {
      font-size: 24px;
      line-height: 36px; } }
@media (min-width: 1024px) {
  .ordered-list {
    margin: 0 50px; } }

.ordered-list__list-item {
  display: -webkit-flexbox;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px; }
  @media (min-width: 480px) {
    .ordered-list__list-item {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 30px; } }
  @media (min-width: 1024px) {
    .ordered-list__list-item {
      margin-bottom: 60px; } }
.ordered-list__number {
  color: #ffffff;
  background-color: #005EB8;
  border-radius: 50%;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  font-weight: 600; }
  @media (max-width: 480px) {
    .ordered-list__number {
      flex-basis: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
      margin-right: 15px; } }
  @media (min-width: 480px) {
    .ordered-list__number {
      flex-basis: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 20px;
      margin-right: 30px; } }
  @media (min-width: 1024px) {
    .ordered-list__number {
      margin-right: 60px; } }
@media (max-width: 480px) {
  .imgPod-50.full, .imgPod-100.full {
    width: 100%; } }

@media (min-width: 1024px) {
  .imgPod-50 .content .linkLine.large, .imgPod-100 .content .linkLine.large {
    margin-left: 40px; } }

.imgPod-50 .content.hover, .imgPod-100 .content.hover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #005eb8;
  transition: opacity .2s ease-in-out;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain; }
  .imgPod-50 .content.hover p, .imgPod-100 .content.hover p {
    color: #ffffff;
    margin-bottom: 15px; }
    @media (max-width: 480px), (min-width: 480px) {
      .imgPod-50 .content.hover p, .imgPod-100 .content.hover p {
        font-size: 12px; } }
    @media (min-width: 1024px) {
      .imgPod-50 .content.hover p, .imgPod-100 .content.hover p {
        font-size: 14px;
        margin-bottom: 30px; } }
  .imgPod-50 .content.hover .inside, .imgPod-100 .content.hover .inside {
    width: 100%; }
    @media (min-width: 1024px) {
      .imgPod-50 .content.hover .inside, .imgPod-100 .content.hover .inside {
        width: 80%; } }
    @media (min-width: 1365px) {
      .imgPod-50 .content.hover .inside, .imgPod-100 .content.hover .inside {
        width: 50%; } }
@media (max-width: 480px), (min-width: 480px) {
  .imgPod-50:hover .content.hover, .imgPod-100:hover .content.hover {
    visibility: hidden; } }

@media (min-width: 1024px) {
  .imgPod-50:hover .content.hover, .imgPod-100:hover .content.hover {
    visibility: visible;
    opacity: 1;
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -moz-flex-direction: column;
    flex-direction: column; } }

.c-header-landing-cta {
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 105px; }
  @media (max-width: 480px) {
    .c-header-landing-cta {
      padding-left: 20px;
      padding-right: 20px;
      border-bottom: 1px solid #D9E7F5; } }
  @media (min-width: 480px) {
    .c-header-landing-cta {
      padding-left: 30px;
      padding-right: 30px;
      margin-left: 30px;
      margin-right: 30px; } }
  @media (min-width: 1024px) {
    .c-header-landing-cta {
      padding-left: 105px;
      padding-right: 105px;
      margin-left: 45px;
      margin-right: 45px; } }
  @media (min-width: 1365px) {
    .c-header-landing-cta {
      margin-top: -55px;
      margin-left: 175px;
      margin-right: 175px; } }
  @media (min-width: 1910px) {
    .c-header-landing-cta {
      margin-top: -65px;
      margin-left: 300px;
      margin-right: 300px; } }
  .c-header-landing-cta__item {
    flex-basis: auto; }
    @media (max-width: 480px) {
      .c-header-landing-cta__item--left {
        margin-right: 0; } }
  .c-header-landing-cta__text {
    display: inline-block;
    font-size: 24px;
    font-weight: 600; }
    @media (max-width: 480px) {
      .c-header-landing-cta__text {
        text-align: center; } }
  .c-header-landing-cta__btn {
    padding: 20px 80px;
    line-height: 21px;
    height: auto; }
    @media (max-width: 480px) {
      .c-header-landing-cta__btn {
        margin-top: 15px; } }
    .c-header-landing-cta__btn:hover {
      text-decoration: none !important; }
    .c-header-landing-cta__btn span {
      font-weight: 600; }

.c-big-blue-btn--fit {
  min-width: auto;
  margin-left: 0;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .c-big-blue-btn--fit {
      margin-top: 0;
      margin-left: 30px; } }
  .c-big-blue-btn--fit a {
    padding: 20px 20px; }
    @media (min-width: 480px) {
      .c-big-blue-btn--fit a {
        padding-left: 60px;
        padding-right: 60px;
        white-space: nowrap; } }
@media (max-width: 480px) {
  .c-hotspot {
    margin-top: 20px; } }

@media (min-width: 480px) {
  .c-hotspot {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 70px; } }

.c-hotspot__bg-img--cms {
  background-image: url("../images/crew-management-system/crew-operations-and-optimization-bg.svg"); }

@media (max-width: 480px) {
  .c-hotspot__link {
    width: 88px;
    height: 88px; } }

@media (min-width: 480px) {
  .c-hotspot__link {
    width: 180px;
    height: 180px; } }

.c-hotspot__link--one-cms {
  top: 0;
  left: 0; }
  @media (max-width: 480px) {
    .c-hotspot__link--one-cms {
      background-image: url("../images/crew-management-system/icons/plan-mobile.svg"); } }
  @media (min-width: 480px) {
    .c-hotspot__link--one-cms {
      background-image: url("../images/crew-management-system/icons/plan.svg"); } }
.c-hotspot__link--two-cms {
  top: 0;
  right: 0; }
  @media (max-width: 480px) {
    .c-hotspot__link--two-cms {
      background-image: url("../images/crew-management-system/icons/predict-mobile.svg"); } }
  @media (min-width: 480px) {
    .c-hotspot__link--two-cms {
      background-image: url("../images/crew-management-system/icons/predict.svg"); } }
.c-hotspot__link--three-cms {
  bottom: 0;
  right: 0; }
  @media (max-width: 480px) {
    .c-hotspot__link--three-cms {
      background-image: url("../images/crew-management-system/icons/deliver-mobile.svg"); } }
  @media (min-width: 480px) {
    .c-hotspot__link--three-cms {
      background-image: url("../images/crew-management-system/icons/deliver.svg"); } }
.c-hotspot__link--four-cms {
  bottom: 0;
  left: 0; }
  @media (max-width: 480px) {
    .c-hotspot__link--four-cms {
      background-image: url("../images/crew-management-system/icons/learn-mobile.svg"); } }
  @media (min-width: 480px) {
    .c-hotspot__link--four-cms {
      background-image: url("../images/crew-management-system/icons/learn.svg"); } }
.c-hotspot__link--one-cms-fr {
  top: 0;
  left: 0; }
  @media (max-width: 480px) {
    .c-hotspot__link--one-cms-fr {
      background-image: url("../images/crew-management-system/icons/plan-mobile-fr.svg"); } }
  @media (min-width: 480px) {
    .c-hotspot__link--one-cms-fr {
      background-image: url("../images/crew-management-system/icons/plan-fr.svg"); } }
.c-hotspot__link--two-cms-fr {
  top: 0;
  right: 0; }
  @media (max-width: 480px) {
    .c-hotspot__link--two-cms-fr {
      background-image: url("../images/crew-management-system/icons/predict-mobile-fr.svg"); } }
  @media (min-width: 480px) {
    .c-hotspot__link--two-cms-fr {
      background-image: url("../images/crew-management-system/icons/predict-fr.svg"); } }
.c-hotspot__link--three-cms-fr {
  bottom: 0;
  right: 0; }
  @media (max-width: 480px) {
    .c-hotspot__link--three-cms-fr {
      background-image: url("../images/crew-management-system/icons/deliver-mobile-fr.svg"); } }
  @media (min-width: 480px) {
    .c-hotspot__link--three-cms-fr {
      background-image: url("../images/crew-management-system/icons/deliver-fr.svg"); } }
.c-hotspot__link--four-cms-fr {
  bottom: 0;
  left: 0; }
  @media (max-width: 480px) {
    .c-hotspot__link--four-cms-fr {
      background-image: url("../images/crew-management-system/icons/learn-mobile-fr.svg"); } }
  @media (min-width: 480px) {
    .c-hotspot__link--four-cms-fr {
      background-image: url("../images/crew-management-system/icons/learn-fr.svg"); } }
.showcase-statistic {
  align-self: flex-start;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #005EB8;
  margin: 30px 0; }
  @media (min-width: 1024px) {
    .showcase-statistic {
      margin: 50px 70px 115px; } }
  .showcase-statistic span {
    font-size: 42px;
    line-height: 60px;
    display: block; }

.c-section--first {
  padding-bottom: 0; }
  .c-section--first .imgPod-50, .c-section--first .imgPod-100 {
    margin-bottom: 1px !important; }

.c-section--last {
  padding-top: 0; }
  .c-section--last .imgPod-50, .c-section--last .imgPod-100 {
    margin-top: 1px !important; }

.c-section--gradient {
  width: 100%;
  background: rgba(217, 231, 245, 0);
  background: linear-gradient(0deg, #d9e7f5 0%, #d9e7f5 50%, white 50%, white 100%);
  padding-top: 100px;
  padding-bottom: 100px; }

.c-section__content--bg {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 670px;
  background-size: cover;
  background-position: right;
  color: #ffffff;
  text-align: center;
  padding-bottom: 65px;
  margin-left: 20px;
  margin-right: 20px;
  width: auto; }
  @media (min-width: 480px) {
    .c-section__content--bg {
      margin-left: 30px;
      margin-right: 30px; } }
  @media (min-width: 1024px) {
    .c-section__content--bg {
      margin-left: 45px;
      margin-right: 45px; } }
  @media (min-width: 1365px) {
    .c-section__content--bg {
      margin-left: 115px;
      margin-right: 115px;
      padding-left: 300px;
      padding-right: 300px; } }
  @media (min-width: 1910px) {
    .c-section__content--bg {
      margin-left: 300px;
      margin-right: 300px; } }
  .c-section__content--bg .c-big-blue-btn {
    min-width: auto; }
    .c-section__content--bg .c-big-blue-btn a {
      border-radius: 30px;
      padding-left: 40px;
      padding-right: 40px; }

@media (min-width: 1024px) {
  .imgPod-50:hover .content.hover {
    -webkit-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; } }

@media (min-width: 1024px) {
  .imgPod-100:hover .content.hover {
    -webkit-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; } }

section.mainContent.full.imgBG .imgTextPodHorz .rightCol.cae-primary {
  background-color: #005EB8; }

section.mainContent.full.imgBG .imgTextPodHorz .rightCol.cae-secondary {
  background-color: #212640; }

section.mainContent.full.imgBG .imgTextPodHorz .rightCol.cae-primary {
  margin-bottom: 50px; }

.c-section.c-section--lt-blue.c-section--no-flex {
  width: 100%; }

.c-header-landing-cta--dk-blue {
  background-color: #212640; }

.c-header-landing-cta--btm {
  margin-top: 0; }
  @media (min-width: 480px) {
    .c-header-landing-cta--btm {
      margin-bottom: -55px; } }
.c-header-landing-cta__text {
  color: #ffffff; }

.c-header-landing-cta__btn {
  background-color: #005EB8; }

@media (max-width: 480px) {
  .left-right .c-section__img {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px); } }

@media (min-width: 480px) {
  .left-right .c-section__img {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px); } }

@media (min-width: 1024px) {
  .left-right .c-section__img {
    margin-left: auto;
    margin-right: auto;
    width: auto; } }
