/* Fonts */
/* @import url('//fonts.googleapis.com/css?family=Muli:300,400,600,700'); */
@import url("../../yia0uxz.css");
@font-face {font-family: "facetselecticon";
    src:url("https://careers.interxion.es/system/production/assets/115081/original/facetselecticon.eot");
    src:url("https://careers.interxion.es/system/production/assets/115081/original/facetselecticon.eot#iefix") format("embedded-opentype"),
    url("https://careers.interxion.es/system/production/assets/115082/original/facetselecticon.woff") format("woff"),
    url("https://careers.interxion.es/system/production/assets/115083/original/facetselecticon.ttf") format("truetype"),
    url("https://careers.interxion.es/system/production/assets/115084/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: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
}
.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;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-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: 1200px; } */
.container-xl { max-width: 1200px; }
.container-xxl { max-width: 1440px; }

.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%;
}
/* Overwrites - OneTrust cookie banner */
body.cookie-ok #onetrust-consent-sdk #onetrust-banner-sdk { display: none !important; }
body.cookie-ok #onetrust-consent-sdk #ot-sdk-btn-floating { display: block !important; }


/* Branded / Utility styles */
.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: #ffffff !important; }
.background-1 { background-color: #333333 !important; } /* gray 1 */
.background-2 { background-color: #999999 !important; } /* gray 2 */
.background-3 { background-color: #eeeeee !important; } /* gray 3 */
.background-4 { background-color: #009ee3 !important; } /* blue */
.background-5 { background-color: #99ca3c !important; } /* green */
.background-6 { background-color: #ffa12d !important; } /* orange */
.background-dark,
.background-dark h1,
.background-dark h2,
.background-dark h3,
.background-dark h4,
.background-dark h5,
.background-dark h6 {
    color: #ffffff !important;
}
.background-light,
.background-light h1,
.background-light h2,
.background-light h3,
.background-light h4,
.background-light h5,
.background-light h6 {
    color: #333333 !important;
}
.background-light * { color: #111; }
.background-light a { text-decoration: underline; }
.background-light a:hover,
.background-light a:focus {
    text-decoration: none;
}
.background-is-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-with-pattern { background: url('https://careers.interxion.es/system/production/assets/130057/original/pattern-bg.png') repeat center center; }
.background-is-fixed { background-attachment: fixed; }
.color-white { color: #ffffff !important; }
.color-1 { color: #333333 !important; } /* gray 1 */
.color-2 { color: #999999 !important; } /* gray 2 */
.color-3 { color: #eeeeee !important; } /* gray 3 */
.color-4 { color: #009ee3 !important; } /* blue */
.color-5 { color: #99ca3c !important; } /* green */
.color-6 { color: #ffa12d !important; } /* orange */
.page-section-small {
    padding-bottom: 12px;
    padding-top: 12px;
}
.page-section-medium {
    padding-bottom: 24px;
    padding-top: 24px;
}
.page-section-large,
.page-section-xlarge {
    padding-bottom: 48px;
    padding-top: 48px;
}
.page-section-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padded-small { padding: 12px; }
.padded-medium { padding:  20px; }
.padded-large { padding: 40px; }
.padded-xlarge { padding: 60px; }
.space-none { margin-bottom: 0; }
.space-small { margin-bottom: 12px; }
.space-medium { margin-bottom: 20px; }
.space-large { margin-bottom: 40px; }
.space-xlarge { margin-bottom: 60px; }
.space-foundation { margin: .9375rem 0; }
.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; }
.full-height { height: 100%; }
.full-width { width: 100%; }
.the-btn {
    height: 47px;
    padding: 0 30px;
    min-width: 120px;
    font-size: 1.8rem;
    font-weight: 300;
    font-family: museo,serif;
    text-transform: none;
    color: #fff !important;
    background: transparent;
    border-radius: 0;
    border: 0 solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    text-decoration: none !important;
}
.the-btn-green {
    background-color: #99ca3c!important;
}
.the-btn-green:hover {
    background-color: #a3cf50!important;
    color: #fff !important;
}
.the-btn-blue {
    background-color: #009ee3!important;
}
.the-btn-blue:hover {
    background-color: #00b0fd!important;
    color: #fff !important;
}

.the-btn-slide-blue {
    border-left: 4px solid #009ee3;
    height: 55px;
    display: inline-block;

    background: linear-gradient(to right, #009ee3 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .2s ease-out;
    text-decoration: none;
}
.the-btn-slide-blue:hover {
    background-position: left bottom;
}
.the-btn-slide-text-blue {
    font-family: museo,serif;
    text-align: center;
    padding: 18px 30px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #009ee3;
    transition: all .3s ease-out;
    display: inline-block;
}
.the-btn-slide-text-blue:hover {
    color: #fff; 
}

.the-btn-slide-green {
    border-left: 4px solid #99ca3c;
    height: 55px;
    display: inline-block;

    background: linear-gradient(to right, #99ca3c 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .2s ease-out;
    text-decoration: none;
}
.the-btn-slide-green:hover {
    background-position: left bottom;
}
.the-btn-slide-text-green {
    font-family: museo,serif;
    text-align: center;
    padding: 18px 30px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #99ca3c;
    transition: all .3s ease-out;
    display: inline-block;
}
.the-btn-slide-text-green:hover {
    color: #fff; 
}

.branded-button,
.branded-button-outer a {
    height: 47px;
    padding: 0 30px;
    min-width: 120px;
    font-size: 1.8rem;
    font-weight: 300;
    font-family: museo,serif;
    text-transform: none;
    color: #fff !important;
    background: transparent;
    border-radius: 0;
    border: 0 solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    text-decoration: none !important;
}
.branded-button:hover,
.branded-button-outer a:hover {
    /* box-shadow: 0 0 12px rgba(34,34,34,0.5);
    -moz-box-shadow: 0 0 12px rgba(34,34,34,0.5);
    -webkit-box-shadow: 0 0 12px rgba(34,34,34,0.5);
    opacity: 1; */
}
.branded-button-large,
.branded-button-large-outer a {
    /* font-size: 20px;
    line-height: 24px;
    padding: 24px 48px; */
}
.branded-button-wide,
.branded-button-wide-outer a {
    /* width: 100%; */
}
.branded-button-1,
.branded-button-1-outer a,
.branded-button-1:focus,
.branded-button-1-outer a:focus {
    background: #009ee3;
    color: #fff;
}
.branded-button-1:hover,
.branded-button-1-outer a:hover {
    background: #00b0fd;
    color: #fff;
}
.branded-button-2,
.branded-button-2-outer a,
.branded-button-2:focus,
.branded-button-2-outer a:focus {
    background: #99ca3c;
    color: #fff;
}
.branded-button-2:hover,
.branded-button-2-outer a:hover {
    background: #a3cf50;
    color: #fff;
}
.branded-button-3,
.branded-button-3-outer a,
.branded-button-3:focus,
.branded-button-3-outer a:focus {
    background: #222;
    color: #fff;
}
.branded-button-3:hover,
.branded-button-3-outer a:hover {
    background: #222;
    color: #fff;
}
.branded-button-4,
.branded-button-4-outer a,
.branded-button-4:focus,
.branded-button-4-outer a:focus {
    background: #fff;
    color: #009ee3 !important;
}
.branded-button-4:hover,
.branded-button-4-outer a:hover {
    background: #fff;
    color: #00b0fd !important;
}
.branded-button-5,
.branded-button-5-outer a,
.branded-button-5:focus,
.branded-button-5-outer a:focus {
    background: transparent;
    border: 1px solid #00457c;
    color: #00457c !important;
}
.branded-button-5:hover,
.branded-button-5-outer a:hover {
    background: #00457c;
    border: 1px solid #00457c;
    color: #fff !important;
}
.branded-button-6,
.branded-button-6-outer a,
.branded-button-6:focus,
.branded-button-6-outer a:focus {
    background: #ffa12d;
    color: #fff;
}
.branded-button-6:hover,
.branded-button-6-outer a:hover {
    background: #ffa12d;
    color: #fff;
}
.branded-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 100%;
}
.branded-search input[type="text"],
.branded-search select {
    background-color: #fff;
    border: 1px solid #999;
    height: 40px;
    margin: 0;
}
.branded-search textarea {
    height: 120px;
    resize: none;
}
.branded-video iframe,
.branded-video video {
    height: auto !important;
    width: 100% !important;
}
.relative-container { position: relative; }
.small-text {
    font-size: 12px;
    line-height: 14px;
}
.font-italic { font-style: italic; }
.font-family-heebo { font-family: 'heebo',sans-serif; }
.font-family-museo { font-family: museo, serif; }
.font-12 { font-size: 1.2rem; }
.font-14 { font-size: 1.4rem; }
.font-16 { font-size: 1.6rem; }
.font-18 { font-size: 1.8rem; }
.font-20 { font-size: 2.0rem; }
.font-30 { font-size: 3.0rem; }
.font-40 { font-size: 4.0rem; }
.font-68 { font-size: 6.8rem; }
.line-height-initial { line-height: initial; }
.text-caps { text-transform: uppercase; }
.font-weight-100 { font-weight: 100 !important; }
.font-weight-300 { font-weight: 300 !important; }
.font-weight-regular { font-weight: 400 !important; }
.font-weight-500 { font-weight: 500 !important; }
.font-weight-700 { font-weight: 700 !important; }
.background-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-overlay {
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
}
.overlay-white { background-color: rgba(255,255,255,0.3); }
.overlay-black { background-color: rgba(0,0,0,0.3); }
.p-t-0 { padding-top: 0 !important; }
.p-b-0 { padding-bottom: 0 !important; }
.p-l-0 { padding-left: 0 !important; }
.p-r-0 { padding-right: 0 !important; }
.p-t-10 { padding-top: 10px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-l-30 { padding-left: 30px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-t-40 { padding-top: 40px !important; }
.p-b-40 { padding-bottom: 40px !important; }
.p-l-40 { padding-left: 40px !important; }
.p-r-40 { padding-right: 40px !important; }
.p-t-60 { padding-top: 60px !important; }
.p-b-60 { padding-bottom: 60px !important; }
.p-l-60 { padding-left: 60px !important; }
.p-r-60 { padding-right: 60px !important; }
.p-t-80 { padding-top: 80px !important; }
.p-b-80 { padding-bottom: 80px !important; }
.p-l-80 { padding-left: 80px !important; }
.p-r-80 { padding-right: 80px !important; }
.m-t-0 { margin-top: 0 !important; }
.m-b-0 { margin-bottom: 0 !important; }
.m-l-0 { margin-left: 0 !important; }
.m-r-0 { margin-right: 0 !important; }
.m-t-10 { margin-top: 10px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-t-40 { margin-top: 40px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-l-40 { margin-left: 40px !important; }
.m-r-40 { margin-right: 40px !important; }
.m-t-60 { margin-top: 60px !important; }
.m-b-60 { margin-bottom: 60px !important; }
.m-l-60 { margin-left: 60px !important; }
.m-r-60 { margin-right: 60px !important; }
.m-t-80 { margin-top: 80px !important; }
.m-b-80 { margin-bottom: 80px !important; }
.m-l-80 { margin-left: 80px !important; }
.m-r-80 { margin-right: 80px !important; }
.pt-24 { padding-top: 24px; }
.pb-24 { padding-bottom: 24px; }
.pl-24 { padding-left: 24px; }
.pr-24 { padding-right: 24px; }
.mt-24 { margin-top: 24px; }
.mb-24 { margin-bottom: 24px; }
.ml-24 { margin-left: 24px; }
.mr-24 { margin-right: 24px; }

/* Template Content section */
/* .template-content.fixed {
    padding-top: 72px;
} */
html {
    height: 100% !important;
    font-size: 62.5%;
}
/* body.has-search .template-content.fixed {
    padding-top: 316px;
} */
/* General styles */
body {
    font-family: 'heebo',sans-serif;
    color:#666;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* body.scroll { overflow-y: visible; }
body.no-scroll { overflow-y: hidden; } */
/* h1, h2, h3, h4, h5, h6,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
    font-family: 'museo',serif;
    font-weight: 600;
    margin: 0 0 12px 0;
}
h1 {
    font-size: 46px;
    line-height: 50px;
}
h2,
.heading-2 {
    font-size: 32px;
    line-height: 36px;
}
h3,
.heading-3 {
    font-size: 28px;
    line-height: 32px;
}
h4,
.heading-4 {
    font-size: 24px;
    line-height: 28px;
}
h5,
.heading-5 {
    font-size: 20px;
    line-height: 24px;
}
h6,
.heading-6 {
    font-size: 16px;
    line-height: 20px;
} */
h1 {
    font-family: museo, serif;
    font-weight: 300;
    font-size: 5rem;
    color: #009ee3;
    margin: 0 0 15px;
    text-transform: none;
}
h1.is-title-lite {
    font-weight: 400;
}
@media (max-width: 575.98px) {
    h1 {
        font-size: 2.5rem !important;
        line-height: 1.2;
    }
}
h1.hero {
    font-family: museo, serif;
    font-weight: 700;
    font-size: 2.8rem;
    color: #fff;
    margin: 0 0 15px;
    text-transform: uppercase;
}
h1.hero.is-title-lite {
    font-weight: 400;
}
@media (max-width: 575.98px) {
    h1.hero {
        font-size: 2.5rem !important;
        line-height: 1.2;
    }
}
h2 {
    font-family: museo, serif;
    font-weight: 300;
    font-size: 4rem;
    color: #333;
    margin: 0 0 30px;
    text-transform: none;
}
h2.is-title-lite {
    font-weight: 400;
}
@media (max-width: 575.98px) {
    h2 {
        font-size: 2.2rem !important;
        line-height: 1.4;
    }
}
h2.hero {
    font-family: museo, serif;
    font-size: 2.8rem;
    color: #00457c;
    margin: 25px 0 10px;
    text-transform: uppercase;
}
h2.hero,
h2.hero.is-title-lite {
    font-weight: 400;
}
@media (max-width: 575.98px) {
    h2.hero {
        font-size: 2.2rem !important;
        line-height: 1.4;
    }
}
h3 {
    font-family: museo, serif;
    font-weight: 300;
    font-size: 3rem;
    color: #333;
    margin: 0 0 15px;
    text-transform: none;
}
h3.is-title-lite {
    font-weight: 400;
}
@media (max-width: 575.98px) {
    h3 {
        font-size: 1.8rem !important;
    }
}
h4 {
    font-size: 1.8rem;
    font-weight: 300;
    color: #333;
}
@media (max-width: 575.98px) {
    h4 {
        font-size: 1.8rem !important;
    }
}
a {
    font-family: heebo, sans-serif;
    color: #009ee3;
    font-size: 1.8rem;
    font-weight: 400;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    text-decoration: none;
}
a:hover,
a i {
    text-decoration: none;
}
a:hover {
    color: #17b8ff;
}
a:hover i {
    text-decoration: none;
}
a:active,
a:focus {
    color: #03b2ff;
    text-decoration: none;
}
.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}
/* p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 24px 0;
} */
/* p{ font-style:italic; } */
p {
    font-family: 'heebo',sans-serif;
    font-weight:400;
    font-size:1.8rem;
    color:#666;
    line-height:1.5;
    margin:0 0 25px;
}
p b,p strong { font-weight:600; }
ul, ol { margin: 0 0 24px 20px; }
ul li,
ol li {
    font-size: 16px;
    line-height: 20px;
}
/* a {
    color: #009ee3;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}
a:hover,
a:focus {
    opacity: 0.7;
} */
a {
    font-family: 'heebo',sans-serif;
    color:#009ee3;
    font-size:1.8rem;
    font-weight:400;
    transition:all .25s ease-in-out;
    -webkit-transition:all .25s ease-in-out;
    -moz-transition:all ease-in-out .25s;
    -o-transition:all ease-in-out .25s;
}
a:hover,
a i{ text-decoration:none; }
a:hover{ color:#17b8ff; }
a:hover i{ text-decoration:none; }
a:active,
a:focus{
    color:#03b2ff;
    text-decoration:none;
}
img {
    max-width: 100%;
    height: auto;
}
/* Compontents / Templates */
.tile-area {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
}
.tile-area .tile-image {
    position: relative;
    overflow: hidden;
}
.tile-area .tile-image img {
    display: block;
    transform: scale(1);
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.tile-area:hover img {
    transform: scale(1.1);
}
.tile-area:hover .bg-overlay {
    background-color: transparent;
    background-image: linear-gradient(0deg ,rgba(0,69,124,.8),rgba(153,202,60,.5));
}
.tile-area .tile-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
}
.tile-area .tile-content h2 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 5px;
}
.tile-area .tile-content p {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0;
}

.tile-area:hover .tile-content p {
    padding: 0 10px;
    background-color: #99ca3c;
    border-radius: 20px;
}
.tile-area .tile-content p span.number {
    font-size: 1.3rem;
    min-width: 20px;
    height: 20px;
    padding: 5px;
    background-color: #e3097c;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 5px; */
}
.tile-area:hover .tile-content p span.number {
    background-color: transparent;
    border-radius: 0;
}
.tile-area .tile-content .preview-text { display: none; }
.tile-area:hover .tile-content .preview-text { display: inline-block; }
/* Saved Jobs Alert */
.saved-jobs-alert-wrapper {
    background: rgba(34,34,34,0.5);
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 100;
}
.saved-jobs-alert {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    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: #009ee3 !important; }
.save-job-outer--job-list a {
    border: 1px solid #009ee3 !important;
    padding: 12px;
    display: inline-block;
    color: #009ee3!important;
    margin: 0 4px 0 0;
}
.save-job-outer--job-list a:hover,
.save-job-outer--job-list a:focus,
.save-job-outer--job-list a.job-saved-js {
    background: #009ee3;
    color: #fff!important;
}
.save-job-outer--job-list a.job-saved-js:hover,
.save-job-outer--job-list a.job-saved-js:focus {
    background: #00b0fd !important;
    border: 1px solid #00b0fd !important;
}
.buttons a { line-height: 20px !important; }

/* Top Message */
.top-message {
    background: #009ee3;
    color: #fff;
}
.top-message * { color: #fff; }
.top-message a { text-decoration: underline; }
/* Header section */
.header-outer { background: #fff; }
.header-outer.fixed {
    box-shadow: 0 10px 20px 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;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 100%;
    z-index: 100;
}
.header__logo { line-height: 46px; }
.header__logo img { max-height: 46px; }
.header__menu-mobile-button { cursor: pointer; }
.header__menu-mobile-button .fa {
    font-size: 18px;
    line-height: 46px;
}
.header__menu {
    background: #fff;
    display: none;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 68px;
    z-index: -1;
}
.header__menu.active {
    display: block;
    height: auto;
    min-height: 100vh;
    opacity: 1;
    z-index: 100;
}
.header__menu ul {
    margin: 0;
    padding: 12px;
}
.header__menu ul li { list-style: none; }
.header__menu ul li a {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
}
.saved_jobs_link.has-jobs {
    background: #00457c;
    color: #fff !important;
    position: relative;
    z-index: 1;
}
.saved_jobs_link__counter {
    background: #e3097c;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
    width: 20px;
    z-index: 1;
}

/* Banner section */
.hero-container-outer {
    /*padding-top: 114px;*/
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 640px) {
    /*.hero-container-outer { padding-top: 92px; }*/
}
.hero-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.hero-container {
    width: 100%;
    position: absolute;
    top: 60%;
    left: 0;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}
.hero-container .hero-content {
    background: #fff;
    padding: 40px;
}
.hero-container .hero-content h1 {
    margin-bottom:30px;
    font-size: 5.0rem;
    font-weight: 300;
    color: #009ee3;
}
.hero-container .hero-content h2 {
    margin-bottom:30px;
    font-size: 3.6rem;
    font-weight: 300;
    color: #060606;
}
.hero-container .hero-content .search-form input[type="text"] {
    padding: 10px;
    width: 100%;
}
.hero-container .hero-content .search-form select {
    padding: 9px;
    width: 100%;
}
.hero-container .hero-content .search-form input[type="text"]::-webkit-input-placeholder {
    color: #666;
    font-size:1.2rem;
}
.hero-container .hero-content .search-form input[type="text"]::-moz-placeholder {
    color: #666;
    font-size:1.2rem;
}
.hero-container .hero-content .search-form input[type="text"]:-ms-input-placeholder {
    color: #666;
    font-size:1.2rem;
}
.hero-container .hero-content .search-form input[type="text"]:-moz-placeholder {
    color: #666;
    font-size:1.2rem;
}
/* search page hero */
.hero-container--search {
    /*width: 100%;
    position: absolute;
    top: 60%;
    left: 0;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);*/
    padding: 20px 0;
}
.hero-container--search .hero-search {
    color: #fff;
}
.hero-container--search .hero-search h1 {
    margin-bottom:30px;
    font-size: 5.0rem;
    font-weight: 300;
    color: #fff;
}
.hero-container--search .hero-search .search-form input[type="text"] {
    display: inline-block;
    border-radius: 0;
    border: none;
    border-left: none;
    padding: 12px;
}
.hero-container--search .hero-search .search-form select {
    border-radius: 0;
    border: 1px solid #A9A9A9;
    border-left: none;
    padding: 9px;
    width: 100%;
}
.hero-container--search .hero-search .search-form input[type="text"]::-webkit-input-placeholder {
    color: #666;
    font-size:1.6rem;
}
.hero-container--search .hero-search .search-form input[type="text"]::-moz-placeholder {
    color: #666;
    font-size:1.6rem;
}
.hero-container--search .hero-search .search-form input[type="text"]:-ms-input-placeholder {
    color: #666;
    font-size:1.6rem;
}
.hero-container--search .hero-search .search-form input[type="text"]:-moz-placeholder {
    color: #666;
    font-size:1.6rem;
}
/* .banner { padding: 240px 0; }
.banner__overlay {
    left: 0;
    position: absolute;
    top: 0;
}
.search-arrow {
    background: rgba(43,43,43,0.5);
    bottom: 20px;
    font-size: 36px;
    line-height: 36px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 38px;
    z-index: 2;
}
.search-arrow a { color: #fff; } */

/* Search section */
.cs_jsearchform .ui-widget-content {
    border-bottom: 2px solid #eee !important;
    font-family: 'Muli', sans-serif;
}
.cs_jsearchform .ui-corner-all {
    border: medium none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.cs_jsearchform .ui-autocomplete-head {
    border-bottom: 2px solid #fff;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
.cs_jsearchform .cs_srchresults_count { float: none; }
.cs_jsearchform .cs_srchresults_close {
    float: none;
    position: absolute;
    right: 8px;
    top: 6px;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    background: #eee;
    border: medium none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}
.cs_jsearchform a.cs_mtitle,
.cs_jsearchform a.cs_mtitle.ui-state-focus,
.cs_jsearchform a.cs_mtitle.ui-state-active {
    border: medium none;
    font-size: 14px;
    line-height: 16px;
}
.cs_jsearchform .cs_mtitle .cs_mjob_title { position: relative; }
.cs_jsearchform .cs_mtitle .ui-icon {
    margin: 0;
    position: absolute;
    top: 0;
}
.cs_jsearchform .cs_mtitle .cs_mjob_titletext { width: 100%; }
.cs_jsearchform .cs_mtitle .cs_mjob_location { padding-left: 18px; }
.cs_jsearchform .ui-autocomplete-foot a,
.cs_jsearchform .ui-autocomplete-foot a.ui-state-focus,
.cs_jsearchform .ui-autocomplete-foot a.ui-state-active {
    font-size: 12px;
    line-height: 18px;
}
.cs_jsearchform .ui-autocomplete-notfound {
    font-size: 12px;
    line-height: 18px;
    padding: 4px;
    width: 100%;
}

/* Home page */
/* Job Category section */
.job-category__item,
.job-category__item-inner,
.cta__item {
    display: block;
}
.job-category__item-copy,
.cta__item-copy {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

/* Job Search Results page */
.content-page__job-opportunities-js .jobs-section__item,
.saved-jobs-list .jobs-section__item {
    flex: 0 0 auto;
}
/* Facet section */
.facet-section h4 { position: relative; }
.facet-filter-results-button {
    background: #009ee3;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    color: #fff;
    padding: 12px 24px;
    text-align: center;
}
.facet-section__clear-all { display: none; }
.facet-section-inner {
    background: #fff;
    display: none;
    height: 100vh;
    left: 0;
    overflow-y: auto;
    padding: 10px 10px 100px 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102;
}
.facet-section.active .facet-section__clear-all,
.facet-section.active .facet-section-inner {
    display: block;
}
.facet-section-inner.loading::before {
    background: #000;
    content: '';
    height: 100vh;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
/*.facet-section__clear-all a { color: #fff; }*/
/* .facet-item { border-top: 1px solid #f0f2f4; } */
.facet-item__heading a.heading-6 {
    cursor: pointer;
    display: block;
    position: relative;
    font-family: museo, serif;
    font-size: 2.4rem;
    font-weight: 300;
    color: #222;
    text-decoration: none;
}
.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;
    font-size: 1.2rem;
    color: #19bbf1;
    font-weight: 400;
}
.facet-item__row--hidden { display: none; }
span.facet-item__heading-expand-collapse {
    bottom: 0;
    font-family: Font Awesome\ 5 Pro;
    font-size: 1.7rem;
    position: absolute;
    right: 0;
    vertical-align: middle;
    width: 10%;
    font-weight: 500;
    text-align: right;
}
.facet-item--expanded span.facet-item__heading-expand-collapse:after { content: "\f107"; }
.facet-item--collapsed span.facet-item__heading-expand-collapse:after { content: "\f106"; }
.facet-item__options-item {
    /* border-top: 1px solid #f0f2f4; */
    position: relative;
}
.facet-item__options-item a { display: block; }
.facet-item__options-item span { float: left; }
span.facet-item__option-item-count {
    vertical-align: top;
    width: 12%;
    font-size: 1.3rem;
    color: #bdbdbd;
    font-weight: 400;
    text-align: right;
}
span.facet-item__option-item-label {
    margin: 0 2% 0 0;
    width: 76%;
    font-size: 1.4rem;
    color: #222;
    font-weight: 500;
}
span.facet-item__options-item-type {
    font-family: 'facetselecticon';
    font-size: 24px;
    width: 9%;
    color: #19bbf1;
}
.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 */
/* OLD UI */
#fancybox-overlay {
    height: 100% !important;
    position: fixed;
}
#fancybox-wrap {
    overflow: hidden;
    padding: 0;
}
#fancybox-wrap #fancybox-outer #fancybox-content { padding: 20px; }
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification { width: 100%; }
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification #fancybox-title { font-family: 'Raleway', sans-serif !important; }
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification .fInput {
    margin: 0;
    padding-left: 0;
}
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification .fInput .fLabel {
    color: #4c4c4c;
    display: inline;
}
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification input[type="text"],
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification input[type="email"],
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification select {
    background-color: #fff;
    border: 1px solid #999 !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    font-size: 16px;
    height: 30px !important;
    line-height: 30px;
    margin: 0;
    padding: 0 12px !important;
    width: 100%;
}
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification button {
    background: #009ee3;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 10px 10px !important;
    padding: 18px 28px;
    right: 0;
    text-transform: uppercase;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 75%;
}
#fancybox-wrap #fancybox-outer #fancybox-content br { display: none; }
@media only screen and (min-width : 480px) {
    #fancybox-wrap {
    min-width: 344px;
    width: auto !important;
    }
    #fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification button { width: 45%; }
}
/* New UI */
.MuiPaper-root {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 48px;
}
.MuiPaper-root * {
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px;
}
.MuiPaper-root h2 {
    font-size: 32px;
    line-height: 36px;
}
.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: 40px;
    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: #222; }
.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: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding: 12px 24px;
    text-align: center;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.MuiPaper-root button.MuiButton-containedPrimary,
.MuiPaper-root button.MuiButton-containedPrimary:hover {
    background: #99ca3c;
    color: #fff;
}
.MuiPaper-root button,
.MuiPaper-root button:hover {
    background: #222;
    color: #fff;
}
.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%; }
select.sortby-mobile-js {
    border: medium none;
    height: 23px;
}
.jobs-section__heading h6 { margin: 0; }
/* .jobs-section__item { border-top: 1px solid #eee; } */
.jobs-section__item a {
    font-weight: 600;
    font-size: 2rem;
    color: #222;
    margin: 25px 0 10px;
    text-transform: none;
    line-height: 1.4;
    text-decoration: none;
}
.jobs-section__item a:hover { color: #17b8ff }
.job-category a {
    font-size: 1.6rem;
    font-weight: 400;
    color: #b7b7b7;
    text-decoration: underline;
}
.jobs-section__paginate .pagination {
    align-items: center;
    justify-content: center;
}
.jobs-section__paginate .pagination i {
    border: 1px solid #009ee3;
    padding: 9px 16px;
}
.jobs-section__paginate .pagination .disabled i,
.jobs-section__paginate .pagination .current i {
    border: 1px solid #222;
    padding: 9px 16px;
}
.jobs-section__paginate .disabled,
.jobs-section__paginate .current {
    background: transparent;
    color: #222;
    padding: 0;
}
.jobs-section__paginate span,
.jobs-section__paginate a {
    color: #009ee3;
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 0;
}
.jobs-section__paginate a:hover { background: transparent; }

/* Job Details page */
.job-details__heading a {
    margin: 12px;
    width: 240px;
}
#apply-top a { width: 100%; }
.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: 24px !important;
    padding: 0;
    width: 24px !important;
}
.cs_share_email--manual {
    display: block;
    float: left;
    line-height: 24px;
    margin-left: 7px;
    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: #009ee3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 24px !important;
    line-height: 24px;
    position: relative;
    text-align: center;
    width: 24px !important;
}
a.cs_email_btn:after{
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
}
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: Font Awesome\ 5 Brands;
    font-weight: 900;
}
a.cs_email_btn:after { content: "\f0e0"; }
a.cs_share_google_btn:after { content: "\f0d5"; }
a.cs_share_twitter_btn:after { content: "\f099"; }
a.cs_facebook_btn:after { content: "\f39e"; }
a.cs_share_linkedin_btn:after { content: "\f0e1"; }
.job-details__share-list {
    position: absolute;
    text-align: left;
    left: 0;
    width: 180px;
    z-index: 1;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    z-index: 99;
    background-color: #fff;;
}
.job-details__share-item a {
    padding: 6px 10px;
    border-bottom: 1px solid #a9a9a9;
}
.job-details__share-item a:hover,
.job-details__share-item a:focus {
    background: #F5F5F5;
}
.job-details__share-item .fa {
    border: 1px solid #005589;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #005589;
    display: inline-block;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 0 4px 0 0;
    text-align: center;
    width: 26px;
}
.job-details__similar-jobs-item .job-title a{
    font-weight: 600;
    font-size: 2rem;
    color: #222;
    margin: 25px 0 10px;
    text-transform: none;
    line-height: 1.4;
    text-decoration: none;
}
.job-description-outer-js.collapsed {
    max-height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.job-description-outer-js.collapsed::after {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    content: '';
    height: 200px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.job-description-outer-js.active {
    max-height: none;
}
.job-description-outer-js.active::after { display: none; }
.read-more-less-js {
    position: relative;
    top: -1px;
    z-index: 1;
}
.recruiter-image {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    max-width: 150px;
    overflow: hidden;
}

/* 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 ul { margin-left: 0; }
.footer ul li {
    display: inline-block;
    line-height: 14px;
    list-style: none;
    margin: 0 6px 0 0;
}
.footer ul li a {
    color: #222;
    font-size: 14px;
    line-height: 14px;
}
.footer__social-media a {
    background: #009ee3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #eee;
    display: inline-block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    margin: 0 12px 0 0;
    text-align: center;
    width: 36px;
}
/* contact page */
.feature {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.feature-rich-tile .feature-image img,
.feature-text-tile-filter .feature-image img {
    display: block;
    transform: scale(1);
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.feature-rich-tile .feature:hover .feature-image img,
.feature-text-tile-filter .feature:hover .feature-image img {
    transform: scale(1.1);
}
.feature-rich-tile .feature-content,
.feature-text-tile-filter .feature-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
}
.feature-text-tile-filter .feature-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.45);
}
.feature-text-tile-filter .feature-content:hover {
    background-color: rgba(0, 158, 227, 0.9);
}
.feature-text-tile-filter .feature h2 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 5px;
}
.feature-text-tile-filter .feature .nr {
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    text-decoration: none;
}
.feature-rich-tile .feature-image img {
    max-width: none;
}
@media (min-width: 992px) {
    .feature-rich-tile .feature-image img {
        max-width: 100%;
        max-height: none;
    }
}
.feature-rich-tile .feature-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 212, 255, 0));
}
.feature-rich-tile .feature-top {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    width: 100%;
}
.feature-rich-tile .feature-top figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border: 2px solid #fff;
    border-radius: 140px;
    margin-right: 25px;
}
@media (min-width: 768px) {
    .feature-rich-tile .feature-top figure {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
    }
}
.feature-rich-tile .feature-top figure i[class*="fa-"] {
    font-size: 3rem;
    color: #fff;
}
.feature-rich-tile .feature-top a {
    color: #fff;
}
.feature-rich-tile .feature h2 {
    font-size: 2.7rem;
    color: #fff;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px;
}
.feature-rich-tile .feature-bottom {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.office .material-card {
    margin-bottom: 60px;
}
.office .material-card .card-img-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.office .material-card .card-img-wrapper img {
    display: block;
    transform: scale(1);
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.office .material-card .card-img-wrapper:hover img {
    transform: scale(1.1);
}
.office .material-card .card-content {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 30px 20px 20px;
    top: auto;
    bottom: 0;
    color: #fff;
}
.office .material-card .card-content .icon {
    display: inline-block;
    width: 37px;
    height: 37px;
    font-size: 1.8rem;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 80px;
    color: #fff;
}
.office .material-card .card-content .icon i {
    line-height: 37px;
    padding-left: 10px;
}
.office .material-card .card-content .map-text {
    display: none;
    font-weight: 500;
}
.office .material-card .card-img-wrapper:hover .map-text { display: inline-block; }
.office .material-card .card-body {
    padding: 0;
}
.office .material-card .card-body h3 {
    min-height: 80px;
    font-weight: 400;
}
.office .material-card .card-body p {
    font-size: 1.6rem;
}
.office .material-card .card-body i {
    margin-right: 10px;
    color: #009ee3;
}
.office .material-card .card-body a {
    font-size: 1.6rem;
    color: #666;
    text-decoration: none;
}
/* slick slider */
.slider-testimonial .slick-arrow {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 4rem;
    position: absolute;
    bottom: -50px;
}
.slider-testimonial .slick-prev { right: 50px; }
.slider-testimonial .slick-next { right: 0; }
.slider-blog .slick-track { margin: 0; }
.slider-blog .slick-arrow {
    position: absolute;
    top: 40%;
    border: none;
    background: transparent;
    font-size: 3.0rem;
}
.slider-blog .slick-prev { left: -50px; }
.slider-blog .slick-next { right: -30px; }
/* components from site */
.component--gallery-grid .gallery-grid {
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(5, 1fr);
}
.component--gallery-grid .gallery-grid .big-item {
    grid-column: span 6;
}
.component--gallery-grid .gallery-grid .big-item.has-video-embed {
    position: relative;
    cursor: pointer;
}
.component--gallery-grid .gallery-grid .big-item.has-video-embed:before {
    content: "\F04B";
    font-family: Font Awesome\5 Pro;
    font-weight: 900;
    font-size: 7rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
    .component--gallery-grid .gallery-grid .big-item {
        margin-bottom: 20px;
    }
    .component--gallery-grid .gallery-grid .item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .component--gallery-grid .gallery-grid .item:nth-child(odd) {
        margin-right: 10px;
    }
    .component--gallery-grid .gallery-grid .item:nth-child(2n) {
        margin-left: 10px;
    }
}
.component--gallery-grid-flex .gallery-grid .big-item,
.component--gallery-grid-flex .gallery-grid .item,
.component--gallery-grid-flex .gallery-grid .medium-item {
    background-color: #000;
}
.component--gallery-grid-flex .gallery-grid .big-item.has-video-embed {
    position: relative;
    cursor: pointer;
}
.component--gallery-grid-flex .gallery-grid .big-item.has-video-embed:before {
    content: "\F04B";
    font-family: Font Awesome\5 Pro;
    font-weight: 900;
    font-size: 7rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.component--gallery-grid-flex .gallery-grid .embed-responsive {
    margin: 0;
}
.component--gallery-grid-flex .gallery-grid .embed-responsive-item,
.component--gallery-grid-flex .gallery-grid iframe {
    height: 350px;
}
@media (max-width: 767.98px) {
    .component--gallery-grid-flex .gallery-grid .big-item,
    .component--gallery-grid-flex .gallery-grid .item,
    .component--gallery-grid-flex .gallery-grid .medium-item {
        margin-bottom: 20px;
    }
    .component--gallery-grid-flex .gallery-grid img {
        display: block;
    }
}
@media (min-width: 768px) {
    .component--gallery-grid-flex .gallery-grid {
        display: flex;
        flex-direction: column;
    }
    .component--gallery-grid-flex .gallery-grid .gallery-container-left {
        flex-grow: 1;
        flex-basis: 100%;
        max-width: 100%;
        max-height: 425px;
        overflow: hidden;
    }
    .component--gallery-grid-flex .gallery-grid .gallery-container-right {
        display: flex;
        align-content: flex-start;
        justify-content: space-between;
        overflow: hidden;
    }
    .component--gallery-grid-flex .gallery-grid .item {
        flex-basis: 33%;
        max-width: calc(33% - 10px);
        max-height: 192px;
        margin-top: 20px;
    }
    .component--gallery-grid-flex .gallery-grid .medium-item {
        flex-grow: 1;
        flex-basis: 33%;
        max-width: calc(33% - 10px);
        margin-top: 20px;
    }
    .component--gallery-grid-flex .gallery-grid .embed-responsive-item,
    .component--gallery-grid-flex .gallery-grid iframe {
        height: 425px;
    }
}
@media (min-width: 992px) {
    .component--gallery-grid-flex .gallery-grid {
        flex-direction: row;
    }
    .component--gallery-grid-flex .gallery-grid .gallery-container-left {
        flex-basis: calc(65% - 20px);
        max-width: calc(65% - 20px);
        margin-right: 20px;
        max-height: 322px;
    }
    .component--gallery-grid-flex .gallery-grid .gallery-container-right {
        flex-grow: 1;
        flex-wrap: wrap;
        flex-basis: 35%;
        max-height: 322px;
    }
    .component--gallery-grid-flex .gallery-grid .item {
        flex-basis: 50%;
        max-width: calc(50% - 10px);
        max-height: 158px;
        margin-top: 0;
    }
    .component--gallery-grid-flex .gallery-grid .medium-item {
        flex-grow: 1;
        flex-basis: 100%;
        max-width: 456px;
        margin-top: 20px;
    }
    .component--gallery-grid-flex .gallery-grid .embed-responsive-item,
    .component--gallery-grid-flex .gallery-grid iframe {
        height: 322px;
    }
}
@media (min-width: 1200px) {
    .component--gallery-grid-flex .gallery-grid .gallery-container-left,
    .component--gallery-grid-flex .gallery-grid .gallery-container-right {
        max-height: 392px;
    }
    .component--gallery-grid-flex .gallery-grid .embed-responsive-item,
    .component--gallery-grid-flex .gallery-grid iframe {
        height: 392px;
    }
}
.component--gallery-grid-flex .modal {
    display: none;
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.component--gallery-grid-flex .modal .modal-header {
    margin: 0 25px;
}
.component--gallery-grid-flex .modal .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
.component--gallery-grid-flex .modal .mySlides {
    display: none;
}
@media (max-width: 767.98px) {
    .component--gallery-grid-flex .modal .mySlides img {
        height: auto;
    }
}
.component--gallery-grid-flex .modal .next,
.component--gallery-grid-flex .modal .prev {
    z-index: 5;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.component--gallery-grid-flex .modal .next {
    right: 25px;
    border-radius: 3px 0 0 3px;
}
.component--gallery-grid-flex .modal .next:hover,
.component--gallery-grid-flex .modal .prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.component--gallery-grid-flex .modal .modal-dialog .modal-title {
    text-align: center;
    margin: 0;
    width: 100%;
}
/* Media Grid Modal Carousel */
.media-grid-modal .modal-header {
    margin: 20px 25px 0 25px;
    padding: 0 0 20px 0;
}
.media-grid-modal .modal-title h2 {
    font-size: 1.8rem;
    margin: 0;
}
.media-grid-modal .carousel-control-next,
.media-grid-modal .carousel-control-prev {
    background-color: rgba(0,0,0,.5);
    height: 52px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 42px;
}
.media-grid-modal .carousel-control-next:hover,
.media-grid-modal .carousel-control-next:focus,
.media-grid-modal .carousel-control-prev:hover,
.media-grid-modal .carousel-control-prev:focus {
    background-color: rgba(0,0,0,.8);
}
.modal-carousel-item-js { cursor: pointer; }

@media only screen and (min-width: 640px) {
    /* 640 Template Content section */
    body.has-search .template-content.fixed {
        padding-top: 160px;
    }
    /* 640 Home page */
    .microsites__item:first-child { border-right: 1px solid #fff; }

    /* 640 Job Search Results page */
    .facet-section-inner { top: 91px; }
    .content-page__job-opportunities-js .jobs-section__item,
    .saved-jobs-list .jobs-section__item {
        width: 50%;
    }

    /* 640 Footer section */
    .footer__social-media a { margin: 0 12px 0 0; }
}
@media only screen and (min-width: 992px) {
    /* 992 Job Search Results page */
    .facet-section__clear-all { display: block !important; }
    .facet-section-inner {
        background: transparent;
        display: block !important;
        height: auto !important;
        left: 0;
        padding: 0;
        position: relative !important;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .facet-section-inner.loading::before { display: none !important; }
}
@media only screen and (min-width: 1024px) {
    /* 1024 Branded / Utility styles */
    .page-section-xlarge {
        padding-bottom: 72px;
        padding-top: 72px;
    }

    /* 1024 Header section */
    .header__menu {
        background: transparent;
        display: block;
        height: auto;
        min-height: auto !important;
        opacity: 1 !important;
        overflow: visible;
        position: relative;
        top: 0;
        z-index: 1;
    }
    .header__menu ul { padding: 0; }
    .header__menu ul li {
        display: inline-block;
        margin: 0 0 0 24px;
    }
}
@media only screen and (min-width: 1440px) {
    /* 1440 Job Search Results page */
    /*.facet-section__clear-all {
        bottom: 0;
        position: absolute;
        right: 0;
    }*/
}