@font-face {
    font-family: 'USZGilroy-Regular';
    src: url("USZGilroy-Regular.eot?#iefix") format("eot"),
    url("USZGilroy-Regular.woff2") format("woff2"),
    url("USZGilroy-Regular.ttf") format("ttf"),
    url("USZGilroy-Regular.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: 'USZGilroy-Medium';
    src: url("USZGilroy-Medium.eot?#iefix") format("eot"),
    url("USZGilroy-Medium.woff2") format("woff2"),
    url("USZGilroy-Medium.ttf") format("ttf"),
    url("USZGilroy-Medium.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: 'USZGilroy-Bold';
    src: url("USZGilroy-Bold.eot?#iefix") format("eot"),
    url("USZGilroy-Bold.woff2") format("woff2"),
    url("USZGilroy-Bold.ttf") format("ttf"),
    url("USZGilroy-Bold.woff") format("woff");
    font-weight: normal;
}

body {
    font-family: 'USZGilroy-Regular', sans-serif;
    margin: 0;
    background-color: #f0f8ff;
    color: #171717;
    font-size: 18px;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

a {
    text-decoration: none;
    font-family: 'USZGilroy-Medium', sans-serif;
    color:#005ea8;
    letter-spacing: .2px;
    cursor: pointer;
}

a:hover {
    color:#0072cc;
}

em {
    font-style: normal;
    font-family: 'USZGilroy-Bold', sans-serif;
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin-top:32px;
}

.main {
    max-width: 1064px;
    margin: 0 auto 78px;
    background-color: #fff;
    padding-bottom:130px;
    box-sizing: border-box;
}

section {
    margin: 0px;
    padding: 60px 80px 0px;
}

section.titleSection {
    padding-top:56px;
}

section.noteSection{
    font-family: 'USZGilroy-Bold', sans-serif;
}

.header {
    overflow: hidden;
}

.stickyHeader {
    position: fixed;
    top:-100px;
    width:100%;
    background-color: #fff;
    padding:17px 0px;
    z-index: 100;
    transition: all 0.25s ease-in-out;
}

.stickyHeader.active {
    top:0;
}

.stickyHeader .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stickyHeader h2 {
    display: -webkit-box;
    margin:0 20px;
    color: #005EA8;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logo img {
    width: 203px;
    height: auto;
}

.stickyHeader .logo img {
    width:150px;
    height: auto;
}

.mainTitle {
    font-family: 'USZGilroy-Bold', sans-serif;
    color: #005EA8;
    font-size: 48px;
    letter-spacing: 0.28px;
    line-height: 58px;
}

.expired .mainTitle {
    font-size: 36px;
    line-height: 46px;
}

.subTitle {
    margin-top: 15px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.meta {
    display: flex;
    align-items: center;
    overflow: auto;
    width:calc(100% - 220px);
}

.meta h2 {
    font-size: 20px;
    line-height: 24px;
    font-family: 'USZGilroy-Medium', sans-serif;
    margin: 0;
    display: flex;
    align-items: center;
    float:left;
}

.meta h2:first-child {
    margin-right:32px;
    max-width: 66%;;
}

.meta h2:nth-child(2) {
    text-align: right;
}

.meta h2 img {
    margin-right: 10px;
}

.mainpic, .mainpic + section {
    padding-top: 40px;
}

.mainpic img {
    display: block;
    width: 100%;
    height: auto;
}

.contentTitle, .contentTitle:last-child {
    font-family: 'USZGilroy-Medium', sans-serif;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: .2px;
}

.contentBlock {
    font-size: 18px;
    line-height: 28px;
}

.contentBlock b {
    font-family: 'USZGilroy-Bold', sans-serif;
}

.contentBlock b ul li {
    font-family: 'USZGilroy-Regular', sans-serif;
}

.contentBlock ul {
    padding-left: 20px;
    margin: 0;
}

.contentBlock li {
    padding-left: 10px;
    padding-bottom:20px;
}

.contentBlock li:last-child {
    padding-bottom: 0px;
}

.offer .btn {
    margin-top: 20px;
}

.contactTitle {
    font-size: 20px;
    margin-bottom: 20px;
}

.contactInfo {
    font-size: 16px;
    margin-top: 20px;
}

.contactInfo img {
    max-width: 25px;
}

.contactInfo a {
    color: #005EA8;
    text-decoration: none;
    top: -5px;
    position: relative;
}

.contactInfo div {
    font-family: 'USZGilroy-Medium', sans-serif;
    width: 58px;
    display: inline-table;
    line-height: 27px;
}

.contactInfo span {
    top: 5px;
    position: relative;
}

.contactImage {
    position: absolute;
    text-transform: lowercase;
}

.contactImage img {
    max-width: 100px;
    border-radius: 50%;
}

.contactDirect {
    margin-left: 130px;
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.contactDirect.no-margin {
    margin-left: 0;
}
.socialContact {
    margin-top: 20px;
    color: #005ea8;
}

.socialContact a {
    margin-top: 5px;
    display: block;
    text-decoration: none;
    color: #005ea8
}

.socialContact img {
    margin-right: 10px;
    vertical-align: middle;
    max-width: 25px;
}

.benefits .btn {
    margin-top: 80px;
    float: left;
}

.benefitTitle {
    text-align: center;
    max-width: 295px;
    font-size: 18px;
    line-height: 24px;
    color: #005EA8;
}

.benefitButtons {
    margin-top: 90px;
}

.benefitBtn {
    background-color: white;
    border: 1px solid #005ea8;
    padding: 10px 15px;
    border-radius: 50%;
}

.benefitBtn img {
    max-width: 10px;
}

.aboutCompany {
    background-color: #f0f8ff;
    padding:40px 30px 40px 40px;
    margin-top:124px;
    max-width: 904px;
    margin-left: auto;
    margin-right: auto;
}

.aboutCompany.grid-container {
    gap: 0 30px;    
}

.video-container {
    position: relative;
    top:-70px;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    width:450px;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-wrapper {
    max-width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.external {
    box-shadow: 0px 3px 6px #16419326;
    transition: all .5s ease;
    padding-top: 4px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 72px;
    text-decoration: none;
    position: relative;
}

.external:hover {
    box-shadow: 0px 12px 34px rgba(22, 65, 147, .18), 0px 24px 80px rgba(22, 65, 147, .1);
}

.external img {
    display: block;
    width: 153px;
    height:auto;
    margin:0 auto;
}

.external p {
    color:#000;
    font-family: 'USZGilroy-Bold', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2px;
}

.external .arrow-button {
    bottom:20px;
    right: 32px;
}

.socialIcons {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap:8px;
    text-align: center;
}

.socialIcons .contentTitle {
    font-family: 'USZGilroy-Regular', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
    margin-right:5px;
}

.similarJobs .contentTitle {
    margin-bottom: 30px;
    margin-top: 10px;
}

.similarJob {
    border-radius: 6px;
    overflow: hidden;
    transition-property: box-shadow;
    transition-duration: .5s;
}

.similarJob:hover {
    box-shadow: 0px 12px 34px rgba(22, 65, 147, .18), 0px 24px 80px rgba(22, 65, 147, .1);
}

.similarJob .image {
    padding-top: 69.102041%;
    position: relative;
}

.similarJob .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-duration: .5s;
}

.similarJob:hover .image img {
    transform: scale(1.05);
}

.similarJobTitle {
    font-family: 'USZGilroy-Medium', sans-serif;
    padding:20px 30px;
    font-size: 24px;
    line-height: 28px;
    color:#171717;
}

.grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap:32px;
}

.grid-container.externalLinks, .similarJobs .grid-container {
    gap:20px;
    margin-top:12px;
}

.grid-container > * {
    flex: 1;
}

.socialIcons a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: background-image .25s, opacity .25s, box-shadow .25s;
    background-color: #005ea8;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.socialIcons a img {
    height:20px;
    width:auto;
}

.followIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap:4px;
}

.footerIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap:24px;
    justify-content: center;
}

.button {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .3px;
    padding: .8125rem 1.375rem;
    border-radius: 1.875rem;
    border: .0625rem solid #005ea8;
    transition: color .25s, background-color .25s, box-shadow .25s, border-color .25s, background-image .25s;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    white-space: nowrap;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #005ea8;
    color: #fff;
    box-shadow: 0 0.5rem 1.5rem rgba(22, 65, 147, 0.15);
}

.button--secondary {
    font-family: 'USZGilroy-Medium', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .3px;
    padding: .8125rem 1.375rem;
    border-radius: 1.875rem;
    border: .0625rem solid rgba(0, 94, 168, 0.5);
    transition: color .25s, background-color .25s, box-shadow .25s, border-color .25s, background-image .25s;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    white-space: nowrap;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent;
    box-shadow: none;
    color: #005ea8;
    text-decoration: none;
    margin: 20px 20px 0 0;
}


.button--secondary:hover:not(:active) {
    box-shadow: 0 0.5rem 1.5rem rgba(22, 65, 147, 0.25);
    color: #005ea8;
    border-color: #fff;
    background-color: #fff;
}

.button--primary {
    font-family: 'USZGilroy-Bold', sans-serif;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .3px;
    padding: 13px 28px;
    border-radius: 100px;
    border: .0625rem solid #005ea8;
    transition: color .25s, background-color .25s, box-shadow .25s, border-color .25s, background-image .25s;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    white-space: nowrap;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #005ea8;
    color: #fff;
    box-shadow: 0 0.5rem 1.5rem rgba(22, 65, 147, 0.15);
    box-shadow: none;
    color: #FFFFFF;
    border-color: rgba(0, 94, 168, 0.5);
    text-decoration: none;
}

.offer .button--primary {
    margin-top:30px;
}

.button--primary:hover:not(:active) {
    box-shadow: none;
    color: #005ea8;
    border-color: #005ea8;
    background-color: transparent;
}

.button--jobabo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer {
    position: fixed;
    bottom: 0;
    width:100%;
    background-color: #ffffff;
}

.wrap {
    width: 100%;
    max-width: 1104px;
    margin: 0px auto;
    padding-left:20px;
    padding-right:20px;
    box-sizing: border-box;
    position: relative;
}

.footerElements {
    position: relative;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    padding:17px 0px;
    background-color: #ffffff;
}

.footerIcons a img {
    display: inline-block;
    width:30px;
}

.shareAccordion {
    height: 0;
    position: relative;
    transition: height .1s ;
    background-color: #ffffff
}

.shareAccordion.active {
    padding-top: 15px;
    height: 270px;
    transition: height .5s ;
}

.shareAccordion * img {
    max-width: 30px;
}

.tabcontent ul {
    list-style:  none;
    padding-inline: 0;
    max-width: 350px;
}

.tabcontent ul li a {
    text-decoration: none;
    color: #005ea8;
}

.tabcontent ul li a span {
    position: relative;
    top: -10px;
    left: 10px;
}

.footerLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #005ea8;
    font-family: 'USZGilroy-Regular', sans-serif;
}

.footerLink.active:after {
    content: '\00d7';
    font-size: 38px;
    position: relative;
    bottom: 5px;
    left: 5px;
    display: inline-block;
    width:30px;
}

.footerLink.active img {
    display: none
}

.footer .button {
    float: right;
    margin-top: 0;
}

.cta {
    margin-top:30px;
}

.cta .socialIcons {
    -webkit-flex-direction: column;
    flex-direction: column;
    gap:10px;
}

.cta .button--jobabo  {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    margin-top:40px;
}

.cta .button--jobabo img {
    width:24px;
    height:auto;
}

.mobile {
    display: none;
}

.ui.dimmer {
    background: #00000099 0% 0% no-repeat padding-box;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.ui.modal {
    border-radius: .28571429rem;
    border-radius: .28571429rem;
}

.map-wrap {
    position: relative;
    height: 0;
    padding-bottom: 52.7%;
}

.map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ui.modal:focus, .ui.modal :focus {
    outline: none !important;
}

#modal-map .modal__container {
    padding:3rem 14rem 3rem 6rem;
    position: relative;
}

