﻿@charset "UTF-8";
@import url("scripts/normalize.min.css");
@import url("fonts/ploni.css");
@import url("icons/style.css");
@import url("scripts/swiper-bundle.min.css");

HTML {
    font-size: 100%;
    width: 100%; /* IE hack */
}

* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

* {
    box-sizing: border-box;
}

    *[aria-hidden="true"] {
        display: none;
    }

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

    *:focus, button:focus {
        outline: 1px dashed #4285f5;
        outline-offset: 1px;
    }

    *:active:focus, button:active:focus {
        outline: 1px dashed #4285f5;
        outline-offset: 1px;
    }

BODY {
    direction: rtl;
    font-weight: 400;
    font-family: 'ploni', Arial, Helvetica, sans-serif;
    background-color: #fff;
    color: black;
}

.centeredContent {
    padding: 0px 50px;
    margin: 0 auto;
    max-width: 1700px;
}

a {
    text-decoration: none;
    color: #4285f5;
}

    a:hover {
        text-decoration: underline;
        color: #3f7ee8;
    }

IMG {
    border: 0px;
}

button {
    cursor: pointer;
}

input, select, textarea {
    font-family: 'ploni', Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: black;
}

h1, h2, h3, h4, h5, strong, B {
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

ul, li {
    list-style: none;
}

a.skip-main {
    font: 400 12px arial;
    color: #4285f5;
    background-color: white;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 0px;
    padding: 2px 4px;
    opacity: 0;
}

    a.skip-main:focus, a.skip-main:active {
        opacity: 1;
        z-index: 999;
    }

fieldset {
    margin: 0px;
    padding: 0px;
    border: 0;
    display: block;
    width: 100%;
}

legend {
    position: static;
    width: 100%;
    display: block;
}

i[role="img"][aria-hidden="true"] {
    display: inline;
}

.plazma {
    position: relative;
    height: 590px;
}

.plazmaImage {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    background-color: #4285f5;
    overflow: hidden;
}

    .plazmaImage > div {
        position: relative;
        height: 100%;
    }

    .plazmaImage img {
        display: block;
        height: 100%;
        pointer-events: none;
    }

    .plazmaImage > div:after {
        content: '';
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 260px;
        background: url(imgs/plazma_overlay.png) right top / 100% auto no-repeat;
    }

.plazmaContent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .plazmaContent .centeredContent {
        height: 100%;
        display: flex;
        align-items: center;
    }

.plazmaText {
    color: white;
    width: 540px;
}

    .plazmaText h1 {
        font-weight: 500;
        font-size: 80px;
        line-height: 80px;
        padding-top: 8px;
    }

    .plazmaText P {
        font-weight: 300;
        font-size: 47px;
        line-height: 48px;
    }

.jobsPage {
    padding: 0px 0px 148px;
}

.jobListings {
    padding: 75px 0px 100px;
    position: relative;
}

    .jobListings:before {
        content: '';
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 245px;
        z-index: -1;
        width: 262px;
        height: 195px;
        background: url(imgs/jobs_bg01.png) left top / 100% auto no-repeat;
    }

    .jobListings:after {
        content: '';
        pointer-events: none;
        position: absolute;
        left: 14%;
        bottom: 245px;
        z-index: -1;
        width: 314px;
        height: 221px;
        background: url(imgs/jobs_bg02.png) left top / 100% auto no-repeat;
    }

    .jobListings h2 {
        text-align: center;
        font-weight: 500;
        font-size: 48px;
    }

    .jobListings .centeredContent {
        position: relative;
        z-index: 1;
    }

.jobsArea_tabs {
    padding: 16px 0px 60px;
    position: relative;
    margin: 0 auto;
}

    .jobsArea_tabs .swiper-wrapper {
        transition-timing-function: linear !important;
    }

    .jobsArea_tabs .swiper-slide {
        width: auto !important;
    }

    .jobsArea_tabs li {
        padding: 0 5px 8px;
    }

        .jobsArea_tabs li a {
            width: 134px;
            height: 44px;
            border-radius: 21px;
            background-color: #f0f6ff;
            color: #4285f5;
            font-weight: 300;
            font-size: 19px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            text-decoration: none;
        }

            .jobsArea_tabs li a:hover {
                background-color: #4285f5;
                color: white;
            }

            .jobsArea_tabs li a[aria-selected="true"] {
                background-color: #4285f5;
                color: white;
                position: relative;
            }

                .jobsArea_tabs li a[aria-selected="true"]:after {
                    content: '';
                    position: absolute;
                    left: 50%;
                    top: 100%;
                    transform: translate(-50%, 0);
                    width: 0;
                    height: 0;
                    border: 8px solid transparent;
                    border-top-color: #4285f5;
                }

.jobsArea_panels {
    padding: 0;
    position: relative;
}

.jobsArea_panel {
    padding: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.jobsArea_panel_inTransition {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.jobsArea_panel.Shown {
    opacity: 1;
}

.jobsArea_panel h3 {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}

.jobsArea_list {
    padding: 0px 0px 0px;
    margin: 0 -12px;
}

    .jobsArea_list > ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

        .jobsArea_list > ul > li {
            width: 100%;
            min-width: 25%;
            padding: 32px 12px 0px;
        }

.dominosTheme .jobsArea_list > ul > li {
    min-width: auto !important;
}

.jobItem {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    border-radius: 18px;
    background-color: white;
    box-shadow: 0px 0px 24px rgba(66, 133, 245, 0.1), 0px 0px 24px rgba(66, 133, 245, 0.1);
}

.jobItem_image {
    height: 224px;
}

.dominosTheme .jobItem_image {
    height: auto;
    min-height: 224px;
}

.jobItem_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}

.jobItem_content {
    display: flex;
    flex-direction: column;
    flex: auto;
    padding: 22px 10% 30px;
    position: relative;
}

    .jobItem_content strong {
        display: block;
        max-width: 300px;
        padding-left: 100px;
        font-weight: 500;
        font-size: 24px;
        line-height: 26px;
    }

ul.jobItem_share {
    position: absolute;
    left: 7%;
    top: 19px;
    display: flex;
}

    ul.jobItem_share li {
        padding: 0 3.5px;
    }

        ul.jobItem_share li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 28px;
            font-size: 20px;
            text-decoration: none;
        }

.jobItem_location {
    font-weight: 300;
    font-size: 19px;
    position: relative;
    padding: 0px 18px 0px 0px;
    margin: 4px 0px 0px;
}

    .jobItem_location:before {
        content: "\e903";
        font-family: 'icomoon' !important;
        position: absolute;
        right: 0;
        top: 3px;
        font-size: 14px;
    }

ul.jobItem_details {
    padding: 0px 0px 0px 0px;
    font-weight: 300;
    font-size: 19px;
    line-height: 22px;
    max-width: 260px;
}

    ul.jobItem_details li {
        position: relative;
        margin-top: 10px;
        padding: 0px 18px 0px 0px;
    }

        ul.jobItem_details li:before {
            content: '';
            position: absolute;
            right: 0;
            top: 6px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #4285f5;
        }

.jobItem_button {
    padding-top: 24px;
    margin: auto -9px 0px;
}

    .jobItem_button button {
        border: 0;
        width: 100%;
        height: 44px;
        border-radius: 21px;
        background-color: #4285f5;
        color: white;
        font-weight: 300;
        font-size: 19px;
    }

        .jobItem_button button:hover {
            background-color: #3f7ee8;
        }

.jobBenefits {
    background-color: #4285f5;
    position: relative;
    height: 500px;
    padding-top: 83px;
    overflow: hidden;
}

    .jobBenefits:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 418px;
        height: 350px;
        background: url(imgs/benefits_bg.png) left top / 100% auto no-repeat;
    }

    .jobBenefits .centeredContent {
        position: relative;
    }

    .jobBenefits h3 {
        font-weight: 500;
        font-size: 48px;
        color: white;
        text-align: center;
        padding-bottom: 7px;
    }

    .jobBenefits P {
        font-weight: 300;
        font-size: 24px;
        color: white;
        text-align: center;
    }

