﻿a.s-tabs__link.active {
    font-weight: 700;
}

.hero {
    display: flex;
    position: relative;
    background-size: auto, auto 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: top right;
    background-color: #183762;
}

.scrolled .hero {
    position: fixed;
    top: 100px;
    width: 100%;
    background: linear-gradient(69deg, rgba(24,55,98,1) 0%, rgba(24,55,98,1) 75%, rgba(24,55,98, 0.1) 80%, rgba(256,256,256,0) 91%);
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto 100%;
    background-position: right center;
    background-color: #183762;
}

.hero-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
    padding-right: 48%;
    width: calc(100vw - 32px);
    max-width: 100%;
    min-height: 159px;
}

.scrolled .hero-header {
    min-height: 82px;
}


.hero-title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    font-weight: 200;
}
    .hero-title span {
        color: var(--mgm-green);
    }

.hero-sub-title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 16px;
}

.scrolled .hero-title {
    margin-bottom: 0;
    font-size: 20px;
}

.scrolled .hero-sub-title {
    display: none;
}

.s-tabs-divider:last-child {
    display: none;
}

.scrolled .s-tabs-bar {
    position: fixed;
    z-index: 9;
    width: 100%;
    border-top: 2px solid #fff;
    background-color: var(--mgm-blue);
}

.careers-category-container {
    display: flex;
    flex-wrap: wrap;
}
.careers-category-box {
    display: block;
    position: relative;
    width: calc(50% - 20px );
    height: 276px;
    margin-right: 20px;
    margin-bottom: 50px;
}

.careers-category-box-link {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 22%;
    padding-left: 76px;
    color: #fff;
    font-size: 50px;
    font-weight: 200;
    line-height: 55px;
    background: linear-gradient(90deg, rgba(24,55,98,0) 0%, rgba(24,55,98,0) 10%, rgba(24,55,98,0.9) 10%, rgba(24,55,98,0.9) 70%, rgba(24,55,98,0) 70%, rgba(24,55,98,0) 100%);
    cursor: pointer;
}

.quote-section-wrapper {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
.quote-section-content:before {
    content: '';
    display: block;
    width: 30px;
    height: 50px;
    background-image: url(/assets/images/quote-mark.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.quote-section-quote {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    padding-bottom: 20px;
}

    .quote-section-quote:after {
        content: '';
        display: block;
        margin-top: 20px;
        width: 200px;
        border-bottom: 1px solid var(--mgm-green);
    }


    .quote-section-name {
        margin-top: 20px;
        color: #fff;
        font-size: 20px;
        font-weight: 200;
    }
.quote-section-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.openings-section {
    background-color: var(--mgm-gray);
    width: 100%;
    padding: 80px 0;
}

.openings-item {
    border: 1px solid var(--mgm-blue);
    padding: 30px;
    margin: 25px 0;
}
.openings-item-title {
    font-size: 24px;
    color: var(--mgm-blue);
}
.openings-item-text {
    font-size: 20px;
    color: #272727;
}

    .contacts-section {
        background-color: var(--mgm-gray);
        width: 100%;
        padding: 80px 0;
    }

.key-contacts-section {
    background-color: #E5E7E7;
    padding: 50px 0 60px 0;
}

.key-contacts-header {
    padding-top: 30px;
    font-size: 40px;
    font-weight: 200;
    line-height: 1;
    color: var(--mgm-blue);
}

.key-contacts-item {
    box-shadow: 3px 3px 36px #00000034;
    border: 1px solid #B4B4B4;
    min-height: 443px;
    max-width: 422px;
    margin: 10px 0;
}

.key-contacts-image img {
    height: 248px;
    width: 100%;
    object-fit: cover;
}

.key-contacts-info {
    color: var(--mgm-blue);
    font-size: 15px;
    font-weight: 400;
    margin: 10px 15px 20px 15px;
}

.key-contacts-name {
    color: var(--mgm-blue);
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
}

.key-contacts-title {
    color: var(--mgm-blue);
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 4px;
}

.key-contacts-email {
    display: flex;
    margin: 10px 0;
    color: var(--mgm-blue);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    align-items: center;
}

    .key-contacts-email i {
        font-size: 20px;
        width: 20px;
        color: var(--mgm-blue);
        margin-right: 10px;
    }

.key-contacts-phone {
    display: flex;
    color: var(--mgm-blue);
    font-size: 16px;
    font-weight: 600;
    align-items: center;
}

    .key-contacts-phone i {
        font-size: 20px;
        width: 20px;
        color: var(--mgm-blue);
        margin-right: 10px;
    }

.key-contacts-text {
    border-top: 1px solid var(--mgm-green);
    font-size: 16px;
    padding: 10px 0;
    margin: 10px 15px 20px 15px;
    font-weight: 600;
    color: var(--mgm-blue);
}


.key-contacts-section {
    margin-top: 60px;
    margin-bottom: 40px;
}

.slick-arrow {
    border: none;
    background: none;
    font-size: 64px;
    color: #fff;
    margin-right: 20px;
    padding: 0 30px 0 0;
    cursor: pointer;
}

    .slick-arrow:hover {
        color: var(--mgm-green);
    }

.quote-mobile-image {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.quote-section__desktop {display:none;}

.s-content-body {margin-bottom:40px;}

.all-lobs-box {margin-top:20px;}

.benefits-section {
    margin-top: 45px;
    margin-bottom: 45px;
}

.key-contacts-container {
    margin-top: 40px;
}

.s-expander-obj-section {
    padding-top: 0;
}

@media only screen and (max-width: 360px) {
    .hero-header {
        padding-right: 0;
    }

    .hero, .scrolled .hero {
        background-image: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .hero-header {
        min-height: 250px;
        padding-right: 45%;
    }

    .hero-title {
        font-size: 50px;
    }

    .hero-sub-title {
        font-size: 21px;
    }

    .scrolled .hero-title {
        font-size: 22px;
    }

    .key-contacts-header {
        font-size: 50px;
    }

    .key-contacts-text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1023px) {
    .quote-section-wrapper {
        min-height: 300px;
        background-image: none !important;
        background-color: var(--mgm-blue);
    }
}

@media only screen and (min-width: 1024px) {
    .quote-section-wrapper {
        min-height: 450px;
        padding: 30px 0;
    }

    .quote-section-quote {
        max-width: 50%;
        font-size: 24px;
    }

    .quote-section-name {
        max-width: 50%;
        font-size: 30px;
    }

    .quote-section-title {
        max-width: 50%;
        font-size: 20px;
    }

    .quote-section-content:before {
        width: 86px;
        height: 115px;
    }

    .quote-mobile-image {
        display: none;
    }
    .quote-section__desktop {
        display: block;
    }
}


@media only screen and (min-width: 1366px) {

    .scrolled .hero {
        top: 77px;
    }

    .hero-header {
        padding-right: 30%;
    }
    
    .openings-item {
        margin: 5px;
    }
    .s-content-body {
        margin-bottom: 80px;
    }
    .benefits-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .key-contacts-section {
        margin-top: 100px;
        margin-bottom: 40px;
    }
    .key-contacts-item {
        margin: 30px 0;
    }
    .hero-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 1440px) {

    .scrolled .hero-header {
        min-height: 159px;
    }

    .scrolled .hero-title {
        font-size: 45px;
    }

    .scrolled .hero-sub-title {
        font-size: 16px;
    }
}

@media print {
    /* All your print styles go here */
}