.close {
    position: absolute;
    top:3rem;
    right:3rem;
}

.close:after {
    content: '\00d7';
    color:#005ea8;
    font-size: 30px;
    cursor: pointer;
    position: relative;
    top:-10px;
}

#modal-jobabo-desktop, #modal-jobabo-mobile {
    width: 95vw !important;
    margin: 0;
    top: 20px;
}

#modal-jobabo-desktop>.close, #modal-jobabo-mobile>.close {
    color: #005EA8;
    top: 0;
    right: 0;
}

#modal-jobabo-desktop .close:after, #modal-jobabo-mobile .close:after {
    display: none;
}

#modal-jobabo-desktop>.content, #modal-jobabo-mobile>.content {
    display: block;
    width: 100%;
    font-size: 1em;
    line-height: 1.4;
    padding: 1.5rem;
    background: #fff;
}

.container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 1025px;
}

.container iframe {
    width: 100%;
    height: 100%;
    border: none;
}


@media only screen and (max-width: 900px) {
    .stickyHeader.active {
        top:-100px;
    }
    .meta {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        gap:32px;
    }
    .meta h2:first-child {
        margin-right:0px;
        max-width:100%;
    }
    section {
        padding:60px 40px 0px;
    }
    .socialIcons .contentTitle {
        display: none;
    }
    section.titleSection {
        padding-top:40px;
    }
    .grid-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: ".";
        gap: 40px;
    }
    .video-container {
        margin-top:20px;
        margin-bottom: 40px;
        top: auto;
        width:auto;
    }
}