.jobBenefits_list {
    margin: 0 -8px;
    padding-top: 42px;
}

    .jobBenefits_list ul {
        display: flex;
        flex-wrap: wrap;
    }

    .jobBenefits_list li {
        width: calc(100% / 6);
        padding: 0 8px;
    }

.jobBenefits_item {
    background-color: white;
    height: 188px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.jobBenefits_image {
    width: 49px;
    height: 60px;
}

    .jobBenefits_image img {
        display: block;
        width: 100%;
    }

.jobBenefits_item span {
    font-weight: 300;
    font-size: 19px;
    line-height: 22px;
    padding-top: 12px;
}

.copyRight {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: -24px;
    color: white;
    text-align: center;
}

.jobFormSticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 148px;
}

    .jobFormSticky .centeredContent {
        height: 100%;
    }

.jobFormSticky_revolve {
    height: 100%;
}

.jobFormSticky_revolveItem {
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
}

.jobFormSticky_front, .jobFormSticky_back {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: white;
    box-shadow: 0px 0px 24px rgba(66, 133, 245, 0.1), 0px 0px 24px rgba(66, 133, 245, 0.1);
}

.jobFormSticky_back {
    transform: rotateX(180deg);
    z-index: 6;
}

    .jobFormSticky_back[aria-hidden="true"] {
        display: none;
    }

.jobFormSticky_revolve.initFlip .jobFormSticky_front,
.jobFormSticky_revolve.initFlip .jobFormSticky_back {
    position: absolute;
}

.jobFormSticky_revolve.flip .jobFormSticky_revolveItem {
    transform: rotateX(180deg);
}

.jobFormSticky_flex {
    display: flex;
    align-items: center;
    height: 100%;
}

.jobFormSticky_title {
    width: 240px;
    padding-bottom: 20px;
}

    .jobFormSticky_title a {
        display: block;
        color: black;
        text-decoration: none;
        pointer-events: none;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
    }

.jobFormSticky_body {
    width: calc(100% - 240px);
}

.jobFormSticky_form {
    display: flex;
}

    .jobFormSticky_form ul {
        display: flex;
        width: calc(100% - 208px);
    }

    .jobFormSticky_form li {
        padding-right: 10px;
        width: 25%;
    }

        .jobFormSticky_form li label {
            display: block;
            position: relative;
        }

            .jobFormSticky_form li label input {
                width: 100%;
                height: 65px;
                padding-top: 12px;
                border: 1px solid #e4e4e4;
                border-radius: 32px;
                text-indent: 42px;
                color: black;
                font-weight: 300;
                font-size: 19px;
                direction: rtl;
            }

            .jobFormSticky_form li label span.labelText {
                position: absolute;
                right: 25px;
                top: 22px;
                z-index: 1;
                transition: all 0.3s ease-in-out;
                pointer-events: none;
                display: flex;
                align-items: center;
            }

                .jobFormSticky_form li label span.labelText I {
                    font-size: 17px;
                }

                .jobFormSticky_form li label span.labelText span {
                    font-weight: 300;
                    font-size: 19px;
                    padding-right: 10px;
                }

            .jobFormSticky_form li label.activeInput span.labelText {
                top: 8px;
            }

                .jobFormSticky_form li label.activeInput span.labelText I {
                    font-size: 14px;
                }

                .jobFormSticky_form li label.activeInput span.labelText span {
                    font-size: 15px;
                    padding-right: 6px;
                }

            .jobFormSticky_form li label .comboHolder {
                position: relative;
                width: 100%;
                display: block;
            }

                .jobFormSticky_form li label .comboHolder select {
                    display: block;
                    width: 100%;
                    height: 65px;
                    border: 1px solid #e4e4e4;
                    border-radius: 32px;
                    font-weight: 300;
                    font-size: 19px;
                    background-color: white;
                    padding: 12px 40px 0px 40px;
                    margin: 0;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    -webkit-user-select: none;
                    -moz-user-select: -moz-none;
                    -ms-user-select: none;
                    user-select: none;
                }

                    .jobFormSticky_form li label .comboHolder select::-ms-expand {
                        display: none;
                    }

                .jobFormSticky_form li label .comboHolder:after {
                    content: '\e907';
                    font-family: 'icomoon' !important;
                    font-size: 14px;
                    color: #000000;
                    position: absolute;
                    left: 20px;
                    top: 50%;
                    transform: translate(0, -50%);
                }

