﻿@charset "utf-8";
/* CSS Document */
body {
    background-color: #eee;
    color: #1f1f1f;
}

.page-main-tag {
    height: auto;
    min-height: 50px;
    overflow: hidden;
    padding: 0px 0px 20px;
    margin: 0px;
}

.index-page-header {
    height: auto;  
    min-height: 200px;
    background-color: #282828;
    padding: 137px 0 0;
/*margin: 0px 0px 40px;
*/    background-image: url(../../Images/assets/building-image.jpg);
    background-size: cover;
    background-position: center 0px;
    background-repeat: no-repeat;
    display: flex;
}

.chevron-icon {
    margin: 0 4px;
    font-size: 20px;
}

.modal-img {
    width: 120px;
    height: 120px;
    margin: 0px auto;
    background-color: #1388d0;
    border-radius: 100px;
    box-shadow: rgba(0,0,0,0.3) 0px 3px 15px;
    background-image: url('../../Images/assets/1282958-128 (3).png');
    background-position: center;
    background-size: contain;
    transform: rotateZ(-80deg) scale(0);
    transition: all ease 0.5s;
}

.rotated-modal-img {
    transform: rotateZ(0deg) scale(1) !important;
    transition: all ease 0.5s !important;
}

.linkedin-button {
    width: 200px;
    height: 40px;
    background-color: rgba(255,255,255,0);
    background-image: url(../../Images/assets/Sign-In-Large---Default.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    outline: none !important;
    cursor: pointer;
}

.modal-mail-img {
    width: 120px;
    height: 120px;
    margin: 0px auto;
    background-color: #1388d0;
    border-radius: 100px;
    box-shadow: rgba(0,0,0,0.3) 0px 3px 15px;
    background-image: url(../../Images/assets/iconfinder_mail_287559.png);
    background-position: center;
    background-size: contain;
    transform: rotateZ(-80deg) scale(0);
    transition: all ease 0.5s;
}

.header-upper-tab {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-self: flex-start;
    min-height: 133px;
    padding: 0px;
    margin: 0px 0px 20px;
    background-color: rgba(0,0,0,0.15);
    border-bottom: solid 1px rgba(255,255,255,0.2);
}

.tab-row {
    width: calc(100% - 40px);
    max-width: 1280px;
    height: auto;
    min-height: 130px;
    overflow: hidden;
    margin: 0px auto;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-anchor, .home-anchor:link {
    display: block;
    text-decoration: none;
    width: 169px;
    /*    height: 80px;
*/ background-image: url(../../Images/assets/careers-company-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px 0px 47px;
    float: left;
    text-align: center;
    line-height: 14px;
    font-size: 15px;
    font-weight: 700px;
    color: #efbb07;
    text-transform: uppercase;
}

    .home-anchor, .home-anchor:link:hover {
        color: #ccbb0f !important;
    }

.header-tab-links {
    width: calc(100% - 140px);
    height: auto;
    min-height: 50px;
    float: left;
    max-width: 330px;
    /*    padding-left: 20px;
*/
}

.header-tab-nav {
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
    border: solid 2px #efbb07;
    border-radius: 100px;
    padding: 0px;
    margin: 18px 0px 0px;
    float: right;
    max-height: 41px;
}

    .header-tab-nav > ul {
        margin: 0px;
        padding: 0px;
    }

        .header-tab-nav > ul li {
            list-style-type: none;
            float: left;
        }

            .header-tab-nav > ul li a {
                display: block;
                text-decoration: none;
                padding: 10px 20px;
                color: #fff;
                background-color: rgba(239,187,7,0);
                text-transform: uppercase;
                font-size: 13px;
                transition: all ease 0.3s;
            }

                .header-tab-nav > ul li a::after {
                    content: '|';
                    color: rgba(238, 238, 238, 0.45);
                    float: right;
                    position: relative;
                    margin-right: -20px;
                    line-height: 20px;
                }

            .header-tab-nav > ul li:last-child a::after {
                display: none;
            }

            .header-tab-nav > ul li a:hover {
                background-color: rgba(239,187,7,1.0);
                color: black;
                transition: all ease 0.3s;
            }

.header-tab-links.row {
    margin: 0px;
}

.header-quote-container {
    width: 100%;
    min-height: 300px;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    align-self: flex-end;
    flex-direction: column-reverse;
    background-image: url(../../Images/assets/top-yellowTab.png);
    background-size: 1920px 450px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

    .header-quote-container::after {
        content: '';
        display: inline-flex;
        align-self: flex-end;
        width: 100%;
        height: 290px;
        position: absolute;
        background-image: url(../../Images/assets/top-whiteTab.png);
        background-size: 1920px 290px;
        background-position: center bottom;
        z-index: 2;
    }

.quote-char-holder {
    width: calc(100% - 40px);
    max-width: 1280px;
    height: auto;
    min-height: 650px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    display: inline-flex;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.char-quote {
    width: 50%;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    color: white;
    text-align: center;
    float: left;
}

    .char-quote h1 {
        text-transform: uppercase;
        margin: 0px auto 0px;
        max-width: 510px;
    }

    .char-quote h3 {
        text-transform: uppercase;
        margin: 0px auto 0px;
        max-width: 510px;
    }

    .char-quote span {
        color: #efbb07;
        font-weight: 300;
    }

.char-photo {
    width: 50%;
    height: auto;
    background-image: url(../../Images/assets/manager-photo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    float: left;
}

.page-body-cont {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.body-row {
    width: calc(100% - 40px);
    max-width: 1280px;
    height: auto;
    min-height: 50px;
    margin: 0px auto 40px;
}

.urgent-vacancies-col {
    height: auto;
    min-height: 220px;
    overflow: hidden;
    padding: 0px;
}

.urgent-vacancies {
    border-radius: 12px;
    background-color: rgba(255,255,255,0.7);
    border: solid 1px rgba(255,255,255,1);
    padding: 40px 20px 20px;
}

    .urgent-vacancies h1 {
        text-align: center;
        color: #da5311;
        font-size: 28px;
        text-transform: uppercase;
        line-height: 32px;
    }

        .urgent-vacancies h1 span {
            font-size: 18px;
            color: #20648c;
        }

#slider-container {
    display: block;
    width: 100%;
    min-height: 180px;
    padding: 10px 0px;
}

.carousel-item h4 {
    text-align: center;
    font-weight: 500;
    color: #0f8ed8;
    font-size: 21px;
}

.carousel-item label {
    display: inline-block;
    width: auto;
    height: auto;
    border: solid 1px #beccd4;
    border-radius: 60px;
    padding: 8px 10px 6px;
    line-height: 10px;
    font-size: 13px;
    color: #586973;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
}

.carousel-item p {
    font-size: 13px;
    color: grey;
    height: 55px;
    overflow: hidden;
    max-width: 320px;
    margin: 0px auto;
    text-align: center;
    text-overflow: ellipsis;
    padding: 0px;
    min-height: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.carousel-control-next, .carousel-control-prev {
    width: 20px;
    top: -100px;
}

.carousel-control-next {
    right: -20px;
}

.carousel-control-prev {
    left: -20px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#BDBDBD' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#BDBDBD' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.centralized-holder {
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.blue-button, .blue-button:link {
    display: block;
    text-decoration: none;
    min-width: 90px;
    min-height: 34px;
    background-color: #0f8ed8;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    padding: 7px 10px;
    transition: all ease 0.3s;
}

    .blue-button[disabled] {
        opacity: 0.3;
        background-color: #0f8ed8 !important;
        color: #fff !important;
    }

    .blue-button:hover {
        background-color: #efbb07;
        color: #272727;
        transition: all ease 0.3s;
    }

.white-button {
    display: block;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
    min-width: 90px;
    min-height: 34px;
    border: solid 1px #0f8ed8;
    color: #1F1F1F;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
    padding: 7px 10px;
    transition: all ease 0.3s;
}

.vacancies-col {
    padding: 0px 0px 0px 30px;
}

.body-title {
    font-size: 38px;
    font-weight: 400;
    color: #028ede;
    margin: 35px 0px 20px;
    text-shadow: #ffffff 0px 2px;
}

.description-title {
    font-size: 38px;
    font-weight: 400;
    color: #028ede;
    margin: 0px 0px 20px;
    text-shadow: #ffffff 0px 2px;
}

.vacancies-table {
    width: 100% !important;
}

    .vacancies-table thead tr th {
        background-color: #5e88a0;
        color: #fff;
        padding: 15px 10px;
    }

        .vacancies-table thead tr th:first-child {
            border-radius: 8px 0px 0px 0px;
        }

        .vacancies-table thead tr th:last-child {
            border-radius: 0px 8px 0px 0px;
        }

    .vacancies-table tbody tr td {
        background-color: rgba(255,255,255,0.4);
        padding: 5px 10px;
        vertical-align: middle;
    }

.prim-td {
    font-weight: 700;
    color: #2f4958;
    font-size: 15px;
}

.vacancies-table tbody tr td label {
    display: inline-block;
    width: auto;
    height: auto;
    border: solid 1px #beccd4;
    border-radius: 60px;
    padding: 8px 10px 6px;
    line-height: 10px;
    font-size: 13px;
    color: #586973;
}

    .vacancies-table tbody tr td label.urgent-label {
        border: solid 1px #da5311;
    }

.vacancies-table thead tr th:not(:first-child), .vacancies-table tbody tr td:not(:first-child) {
    text-align: center;
}

.pioneers-life-sction {
    padding: 0px;
    height: auto;
    min-height: 650px;
    overflow: hidden;
    background-color: black;
    background-image: url(../../Images/assets/gallery-blue-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: none;
    background-attachment: fixed;
}

    .pioneers-life-sction::before {
        content: '';
        width: 100%;
        height: 260px;
        position: absolute;
        background-image: url(../../Images/assets/gallery-top-triangle.png);
        background-size: 1920px auto;
        background-repeat: no-repeat;
        background-position: top;
        z-index: 0;
    }

    .pioneers-life-sction .section-lower-triangle {
        content: '';
        width: 100%;
        height: 350px;
        margin-top: -150px;
        background-image: url(../../Images/assets/gallery-bottom-triangle.png);
        background-size: 1920px auto;
        background-repeat: no-repeat;
        background-position: bottom;
        z-index: 0;
        padding: 160px 0px 0px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

button[class="gal-button"] {
    display: block;
    width: 40px;
    height: 40px;
    border: solid 3px #efbb07;
    background-color: rgba(0,0,0,0);
    margin: 5px;
    border-radius: 40px;
    color: #efbb07;
    background-size: 70%;
    background-repeat: no-repeat;
    outline: none !important;
}

button[name="next-photo"] {
    background-image: url(../../Images/assets/nav-right.svg);
    background-position: 7px center;
}

button[name="prev-photo"] {
    background-image: url(../../Images/assets/nav-left.svg);
    background-position: 3px center;
}

.life-title {
    font-size: 38px;
    font-weight: 300;
    text-transform: uppercase;
    color: #028ede;
    margin: 80px 0px 110px;
    text-shadow: #ffffff 0px 2px;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .life-title strong {
        color: #2f4958;
    }

.pioneers-life-sction > P {
    max-width: 800px;
    margin: 0px auto 20px;
    color: #eee;
    text-align: center;
    font-size: 17px;
}

.gallery-row {
    width: calc(100% - 40px);
    max-width: 1280px;
    height: auto;
    min-height: 280px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

#gallery-holder {
    position: relative;
    height: 280px;
    left: 0px;
    transition: left ease 0.5s;
}

.gal-photo-div {
    margin: 0px 4px;
    height: 280px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.3) 0px 2px 5px;
    float: left;
    background-size: cover;
    background-position: center;
    transition: all ease 0.5s;
}

footer p {
    font-size: 12px;
    text-align: center;
}

.page-diabler {
    display: none;
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(88,92,138,0.4);
    opacity: 0;
}

.login-slider {
    height: 0px;
    width: 100%;
    background-color: rgba(255,255,255,0.98);
    padding: 0px 20px 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    overflow: hidden;
    transition: height ease 0.3s;
}

.login-opened {
    height: 550px;
    transition: height ease 0.3s;
}

.close-login, .close-login:link {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 32px;
    line-height: 32px;
    text-decoration: none;
    color: #585c8a;
}

.login-slider h2 {
    font-size: 32px;
    text-align: center;
    color: #585c8a;
    text-shadow: #ffffff 0px 2px;
    font-weight: 400;
    margin: 60px 0px 40px;
}

.login-form {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    overflow: hidden;
    margin: 0px auto 20px;
}

    .login-form label {
        width: 100%;
        margin-bottom: 20px;
        color: #2f4958;
        text-align: center;
    }

    .login-form input {
        width: 100%;
        height: 38px;
        border: none;
        margin-top: 5px;
        background-color: rgba(154, 189, 210, 0.2);
        border-radius: 30px;
        outline: none;
        padding: 0px 20px;
        text-align: center;
        transition: all ease 0.3s;
    }

        .login-form input:focus {
            width: 100%;
            background-color: rgba(88, 92, 138, 0.9);
            color: #fff;
            transition: all ease 0.3s;
        }

#login-button {
    display: inline-block;
    width: 160px;
    padding: 8px 30px;
    background-color: #efbb07;
    color: #2f4958;
    border: none;
    border-radius: 30px;
    outline: none;
    margin: 0px 0px 10px;
    transition: all ease 0.3s;
}

    #login-button:hover {
        background-color: rgba(88,92,138,1);
        color: white;
        transition: all ease 0.3s;
    }

.secondary-anchor {
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
}

.Price-upperShadow {
    width: 100%;
    height: 40px;
    background-image: url(../../Images/assets/price-upperShadow.png);
    background-size: 100% 40px;
    background-position: center top;
    margin-bottom: 55px;
}




/*Check Boxes*/
.label-container {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.label-par {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0px 5px;
    float: left;
}

.radioSwitch {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
    margin: 5px 10px 0px 0px;
}

    /* Hide default HTML checkbox */
    .radioSwitch input {
        display: none;
    }

/* The slider */
.radioSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dddddd;
    -webkit-transition: .4s;
    transition: .4s;
}

    .radioSlider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: rgba(255,255,255,0);
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .radioSlider {
    background-color: #5b99c9;
}

input:focus + .radioSlider {
    box-shadow: 0 0 1px #fff;
}

input:checked + .radioSlider:before {
    background-color: #fff;
}

/* Rounded sliders */
.radioSlider.radioRound {
    border-radius: 20px;
}

    .radioSlider.radioRound:before {
        border-radius: 20px;
    }

.checkSwitch {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
    margin: 5px 10px 0px 0px;
}

    /* Hide default HTML checkbox */
    .checkSwitch input {
        display: none;
    }

/* The slider */
.checkSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dddddd;
    -webkit-transition: .4s;
    transition: .4s;
}

    .checkSlider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: rgba(255,255,255,0);
        -webkit-transition: .4s;
        transition: .4s;
        background-image: url(../../Images/assets/check-icon.svg);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center -16px;
    }

input:checked + .checkSlider {
    background-color: #5b99c9;
}

input:focus + .checkSlider {
    box-shadow: 0 0 1px #fff;
}

input:checked + .checkSlider:before {
    background-position: center center;
}

/* Rounded sliders */
.checkSlider.checkRound {
    border-radius: 4px;
}

    .checkSlider.checkRound:before {
        border-radius: 2px;
    }



.options-popover {
    display: block;
    width: 90px;
    height: 0px;
    position: absolute;
    transform: translatex(-80px);
    z-index: 20;
    opacity: 0;
    text-align: center;
    overflow: hidden;
    padding: 0px 3px 0px;
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: -70px;
    transition: all ease 0.3s;
}

    .options-popover::after {
        padding: 0px 0px 0px;
        content: '';
        width: 10px;
        height: 40px;
        background-image: url(../../Images/assets/popover-arrow-right.svg);
        background-size: 10px 10px;
        background-repeat: no-repeat;
        background-position: center 7px;
        float: left;
    }

    .options-popover ul {
        padding: 0px;
        margin: 0px;
        float: left;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
        width: calc(100% - 10px);
        overflow: hidden;
    }

        .options-popover ul li {
            list-style-type: none;
        }

            .options-popover ul li a {
                display: block;
                text-align: left;
                text-decoration: none;
                font-size: 12px;
                font-family: sans-serif;
                color: #485c65;
                padding: 5px;
                border-bottom: solid 1px rgba(241,241,241,1);
                background-color: rgba(241,241,241,0.0);
                transition: background-color ease 0.3s
            }

                .options-popover ul li a:hover {
                    background-color: rgb(42, 139, 203);
                    color: #fff;
                    transition: background-color ease 0.3s
                }

.profile-options {
    width: 35px;
    display: inline-block;
    height: 20px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 20px 4px;
    position: relative;
    cursor: pointer;
    float: right;
    margin: 29px 0px;
}

    .profile-options:hover > .options-popover {
        height: 100px;
        width: 100px;
        padding: 0px 3px 3px;
        margin-top: 0px;
        opacity: 1;
        transition: all ease 0.3s;
    }