@media only screen and (max-width: 768px) {
    p, li, div {
        font-size: 16px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    em {
        font-size: 16px;
    }
    .contactImage img {
        max-width: 100px;
    }
    section, .aboutCompany {
        padding: 40px 20px 0px;
    }
    .subTitle .apply {
        display: none;
    }
    .benefits {
        margin-bottom:40px;
    }
    .contact {
        margin-bottom: 10px;
    }
    .contactDirect {
        margin-left:120px;
    }
    .aboutCompany {
        margin-top:0px;
    }
    .logo img {
        height: 27px;
        width: auto;
    }
    .mainTitle {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0.16px;
    }
    .subTitle {
        margin-top: 20px;
    }
    .meta h2, .meta h2 a {
        font-size: 18px;
        line-height: 26px;
    }
    .contentTitle {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0px;
    }
    .contentBlock {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }
    .socialIcons {
        text-align: center;
    }
    .socialIcons .contentTitle {
        display: block;
    }
    .benefitTitle {
        max-width: 100%;
    }
    .similarJobTitle {
        font-size: 20px;
        line-height: 24px;
    }
    #modal-map .modal__container {
        padding:0px;
    }
    #modal-map .close {
        height:30px;
        width:30px;
        right:0px;
        top:-30px;
        padding:10px;
        background-color: white;
    }
    #modal-map .close:after {
        left:-2px;
    }
}