.jobFormSticky_errorText {
    color: #eb0017;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 3px 24px 0px 0px;
}

    .jobFormSticky_errorText:before {
        content: '\e908';
        font-family: 'icomoon' !important;
        margin-left: 4px;
    }

    .jobFormSticky_errorText[aria-hidden="true"] {
        display: none;
    }

.jobFormSticky_button {
    width: 208px;
    padding-right: 26px;
}

    .jobFormSticky_button button {
        border: 0;
        width: 100%;
        height: 65px;
        border-radius: 32px;
        background-color: #4285f5;
        color: white;
        font-weight: 300;
        font-size: 19px;
    }

        .jobFormSticky_button button:hover {
            background-color: #3f7ee8;
        }

.jobPage {
    min-height: 100vh;
    position: relative;
}

.jobPage_bg {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 2%;
    right: 0;
    top: 0;
    overflow: hidden;
}

    .jobPage_bg > a {
        position: relative;
        width: 575px;
        height: 100%;
        direction: ltr;
        z-index: 999;
    }

        .jobPage_bg > a img {
            display: block;
            width: 100%;
            height: 100%;
            pointer-events: none;
            object-fit: cover;
            object-position: left top;
        }

        .jobPage_bg > a:after {
            content: '';
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 240px;
            background: url(imgs/job_page_mask.png) right top / 100% auto no-repeat;
        }

.jobPage_content {
    height: 100%;
    position: relative;
    padding-bottom: 148px;
}

    .jobPage_content .centeredContent {
        height: 100%;
        position: relative;
    }

        .jobPage_content .centeredContent:before {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: -1;
            width: 206px;
            height: 202px;
            background: url(imgs/job_bg_icon.png) left top / 100% auto no-repeat;
        }

.jobPage_logo {
    padding-top: 45px;
}

    .jobPage_logo a {
        display: block;
        width: 160px;
    }

        .jobPage_logo a img {
            display: block;
            width: 100%;
        }

.jobPage_text {
    padding-top: 96px;
}

    .jobPage_text h1 {
        font-weight: 500;
        font-size: 48px;
        padding: 0px 0px 7px;
    }

.jobPage_frame {
    display: flex;
    overflow: hidden;
    border-radius: 18px;
    background-color: white;
    box-shadow: 0px 0px 24px rgba(66, 133, 245, 0.1), 0px 0px 24px rgba(66, 133, 245, 0.1);
}

.jobPage_frameTitle {
    background-color: #4285f5;
    color: white;
    width: 270px;
    padding: 63px 2% 28px;
}

.jobPage_location {
    padding: 0px 0px 0px 0px;
}

    .jobPage_location strong {
        display: block;
        font-weight: 500;
        font-size: 19px;
        line-height: 23px;
    }

    .jobPage_location span {
        position: relative;
        display: block;
        font-weight: 300;
        font-size: 19px;
        line-height: 23px;
        margin-top: 2px;
        padding: 0px 18px 0px 0px;
    }

        .jobPage_location span:before {
            content: "\e903";
            font-family: 'icomoon' !important;
            position: absolute;
            right: 0;
            top: 0px;
            font-size: 14px;
        }

.jobPage_categories {
    padding-top: 20px;
}

    .jobPage_categories strong {
        display: block;
        font-weight: 500;
        font-size: 19px;
        line-height: 23px;
    }

.jobPage_catList {
    margin-right: -24px;
}

    .jobPage_catList ul {
        display: flex;
        flex-wrap: wrap;
        font-weight: 300;
        font-size: 19px;
        line-height: 23px;
    }

    .jobPage_catList li {
        padding-right: 24px;
        position: relative;
    }

        .jobPage_catList li a {
            color: white;
        }

        .jobPage_catList li:before {
            content: '|';
            position: absolute;
            right: 0;
            top: 0;
            width: 24px;
            text-align: center;
            color: #7baaf8;
        }

        .jobPage_catList li:nth-child(1):before {
            display: none;
        }

.jobPage_frameShare {
    padding: 44px 0px 0px;
}

    .jobPage_frameShare > ul {
        display: flex;
    }

        .jobPage_frameShare > ul li {
            padding: 0 3.5px;
        }

            .jobPage_frameShare > ul li a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 28px;
                height: 28px;
                font-size: 18px;
                text-decoration: none;
                color: white;
            }

.jobPage_frameDetails {
    width: calc(100% - 270px);
    display: flex;
}

.jobPage_frameSection {
    padding: 60px 5% 20px;
}

    .jobPage_frameSection h2 {
        padding: 0px 0px 0px 0px;
        font-weight: 500;
        font-size: 24px;
        color: #4285f5;
    }

    .jobPage_frameSection ul {
        padding: 2px 0px 0px 0px;
        font-weight: 300;
        font-size: 19px;
        line-height: 22px;
    }

    .jobPage_frameSection li {
        padding: 0px 18px 0px 0px;
        margin-top: 10px;
        position: relative;
    }

        .jobPage_frameSection li:before {
            content: '';
            position: absolute;
            right: 0;
            top: 6px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #4285f5;
        }

.jobFormSticky_response {
    height: 100%;
    position: relative;
    padding-top: 20px;
}

.jobFormSticky_responseClose {
    position: absolute;
    left: 0;
    top: 5px;
}

    .jobFormSticky_responseClose a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-decoration: none;
        width: 48px;
        height: 48px;
        color: #4285f5;
        font-size: 24px;
    }

