







/* Brand colors */
  /* primary color: steel blue */
  /* accent color of choice: brick red */
  /* true blue */
  /* sea blue */
  /* soft brown */
  /* warm gray  */
  /* dark field green */
  /* light field green */

/* Brand colors introduced during Internal/Referral site build */
  /* light blue */
 /* bright blue */
 /* medium blue */
 /* steel blue (from new branding guidelines) */
 /* light gray */
 /* medium gray */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;600;800&display=swap');
@font-face {font-family: "facetselecticon";
  src:url("../system/production/assets/266345/original/facetselecticon.eot");
  src:url("../system/production/assets/266345/original/facetselecticon.eot?#iefix") format("embedded-opentype"),
  url("../system/production/assets/266346/original/facetselecticon.woff") format("woff"),
  url("../system/production/assets/266347/original/facetselecticon.ttf") format("truetype"),
  url("../system/production/assets/266348/original/facetselecticon.svg#facetselecticon") format("svg");font-weight: normal;font-style: normal;
}

/* Preloaders */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-moz-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-o-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.preloader-wrapper {
    background: #fff;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 101;
}
.preloader {
    animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    border: 12px solid #999;
    border-left: 12px solid #eee;
    border-radius: 50%;
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 48px;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.preloader--search {
    display: none;
    position: relative;
}
.page-container {
    opacity: 0;
    transition: 0.5s;
}
.page-container.fadeIn { opacity: 1; }
.page-container-inner {
    position: relative;
    z-index: 1;
}
a.skip-main {
    height: 1px;
    left: -999px;
    overflow: hidden;
    position: absolute;
    top: auto;
    transition: none;
    width: 1px;
    z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
    display: block;
    height: auto;
    left: 0;
    overflow: auto;
    padding: 12px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
#main {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

/* Overwrites */
.row { max-width: 1345px; }
.row-wider { max-width: 90%; }
.row-full-width { max-width: 100%; }
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  /*margin-bottom: 1rem;*/
  padding-bottom: 75%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%;
}
ul.accordion {
    background: transparent;
    border: medium none;
}
li.accordion-item { margin: 0 0 12px 0; }
a.accordion-title {
    background: transparent;
    border: 2px solid #003B71 !important;
    color: #003B71;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
    padding: 24px;
    text-transform: uppercase;
}
.background-dark a.accordion-title,
.background-steel-blue a.accordion-title,
.background-gea-gradient a.accordion-title {
    border: 2px solid #fff !important;
    color: #fff;
}
a.accordion-title:hover,
a.accordion-title:focus {
    background: #003B71;
    color: #fff;
    text-decoration: none;
}
.background-dark a.accordion-title:hover,
.background-dark a.accordion-title:focus,
.background-steel-blue a.accordion-title:hover,
.background-steel-blue a.accordion-title:focus,
.background-gea-gradient a.accordion-title:hover,
.background-gea-gradient a.accordion-title:focus {
    background: #fff;
    color: #003B71;
    text-decoration: none;
}
.accordion-content {
    border: medium none;
    padding: 24px;
}
.show-for-xlarge { display: none !important; }

/* Branded / Utility styles */
.branded-button,
a.branded-button,
.branded-button-outer a {
    border: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: inline-block;
    font-family: "Gotham SSm A","Gotham SSm B",'Montserrat',Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 16px;
    min-width: 210px;
    padding: 16px 24px;
    text-align: center;
    transition: 0.5s;
    text-transform: uppercase;
}
.branded-button:hover,
a.branded-button:hover,
.branded-button-outer a:hover,
.branded-button:focus,
a.branded-button:focus,
.branded-button-outer a:focus {
    opacity: 1;
    text-decoration: none;
}
.branded-button-1,
a.branded-button-1,
.branded-button-1-outer a {
    background: #003B71;
    border: 2px solid #003B71;
    color: #fff !important;
}
.branded-button-1:hover,
a.branded-button-1:hover,
.branded-button-1-outer a:hover,
.branded-button-1:focus,
a.branded-button-1:focus,
.branded-button-1-outer a:focus {
    background: transparent;
    color: #003B71 !important;
}
.branded-button-2,
a.branded-button-2,
.branded-button-2-outer a {
    background: #C34628;
    border: 2px solid #C34628;
    color: #fff !important;
}
body.internal .branded-button-2,
body.internal a.branded-button-2,
body.internal .branded-button-2-outer a {
    background: #97999B;
    border: 2px solid #97999B;
}
.branded-button-2:hover,
a.branded-button-2:hover,
.branded-button-2-outer a:hover,
.branded-button-2:focus,
a.branded-button-2:focus,
.branded-button-2-outer a:focus {
    background: transparent !important;
    color: #C1B8AF !important;
}
.branded-button-3,
a.branded-button-3,
.branded-button-3-outer a {
    background: transparent;
    border: 2px solid #003B71;
    color: #003B71 !important;
}
.branded-button-3:hover,
a.branded-button-3:hover,
.branded-button-3-outer a:hover,
.branded-button-3:focus,
a.branded-button-3:focus,
.branded-button-3-outer a:focus {
    background: #003B71 !important;
    color: #fff;
}
.branded-button-4,
a.branded-button-4,
.branded-button-4-outer a {
    background: transparent;
    border: 2px solid #fff;
    color: #fff !important;
}
.branded-button-4:hover,
a.branded-button-4:hover,
.branded-button-4-outer a:hover,
.branded-button-4:focus,
a.branded-button-4:focus,
.branded-button-4-outer a:focus {
    background: rgba(255,255,255,0.3);
    color: #fff !important;
}
.branded-button-5,
a.branded-button-5,
.branded-button-5-outer a {
    background: #147BD1;
    border: 2px solid #147BD1;
    color: #fff !important;
}
.branded-button-5:hover,
a.branded-button-5:hover,
.branded-button-5-outer a:hover,
.branded-button-5:focus,
a.branded-button-5:focus,
.branded-button-5-outer a:focus {
    background: transparent !important;
    color: #C1B8AF !important;
}

.branded-overlay-dark,
.branded-overlay-light {
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    transition: 0.5s;
    width: 100%;
    z-index: 1;
}
.branded-overlay-dark { background-color: #333; }
.branded-overlay-light { background-color: #fff; }
.branded-search input[type="text"],
.branded-search select {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 10%);
    -moz-box-shadow: inset 2px 2px 4px rgb(0 0 0 / 10%);
    -webkit-box-shadow: inset 2px 2px 4px rgb(0 0 0 / 10%);
    font-family: "Gotham SSm A","Gotham SSm B",'Montserrat',Arial,Helvetica,sans-serif;
    height: 52px;
    padding: 0 24px;
    margin: 0;
}
.branded-search textarea {
    height: 120px;
    resize: none;
}
.branded-search input[type="submit"] { padding: 16px 24px; }
.branded-video iframe,
.branded-video video {
    height: auto !important;
    width: 100% !important;
}
.branded-framing-stroke-steel-blue { border: 2px solid #003B71; }
.branded-framing-stroke-white { border: 2px solid #fff; }
.opacity-10 { opacity: 0.1; }
.opacity-20 { opacity: 0.2; }
.opacity-30 { opacity: 0.3; }
.opacity-40 { opacity: 0.4; }
.opacity-50 { opacity: 0.5; }
.opacity-60 { opacity: 0.6; }
.opacity-70 { opacity: 0.7; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }
.opacity-100 { opacity: 1; }
.opacity-hover-10:hover,
a:hover .opacity-hover-10 {
    opacity: 0.1;
}
.opacity-hover-20:hover,
a:hover .opacity-hover-20 {
    opacity: 0.2;
}
.opacity-hover-30:hover,
a:hover .opacity-hover-30 {
    opacity: 0.3;
}
.opacity-hover-40:hover,
a:hover .opacity-hover-40 {
    opacity: 0.4;
}
.opacity-hover-50:hover,
a:hover .opacity-hover-50 {
    opacity: 0.5;
}
.opacity-hover-60:hover,
a:hover .opacity-hover-60 {
    opacity: 0.6;
}
.opacity-hover-70:hover,
a:hover .opacity-hover-70 {
    opacity: 0.7;
}
.opacity-hover-80:hover,
a:hover .opacity-hover-80 {
    opacity: 0.8;
}
.opacity-hover-90:hover,
a:hover .opacity-hover-90 {
    opacity: 0.9;
}
.opacity-hover-100:hover,
a:hover .opacity-hover-100 {
    opacity: 1;
}
.background-white { background-color: #fff !important; }
.background-black { background-color: #333 !important; }
.background-steel-blue { background-color: #003B71 !important; }
.background-gea-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#489fdf+0,003c71+100 */
    background: rgb(72,159,223); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(72,159,223,1) 0%, rgba(0,60,113,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(72,159,223,1) 0%,rgba(0,60,113,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(72,159,223,1) 0%,rgba(0,60,113,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#489fdf', endColorstr='#003c71',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/*.background-brick-red { background-color: #C34628 !important; }
.background-true-blue { background-color: #355D9D !important; }
.background-sea-blue { background-color: #66CCCA !important; }
.background-soft-brown { background-color: #814C39 !important; }
.background-warm-gray { background-color: #C1B8AF !important; }
.background-dark-field-green { background-color: #42683C !important; }
.background-light-field-green { background-color: #ACC37E !important; }*/
.background-dark,
.background-dark h1,
.background-dark h2,
.background-dark h3,
.background-dark h4,
.background-dark h5,
.background-dark h6,
.background-steel-blue,
.background-steel-blue h1,
.background-steel-blue h2,
.background-steel-blue h3,
.background-steel-blue h4,
.background-steel-blue h5,
.background-steel-blue h6,
.background-gea-gradient,
.background-gea-gradient h1,
.background-gea-gradient h2,
.background-gea-gradient h3,
.background-gea-gradient h4,
.background-gea-gradient h5,
.background-gea-gradient h6 {
    color: #fff;
}
.background-light,
.background-light h1,
.background-light h2,
.background-light h3,
.background-light h4,
.background-light h5,
.background-light h6 {
    color: #333;
}
.background-is-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-with-pattern { background: url('../system/production/assets/130057/original/pattern-bg.png') repeat center center; }
.background-is-fixed { background-attachment: fixed; }
.color-white { color: #fff !important; }
.color-black { color: #333 !important; }
.color-steel-blue { color: #003B71 !important; }
.color-brick-red { color: #C34628 !important; }
.color-true-blue { color: #355D9D !important; }
.color-sea-blue { color: #66CCCA !important; }
.color-soft-brown { color: #814C39 !important; }
.color-warm-gray { color: #C1B8AF !important; }
.color-dark-field-green { color: #42683C !important; }
.color-light-field-green { color: #ACC37E !important; }
.full-height { height: 100%; }
.full-width { width: 100%; }
.relative-container {
    position: relative;
    z-index: 1;
}
.padded-small { padding: 12px; }
.padded-medium { padding:  24px; }
.padded-large { padding: 48px; }
.padded-xlarge { padding: 60px; }
.padded-h-small {
    padding-left: 12px;
    padding-right: 12px;
}
.padded-h-medium {
    padding-left: 24px;
    padding-right: 24px;
}
.padded-h-large {
    padding-left: 48px;
    padding-right: 48px;
}
.padded-h-xlarge {
    padding-left: 60px;
    padding-right: 60px;
}
.padded-v-small {
    padding-bottom: 12px;
    padding-top: 12px;
}
.padded-v-medium {
    padding-bottom: 24px;
    padding-top: 24px;
}
.padded-v-large {
    padding-bottom: 48px;
    padding-top: 48px;
}
.padded-v-xlarge {
    padding-bottom: 60px;
    padding-top: 60px;
}
.space-none { margin-bottom: 0 !important; }
.space-small { margin-bottom: 12px !important; }
.space-medium { margin-bottom: 24px !important; }
.space-large { margin-bottom: 48px !important; }
.space-xlarge { margin-bottom: 60px !important; }
.space-foundation { margin-bottom: .9375rem !important; }
.layer-1 { z-index: 1; }
.layer-2 { z-index: 2; }
.layer-3 { z-index: 3; }
.layer-4 { z-index: 4; }
.layer-5 { z-index: 5; }
.small-text,
.small-text * {
    font-size: 14px;
    line-height: 22px;
}
.rounded {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}
a.back-to-top-js {
    background: #C34628;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    bottom: 24px;
    bottom: 90px;
    color: #fff !important;
    font-family: "Gotham SSm A","Gotham SSm B",'Montserrat',Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    height: 60px;
    hyphens: auto;
    line-height: 12px;
    overflow: hidden;
    opacity: 0;
    padding: 12px;
    position: fixed;
    right: 24px;
    right: 20px;
    text-align: center;
    width: 60px;
    word-break: break-word;
    z-index: 1;
}
body.internal a.back-to-top-js { background: #97999B; }
a.back-to-top-js.fixed { opacity: 1; }
a.back-to-top-js:hover,
a.back-to-top-js:focus {
    background: #003B71;
    text-decoration: none;
}

/* Template Content section */
.template-content.fixed { padding-top: 54px; }

/* General styles */
body {
    color: #333;
    /*font-family: Georgia, sans-serif;*/
    font-family: "Gotham SSm A","Gotham SSm B",'Montserrat',Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
}
body.scroll { overflow-y: visible; }
body.no-scroll { overflow-y: hidden; }
h1, h2, h3, h4, h5, h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
    color: #003B71;
    font-family: "Gotham SSm A","Gotham SSm B",'Montserrat',Arial,Helvetica,sans-serif;
    font-weight: 800;
    margin: 0 0 12px 0;
}
.background-dark h1,
.background-dark h2,
.background-dark h3,
.background-dark h4,
.background-dark h5,
.background-dark h6,
.background-dark .heading-1,
.background-dark .heading-2,
.background-dark .heading-3,
.background-dark .heading-4,
.background-dark .heading-5,
.background-dark .heading-6,
.background-steel-blue .heading-1,
.background-steel-blue .heading-2,
.background-steel-blue .heading-3,
.background-steel-blue .heading-4,
.background-steel-blue .heading-5,
.background-steel-blue .heading-6,
.background-gea-gradient .heading-1,
.background-gea-gradient .heading-2,
.background-gea-gradient .heading-3,
.background-gea-gradient .heading-4,
.background-gea-gradient .heading-5,
.background-gea-gradient .heading-6 {
    color: #fff;
}
h1,
.heading-1 {
    font-size: 100px;
    font-style: normal;
    line-height: 130px;
    text-transform: none;

    font-size: 45px;
    line-height: 54px;
}
.supporting-1 {
    font-family: Georgia, serif;
    font-size: 58px;
    font-style: italic;
    font-weight: normal;
    line-height: 75px;
    text-transform: none;
}
/* THIS IS H2 TEXT. IT’S ALWAYS UPPERCASE
AND IT’S GREAT FOR PAGE TITLES WHERE AN H1 IS TOO MUCH.*/
h2,
.heading-2 {
    font-size: 30px;
    font-style: normal;
    line-height: 39px;
    text-transform: uppercase;
}
/* This is H3 text. It’s great to use for quotes. */
h3,
.heading-3 {
    font-family: Georgia, serif;
    font-size: 28px;
    font-style: italic;
    font-weight: normal;
    line-height: 36px;
    text-transform: none;
}
/* THIS IS H4 TEXT. IT’S ALWAYS UPPERCASE
AND IT’S GREAT FOR PRODUCT NAMES. */
h4,
.heading-4 {
    font-size: 20px;
    font-style: normal;
    line-height: 26px;
    text-transform: uppercase;
}
/* THIS IS H5 TEXT. IT’S GREAT FOR ALL SORTS OF THINGS LIKE NAVIGATION LINKS,
BODY-TEXT HEADERS, BUTTON TEXT AND ANY OTHER SORT OF SMALL TEXT. */
h5,
.heading-5 {
    font-size: 13px;
    font-style: normal;
    line-height: 17px;
    text-transform: none;
}
p,
.paragraph {
    /*font-family: Georgia, serif;*/
    font-family: "Gotham SSm A","Gotham SSm B",'Montserrat',Arial,Helvetica,sans-serif;
    font-size: 20px;    
    
    margin: 0 0 24px 0;
}
ul, ol { margin: 0 0 24px 20px; }
ul li,
ol li {
    /*font-family: Georgia, serif;*/
    font-family: "Gotham SSm A","Gotham SSm B",'Montserrat',Arial,Helvetica,sans-serif;
    
    font-size: 20px;
    line-height: 34px;
}
a,
.background-white a {
    color: #003B71;
    transition: 0.5s;
}
a:hover,
a:focus,
.background-white a:hover,
.background-white a:focus {
    color: #003B71;
    text-decoration: underline;
}
.background-dark a,
.background-steel-blue a,
.background-gea-gradient a {
    color: #003c71;
}
.background-dark a:hover,
.background-dark a:focus,
.background-steel-blue a:hover,
.background-steel-blue a:focus,
.background-gea-gradient a:hover,
.background-gea-gradient a:focus {
    color: #fff;
}

/* Facet / Category Dropdown */
.facet-dropdown-home {
    display: block;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 53px;
    transition: 0.5s;
    z-index: 1;
}
.facet-dropdown-home.active { height: auto; }
.facet-dropdown-home a {
    border-top: 1px solid #C1B8AF;
    display: block;
}
.facet-dropdown-home a.no-border { border: medium none; }

/* Saved Jobs Alert */
.saved-jobs-alert-wrapper {
    background: rgba(0,0,0,0.7);
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}
.saved-jobs-alert {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 320px;
}
.saved-jobs-alert__check {
    font-size: 120px;
    line-height: 120px;
}
.saved-jobs-alert__check.removed { background: #8fd400 !important; } 

/* Header section */
.top-wrapper { z-index: 100; }
.header-outer {
    background: #003B71;
    transition: 0.5s;
}
.header-outer.active { background: #003c71; }
.header-outer.fixed {
    /*box-shadow: 0 12px 24px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 12px 24px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);*/
    left: 0;
    position: fixed;
    top: 0;
    transition: 0.5s;
    width: 100%;
    z-index: 100;
}
/*.header__logo { line-height: 60px; }*/
.header__logo img {
    max-height: 40px;
    margin: 3px 0;
    transition: 0.5s;
}
.header__menu-mobile-button { cursor: pointer; }
.header__menu-mobile-button a {
    color: #fff;
    display: inline-block;
    line-height: 40px;
    padding: 12px 0;

    border: 1px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 40px;
    margin: 12px 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
}
.header__menu-mobile-button a .fa {
    font-size: 18px;
    line-height: 40px;
}
.header__menu-mobile-button a .header__menu-mobile-button-text--menu,
.header__menu-mobile-button a .header__menu-mobile-button-text--close {
    background: #003c71;
    font-size: 12px;
    /*left: -34px;*/
    line-height: normal;
    padding: 1px 2px;
    position: absolute;
    right: 28px;
    top: 10px;
    transition: 0.5s;
    text-transform: uppercase;
}
.header__menu-mobile-button a .header__menu-mobile-button-text--close { background: #355D9D; }
.header__menu {
    background: #003c71;
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 64px;
    transition: 0.5s;
    z-index: -1;
}
.header__menu.active {
    display: block;
    height: auto;
    min-height: 100vh;
    opacity: 1;
    z-index: 100;
}
.header__menu ul {
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0 0 24px 0;
}
.header__menu ul li { list-style: none; }
.header__menu ul li a {
    color: #fff;
    font-family: "Gotham SSm A","Gotham SSm B",'Montserrat',Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.header__menu ul li ul {
    border-bottom: medium none;
    left: 0;
    margin: 0 0 0 6px;
    width: 100%;
    z-index: 1;
}
.header__menu ul li ul li a {
    font-weight: 400;
    text-transform: none;
}

/* Custom Layouts */
/* Banner / Testimonials section */
.banner__item-copy {
    padding: 24px 0;
    position: relative;
    z-index: 3;
}
.banner .slick-arrow,
.testimonial .slick-arrow {
    background: #003B71;
    bottom: 24px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    transition: 0.5s;
    width: 48px;
    z-index: 2;
}
.background-dark.banner .slick-arrow,
.background-dark .testimonial .slick-arrow,
.background-steel-blue.banner .slick-arrow,
.background-steel-blue .testimonial .slick-arrow,
.background-gea-gradient.banner .slick-arrow,
.background-gea-gradient .testimonial .slick-arrow {
    background: #fff;
    color: #003B71;
}
.banner .slick-arrow:hover,
.testimonial .slick-arrow:hover,
.banner .slick-arrow:focus,
.testimonial .slick-arrow:focus {
    background: #355D9D;
    color: #fff;
}
.banner .slick-next,
.testimonial .slick-next {
    right: 0;
}
.banner .slick-prev,
.testimonial .slick-prev { 
    right: 48px;
}
.banner ul.slick-dots,
.testimonial ul.slick-dots {
    bottom: 24px;
    left: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
}
.testimonial ul.slick-dots { bottom: 0; }
.banner ul.slick-dots li,
.testimonial ul.slick-dots li {
    background: #003B71;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    list-style: none;
    margin: 0 6px;
    text-indent: -99999px;
    transition: 0.5s;
    width: 12px;
}
.background-dark.banner ul.slick-dots li,
.background-dark .testimonial ul.slick-dots li,
.background-steel-blue.banner ul.slick-dots li,
.background-steel-blue .testimonial ul.slick-dots li,
.background-gea-gradient.banner ul.slick-dots li,
.background-gea-gradient .testimonial ul.slick-dots li {
    background: #fff;
}
.banner ul.slick-dots li.slick-active,
.banner ul.slick-dots li:hover,
.banner ul.slick-dots li:focus,
.testimonial ul.slick-dots li.slick-active,
.testimonial ul.slick-dots li:hover,
.testimonial ul.slick-dots li:focus {
    background: #C34628;
}
/* 2-Column with Media */
.media-left,
.media-right {
    height: 300px !important;
}
/* Content Tiles */
/*.content-tiles__item { display: table; }
.content-tiles__item-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}*/
/* Same height containers */
.same-height-parent {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.same-height-item.column,
.same-height-item.columns {
    max-width: 100%;
}
.same-height-item.small-1 { max-width: 8.33333%; }
.same-height-item.small-2 { max-width: 16.66667%; }
.same-height-item.small-3 { max-width: 25%; }
.same-height-item.small-4 { max-width: 33.33333%; }
.same-height-item.small-5 { max-width: 41.66667%; }
.same-height-item.small-6 { max-width: 50%; }
.same-height-item.small-7 { max-width: 58.33333%; }
.same-height-item.small-8 { max-width: 66.66667%; }
.same-height-item.small-9 { max-width: 75%; }
.same-height-item.small-10 { max-width: 83.33333%; }
.same-height-item.small-11 { max-width: 91.66667%; }
.same-height-item.small-12 { max-width: 100%; }
/* Read More Content */
.page-section-content {
    height: 400px;
    overflow: hidden;
}
.page-section-content.active { height: auto; }

/* Home page */
/* Job Category section */
a.job-categories__item-outer { display: block; }
.job-categories__item-inner {
    position: relative;
    z-index: 1;
}
.job-categories__item-inner h2 {
    font-size: 24px;
    line-height: 33px;
}
.job-categories__item-inner a { word-break: break-word; }
.job-categories__item-copy {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: 0.5s;
    width: 100%;
    z-index: 1;
}
a.job-categories__item-outer:hover .job-categories__item-copy { opacity: 0; }
.job-categories__item-copy h3 { margin: 0; }
.job-categories__item-hover {
    opacity: 0;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}
a.job-categories__item-outer:hover .job-categories__item-hover { opacity: 1; }
.job-categories__item-hover p:first-child { display: none; }
/*.job-categories__item-hover p {
    font-family: "Gotham SSm A","Gotham SSm B",'Montserrat',Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 17px;
}*/

/* Job Search Results page */
/* Facet section */
.facet-section h4 { position: relative; }
.facet-section__clear-all,
.facet-section-inner {
    background: #fff;
    display: none;
    height: 100vh;
    left: 0;
    overflow-y: auto;
    padding: 24px 24px 60px 24px;
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 102;
}
.facet-section.active .facet-section-inner { display: block; }
.facet-item { border-top: 1px solid #C1B8AF; }
.facet-item__heading a {
    cursor: pointer;
    display: block;
    position: relative;
}
.facet-item__options {
    overflow: hidden !important;
    position: relative !important;
}
.minus .facet-item__options { display: block; }
.plus .facet-item__options { display: none; }
a.facet-item__show-more { display: inline-block; }
.facet-item__row--hidden { display: none; }
span.facet-item__heading-expand-collapse {
    bottom: 0;
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: 0;
    vertical-align: middle;
    width: 10%;
}
.facet-item--expanded span.facet-item__heading-expand-collapse:after { content: "\f068"; }
.facet-item--collapsed span.facet-item__heading-expand-collapse:after { content: "\f067"; }
.facet-item__options-item { position: relative; }
.facet-item__options-item a { display: block; }
.facet-item__options-item > span { float: left; }
span.facet-item__option-item-label {
    margin: 0;
    width: 90%;
}
span.facet-item__options-item-type {
    font-family: 'facetselecticon';
    font-size: 14px;
    width: 10%;
}
.facet-item__options-item-type--multi:after { content: "b"; }
.facet-item__options-item-type--selected.facet-item__options-item-type--multi:after { content: "o"; }
.facet-item__options-item-type--single:after { content: "f"; }
.facet-item__options-item-type--selected.facet-item__options-item-type--single:after { content: "g"; }
/* Candidate Notification */
/* New UI */
.MuiPaper-root {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 48px;
}
.MuiPaper-root * {
    font-family: "Gotham SSm A","Gotham SSm B",'Montserrat',Arial,Helvetica,sans-serif !important;
    font-size: 18px;
}
.MuiPaper-root h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 39px;
    text-transform: uppercase;
}
.MuiPaper-root .MuiDialogTitle-root { padding: 0; }
.MuiPaper-root .MuiDialogContent-root { padding: 0; }
.MuiPaper-root .CJN-Form > div { padding: 0; }
.MuiPaper-root .MuiFormControl-marginDense { margin: 12px 0; }
.MuiPaper-root .CJN-Form input[type="text"],
.MuiPaper-root .CJN-Form input[type="email"],
.MuiPaper-root .CJN-Form select {
    background-color: #fff;
    height: 52px;
    margin: 0;
}
.MuiPaper-root .CJN-Form input[type="text"],
.MuiPaper-root .CJN-Form input[type="email"] {
    border: none;
    box-shadow: none;
}
.MuiPaper-root .CJN-Form select:focus { background-color: #fff; }
.MuiPaper-root .CJN-Form fieldset {
    border-radius: 0;
}
.MuiPaper-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline { border-color: #C1B8AF; }
.MuiPaper-root .MuiDialogActions-root {
    display: block;
    padding: 0;
    text-align: right;
}
.MuiPaper-root button.MuiButton-containedPrimary,
.MuiPaper-root button.MuiButton-containedPrimary:hover,
.MuiPaper-root button,
.MuiPaper-root button:hover {
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    
    display: inline-block;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 15px;
    font-weight: 800;
    line-height: 16px;
    padding: 16px 24px;
    text-align: center;
    transition: 0.5s;
}
.MuiPaper-root button.MuiButton-containedPrimary {
    background: #003B71;
    border: 2px solid #003B71;
    color: #fff;
}
.MuiPaper-root button.MuiButton-containedPrimary:hover,
.MuiPaper-root button.MuiButton-containedPrimary:focus {
    background: transparent;
    border: 2px solid #003B71;
    color: #003B71;
}
.MuiPaper-root button {
    background: #C34628;
    border: 2px solid #C34628;
    color: #fff;
}
.MuiPaper-root button:hover,
.MuiPaper-root button:focus {
    background: transparent;
    border: 2px solid #C34628;
    color: #C1B8AF;
}
.scrolloff { pointer-events: none; }
a.jobs-section__map-button { display: block; }
.jobs-section__map {
    height: 0;
    visibility: hidden;
}
.jobs-section__map.active {
    height: auto;
    margin: 0 0 24px 0;
    visibility: visible;
}
.jobs-section__map.invisible { margin: 0; }
.jobs-section__map .scrolloff { pointer-events: none; }
.jobs-section__map iframe { width: 100%; }
.jobs-section__heading h6 { margin: 0; }
.jobs-section__item { border-top: 1px solid #C1B8AF; }
.jobs-section__paginate .disabled,
.jobs-section__paginate .current {
    background: transparent;
    color: #C1B8AF;
    padding: 0;
}
.jobs-section__paginate span,
.jobs-section__paginate a {
    color: #003B71;
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 0;
}
.jobs-section__paginate a:hover { background: transparent; }

/* Job Category pages */
.is-category-tile p:nth-child(1),
.is-category-tile p:nth-child(2) {
    display: none;
}

/* Job Details page */
.cs_share_text { margin: 0; }
.cs_share_container { float: none; }
.cs_share_email,
.cs_share_email--manual,
.cs_share_google,
.cs_share_twitter,
.cs_share_facebook,
.cs_share_linkedin {
  height: 52px !important;
  padding: 0;
  width: 52px !important;
}
.cs_share_email--manual,
.cs_share_email {
  display: block;
  float: left;
  line-height: 48px;
  margin-left: 0 !important;
  overflow: hidden;
}
a.cs_email_btn,
a.cs_share_google_btn,
a.cs_share_twitter_btn,
a.cs_facebook_btn,
a.cs_share_linkedin_btn {
  background: #003B71;
  border: 2px solid #003B71;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 52px !important;
  line-height: 48px;
  position: relative;
  text-align: center;
  width: 52px !important;
}
a.cs_email_btn:hover,
a.cs_share_google_btn:hover,
a.cs_share_twitter_btn:hover,
a.cs_facebook_btn:hover,
a.cs_share_linkedin_btn:hover,
a.cs_email_btn:focus,
a.cs_share_google_btn:focus,
a.cs_share_twitter_btn:focus,
a.cs_facebook_btn:focus,
a.cs_share_linkedin_btn:focus {
    background: #fff;
    border: 2px solid #003B71;
    color: #003B71;
    text-decoration: none;
}
a.cs_email_btn:after,
a.cs_share_google_btn:after,
a.cs_share_twitter_btn:after,
a.cs_facebook_btn:after,
a.cs_share_linkedin_btn:after {
  font-family: FontAwesome;
}
a.cs_email_btn:after { content: "\f003"; }
a.cs_share_google_btn:after { content: "\f0d5"; }
a.cs_share_twitter_btn:after { content: "\f099"; }
a.cs_facebook_btn:after { content: "\f09a"; }
a.cs_share_linkedin_btn:after { content: "\f0e1"; }
.branded-search.social-share-url input {
    border: 2px solid #97999B;
    padding: 0 84px 0 15px !important;
}
a.social-share-url__copy-js {
    display: block;
    line-height: 48px;
    margin: 2px 0;
    min-width: auto;
    padding: 0 .5rem;
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 2;
}

/* Content pages */
.page-details .candidate-notification-link,
.page-details .pagination,
a.jobs-section__paginate-view-more {
    display: none;
}
.page-details .jobs-section__paginate-view-more { display: block; }

/* Footer section */
.footer__logo {
    border-bottom: 1px solid #fff;
    line-height: 60px;
    padding: 0 0 24px 0;
}
.footer__logo img { max-height: 60px; }
ul.footer__menu { margin: 0; }
ul.footer__menu li {
    list-style: none;
}
ul.footer__menu li a {
    color: #fff;
}
.footer__social-media a {
    background: #C34628;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff !important;
    display: inline-block;
    font-size: 34px;
    height: 52px;
    line-height: 52px;
    margin: 0 6px 6px 0;
    overflow: hidden;
    text-align: center;
    width: 52px;
}
body.internal .footer__social-media a { background: #97999B; }
.background-dark .footer__social-media a,
.background-steel-blue .footer__social-media a,
.background-gea-gradient .footer__social-media a {
    background: #fff;
    color: #003B71 !important;
}
.footer__social-media a:hover,
.footer__social-media a:focus {
    opacity: 0.8;
}
img.footer__social-media--glassdoor {
    display: inline-block;
    height: 34px;
    margin: -4px auto 0 auto;
}



@media only screen and (min-width: 640px) {
    /* 640 Branded / Utility Styles */
    .branded-search__keyword,
    .branded-search__submit {
        float: left;
    }
    .branded-search__keyword {
        margin: 0 1% 0 0;
        width: 69%;
    }
    .branded-search__submit { width: 30% }

    /* 640 Header section */
    .header__menu ul {
        left: 50%;
        position: relative;
        width: 50%;
        z-index: 1;
    }

    /* 640 Custom layouts */
    /* Same height containers */
    .same-height-item.medium-1 { max-width: 8.33333%; }
    .same-height-item.medium-2 { max-width: 16.66667%; }
    .same-height-item.medium-3 { max-width: 25%; }
    .same-height-item.medium-4 { max-width: 33.33333%; }
    .same-height-item.medium-5 { max-width: 41.66667%; }
    .same-height-item.medium-6 { max-width: 50%; }
    .same-height-item.medium-7 { max-width: 58.33333%; }
    .same-height-item.medium-8 { max-width: 66.66667%; }
    .same-height-item.medium-9 { max-width: 75%; }
    .same-height-item.medium-10 { max-width: 83.33333%; }
    .same-height-item.medium-11 { max-width: 91.66667%; }
    .same-height-item.medium-12 { max-width: 100%; }

    /* 640 Home page */
    .microsites__item:first-child { border-right: 1px solid #fff; }
    /* 640 Job Category section */
    .job-categories__item-inner h2 {
        font-size: 30px;
        line-height: 39px;
    }
}

@media only screen and (min-width: 1024px) {
    /* 1024 Branded / Utility styles */
    .branded-search__keyword { width: 79%; }
    .branded-search__submit { width: 20% }

    /* 1024 Template Content section */
    .template-content.fixed { padding-top: 70px; }

    /* 1024 Custom Layouts */
    /* Banner / Testimonials section */
    .banner__item-copy.has-banner-image {
        bottom: 48px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 3;
    }
    .banner__item-copy
    .banner__item-copy h1,
    .banner__item-copy p {
        font-size: 42px;
        line-height: 54px;
    }
    #career_site_home_page .banner__item-copy h1,
    #career_site_home_page .banner__item-copy p {
        font-weight: 400;
    }
    .banner .slick-arrow,
    .testimonial .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .banner .slick-next,
    .testimonial .slick-next {
        right: 24px;
    }
    .banner .slick-prev,
    .testimonial .slick-prev { 
        left: 24px;
        right: 0;
    }
    .banner ul.slick-dots {
        bottom: 24px;
        left: auto;
        right: 24px;
    }
    .testimonial ul.slick-dots {
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    /* 2-Column Media Left */
    .media-left,
    .media-right {
        height: 100% !important;
        min-height: 600px;
        position: absolute;
        top: 0;
        width: 50%;
    }
    .media-left { left: 0; }
    .media-right { right: 0; }
    /* Same height containers */
    .same-height-item.large-1 { max-width: 8.33333%; }
    .same-height-item.large-2 { max-width: 16.66667%; }
    .same-height-item.large-3 { max-width: 25%; }
    .same-height-item.large-4 { max-width: 33.33333%; }
    .same-height-item.large-5 { max-width: 41.66667%; }
    .same-height-item.large-6 { max-width: 50%; }
    .same-height-item.large-7 { max-width: 58.33333%; }
    .same-height-item.large-8 { max-width: 66.66667%; }
    .same-height-item.large-9 { max-width: 75%; }
    .same-height-item.large-10 { max-width: 83.33333%; }
    .same-height-item.large-11 { max-width: 91.66667%; }
    .same-height-item.large-12 { max-width: 100%; }

    /* 1024 Header section */
    
    
.header-outer,
.header-outer.active {
    background: #fff;
}
.header__logo {
    background: #003c71;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 500px;
    left: -200px;
    position: absolute;
    top: -400px;
    width: 600px;
}
body.asi .header__logo { width: 400px; }
.header__logo a {
    display: block;
    left: 220px;
    position: relative;
    top: 410px;
    z-index: 1;
}
.header__logo img { max-height: 60px; }
.header__menu {
    background: transparent;
    display: block;
    height: auto !important;
    min-height: 0 !important;
    opacity: 1 !important;
    overflow: visible;
    position: relative;
    top: 0;
    z-index: 1;
}
.header__menu ul {
    border: medium none;
    float: right;
    left: 0;
    padding: 0;
    width: auto;
}
.header__menu ul li {
    display: block;
    float: left;
    line-height: 18px;
    position: relative;
    z-index: 1;
}
.header__menu ul li a {
    border: medium none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #003B71;
    display: inline-block;
    line-height: 18px;
    padding: 18px 24px;
    text-transform: none;
}
.header__menu ul li:hover a,
.header__menu ul li a:hover,
.header__menu ul li a:focus,
.header__menu ul li a.parent-item.active {
    background: #003c71 !important;
    border: medium none;
    color: #fff !important;
    text-decoration: none;
}
.header__menu ul li ul {
    background: #003c71;
    display: none;
    left: 0;
    margin: 0;
    padding: 12px 0;
    position: absolute;
    top: 54px;
    width: 200%;
    z-index: 1;
}
.header__menu ul li.header__menu-last-item ul {
    left: auto;
    right: 0;
}
.header__menu ul li:hover ul,
.header__menu ul ul.active {
    display: block;
}
.header__menu ul li ul li {
    display: block;
    float: none;
}
.header__menu ul li ul li a {
    color: #fff;
    font-weight: 600;
    padding: 6px 24px;
}
.header__menu ul li ul li a:hover,
.header__menu ul li ul li a:focus {
    text-decoration: underline;
}

    

    /* Job Search Results page */
    .facet-section-inner {
        background: #fff;
        display: block !important;
        height: auto !important;
        left: 0;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 1;
    }
}
@media (max-width: 1024px) {
  #tm_chat {
    width: 100% !important;
    height: 100% !important;
    -webkit-transform: translate(0, calc(100% - 64px)) !important;
    transform: translate(0, calc(100% - 64px)) !important;
  }
  #tm_chat.opened {
    height: unset;
    min-height: unset;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    position: absolute;
    top: 0;
  }
  #tm_chat.opened .inner {
    height: 100% !important;
  }
  #tm_chat .inner .content {
    overflow-y: scroll !important;
    display: inline-block;
    padding-bottom: 128px !important;
  }
}
@media only screen and (min-width: 1440px) {
    .hide-for-xlarge { display: none !important; }
    .show-for-xlarge { display: block !important; }

    /* 1024 Custom Layouts */
    /* 2-Column Media Left */
    .media-left,
    .media-right {
        min-height: 800px;
    }

    /* 1440 Header section */
    
}