.slick-slide img {
    margin: 0 auto;
    max-width: 200px;
}

.slick-prev {
    left:0px;
}
.slick-next {
    right:0px;
}

.slick-next, .slick-prev, .arrow-button {
    box-sizing: border-box;
    bottom: 0;
    font-size: 0;
    padding: 14px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 0 0;
    border: 1px solid #005ea8;
    z-index: 9999;
    background: white;
    position: absolute;
    overflow: hidden;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.slick-next.slick-disabled, .slick-prev.slick-disabled {
    opacity: .25;
    pointer-events: none;
}

.slick-next:hover, .slick-prev:hover, .arrow-button:hover, .external:hover .arrow-button {
    background-color: #005EA8;
    box-shadow: 0px 3px 16px rgba(22,65,147,.12), 0px 8px 34px rgba(22,65,147,.2);
}

.slick-prev:before, 
.slick-prev:after, 
.slick-next:before, 
.slick-next:after, 
.arrow-button:before, 
.arrow-button:after {
    content:"";
    width:14px;
    height:14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top:-7px;
    margin-left:-7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.slick-prev:before {
    background-image: url("arrow-blue-left.svg");
}

.slick-prev:after {
    background-image: url("arrow-blue-left-white.svg");
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.slick-prev:hover:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.slick-prev:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.slick-next:before, .arrow-button:before {
    background-image: url("arrow-blue-right.svg");
}

.slick-next:after, .arrow-button:after {
    background-image: url("arrow-blue-right-white.svg");
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.slick-next:hover:before, .arrow-button:hover:before, .external:hover .arrow-button:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.slick-next:hover:after, .arrow-button:hover:after, .external:hover .arrow-button:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.slick-list {
    padding: 50px 0;
}

.slick-active {
    cursor: help;
}

.slick-slider {
    padding: 0 50px;
    margin-top:40px;
}

.tooltip {
    position:relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tooltip h3 {margin:12px 0;}

.tooltip .top {
    min-width:240px;
    min-height: 260px;
    top:80px;
    left:50%;
    transform:translate(-50%,-100%);
    padding:10px 20px;
    color:#171717;
    background-color:#F0F8FF;
    font-size:16px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    display:none;
    transition: all 1s ease-in;
    hyphens: auto;
}

.slick-active:hover .top {
    display:block;
}

.slideMoreInfos {
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 40px;
}

.slideMoreInfos .title {
    text-align: center;
    max-width: 295px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom:20px;
    color: #005EA8;
}

.tooltip .top i::after {
    content:'';
    position:absolute;
    width:15px;
    height:15px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#009cdc;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}


.toggleContainer {
    border: 1px solid rgba(0,94,168,0.5);
    margin: 0;
    display: inline-block;
    padding: 1px;
    border-radius: 15px;
}

.toggle.on {
    padding: 0px 8px;
    border-radius: 50%;
}

.toggle.off {
    padding: 0px 8px;
    border-radius: 50%;
}

.toggle {
    cursor: pointer;
}


.tabheader li {
    float: left;
    list-style: none;
    padding: 2px
}

.tabheader span {
    position: relative;
    top: -8px;
    left: 10px;
}

a.focus {
    background-color: #005ea8;
}

.hide {
    display: none;
}