.jobFormSticky_responseIcon {
    margin: 0px auto;
    width: 36px;
    height: 42px;
    font-size: 36px;
    color: #4285f5;
}

.jobFormSticky_responseText {
    padding-top: 0px;
    text-align: center;
}

    .jobFormSticky_responseText strong {
        display: block;
        font-size: 24px;
        line-height: 24px;
        color: #4285f5;
    }

/* DOMINOS THEME */

body.dominosTheme {
    --dominos-red: #ff0000;
    --dominos-blue: #0090e2;
    --dominos-dark: #242424;
    --dominos-dark-bg: #0B0B0B; /* CMYK 10, 10, 10, 95 */
    color: var(--dominos-dark);
    background: var(--dominos-dark-bg);
    background-size: cover;
    font-family: "Ploni", sans-serif;
}

    body.dominosTheme .jobBenefits {
        height: 600px;
    }

    body.dominosTheme .jobBenefits_list li {
        width: calc(100% / 7);
        padding: 0 8px;
    }

    /* Tabs */

    body.dominosTheme .jobsArea_tabs li a {
        background-color: #fff;
        color: var(--dominos-blue);
        border: 1px solid var(--dominos-blue);
    }

        body.dominosTheme .jobsArea_tabs li a:hover,
        body.dominosTheme .jobsArea_tabs li a[aria-selected="true"] {
            background-color: var(--dominos-blue);
            color: #fff;
        }

            body.dominosTheme .jobsArea_tabs li a[aria-selected="true"]::after {
                border-top-color: var(--dominos-blue);
            }


    /* Buttons */

    body.dominosTheme .jobItem_button button,
    body.dominosTheme .jobFormSticky_button button {
        background-color: var(--dominos-red);
        color: #fff;
    }

        body.dominosTheme .jobItem_button button:hover,
        body.dominosTheme .jobFormSticky_button button:hover {
            background-color: #cc0000;
        }


    /* Frames / Blocks */

    body.dominosTheme .jobPage_frameTitle,
    body.dominosTheme .jobBenefits,
    body.dominosTheme .plazmaImage {
        background-color: transparent;
    }

        body.dominosTheme .jobBenefits::before {
            background: none;
        }

    body.dominosTheme .jobPage_frameTitle {
        background-color: var(--dominos-red);
    }

    body.dominosTheme .jobItem,
    body.dominosTheme .jobFormSticky_front,
    body.dominosTheme .jobFormSticky_back,
    body.dominosTheme .jobPage_frame {
        box-shadow: 0px 0px 24px rgba(0, 144, 226, 0.15), 0px 0px 24px rgba(0, 144, 226, 0.15);
    }


    /*  Colors */

    body.dominosTheme .jobPage_frameSection h2,
    body.dominosTheme .jobFormSticky_responseClose a,
    body.dominosTheme .jobFormSticky_responseIcon,
    body.dominosTheme .jobFormSticky_responseText strong {
        color: var(--dominos-blue);
    }

    body.dominosTheme .jobItem_details li::before,
    body.dominosTheme .jobPage_frameSection li::before {
        background-color: var(--dominos-blue);
    }

    body.dominosTheme .jobPage_text > h1 {
        color: #ffffff;
    }


    /* Sticky Form */

    body.dominosTheme .jobFormSticky_front {
        background-color: black;
    }

        body.dominosTheme .jobFormSticky_front .jobFormSticky_title a {
            color: white;
        }


    /* jobListings */

    body.dominosTheme .jobListings {
        padding: 0px 0px 50px;
    }

.jobListings-Dominos::before,
.jobListings-Dominos::after {
    background: none;
}


/* Plazma Section */

.plazmaDominosImage {
    display: flex;
    justify-content: flex-end;
    height: 150px;
    overflow: hidden;
    margin-left: 5%;
}

    .plazmaDominosImage > div {
        position: relative;
        height: 100%;
    }

    .plazmaDominosImage img {
        display: block;
        height: 100%;
        pointer-events: none;
    }

    .plazmaDominosImage > div::after {
        content: "";
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 260px;
        background: transparent;
    }

.plazmaDominosContent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 60%;
}

    .plazmaDominosContent .centeredContent {
        height: 100%;
        display: flex;
    }

body.dominosTheme .plazmaText {
    width: 680px;
}

body.dominosTheme .plazma {
    max-height: 340px;
}


/* Job Page Background */

body.dominosTheme .jobPage_bg {
    display: flex;
    justify-content: flex-end;
    overflow: visible;
}

    body.dominosTheme .jobPage_bg > a > img {
        overflow: visible;
    }

    body.dominosTheme .jobPage_bg > a::after {
        background: none;
    }

body.dominosTheme .jobPage_text {
    padding-top: 12rem;
}

body.dominosTheme .jobPage_content .centeredContent::before {
    background: none;
}

.jobBenefits_image_1 {
    width: 85px;
    height: 70px;
}

.jobBenefits_image_2 {
    width: 145px;
    height: 72px;
    margin-top: -2px;
}

.jobBenefits_image_3 {
    width: 130px;
    height: 70px;
}

.jobBenefits_image_4 {
    width: 150px;
    height: 75px;
    margin-top: -5px;
}

.jobBenefits_image_5 {
    width: 77px;
    height: 70px;
    margin-top: -10px;
}

.jobBenefits_image_6 {
    width: 88px;
    height: 68px;
}

body.dominosTheme .jobBenefits_item {
    height: 160px;
}

@media screen and (min-width: 768px) {
    .jobsArea_list > ul {
        flex-direction: row;
    }

        .jobsArea_list > ul > li {
            flex-grow: 1;
            flex-basis: 0;
        }
}

/* Responsive */
@media screen and (max-width: 1660px) {
    body.dominosTheme .plazmaText {
        width: 640px;
    }
}

@media screen and (max-width: 1600px) {
    .jobsPage {
        padding: 0px 0px 100px;
    }

    .jobFormSticky {
        height: 100px;
    }

    .jobFormSticky_title a {
        font-size: 19px;
        line-height: 22px;
    }

    .jobFormSticky_form li label input {
        height: 44px;
        padding-top: 18px;
        border-radius: 22px;
        text-indent: 39px;
        font-size: 19px;
    }

    .jobFormSticky_form li label span.labelText {
        right: 22px;
        top: 12px;
    }

    .jobFormSticky_form li label.activeInput span.labelText {
        top: 6px;
    }

    .jobFormSticky_form li label .comboHolder select {
        height: 44px;
        border-radius: 22px;
        padding: 18px 36px 0px 40px;
    }

    .jobFormSticky_button button {
        height: 44px;
        border-radius: 22px;
        font-size: 19px;
    }

    .plazma {
        height: 480px;
    }

    .jobPage_content {
        padding-bottom: 100px;
    }

    .jobPage_logo {
        padding-top: 36px;
    }

        .jobPage_logo a {
            display: block;
            width: 136px;
        }

    .jobPage_text {
        padding-top: 48px;
    }

        .jobPage_text h1 {
            font-size: 40px;
            padding: 0px 0px 16px;
        }

    .jobFormSticky_responseFrame {
        width: 300px;
        margin: 0 auto;
        display: flex;
    }

    .jobFormSticky_responseIcon {
        margin: 0;
    }

    .jobFormSticky_responseText {
        padding-right: 12px;
        text-align: right;
    }

    body.dominosTheme .plazmaText {
        width: 640px;
    }
}

@media screen and (max-width: 1400px) {
    .centeredContent {
        padding: 0px 25px;
    }

    .plazma {
        height: 340px;
    }

    .plazmaLogo {
        width: 180px;
    }

        .plazmaLogo img {
            display: block;
            width: 100%;
        }

    .plazmaText h1 {
        font-size: 64px;
        line-height: 64px;
        padding-top: 14px;
    }

    .plazmaText P {
        font-size: 40px;
        line-height: 40px;
        padding-top: 8px;
    }

    .jobsPage {
        padding: 0px 0px 80px;
    }

    .jobListings {
        padding: 32px 0px 64px;
    }

        .jobListings h2 {
            font-size: 40px;
        }

    .jobsArea_tabs {
        padding: 16px 0px 30px;
    }

        .jobsArea_tabs li a {
            height: 36px;
            border-radius: 18px;
            font-size: 16px;
        }

            .jobsArea_tabs li a[aria-selected="true"]:after {
                border-width: 6px;
            }

    .jobFormSticky {
        height: 80px;
    }

    .jobFormSticky_title {
        width: 200px;
    }

    .jobFormSticky_body {
        width: calc(100% - 200px);
    }

    .jobFormSticky_form ul {
        width: calc(100% - 180px);
    }

    .jobFormSticky_button {
        width: 180px;
        padding-right: 20px;
    }

    .jobFormSticky_errorText {
        font-size: 12px;
        padding: 3px 24px 0px 0px;
    }

    .jobsArea_list > ul > li {
        padding: 24px 12px 0px;
    }

    .jobItem_image {
        height: 180px;
    }

    .dominosTheme .jobItem_image {
        height: auto;
        min-height: 180px;
    }

    .jobItem_content {
        padding: 18px 7% 20px;
    }

        .jobItem_content strong {
            font-size: 21px;
            line-height: 23px;
        }

    ul.jobItem_share {
        left: 4%;
        top: 16px;
    }

        ul.jobItem_share li {
            padding: 0 2px;
        }

    .jobItem_location {
        font-size: 17px;
        padding-right: 15px;
    }

        .jobItem_location:before {
            top: 3px;
            font-size: 12px;
        }

    ul.jobItem_details {
        font-size: 17px;
        line-height: 20px;
        max-width: 260px;
    }

        ul.jobItem_details li {
            margin-top: 7px;
            padding: 0px 15px 0px 0px;
        }

            ul.jobItem_details li:before {
                top: 6px;
                width: 6px;
                height: 6px;
            }

    .jobItem_button {
        padding-top: 21px;
        margin: auto -6px 0;
    }

        .jobItem_button button {
            height: 40px;
            border-radius: 20px;
            font-size: 17px;
        }

    .jobBenefits {
        height: 440px;
        padding-top: 40px;
    }

        .jobBenefits:before {
            width: 334px;
            height: 280px;
        }

        .jobBenefits h3 {
            font-size: 40px;
            padding-bottom: 7px;
        }

        .jobBenefits P {
            font-size: 21px;
        }

    .jobBenefits_list {
        margin: 0 -8px;
        padding-top: 32px;
    }

        .jobBenefits_list li {
            padding: 0 8px;
        }

    .jobBenefits_item {
        height: 150px;
    }

    .jobBenefits_image {
        width: 42px;
        height: 54px;
    }

    .jobBenefits_item span {
        font-size: 16px;
        line-height: 18px;
        padding-top: 7px;
    }

    .jobPage_content {
        padding-bottom: 66px;
    }

    .jobPage_frameTitle {
        width: 270px;
        padding: 42px 2% 20px;
    }

    .jobPage_frameDetails {
        width: calc(100% - 270px);
    }

    .jobPage_frameSection {
        padding: 40px 4% 20px;
    }

    .jobFormSticky_response {
        padding-top: 12px;
    }

    .jobFormSticky_responseClose {
        top: 0px;
    }

        .jobFormSticky_responseClose a {
            width: 40px;
            height: 40px;
            font-size: 20px;
        }
}

/* Responsive */
@media screen and (max-width: 1300px) {
    .plazmaDominosImage {
        height: 60%;
    }
}

@media screen and (max-width: 1280px) {
    .jobsPage {
        padding: 0px 0px 54px;
    }

    .jobsArea_list {
        margin: 0 -8px;
    }

        .jobsArea_list > ul > li {
            min-width: calc(100% / 3);
            padding: 20px 8px 0px;
        }

    ul.jobItem_details {
        max-width: none;
    }

    .jobFormSticky {
        height: 66px;
    }

    .jobFormSticky_title a {
        font-size: 17px;
        line-height: 20px;
    }

    .jobFormSticky_title {
        width: 180px;
        padding-bottom: 12px;
    }

    .jobFormSticky_body {
        width: calc(100% - 180px);
    }

    .jobFormSticky_form ul {
        width: calc(100% - 140px);
    }

    .jobFormSticky_form li {
        padding-right: 7px;
    }

        .jobFormSticky_form li label input {
            height: 36px;
            border-radius: 18px;
            font-size: 17px;
            text-indent: 32px;
        }

        .jobFormSticky_form li label .comboHolder select {
            height: 36px;
            border-radius: 18px;
            font-size: 17px;
            padding: 12px 28px 0px 28px;
        }

        .jobFormSticky_form li label .comboHolder:after {
            font-size: 12px;
            left: 14px;
        }

        .jobFormSticky_form li label span.labelText {
            right: 16px;
            top: 9px;
        }

            .jobFormSticky_form li label span.labelText I {
                font-size: 12px;
            }

            .jobFormSticky_form li label span.labelText span {
                font-size: 15px;
                padding-right: 4px;
            }

        .jobFormSticky_form li label.activeInput span.labelText {
            top: 2px;
        }

            .jobFormSticky_form li label.activeInput span.labelText I {
                font-size: 10px;
            }

            .jobFormSticky_form li label.activeInput span.labelText span {
                font-size: 12px;
                padding-right: 6px;
            }

    .jobFormSticky_button {
        width: 140px;
        padding-right: 12px;
    }

        .jobFormSticky_button button {
            height: 36px;
            border-radius: 18px;
            font-size: 17px;
        }

    .jobFormSticky_errorText {
        font-size: 12px;
        padding: 2px 15px 0px 0px;
    }

    .jobPage_content {
        padding-bottom: 54px;
    }

    .jobFormSticky_response {
        padding-top: 9px;
    }

    .jobFormSticky_responseIcon {
        width: 32px;
        height: 35px;
        font-size: 32px;
    }

    .jobFormSticky_responseText {
        padding-right: 8px;
    }

        .jobFormSticky_responseText strong {
            font-size: 20px;
            line-height: 21px;
        }

        .jobFormSticky_responseText P {
            font-size: 14px;
        }
}

@media screen and (max-width: 1200px) {
    body.dominosTheme .jobPage_bg > a > img {
        overflow: visible;
    }

    body.dominosTheme .plazmaText {
        width: 520px;
    }
}

@media screen and (max-width: 1100px) {
    .plazmaDominosImage {
        height: 55%;
    }
}

@media screen and (max-width: 1024px) {
    .plazmaImage > div {
        width: 54%;
    }

    .plazmaLogo {
        width: 140px;
    }

    .plazmaText h1 {
        font-size: 54px;
        line-height: 54px;
        padding-top: 14px;
    }

    .plazmaText P {
        font-size: 36px;
        line-height: 36px;
        padding-top: 8px;
    }

    .jobsPage {
        padding: 0px 0px 50px;
    }

    .jobListings {
        padding: 32px 0px 64px;
    }

        .jobListings h2 {
            font-size: 32px;
        }

    .jobsArea_panel h3 {
        font-size: 21px;
    }

    .jobsArea_tabs {
        padding: 16px 0px 22px;
    }

        .jobsArea_tabs li a {
            height: 32px;
            border-radius: 16px;
            font-size: 16px;
            font-weight: 500;
        }

    .jobsArea_list {
        margin: 0 -6px;
    }

        .jobsArea_list > ul > li {
            min-width: 50%;
            padding: 14px 6px 0px;
        }

    .jobFormSticky {
        background: white url(imgs/jobs_bg01.png) left top / 120px auto no-repeat;
        height: auto;
    }

    .jobFormSticky_flex {
        display: block;
        height: auto;
    }

    .jobFormSticky_title {
        width: auto;
        text-align: center;
        padding-bottom: 0;
    }

        .jobFormSticky_title a {
            display: inline-block;
            pointer-events: all;
            text-align: center;
            padding: 18px 0px 8px;
            font-size: 20px;
            line-height: 24px;
            position: relative;
            transition: all 0.4s ease-in-out;
        }

            .jobFormSticky_title a:before {
                content: '\e907';
                font-family: 'icomoon' !important;
                font-size: 14px;
                position: absolute;
                left: 50%;
                top: 0;
                transform: translate(-50%, 0) rotate(180deg);
                transition: all 0.4s ease-in-out;
            }

            .jobFormSticky_title a[aria-expanded="true"]:before {
                transform: translate(-50%, 0) rotate(0deg);
            }

    .jobFormSticky_body {
        display: none;
        max-height: 0;
        transition: all 0.4s ease-in-out;
        width: auto;
        padding: 4px 0px 12px;
    }

        .jobFormSticky_body.shown {
            max-height: 700px;
        }

        .jobFormSticky_body[aria-hidden="false"] {
            display: block;
        }

    .jobFormSticky_form {
        display: block;
    }

        .jobFormSticky_form ul {
            width: auto;
            max-width: 720px;
            margin: 0 auto;
            flex-wrap: wrap;
        }

        .jobFormSticky_form li {
            width: 50%;
            padding: 10px 6px 0px;
        }

    .jobFormSticky_button {
        width: 260px;
        margin: 0 auto;
        padding: 16px 0px 0px;
    }

    body.dominosTheme .jobBenefits,
    .jobBenefits {
        height: auto;
        padding-top: 40px;
        padding-bottom: 42px;
    }

    .jobBenefits_list {
        padding-top: 0px;
    }

        body.dominosTheme .jobBenefits_list li,
        .jobBenefits_list li {
            width: calc(100% / 3);
            padding: 16px 8px 0px;
        }

    .jobBenefits_item {
        height: 134px;
    }

    .jobPage_content {
        padding-bottom: 50px;
    }

    .jobPage_text {
        padding-bottom: 32px;
    }

    .jobPage_frame {
        display: block;
    }

    .jobPage_frameTitle {
        display: flex;
        width: auto;
        padding: 16px 5% 20px 2%;
    }

    .frameTitle_list {
        display: flex;
        flex-wrap: wrap;
    }

    .jobPage_categories {
        padding-top: 0px;
        padding-right: 28px;
    }

    .jobPage_catList {
        padding-top: 2px;
    }

    .jobPage_frameShare {
        padding: 0px 0px 0px;
        margin-right: auto;
    }

    .jobPage_frameDetails {
        width: auto;
    }

    .jobPage_frameSection {
        padding: 40px 5% 36px;
    }

        .jobPage_frameSection h2 {
            font-size: 21px;
        }

        .jobPage_frameSection ul {
            font-size: 17px;
            line-height: 20px;
        }

        .jobPage_frameSection li {
            margin-top: 7px;
            padding: 0px 15px 0px 0px;
        }

            .jobPage_frameSection li:before {
                top: 6px;
                width: 6px;
                height: 6px;
            }

    .jobFormSticky_revolve, .jobFormSticky_revolveItem, .jobFormSticky_front, .jobFormSticky_back, .jobFormSticky_response {
        height: auto;
    }

    .jobFormSticky_front, .jobFormSticky_back {
        transition: all 0.4s ease-in-out;
    }

    .jobFormSticky_front {
        max-height: 280px;
    }

    .jobFormSticky_back {
        max-height: 0;
        transform: none;
    }

    .jobFormSticky_front.active {
        max-height: 0;
    }

    .jobFormSticky_back.active {
        max-height: 280px;
    }

    .jobFormSticky_response {
        padding: 10px 0px;
    }

    .plazmaDominosImage {
        height: 55%;
    }

    body.dominosTheme .jobPage_bg > a > img {
        overflow: visible;
    }

    body.dominosTheme .plazmaText {
        width: 420px;
    }

    .plazmaDominosImage > div {
        height: 140px;
        width: 460px;
    }

    .plazmaDominosContent {
        width: 100%;
        height: 100%;
    }

        .plazmaDominosContent .centeredContent {
            align-items: flex-end;
        }

    body.dominosTheme .plazma {
        max-height: 340px;
    }
}

@media screen and (max-width: 780px) {
    .centeredContent {
        padding: 0px 18px;
    }

    .plazmaLogo {
        width: 135px;
    }

    .plazmaText {
        width: 350px;
    }

        .plazmaText h1 {
            font-size: 48px;
            line-height: 48px;
            padding-top: 14px;
        }

        .plazmaText P {
            font-size: 30px;
            line-height: 30px;
            padding-top: 8px;
        }

    .jobListings h2 {
        font-size: 26px;
    }

    .jobsArea_tabs li a {
        width: 104px;
    }

    .jobsArea_panel h3 {
        font-size: 18px;
    }

    .jobBenefits {
        padding-top: 32px;
        padding-bottom: 50px;
    }

        .jobBenefits h3 {
            font-size: 32px;
            padding-bottom: 0px;
        }

        .jobBenefits P {
            font-size: 18px;
        }

    .jobPage_bg > a {
        width: 420px;
    }

        .jobPage_bg > a:after {
            width: 240px;
        }

    .jobPage_text {
        padding-top: 48px;
        padding-bottom: 24px;
    }

        .jobPage_text h1 {
            font-size: 36px;
            padding: 0px 0px 16px;
        }

    .jobPage_frameTitle {
        padding: 12px 5% 10px 2%;
    }

    .jobPage_location strong {
        font-size: 17px;
        line-height: 20px;
    }

    .jobPage_location span {
        font-size: 17px;
        line-height: 20px;
        margin-top: 2px;
        padding: 0px 15px 0px 0px;
    }

    .jobPage_categories strong {
        font-size: 17px;
        line-height: 20px;
    }

    .jobPage_catList {
        margin-right: -18px;
    }

        .jobPage_catList ul {
            font-size: 17px;
            line-height: 20px;
        }

        .jobPage_catList li {
            padding-right: 18px;
        }

            .jobPage_catList li:before {
                width: 18px;
            }

    .jobPage_frameSection {
        padding: 20px 5% 24px 2%;
        width: 50%;
    }

        .jobPage_frameSection h2 {
            font-size: 20px;
        }

        .jobPage_frameSection ul {
            font-size: 16px;
            line-height: 20px;
        }
}

@media screen and (max-width: 600px) {
    .plazmaImage > div {
        height: 181px;
        width: 258px;
    }

        .plazmaImage > div:after {
            width: 100%;
            height: 100%;
            background-image: url(imgs/plazma_overlay_m.png);
        }

    .plazmaImage img {
        width: 100%;
        height: 100%;
        object-position: top;
        object-fit: contain;
    }

    .plazmaContent .centeredContent {
        align-items: flex-end;
    }

    .plazmaText {
        padding-bottom: 24px;
        width: 240px;
    }

        .plazmaText h1 {
            font-size: 36px;
            line-height: 40px;
            padding-top: 7px;
        }

        .plazmaText P {
            font-size: 20px;
            line-height: 25px;
            padding-top: 0px;
        }

    .jobsArea_list > ul > li {
        min-width: 100%;
        padding: 14px 6px 0px;
    }

    body.dominosTheme .jobBenefits_list li,
    .jobBenefits_list li {
        width: 50%;
    }

    .jobBenefits_image {
        width: 32px;
        height: 40px;
    }

    .jobPage_bg > a {
        width: 300px;
    }

        .jobPage_bg > a:after {
            width: 200px;
        }

    .jobPage_text {
        padding-top: 40px;
        padding-bottom: 20px;
    }

        .jobPage_text h1 {
            font-size: 30px;
            padding: 0px 0px 12px;
        }

    body.dominosTheme .jobPage_bg > a > img {
        overflow: visible;
    }

    .plazmaDominosImage > div {
        height: 80px;
        width: 260px;
    }

        .plazmaDominosImage > div::after {
            width: 100%;
            height: 100%;
        }

    .plazmaDominosImage img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
    }

    .plazmaDominosContent {
        width: 100%;
        height: 100%;
    }

        .plazmaDominosContent .centeredContent {
            align-items: flex-end;
        }

    body.dominosTheme .plazma {
        max-height: 250px;
    }
}

@media screen and (max-width: 480px) {
    .jobFormSticky_title a {
        width: 200px;
        text-align: center;
        padding: 26px 0px 10px;
    }

        .jobFormSticky_title a:before {
            top: 4px;
        }

    .jobFormSticky_body {
        padding: 0px 0px 12px;
    }

    .jobFormSticky_form ul {
        max-width: 320px;
    }

    .jobFormSticky_form li {
        width: 100%;
    }

        .jobFormSticky_form li label input {
            height: 54px;
            border-radius: 27px;
            font-size: 16px;
            text-indent: 40px;
        }

        .jobFormSticky_form li label .comboHolder select {
            height: 54px;
            border-radius: 27px;
            font-size: 16px;
            padding: 12px 36px 0px 36px;
        }

        .jobFormSticky_form li label .comboHolder:after {
            font-size: 14px;
            left: 18px;
        }

        .jobFormSticky_form li label span.labelText {
            right: 24px;
            top: 17px;
        }

            .jobFormSticky_form li label span.labelText I {
                font-size: 14px;
            }

            .jobFormSticky_form li label span.labelText span {
                font-size: 16px;
                padding-right: 4px;
            }

        .jobFormSticky_form li label.activeInput span.labelText {
            top: 6px;
        }

            .jobFormSticky_form li label.activeInput span.labelText I {
                font-size: 12px;
            }

            .jobFormSticky_form li label.activeInput span.labelText span {
                font-size: 13px;
                padding-right: 6px;
            }

    .jobFormSticky_button {
        width: 164px;
    }

        .jobFormSticky_button button {
            height: 46px;
            border-radius: 23px;
            font-size: 16px;
        }

    .jobFormSticky_errorText {
        padding: 4px 25px 0px 0px;
    }

    .jobListings h2 {
        font-size: 20px;
    }

    .jobsArea_panel h3 {
        font-size: 16px;
    }

    .jobItem_content {
        padding: 18px 4% 20px;
    }

    .jobsPage {
        padding: 0px 0px 84px;
    }

    .jobBenefits:before {
        width: 208px;
        height: 174px;
    }

    .jobBenefits h3 {
        font-size: 20px;
        padding-bottom: 4px;
    }

    .jobBenefits P {
        font-size: 16px;
        line-height: 18px;
    }

    .jobPage_bg > a {
        width: 280px;
    }

        .jobPage_bg > a:after {
            width: 240px;
        }

    .jobPage_content {
        padding-bottom: 84px;
    }

    .jobPage_text h1 {
        font-size: 24px;
        padding: 0px 0px 12px;
        max-width: calc(100% - 45px);
    }

    .jobPage_frameDetails {
        display: block;
        padding-bottom: 16px;
    }

    .jobPage_frameSection {
        width: auto;
        padding: 20px 5% 8px 5%;
    }

    .jobPage_frameTitle {
        position: relative;
        flex-wrap: wrap;
        padding: 2px 5% 10px 2%;
    }

    .jobPage_frameShare {
        padding: 0;
        margin: 0;
        position: absolute;
        left: 2%;
        top: calc(100% + 10px);
    }

        .jobPage_frameShare > ul li a {
            color: #4285f5;
        }

    .frameTitle_list {
        margin-right: -28px;
    }

    .jobPage_location {
        padding-right: 28px;
        padding-top: 10px;
    }

    .jobPage_categories {
        padding-top: 10px;
    }

    .jobFormSticky_front {
        max-height: 490px;
    }

    .jobFormSticky_back.active {
        max-height: 490px;
    }
}

@media screen and (max-width: 359px) {
    .centeredContent {
        padding: 0px 10px;
    }

    .jobsArea_tabs li a {
        width: 84px;
    }
}

/* branch field styles for Dominos  */
.jobFormSticky_form li label .comboHolder .select2-selection--single {
    height: 65px;
    border: 1px solid #e4e4e4;
    border-radius: 32px;
    background-color: white;
}

    .jobFormSticky_form li label .comboHolder .select2-selection--single .select2-selection__rendered {
        line-height: 65px;
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 7px;
        font-size: 19px;
        color: #333;
    }

.jobFormSticky_form li label .comboHolder .select2-selection__arrow {
    display: none;
}

.select2-search--dropdown .select2-search__field {
    direction: rtl;
    font-family: 'ploni', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1600px) {
    .jobFormSticky_form li label .comboHolder .select2-selection--single {
        height: 44px;
        border-radius: 22px;
    }

        .jobFormSticky_form li label .comboHolder .select2-selection--single .select2-selection__rendered {
            line-height: 44px;
        }
}

@media screen and (max-width: 1280px) {
    .jobFormSticky_form li label .comboHolder .select2-selection--single {
        height: 36px;
        border-radius: 18px;
    }

        .jobFormSticky_form li label .comboHolder .select2-selection--single .select2-selection__rendered {
            line-height: 36px;
            padding-right: 28px;
            padding-left: 28px;
            font-size: 16px;
        }
}

@media screen and (max-width: 480px) {
    .jobFormSticky_form li label .comboHolder .select2-selection--single {
        height: 54px;
        border-radius: 27px;
    }

        .jobFormSticky_form li label .comboHolder .select2-selection--single .select2-selection__rendered {
            line-height: 54px;
            padding-right: 36px;
            padding-left: 36px;
        }
}
