﻿/*
    Jump to:
    Root
    Misc Styling
    Cookie Consent Styling
    Landing Page Styling
    Our Process Page Styling
    Culture Page Styling
    Technology Page Styling
    Events Styling
    Results Page Styling
    Job Description Page Styling
    Login/Register Page Styling
    Profile Styling
    Application/Onboarding Styling
    Responsive Styling
*/

/* Root */
@import url("chance.css");
:root {
    --pinkColor: #000066;
    --purpleColor: #000066;
    --blueColor: #000066;
    --greenColor: #000066;
    --orangeColor: #000066;

    --font-family: "Chance", verdana;
}
/* Root Ends */

/* Misc Styling */
/*html {
    overflow-y: auto !important;
}*/

label {
    font-size: inherit;
}

div.pageBlockInner_FormBlock div.formRow {
    width: 100%;
    padding-top: 10px;
}

    div.pageBlockInner_FormBlock div.formRow .controlError,
    div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow:not(.hiddenElement),
    div.pageBlockInner_FormBlock div.formRow.formRowSelectInputRow_Common,
    div.pageBlockInner_FormBlock div.formRow.formRowTextAreaRow,
    div.pageBlockInner_FormBlock div.formRow.formRowMoneyInputRow,
    div.pageBlockInner_FormBlock div.formRow.formRowSelectMultiCodelistRow,
    .Login #login_pageBlockContainer #login_pageBlock div.formRow.formRowTextInputRow,
    .ProfileRegister #newregister_pageBlockContainer #newregister_pageBlock div.formRow.formRowTextInputRow,
    .Application_Login #RegisterForm_pageBlockContainer #RegisterForm_pageBlock div.formRow.formRowSelectInputRow_Common,
    div.pageBlockInner_FormBlock div.formRow.formRowDateInputRow,
    div.pageBlockInner_FormBlock div.formRow.formRowRadioInputRow,
    div.pageBlockInner_FormBlock div.formRow.formRowCheckboxMultiRow,
    div.pageBlockInner_FormBlock div.formRow.formRowTimeInputRow,
    div.pageBlockInner_FormBlock div.formRow.formRowNumericInputRow,
    div.pageBlockInner_FormBlock div.formRow.formRowSelectAutoCompleteAdminPortalRow,
    #dialog div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow,
    .subscribe-line.subscribe-line-image .card .card-content #alertsemailform_pageBlockContainer #alertsemailform_username_formRow,
    div.pageBlockInner_FormBlock div.formRow.formRowPhoneInputRow,
    #Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .labelContainer,
    #Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .labelContainer,
    /*div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow,*/
    #SectionCompleteBlock_completed_formRow .labelContainer,
    .quickSearchContainer .formRowTextInputRow .controlContainer,
    .pageBlockInner_FormBlock form.lockedForm div.controlContainer_ReadOnly,
    .pageBlockInner_FormBlock form.lockedForm div.controlContainer_ReadOnlyWithControl {
        max-width: 500px;
        margin: 5px auto;
        display: block;
        float: none;
        text-align: left;
        width: 100%;
        color: #000;
        height: auto;
        font-weight: 600;
        overflow: auto;
    }

.pageBlockInner_FormBlock .formRow .labelContainer,
.pageBlockInner_FormBlock .formRow .controlContainer {
    width: 100%;
}

.pageBlockInner_FormBlock .formRow .labelContainer {
    text-align: left;
    margin-bottom: 10px;
}

    .pageBlockInner_FormBlock.formRow .labelContainer label {
        text-align: inherit;
    }

.pageBlockInner_FormBlock .formRow .controlContainer {
    max-width: 500px;
    margin-right: 0;
}

div.pageBlockInner_FormBlock div.formRow.formRowTextAreaRow .controlContainer {
    width: 100% !important;
}

div.pageBlockInner_FormBlock div.formRow.formRowTextLiteralRow,
#SectionCompleteBlock_completed_formRow .labelContainer,
.pageBlockInner_FormBlock div.textLiteral {
    text-align: center;
}

div.pageBlockInner_FormBlock div.formRow.formRowRadioInputRow .controlContainer .radioOption input,
div.pageBlockInner_FormBlock div.formRow.formRowRadioInputRow .controlContainer .radioOption .radioOptionLabel {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-left: 10px;
}

div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow .labelContainer p,
div.pageBlockInner_FormBlock div.formRow.formRowSelectInputRow_Common .labelContainer p,
div.pageBlockInner_FormBlock div.formRow.formRowTextAreaRow .labelContainer p,
div.pageBlockInner_FormBlock div.formRow.formRowMoneyInputRow .labelContainer p,
div.pageBlockInner_FormBlock div.formRow.formRowSelectMultiCodelistRow .labelContainer p,
.Login #login_pageBlockContainer #login_pageBlock div.formRow.formRowTextInputRow .labelContainer p,
.ProfileRegister #newregister_pageBlockContainer #newregister_pageBlock div.formRow.formRowTextInputRow .labelContainer p,
.Application_Login #RegisterForm_pageBlockContainer #RegisterForm_pageBlock div.formRow.formRowSelectInputRow_Common .labelContainer p,
div.pageBlockInner_FormBlock div.formRow.formRowCheckBoxRow .labelContainer p,
div.pageBlockInner_FormBlock div.formRow.formRowDateInputRow .labelContainer p,
div.pageBlockInner_FormBlock div.formRow.formRowRadioInputRow .labelContainer p,
div.pageBlockInner_FormBlock div.formRow.formRowCheckboxMultiRow .labelContainer p,
#dialog div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow .labelContainer p,
.subscribe-line.subscribe-line-image .card .card-content #alertsemailform_pageBlockContainer #alertsemailform_username_formRow .labelContainer p,
div.pageBlockInner_FormBlock div.formRow.formRowPhoneInputRow .labelContainer p,
#Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .labelContainer p,
#Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .labelContainer p,
#Edit_WORKEXPERIENCE_pageBlock .formRowTextAreaRow div.labelContainer p,
#Add_WORKEXPERIENCE_pageBlock .formRowTextAreaRow div.labelContainer p {
    float: left;
}

div.pageBlockInner_FormBlock div.formRow.formRowCheckBoxRow {
    max-width: 500px;
    margin: 5px auto;
    display: block;
    float: none;
}

    div.pageBlockInner_FormBlock div.formRow.formRowCheckBoxRow .labelContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowCheckBoxRow .controlContainer {
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        text-align: left;
        padding-top: 0;
    }

    div.pageBlockInner_FormBlock div.formRow.formRowCheckBoxRow .labelContainer,
    #Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .labelContainer,
    #Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .labelContainer {
        max-width: calc(100% - 20px);
        width: auto;
        margin-bottom: 0;
    }

        div.pageBlockInner_FormBlock div.formRow.formRowCheckBoxRow .labelContainer label {
            text-align: inherit;
            float: left;
        }

.iti {
    width: 100%;
}

    .iti .iti__country-list {
        padding-inline-start: 0 !important;
    }

.pageBlockInner_FormBlock label.formLabel {
    text-align: left;
    line-height: normal;
    margin-bottom: 0;
}

    .pageBlockInner_FormBlock label.formLabel a {
        text-decoration: underline;
    }

.pageBlockInner_FormBlock div.curFocus label.formLabel {
    color: #000;
}

div.pageBlockInner_FormBlock div.formRow .controlError {
    color: red;
    padding-left: 0;
}

textarea {
    min-height: 100px;
}

.pageBlockInner_FormBlock .formRowPhoneInputRow .controlContainer input.inputText,
.pageBlockInner_FormBlock .formRowTextInputRow .controlContainer input.inputText,
.pageBlockInner_TextTagReplacementBlock .formRowTextInputRow .controlContainer input.inputText,
.pageBlockInner_FormBlock .formRowSelectInputRow_Common .controlContainer select,
.pageBlockInner_FormBlock .formRowMoneyInputRow .controlContainer input,
.pageBlockInner_FormBlock .formRowDateInputRow .controlContainer input,
.pageBlockInner_FormBlock .formRowNumericInputRow .controlContainer input,
.pageBlockInner_FormBlock .formRowTextAreaRow .controlContainer textarea,
#Edit_WORKEXPERIENCE_pageBlock .formRowTextAreaRow .controlContainer .inputTextArea,
#Add_WORKEXPERIENCE_pageBlock .formRowTextAreaRow .controlContainer .inputTextArea,
#MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressInput,
.quickSearchContainer .formRowTextInputRow .controlContainer input,
.inputContainer input,
.selectContainer select {
    padding: 15px;
    min-height: 1px;
    width: 100%;
    border: none;
    background: #fff;
    border: 2px solid #333;
    transition: all .2s ease;
    display: block;
}

    .pageBlockInner_FormBlock .formRowPhoneInputRow .controlContainer input.inputText:focus,
    .pageBlockInner_FormBlock .formRowTextInputRow .controlContainer input.inputText:focus,
    .pageBlockInner_TextTagReplacementBlock .formRowTextInputRow .controlContainer input.inputText:focus,
    .pageBlockInner_FormBlock .formRowSelectInputRow_Common .controlContainer select:focus,
    .pageBlockInner_FormBlock .formRowMoneyInputRow .controlContainer input:focus,
    .pageBlockInner_FormBlock .formRowDateInputRow .controlContainer input:focus,
    .pageBlockInner_FormBlock .formRowTextAreaRow .controlContainer textarea:focus,
    .pageBlockInner_FormBlock .formRowNumericInputRow .controlContainer input:focus,
    .pageBlockInner_FormBlock .formRowPhoneInputRow.curFocus .controlContainer input.inputText,
    .pageBlockInner_FormBlock .formRowTextInputRow.curFocus .controlContainer input.inputText,
    .pageBlockInner_TextTagReplacementBlock .formRowTextInputRow.curFocus .controlContainer input.inputText,
    .pageBlockInner_FormBlock .formRowSelectInputRow_Common.curFocus .controlContainer select,
    .pageBlockInner_FormBlock .formRowSelectInputRow_Common.curFocus .controlContainer select.inputSelect,
    .pageBlockInner_FormBlock .formRowMoneyInputRow.curFocus .controlContainer input,
    .pageBlockInner_FormBlock .formRowDateInputRow.curFocus .controlContainer input,
    .pageBlockInner_FormBlock .formRowTextAreaRow.curFocus .controlContainer textarea,
    .pageBlockInner_FormBlock div.curFocus div.controlContainer .inputText,
    .pageBlockInner_FormBlock div.curFocus div.controlContainer .inputSelect,
    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressInput:focus,
    .inputContainer input:focus,
    .selectContainer select:focus {
        outline: none;
        border: 2px solid var(--pinkColor);
    }

div.pageBlockInner_FormBlock div.formRow.formRowPhoneInputRow .controlContainer {
    overflow: visible;
}

.intl-tel-input {
    width: 100%;
}

    .intl-tel-input .country-list .country,
    .intl-tel-input .country-list .divider {
        margin-top: 0;
    }

.controlContainer .passwordStrength {
    width: 100%;
}

.pageBlockInner_FormBlock .formRowDateInputRow .controlContainer input,
div.pageBlockInner_FormBlock div.formRow.formRowSelectMultiCodelistRow .controlContainer .divajaxcontainter {
    width: calc(100% - 24px);
}

.buttonsRight,
.buttonsRight ul li,
.buttonsLeft,
.buttonsLeft ul li {
    width: auto;
    text-align: center;
}

    .buttonsRight ul li a,
    .buttonsRight ul li input,
    .buttonsLeft ul li a,
    .buttonsLeft ul li input,
    ul.pageBlockHeaderButtons {
        float: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .buttonsLeft button.buttonAnchor,
    .buttonsRight button.buttonAnchor,
    .buttonsLeft input.buttonSubmit,
    .buttonsRight input.buttonSubmit,
    .buttonsLeft a.buttonAnchor,
    .buttonsRight a.buttonAnchor,
    #posdesc_pageBlockContainer #posdesc_pageBlock a.right,
    #homepage .googleMapsButton,
    button.buttonAnchor,
    input.buttonSubmit,
    a.buttonAnchor,
    div.posDescriptionContainer317 .BigVacancyMap .moreJobs a,
    #Home_pageView #noPositions_pageBlockContainer .bottomContainer .buttonContainer a,
    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressButton,
    .mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li a,
    .backButtonContainer a,
    #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a,
    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersExpander a,
    .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent .buttonsRight a,
    .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent .buttonsRight input.buttonSubmit,
    .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .controlContainer .buttonsLeft ul li .fileuploadbutton,
    #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .statusContainer a,
    #posSummaryBlockv2_pageBlock .PosMyWelcomePackSummaryLinks a,
    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer .codeListBlockLower .listItemSeeJobs,
    .offerAnchor,
    .mapContainer .ButtonHolder .bigMapButton a,
    .mapContainer .ButtonHolder .bigMapButton span,
    .buttonContainer a {
        display: inline-block;
        float: none !important;
        padding: 15px 40px;
        background: var(--pinkColor);
        color: #fff;
        text-transform: uppercase;
        transition: all .2s ease;
        text-decoration: none;
        font-weight: 400;
        font-size: 13px;
        line-height: 24px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
        cursor: pointer;
        margin: 5px !important;
        text-decoration: none !important;
        border: none;
        position: relative;
        letter-spacing: 2px;
        text-align: center;
    }

        .buttonsLeft button.buttonAnchor:hover,
        .buttonsRight button.buttonAnchor:hover,
        .buttonsLeft input.buttonSubmit:hover,
        .buttonsRight input.buttonSubmit:hover,
        .buttonsLeft a.buttonAnchor:hover,
        .buttonsRight a.buttonAnchor:hover,
        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock a.right:hover,
        #homepage .googleMapsButton:hover,
        button.buttonAnchor:hover,
        input.buttonSubmit:hover,
        a.buttonAnchor:hover,
        #Home_pageView #noPositions_pageBlockContainer .bottomContainer .buttonContainer a:hover,
        .mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li a:hover,
        .backButtonContainer a:hover,
        #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a:hover,
        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersExpander a:hover,
        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersExpander a.filtersExpanderButton_Expanded,
        .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent .buttonsRight a:hover,
        .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent .buttonsRight input.buttonSubmit:hover,
        .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .controlContainer .buttonsLeft ul li .fileuploadbutton:hover,
        #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .statusContainer a:hover,
        #posSummaryBlockv2_pageBlock .PosMyWelcomePackSummaryLinks a:hover,
        .offerAnchor:hover,
        .mapContainer .ButtonHolder .bigMapButton a:hover,
        .mapContainer .ButtonHolder .bigMapButton span:hover,
        .buttonContainer a:hover {
            color: #fff;
            background: var(--purpleColor);
        }

/*.actionTextButtonContainer .buttonsRight,
.actionTextButtonContainer .buttonsRight ul li,
.fileuploadcontainer .buttonsLeft,
.fileuploadcontainer .buttonsLeft ul li,
#quicksearch_SaveButtonRow_formRow .buttonsRight,
#quicksearch_SaveButtonRow_formRow .buttonsRight ul li {
    width: 100%;
}*/
.tooltip2_Surround,
.tooltip2_SurroundClosing {
    display: none !important;
}

.charCounterValue {
    float: left;
}

video,
img {
    max-width: 100%;
}

.eArcuInfoHeader,
#EarcuHeadingTextBlockTitle,
.pageBlockTitle {
    display: none;
}

.ui-widget.ui-widget-content:not(.ui-datepicker) {
    border: 2px solid var(--pinkColor);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: none;
    padding: 30px;
    background: #fff;
}

    .ui-widget.ui-widget-content:not(.ui-datepicker) div.ui-dialog-titlebar .ui-dialog-titlebar-close {
        background: none;
        border-radius: 0;
        border: none;
        text-indent: 0;
        color: #000;
        font-weight: bold;
        text-decoration: underline;
        outline: none;
    }

        .ui-widget.ui-widget-content:not(.ui-datepicker) div.ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon {
            display: none;
        }

.ui-widget.ui-widget-content .modalContent {
    min-height: 1px !important;
}

    .ui-widget.ui-widget-content .modalContent .pageBlockContent {
        padding: 0;
    }

        .ui-widget.ui-widget-content .modalContent .pageBlockContent .formRow.formRowButtonRow .buttonsRight {
            float: left;
        }

    .ui-widget.ui-widget-content .modalContent div.gridRemove .pageBlockContent {
        background-position: top center;
        padding-top: 30px;
    }

.ui-widget.ui-widget-content.ui-datepicker select {
    float: left;
    margin-right: 5px;
    padding: 5px;
    padding-right: 20px;
    background-position: calc(100% - 10px) 50%;
}

.ui-widget-overlay {
    opacity: 0.5;
    background: #000;
}

#TimeoutMessageBlock_pageBlockContainer #TimeoutMessageBlock_pageBlock .cancelTimeoutAnchor {
    width: auto !important;
}

#EarcuIntroTextBlockTitle,
.talentPoolDisplayName {
    display: none;
}

div.pageBlockInner_FormBlock div.formRow.formRowButtonRow {
    width: 100%;
    text-align: center;
}

    div.pageBlockInner_FormBlock div.formRow.formRowButtonRow .buttonsRight,
    div.pageBlockInner_FormBlock div.formRow.formRowButtonRow .buttonsLeft {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin: 2px 0;
        text-align: center
    }

        div.pageBlockInner_FormBlock div.formRow.formRowButtonRow .buttonsRight ul li,
        div.pageBlockInner_FormBlock div.formRow.formRowButtonRow .buttonsLeft ul li {
            width: auto;
            float: none;
            display: inline-block;
            vertical-align: middle;
        }

            .buttons .buttonsRight:nth-child(2),
            .buttons .buttonsLeft:nth-child(2),
            #TalentPool_Description_pageView .buttonsContainer .buttonsRight:nth-child(2),
            #TalentPool_Description_pageView .buttonsContainer .buttonsLeft:nth-child(2),
            .buttonsRight ul li:nth-child(n+2),
            .buttonsLeft ul li:nth-child(n+2),
            div.pageBlockInner_FormBlock div.formRow.formRowButtonRow .buttonsRight ul li:nth-of-type(n+2),
            div.pageBlockInner_FormBlock div.formRow.formRowButtonRow .buttonsLeft ul li:nth-of-type(n+2) {
                margin-left: 5px;
                margin-top: 0;
            }

.buttonsRight ul,
.buttonsLeft ul {
    padding-inline-start: 0 !important;
}

    .buttonsRight ul li:before,
    .buttonsLeft ul li:before,
    #pageContent li:before {
        display: none !important;
    }

.actionMessageContainer {
    padding-left: 0;
}

    .actionMessageContainer div.actionMessage {
        color: var(--purpleColor);
        background: none;
        padding-left: 0;
    }

        .actionMessageContainer div.actionMessage:before {
            content: "\f00c";
            font: var(--fa-font-solid);
            margin-right: 5px;
        }

    .actionMessageContainer div.actionMessageWarning,
    div.pageBlockInner_FormBlock div.formRow .controlError {
        color: var(--orangeColor);
    }

        .actionMessageContainer div.actionMessageWarning:before {
            content: '\f00d';
        }

div.pageBlockContent {
    padding: 0;
}

.ui-accordion .accordion .ui-accordion-header {
    font-size: 1.25rem;
    font-family: var(--font-family);
    padding: 20px;
    padding-right: 70px;
    text-align: left;
    border-radius: 10px;
    transition: all .2s ease;
    color: var(--blueColor);
    background: rgba(0, 165, 222, 0.1);
    position: relative;
    border: none;
    outline: none;
}

    .ui-accordion .accordion .ui-accordion-header .ui-accordion-header-icon {
        background: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        text-indent: initial;
        width: auto;
        height: auto;
        margin-top: 0;
    }

        .ui-accordion .accordion .ui-accordion-header .ui-accordion-header-icon:before {
            content: '\f078';
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            transition: all .4s ease;
            display: block;
        }

    .ui-accordion .accordion .ui-accordion-header.ui-accordion-header-active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        .ui-accordion .accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before {
            transform: rotate(180deg);
        }

.ui-accordion .accordion.pink .ui-accordion-header {
    color: var(--pinkColor);
    background: #00006610;
}

.ui-accordion .accordion.green .ui-accordion-header {
    color: var(--greenColor);
    background: #00006610;
}

.ui-accordion .accordion.orange .ui-accordion-header {
    color: var(--orangeColor);
    background: #00006610;
}

.ui-accordion .accordion.purple .ui-accordion-header {
    color: var(--purpleColor);
    background: #00006610;
}

.ui-accordion .accordion .accordionContent {
    display: none;
    border: none;
    text-align: left;
    background: #fff;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

    .ui-accordion .accordion .accordionContent p:first-child {
        margin-top: 0;
    }

    .ui-accordion .accordion .accordionContent p:last-child {
        margin-bottom: 0;
    }

.pageBlockInner_FormBlock hr {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

h1,
h2,
h3 {
    font-family: var(--font-family);
}

body {
    margin-top: 90px;
}

.overflowHidden {
    overflow: hidden !important;
}

.overflowVisible {
    overflow: visible !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 52;
    transition: all .2s ease;
    max-height: 150px;
    overflow: visible;
    padding: 0 30px;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

    header nav.navigation {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-evenly;
        height: 90px;
    }

        header nav.navigation #logo {
            flex: 0.25;
        }

            header nav.navigation #logo img {
                max-height: 70px;
            }

        header nav.navigation ul.navList {
            flex: 1;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            header nav.navigation ul.navList li.navItem {
                position: relative;
                text-align: center;
            }

                header nav.navigation ul.navList li.navItem a {
                    display: flex;
                    align-items: center;
                    text-decoration: none;
                    padding: 33px 20px;
                    text-transform: uppercase;
                    font-family: var(--font-family);
                    font-weight: bold;
                    transition: all .2s ease;
                    max-height: 90px;
                }

                    header nav.navigation ul.navList li.navItem a:hover {
                        background: var(--pinkColor);
                        color: #fff !important;
                    }

                header nav.navigation ul.navList li.navItem:nth-child(2n+1) a:hover {
                    background: var(--blueColor);
                }

                header nav.navigation ul.navList li.navItem:nth-child(2n+2) a:hover {
                    background: var(--orangeColor);
                }

                header nav.navigation ul.navList li.navItem.hasChildren > a .dropdownToggle {
                    display: none;
                }

                header nav.navigation ul.navList li.navItem.hasChildren ul.subNav {
                    position: absolute;
                    background: #fff;
                    list-style: none;
                    padding: 0;
                    text-align: left;
                    max-height: 300px;
                    min-width: 200px;
                    width: 100%;
                    overflow: auto;
                    display: none;
                    box-shadow: 0 3px 5px rgba(0,0,0.75);
                }

                    header nav.navigation ul.navList li.navItem.hasChildren ul.subNav::-webkit-scrollbar {
                        width: 10px;
                    }

                    /* Track */
                    header nav.navigation ul.navList li.navItem.hasChildren ul.subNav::-webkit-scrollbar-track {
                        background: #C7FFCF;
                    }

                    /* Handle */
                    header nav.navigation ul.navList li.navItem.hasChildren ul.subNav::-webkit-scrollbar-thumb {
                        background: var(--greenColor);
                    }

                        /* Handle on hover */
                        header nav.navigation ul.navList li.navItem.hasChildren ul.subNav::-webkit-scrollbar-thumb:hover {
                            background: #007503;
                        }

                    header nav.navigation ul.navList li.navItem.hasChildren ul.subNav li a {
                        padding: 10px;
                        line-height: 1.5;
                    }

        /* Track */
        /*header nav.navigation ul.navList li.navItem.hasChildren#locations ul::-webkit-scrollbar-track {
                    background: #CCFFFF;
                }*/

        /* Handle */
        /*header nav.navigation ul.navList li.navItem.hasChildren#locations ul.subNav::-webkit-scrollbar-thumb {
                    background: var(--blueColor);
                }*/

        /* Handle on hover */
        /*header nav.navigation ul.navList li.navItem.hasChildren#locations ul.subNav::-webkit-scrollbar-thumb:hover {
                        background: #003F78;
                    }*/

        header nav.navigation .quickSearch {
            flex: 0.35;
        }

            header nav.navigation .quickSearch .searchbox__form {
                display: inline-block;
                vertical-align: middle;
                width: calc(100% - 70px);
            }

            header nav.navigation .quickSearch input.searchbox__input {
                padding: 20px 50px 20px 20px;
                height: auto;
                background: var(--pinkColor);
                color: #fff;
            }

            header nav.navigation .quickSearch button.searchbox__button {
                top: 0;
                right: 0;
                margin-right: .5rem;
                margin-left: 0;
                height: 50px;
            }

                header nav.navigation .quickSearch button.searchbox__button img {
                    opacity: 1;
                    -webkit-filter: invert(100%);
                    filter: invert(100%);
                    width: 30px;
                    height: 30px;
                }

            header nav.navigation .quickSearch .pojo-a11y-toolbar-toggle,
            header .mobileNavigation ul.navList #mobileMenu .pojo-a11y-toolbar-toggle {
                display: inline-block;
                vertical-align: middle;
                margin-left: 18px;
            }

            header nav.navigation .quickSearch .pojo-a11y-toolbar-toggle {
                display: flex;
                justify-content: end;
            }

                header nav.navigation .quickSearch .pojo-a11y-toolbar-toggle a,
                header .mobileNavigation ul.navList #mobileMenu .pojo-a11y-toolbar-toggle a {
                    background-color: var(--blueColor);
                    color: #ffffff;
                    display: inline-block;
                    font-size: 200%;
                    line-height: 0;
                    padding: 10px;
                    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
                    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
                    transition: all .2s ease;
                }

                    header nav.navigation .quickSearch .pojo-a11y-toolbar-toggle a:hover,
                    header .mobileNavigation ul.navList #mobileMenu .pojo-a11y-toolbar-toggle a:hover {
                        background-color: var(--purpleColor);
                    }

    header .mobileNavigation {
        display: none;
        padding: 25px 20px;
        height: 90px;
    }

        header .mobileNavigation ul.navList {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: flex-end;
            margin: 0;
            list-style: none;
            padding: 0;
        }

            header .mobileNavigation ul.navList li#logoMobile a {
                max-height: 47px;
                display: inline-block;
                transition: all .2s ease;
            }

                header .mobileNavigation ul.navList li#logoMobile a img {
                    max-height: inherit;
                }

            header .mobileNavigation ul.navList #mobileMenu {
                overflow: visible;
                display: flex;
                align-items: center;
            }

                header .mobileNavigation ul.navList #mobileMenu .menuToggle {
                    display: block;
                    z-index: 1;
                    -webkit-user-select: none;
                    user-select: none;
                }

                    header .mobileNavigation ul.navList #mobileMenu .menuToggle span {
                        display: block;
                        width: 30px;
                        height: 4px;
                        margin-bottom: 5px;
                        position: relative;
                        background: var(--pinkColor);
                        border-radius: 3px;
                        z-index: 1;
                        transform-origin: 4px 0px;
                        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
                    }

                        header .mobileNavigation ul.navList #mobileMenu .menuToggle span:first-child {
                            transform-origin: 0% 0%;
                        }

                        header .mobileNavigation ul.navList #mobileMenu .menuToggle span:last-child {
                            transform-origin: 0% 100%;
                        }

                    header .mobileNavigation ul.navList #mobileMenu .menuToggle.active span {
                        opacity: 1;
                        transform: rotate(45deg) translate(-2px, -1px);
                        background: #fff;
                    }

                        header .mobileNavigation ul.navList #mobileMenu .menuToggle.active span:nth-last-child(2) {
                            opacity: 0;
                            transform: rotate(0deg) scale(0.2, 0.2);
                        }

                        header .mobileNavigation ul.navList #mobileMenu .menuToggle.active span:last-child {
                            transform: rotate(-45deg) translate(0, -1px);
                        }

                header .mobileNavigation ul.navList #mobileMenu #menu {
                    position: absolute;
                    height: 100vh;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    transform: translateX(100%);
                    width: 50vw;
                    min-width: 300px;
                    padding: 50px;
                    padding-top: 125px;
                    background: var(--blueColor);
                    list-style-type: none;
                    -webkit-font-smoothing: antialiased;
                    transition: all .4s ease;
                    text-align: right;
                    overflow: auto;
                }

                    header .mobileNavigation ul.navList #mobileMenu #menu li {
                        font-size: 22px;
                        font-family: var(--font-family);
                        color: #fff;
                    }

                        header .mobileNavigation ul.navList #mobileMenu #menu li a {
                            color: inherit;
                            display: block;
                            padding: 10px 0;
                            text-decoration: none;
                            transition: all .2s ease;
                        }

                        /*header .mobileNavigation ul.navList #mobileMenu #menu li a:hover {
                                background: rgba(0,0,0,0.5);
                            }*/

                        header .mobileNavigation ul.navList #mobileMenu #menu li.hasChildren > a {
                            position: relative;
                        }

                            header .mobileNavigation ul.navList #mobileMenu #menu li.hasChildren > a .dropdownToggle {
                                float: left;
                                position: relative;
                                z-index: 2;
                            }

                                header .mobileNavigation ul.navList #mobileMenu #menu li.hasChildren > a .dropdownToggle:before {
                                    content: '\f078';
                                    font-family: "Font Awesome 6 Pro";
                                    font-weight: 900;
                                    transition: all .4s ease;
                                    display: block;
                                    float: left;
                                }

                                header .mobileNavigation ul.navList #mobileMenu #menu li.hasChildren > a .dropdownToggle.slideUp:before {
                                    transform: rotate(180deg);
                                }

                        header .mobileNavigation ul.navList #mobileMenu #menu li.hasChildren ul {
                            padding: 0;
                            background: rgba(0,0,0,0.3);
                            -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
                            -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
                            box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
                            list-style: none;
                            display: none;
                        }

                            header .mobileNavigation ul.navList #mobileMenu #menu li.hasChildren ul li a {
                                padding: 10px 20px;
                            }

                header .mobileNavigation ul.navList #mobileMenu .menuToggle.active ~ #menu {
                    transform: none;
                }

    header.scrolled .mobileNavigation ul.navList li#logoMobile a {
        max-height: 50px;
    }

.textpage_culture header nav.navigation ul.navList li.navItem:nth-child(1) a,
.intranet.pos_find_results header nav.navigation ul.navList li.navItem:nth-child(1) a,
.intranet.pos_find_results_map header nav.navigation ul.navList li.navItem:nth-child(1) a {
    color: var(--pinkColor);
}

.textpage_learn header nav.navigation ul.navList li.navItem:nth-child(2) a,
.login header nav.navigation ul.navList li.navItem:nth-child(7) a,
.profileregister header nav.navigation ul.navList li.navItem:nth-child(7) a,
.intranet.login header nav.navigation ul.navList li.navItem:nth-child(2) a,
.intranet.profileregister header nav.navigation ul.navList li.navItem:nth-child(2) a {
    color: var(--greenColor);
}

.textpage_tech header nav.navigation ul.navList li.navItem:nth-child(3) a {
    color: var(--purpleColor);
}

.pos_find_results header nav.navigation ul.navList li.navItem:nth-child(4) a,
.pos_find_results_map header nav.navigation ul.navList li.navItem:nth-child(4) a {
    color: var(--blueColor);
}

.candidateevent_list header nav.navigation ul.navList li.navItem:nth-child(5) a {
    color: var(--orangeColor);
}

body:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    transition: all .4s ease;
    z-index: -1;
}

body.mobileMenuActive,
body.modalActive {
    overflow: hidden;
}

    body.mobileMenuActive:before {
        z-index: 52;
        background: rgba(0,0,0,0.7);
    }

    body.modalActive:before {
        z-index: 53;
        background: rgba(0,0,0,0.7);
    }

footer {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    background: #222;
}

    footer .container {
        height: 100%;
        width: 100%;
        max-width: 1210px;
        margin: 0 auto;
        padding: 0 20px;
    }

        footer .container .footerRight {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            float: right;
            height: 160px;
        }

            footer .container .footerRight .socialLinks {
                margin-bottom: 0;
                padding-left: 0;
                list-style: none;
                position: relative;
            }

            footer .container .footerRight ul.socialLinks li.socialItem {
                float: left;
                margin-left: 1px;
            }

                footer .container .footerRight ul.socialLinks li.socialItem:first-of-type {
                    margin-left: 0;
                }

                footer .container .footerRight ul.socialLinks li.socialItem a.socialIcon {
                    display: block;
                    width: 38px;
                    height: 38px;
                    opacity: 0.3;
                    background-repeat: no-repeat;
                    background-size: 100%;
                    transition: all .2s ease;
                }

                    footer .container .footerRight ul.socialLinks li.socialItem a.socialIcon#facebook {
                        background-image: url(../Images/Icons/icon-facebook.svg);
                    }

                    footer .container .footerRight ul.socialLinks li.socialItem a.socialIcon#twitter {
                        background-image: url(../Images/Icons/icon-x-twitter.svg);
                        background-size: 20px 20px;
                        background-position: center center;
                        opacity: 1;
                        background-color: #FFFFFF4D;
                        &:hover {
                            background-color: #FFFFFFFF;
                        }
                    }

                    footer .container .footerRight ul.socialLinks li.socialItem a.socialIcon#linkedIn {
                        background-image: url(../Images/Icons/icon-linkedIn.svg);
                    }

                    footer .container .footerRight ul.socialLinks li.socialItem a.socialIcon#youtube {
                        background-image: url(../Images/Icons/icon-youtube.svg);
                    }

                    footer .container .footerRight ul.socialLinks li.socialItem a.socialIcon#instagram {
                        background-image: url(../Images/Icons/icon-instagram.svg);
                    }

                    footer .container .footerRight ul.socialLinks li.socialItem a.socialIcon#glassdoor {
                        background-image: url(../Images/Icons/icon-glassdoor.png);
                        opacity: 0.4;
                    }

                    footer .container .footerRight ul.socialLinks li.socialItem a.socialIcon:hover {
                        opacity: 1 !important;
                    }

        footer .container .footerLeft {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            height: 160px;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0.01em;
            color: #fff;
            font-weight: 400;
        }

            footer .container .footerLeft p,
            footer .container .footerLeft span {
                color: #ccc;
                margin: 0;
            }

.bannerContainer {
    height: 15rem;
    min-height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .bannerContainer.banner1 {
        background-position: 50% 35%;
    }

    .bannerContainer.banner2 {
        background-position: 50% 30%;
    }

    .bannerContainer.banner3 {
        background-position: 50% 26%;
    }

    /*.bannerContainer.banner4 {
        background-position: 50% 45%;
    }*/

    .bannerContainer.banner4 {
        background-position: 50% 20%;
    }

    .bannerContainer.banner5 {
        background-position: 50% 35%;
    }

    .bannerContainer.banner6 {
        background-position: 50% 25%;
    }

    .bannerContainer.banner8 {
        background-position: 50% 28%;
    }

    .bannerContainer:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgba(0,0,0,0.3);
    }

    .bannerContainer .flexslider {
        margin: 0;
        background: none;
        border: none;
        border-radius: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

        .bannerContainer .flexslider ul.slides,
        .bannerContainer .flexslider ul.slides li {
            height: 100%;
            width: 100%;
        }

            .bannerContainer .flexslider ul.slides li img {
                height: 100%;
                width: 100%;
                object-fit: cover;
                object-position: 50% 50%;
            }

    .bannerContainer video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
        z-index: 1;
    }

    .bannerContainer .bannerContent {
        text-align: center;
        position: absolute;
        top: 62%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        z-index: 3;
    }

        .bannerContainer .bannerContent h1 {
            color: #fff;
            text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
            margin-top: 0;
            font-weight: bold;
            text-transform: capitalize;
        }

        .bannerContainer .bannerContent .buttonContainer {
            display: none;
        }

.sectionContainer {
    padding: 3.7rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .sectionContainer.hasBackground {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .sectionContainer.hasGradient:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgb(153,39,133);
        background: linear-gradient(90deg, rgba(153,39,133,1) 0%, rgba(231,43,120,1) 100%);
        opacity: 0.7;
    }

    .sectionContainer.hasGradient .content {
        position: relative;
        z-index: 3;
        color: #fff;
        font-weight: 400;
    }

.full-width {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.fifty-fifty,
.twenty-five {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    .fifty-fifty .contentBlock,
    .twenty-five .contentBlock {
        width: 48%;
        text-decoration: none;
        color: #000;
    }

        .fifty-fifty .contentBlock .imageContainer img {
            max-height: 350px;
        }

        .fifty-fifty .contentBlock:hover .imageContainer:after,
        .twenty-five .contentBlock:hover .imageContainer:after {
            top: 0;
            left: 0;
        }

        .fifty-fifty .contentBlock .textContainer,
        .twenty-five .contentBlock .textContainer {
            max-width: 90%;
            margin: -40px auto 0;
            position: relative;
            z-index: 3;
            background: #fff;
            padding: 30px;
            border-radius: 10px;
            overflow: hidden;
        }

            .fifty-fifty .contentBlock .textContainer h3,
            .twenty-five .contentBlock .textContainer h3 {
                margin-top: 0;
                margin-bottom: 0;
                font-family: var(--font-family);
                font-size: 2rem;
            }

            .fifty-fifty .contentBlock .textContainer .desc {
                width: 100%;
                overflow: hidden;
                -webkit-box-orient: vertical;
                display: block;
                display: -webkit-box;
                overflow: hidden !important;
                text-overflow: ellipsis;
                -webkit-line-clamp: 4;
            }

            .fifty-fifty .contentBlock .textContainer .fakeLink,
            .twenty-five .contentBlock .textContainer .fakeLink {
                float: right;
                text-decoration: none;
                text-transform: uppercase;
                color: var(--blueColor);
                letter-spacing: 2px;
                font-size: 14px;
                font-weight: bold;
                margin-top: 10px;
            }

                .fifty-fifty .contentBlock .textContainer .fakeLink:after,
                .twenty-five .contentBlock .textContainer .fakeLink:after {
                    content: '\f061';
                    font-family: "Font Awesome 6 Pro";
                    font-weight: 300;
                    margin-left: 10px;
                    transition: all .2s ease;
                    display: inline-block;
                    vertical-align: top;
                }

        .fifty-fifty .contentBlock:hover .textContainer .fakeLink:after,
        .twenty-five .contentBlock:hover .textContainer .fakeLink:after {
            margin-left: 5px;
        }

    .twenty-five .contentBlock {
        width: 23%;
    }

        .twenty-five .contentBlock .imageContainer img {
            max-height: 250px;
        }

        .twenty-five .contentBlock .textContainer h3 {
            font-size: 1rem;
        }

.sixty-fourty {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .sixty-fourty .contentContainer:first-child {
        width: 60%;
    }

    .sixty-fourty .contentContainer:last-child {
        width: 40%;
    }

    .sixty-fourty.reverse {
        flex-direction: row-reverse;
    }

.thirty-three {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    .thirty-three .contentContainer {
        width: 32%;
    }

        .thirty-three .contentContainer.imageContainer:nth-child(2n+2):after {
            left: 0;
        }

.contentContainer.textContainer:first-child {
    padding-right: 3vw;
}

.contentContainer.textContainer:last-child {
    padding-left: 3vw;
}

.imageContainer.hasGradient {
    position: relative;
    overflow: visible;
}

    .imageContainer.hasGradient img {
        width: 100%;
        height: 60vh;
        object-fit: cover;
        object-position: 50% 50%;
        display: block;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        position: relative;
        z-index: 2;
    }


.imageContainer.video iframe,
.imageContainer.video video {
    position: relative;
    width: 100%;
    height: 60vh;
    z-index: 2;
    border-radius: 10px;
}

.imageContainer.video.iframe {
    height: auto;
    aspect-ratio: 16/9;
}

    .imageContainer.video.iframe iframe {
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.imageContainer.hasGradient:after,
.tabbedContent .contentContainer.imageContainer.hasGradient .tabImg:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background: rgb(153,39,133);
    background: linear-gradient(90deg, rgba(153,39,133,1) 0%, rgba(231,43,120,1) 100%);
    border-radius: 10px;
    z-index: 1;
    transition: all .2s ease;
}

.contentContainer.imageContainer.hasGradient:first-child img,
.contentContainer.imageContainer.hasGradient:first-child:after,
.tabbedContent .contentContainer.imageContainer.hasGradient:first-child .tabImg:after,
.imageContainer.video:first-child iframe,
.imageContainer.video:first-child video {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.contentContainer.imageContainer.hasGradient:last-child img,
.contentContainer.imageContainer.hasGradient:last-child:after,
.tabbedContent .contentContainer.imageContainer.hasGradient:last-child .tabImg:after,
.imageContainer.video:last-child iframe,
.imageContainer.video:last-child video {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.contentContainer.imageContainer.hasGradient:first-child:after {
    left: initial;
    right: 20px;
}

.tabbedContent .contentContainer.imageContainer.hasGradient:last-child:after,
.tabbedContent .contentContainer.imageContainer.hasGradient:first-child:after {
    display: none;
}

h2.gradient {
    color: var(--blueColor);
    display: inline-block;
    font-size: 2rem;
    font-family: var(--font-family);
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
}

    h2.gradient.pink-blue,
    .sectionContainer.hasGradient.pink-blue:before,
    .imageContainer.hasGradient.pink-blue:after {
        color: var(--blueColor);
    }

    h2.gradient.pink-orange,
    .sectionContainer.hasGradient.pink-orange:before,
    .imageContainer.hasGradient.pink-orange:after {
        color: var(--blueColor);
    }

    h2.gradient.blue-green,
    .sectionContainer.hasGradient.blue-green:before,
    .imageContainer.hasGradient.blue-green:after,
    .categoryBlocksContainer .categoryBlock .categoryBlockContent:before {
        color: var(--blueColor);
    }

h2.align-left {
    float: left;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.ticker-container {
    width: 100%;
    margin: 0 auto;
}

    .ticker-container .caroufredsel_wrapper {
        width: 100% !important;
    }

        .ticker-container .caroufredsel_wrapper .carousel .carouselItem {
            display: flex;
            float: left;
            height: auto;
        }

            .ticker-container .caroufredsel_wrapper .carousel .carouselItem img {
                max-height: 250px;
                width: auto;
                max-width: 100%;
                margin: 0 auto;
                object-fit: contain;
                object-position: 50% 50%;
                display: block;
            }

.shapeBackground {
    overflow: visible;
}

    .shapeBackground .triangleBackground {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: var(--orangeColor);
        opacity: 0.1;
        overflow: visible;
        z-index: -1;
    }

        .shapeBackground .triangleBackground:before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 20vh calc(100vw - var(--scrollbar-width));
            border-color: transparent transparent var(--orangeColor) transparent;
            opacity: 1;
            position: absolute;
            top: -19.9vh;
        }

        .shapeBackground .triangleBackground:after {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20vh calc(100vw - var(--scrollbar-width)) 0 0;
            border-color: var(--orangeColor) transparent transparent transparent;
            opacity: 1;
            position: absolute;
            bottom: -19.9vh;
        }

        .shapeBackground .triangleBackground.noTop:before,
        .shapeBackground .triangleBackground.noBottom:after {
            display: none;
        }

        .shapeBackground .triangleBackground.blue {
            background: var(--blueColor);
        }

            .shapeBackground .triangleBackground.blue:before {
                border-color: transparent transparent var(--blueColor) transparent;
            }

            .shapeBackground .triangleBackground.blue:after {
                border-color: var(--blueColor) transparent transparent transparent;
            }

        .shapeBackground .triangleBackground.green {
            background: var(--greenColor);
        }

            .shapeBackground .triangleBackground.green:before {
                border-color: transparent transparent var(--greenColor) transparent;
            }

            .shapeBackground .triangleBackground.green:after {
                border-color: var(--greenColor) transparent transparent transparent;
            }

        .shapeBackground .triangleBackground.pink {
            background: var(--pinkColor);
        }

            .shapeBackground .triangleBackground.pink:before {
                border-color: transparent transparent var(--pinkColor) transparent;
            }

            .shapeBackground .triangleBackground.pink:after {
                border-color: var(--pinkColor) transparent transparent transparent;
            }

        .shapeBackground .triangleBackground.purple {
            background: var(--purpleColor);
        }

            .shapeBackground .triangleBackground.purple:before {
                border-color: transparent transparent var(--purpleColor) transparent;
            }

            .shapeBackground .triangleBackground.purple:after {
                border-color: var(--purpleColor) transparent transparent transparent;
            }

.headerContainer {
    overflow: hidden;
}

    .headerContainer *:nth-child(n+2) {
        float: left;
        margin: 0;
        margin-left: 20px;
        text-align: left;
    }


.sectionContainer.orange-background {
    background: #00006610;
}

.sectionContainer.blue-background {
    background: #00006610;
}

.sectionContainer.pink-background {
    background: #00006610;
}

.sectionContainer.green-background {
    background: #00006610;
}

.sectionContainer.purple-background {
    background: #00006610;
}

.modalContent .pageBlockInner_FormBlock .formRowTextInputRow .controlContainer input.inputText {
    background: #f5f5f5;
}

.sectionContainer#joinus .buttonContainer a {
    background: linear-gradient(270deg, #e72b78, #992785, #00a5de, #2ea836, #f39000);
    background-size: 1000% 1000%;
    -webkit-animation: animatedGradient 16s ease infinite;
    -moz-animation: animatedGradient 16s ease infinite;
    -o-animation: animatedGradient 16s ease infinite;
    animation: animatedGradient 16s ease infinite;
}

    .sectionContainer#joinus .buttonContainer a:hover {
        -webkit-animation: animatedGradient 16s ease infinite, shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
        -moz-animation: animatedGradient 16s ease infinite, shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
        -o-animation: animatedGradient 16s ease infinite, shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
        animation: animatedGradient 16s ease infinite, shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
        transform: translate3d(0, 0, 0) scale(1.1);
        perspective: 1000px;
    }

@-webkit-keyframes animatedGradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes animatedGradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-o-keyframes animatedGradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes animatedGradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0) scale(1.1);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0) scale(1.1);
    }

    30%, 50%, 70% {
        transform: translate3d(-2px, 0, 0) scale(1.1);
    }

    40%, 60% {
        transform: translate3d(2px, 0, 0) scale(1.1);
    }
}

a.arrow {
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--pinkColor);
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
}

    a.arrow:after {
        content: '\f061';
        font-family: "Font Awesome 6 Pro";
        font-weight: 300;
        margin-left: 10px;
        transition: all .2s ease;
        display: inline-block;
        vertical-align: top;
    }

    a.arrow:hover:after {
        margin-left: 5px;
    }

.scrollTop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 5;
}

    .scrollTop a {
        display: block;
        width: 2.5rem;
        height: 2.5rem;
        position: relative;
        border-radius: 100%;
        background: var(--pinkColor);
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        transition: all .2s ease;
        font-size: 1rem;
    }

        .scrollTop a:hover {
            transform: scale(1.1);
        }

body.pojo-a11y-grayscale {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}

    body.pojo-a11y-grayscale #pojo-container header,
    body.pojo-a11y-grayscale #pojo-container .sectionContainer,
    body.pojo-a11y-grayscale #pojo-container .bannerContainer,
    body.pojo-a11y-grayscale #pojo-container footer,
    body.pojo-a11y-grayscale #pojo-a11y-toolbar,
    body.pojo-a11y-grayscale .gdprcookie {
        -webkit-filter: grayscale(100%);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.pojo-a11y-high-contrast.textpage_story .timeline-container:before {
    background: #000;
}

.pojo-a11y-high-contrast .wobbly-section {
    --wave-override: #000;
}

.pojo-a11y-negative-contrast.textpage_story .timeline-container:before {
    background: #000;
}

.pojo-a11y-negative-contrast .wobbly-section {
    --wave-override: #000;
}

.pojo-a11y-light-background.textpage_story .timeline-container:before {
    background: #fff;
}

.pojo-a11y-light-background .wobbly-section {
    --wave-override: #fff;
}

.pojo-a11y-readable-font .highlight {
    font-family: var(--font-family) !important;
}

.accessibility-links {
    position: absolute;
    top: 100%;
    left: 0;
}

    .accessibility-links a h5 {
        opacity: 0;
        height: 1px;
        padding: 0;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .54);
    }

    .accessibility-links a:focus h5 {
        opacity: 1;
        height: auto;
        padding: 10px 16px;
    }

#pojo-a11y-toolbar {
    top: 90px !important;
    z-index: 20;
}

    #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
        background-color: #ffffff;
    }
/* Misc Styling Ends */
/* Cookie Consent Styling */
.gdprcookie h1.gdprcookie-introheader {
    margin-top: 0;
    font-size: 1.25rem;
}

.gdprcookie h2.gdprcookie-advancedheader {
    font-size: 1rem;
}

.gdprcookie-buttons button {
    display: inline-block;
    vertical-align: top;
    margin: 2.5px;
    transition: all .2s ease;
}

    .gdprcookie-buttons button:hover {
        background: #fff;
        color: #404040;
    }
/* Cookie Consent Styling Ends */
/* Landing Page Styling */
.home .bannerContainer {
    height: 50vh;
}

    .home .bannerContainer:before {
        display: none;
    }

    .home .bannerContainer .flexslider ul.slides li:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgba(0,0,0,0.3);
    }

    .home .bannerContainer .flexslider ul.slides li img.slide1 {
        object-position: 50% 25%;
    }

    .home .bannerContainer .flexslider ul.slides li img.slide2 {
        object-position: 50% 45%;
    }

    .home .bannerContainer .flexslider ul.slides li img.slide3 {
        object-position: 50% 20%;
    }

    .home .bannerContainer .flexslider ul.slides li img.slide4 {
        object-position: 50% 35%;
    }

    .home .bannerContainer .flexslider ul.slides li img.slide5 {
        object-position: 50% 25%;
    }

.home .tabsContainer {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

    .home .tabsContainer .tabs {
        width: 250px;
        float: left;
        border-right: 2px solid var(--pinkColor);
    }

        .home .tabsContainer .tabs .tabBlock {
            padding: 15px;
            cursor: pointer;
            font-family: var(--font-family);
            font-weight: bold;
            transition: all .2s ease;
            font-size: 20px;
            line-height: 1.5;
        }

            .home .tabsContainer .tabs .tabBlock:hover, .home .tabsContainer .tabs .tabBlock.active {
                color: var(--pinkColor);
            }

    .home .tabsContainer .tabsContent {
        width: calc(100% - 250px);
        float: left;
        padding-left: 3vw;
    }

        .home .tabsContainer .tabsContent .contentBlock {
            display: none;
        }

            .home .tabsContainer .tabsContent .contentBlock h2 {
                margin-top: 0;
            }

            .home .tabsContainer .tabsContent .contentBlock em {
                font-family: var(--font-family);
                color: var(--pinkColor);
                font-weight: bold;
            }

.socialBlocks {
    width: 100%;
    margin-top: 2rem;
}

    .socialBlocks h3 {
        font-size: 1.5rem;
    }

    .socialBlocks .blocksContainer {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        max-width: 500px;
        margin: 0 auto 5px;
    }

        .socialBlocks .blocksContainer .socialBlock {
            border-radius: 100%;
            width: 80px;
            height: 80px;
            position: relative;
            color: #fff;
            overflow: visible;
        }

            .socialBlocks .blocksContainer .socialBlock:before {
                border-radius: 100%;
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #0165E1;
                z-index: 1;
                transition: all .2s ease;
            }

            .socialBlocks .blocksContainer .socialBlock#twitter:before {
                background: #1D9BF0;
            }

            .socialBlocks .blocksContainer .socialBlock#linkedIn:before {
                background: #0A66C2;
            }

            .socialBlocks .blocksContainer .socialBlock#instagram:before {
                background: #d6249f;
                background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
            }

            .socialBlocks .blocksContainer .socialBlock#youtube:before {
                background: #FF0000;
            }

            .socialBlocks .blocksContainer .socialBlock:hover:before {
                transform: scale(1.1);
            }

            .socialBlocks .blocksContainer .socialBlock i {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 40px;
                z-index: 2;
            }

#brandsticker h2 {
    margin-bottom: 0;
}

.home #intro_pageBlockContainer {
    display: none;
}

.home .pageView, .home .pageView #CodeListCounts_pageBlockContainer, .home .pageView #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock {
    overflow: visible;
}

.categoryBlocksContainer {
    width: 100%;
    overflow: hidden;
}

    .categoryBlocksContainer .categoryBlock {
        width: calc(100%/6);
        display: inline-block;
        padding: 10px;
    }

        .categoryBlocksContainer .categoryBlock .categoryBlockContent {
            position: relative;
            display: block;
            min-height: 200px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            border-radius: 10px;
            overflow: hidden;
            -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
            padding: 10px;
        }

            .categoryBlocksContainer .categoryBlock .categoryBlockContent:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
                opacity: 0.7;
                transition: all .2s ease;
            }

            .categoryBlocksContainer .categoryBlock .categoryBlockContent:hover:before {
                opacity: 1;
            }

            .categoryBlocksContainer .categoryBlock .categoryBlockContent .detailsContainer {
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                transform: translateY(-50%);
                z-index: 3;
                color: #fff;
            }

                .categoryBlocksContainer .categoryBlock .categoryBlockContent .detailsContainer h3 {
                    font-family: var(--font-family);
                    font-weight: bold;
                    margin-bottom: 5px;
                    margin-top: 0;
                }

#categoryBlocks .buttonContainer {
    margin-top: 30px;
    margin-bottom: 5px;
}

    #categoryBlocks .buttonContainer a.button {
        display: inline-block;
        padding: 15px 40px;
        background: linear-gradient(270deg, #e72b78, #992785, #00a5de, #2ea836, #f39000);
        background-size: 1000% 1000%;
        -webkit-animation: animatedGradient 16s ease infinite;
        -moz-animation: animatedGradient 16s ease infinite;
        -o-animation: animatedGradient 16s ease infinite;
        animation: animatedGradient 16s ease infinite;
        color: #fff;
        text-transform: uppercase;
        transition: all .2s ease;
        text-decoration: none;
        font-weight: 400;
        font-size: 13px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
        letter-spacing: 2px;
    }

        #categoryBlocks .buttonContainer a.button:before {
            content: '\f0b1';
            font-family: "Font Awesome 6 Pro";
            font-weight: 300;
            font-size: 16px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: top;
        }

        #categoryBlocks .buttonContainer a.button:hover {
            -webkit-animation: animatedGradient 16s ease infinite, shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
            -moz-animation: animatedGradient 16s ease infinite, shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
            -o-animation: animatedGradient 16s ease infinite, shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
            animation: animatedGradient 16s ease infinite, shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
            transform: translate3d(0, 0, 0) scale(1.1);
            perspective: 1000px;
        }

#facts .counterContainers {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    #facts .counterContainers .counterBlock {
        flex: calc(100%/7);
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

        #facts .counterContainers .counterBlock .counterBlockContent {
            position: relative;
            flex: 1 0 auto;
            padding: 60px 10px;
            border-radius: 10px;
            overflow: visible;
        }

            #facts .counterContainers .counterBlock .counterBlockContent i {
                color: var(--orangeColor);
                font-size: 60px;
                margin-bottom: 10px;
            }

            #facts .counterContainers .counterBlock .counterBlockContent .value {
                font-size: 30px;
                color: var(--orangeColor);
                margin-bottom: 10px;
                font-family: var(--font-family);
            }

            #facts .counterContainers .counterBlock .counterBlockContent .text {
                font-family: var(--font-family);
                text-transform: uppercase;
                letter-spacing: 2px;
                font-weight: bold;
            }

#about img {
    max-height: 150px;
}

.tabbedContent .imageContainer .tabImg {
    display: none;
    position: relative;
}

    .tabbedContent .imageContainer .tabImg .quoteContainer {
        position: absolute;
        z-index: 3;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        padding: 20px;
        font-size: 20px;
        background: rgba(153,39,133,0.7);
        background: linear-gradient(90deg, rgba(153,39,133,0.7) 0%, rgba(231,43,120,0.7) 100%);
        border-bottom-left-radius: 10px;
    }

        .tabbedContent .imageContainer .tabImg .quoteContainer p {
            margin: 0;
        }

            .tabbedContent .imageContainer .tabImg .quoteContainer p strong {
                margin-bottom: 5px;
                display: inline-block;
            }
/* Landing Page Styling Ends */

/* Our Process Page Styling */
.sliderContainer #appTimeline {
    background: none;
    border: none;
    padding: 0 50px;
    margin-bottom: 0;
}

    .sliderContainer #appTimeline ul.slides {
        display: flex;
    }

        .sliderContainer #appTimeline ul.slides li.timelineBlock {
            position: relative;
            display: flex !important;
            flex-direction: column;
        }

            .sliderContainer #appTimeline ul.slides li.timelineBlock.blue {
                color: var(--blueColor);
            }

            .sliderContainer #appTimeline ul.slides li.timelineBlock.pink {
                color: var(--pinkColor);
            }

            .sliderContainer #appTimeline ul.slides li.timelineBlock.green {
                color: var(--greenColor);
            }

            .sliderContainer #appTimeline ul.slides li.timelineBlock.orange {
                color: var(--orangeColor);
            }

            .sliderContainer #appTimeline ul.slides li.timelineBlock.purple {
                color: var(--purpleColor);
            }

            .sliderContainer #appTimeline ul.slides li.timelineBlock .slideContent {
                padding: 0 60px 0 20px;
                width: 100%;
                flex: 1 0 auto;
                position: relative;
            }

                .sliderContainer #appTimeline ul.slides li.timelineBlock .slideContent:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 0;
                    transform: translateY(-50%);
                    width: 30px;
                    height: 30px;
                    background-image: url(../Images/Icons/arrow.png);
                    background-size: contain;
                    background-position: 50% 50%;
                    background-repeat: no-repeat;
                }

                .sliderContainer #appTimeline ul.slides li.timelineBlock .slideContent .icon {
                    position: relative;
                }

                    .sliderContainer #appTimeline ul.slides li.timelineBlock .slideContent .icon .number {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        color: #fff;
                        font-family: var(--font-family);
                        font-size: 22px;
                        line-height: 22px;
                        font-weight: bold;
                    }

                .sliderContainer #appTimeline ul.slides li.timelineBlock .slideContent .text {
                    max-width: 100%;
                    display: block;
                    margin-top: 10px;
                    clear: left;
                    text-align: center;
                }

                    .sliderContainer #appTimeline ul.slides li.timelineBlock .slideContent .text p:first-child {
                        margin-top: 0;
                    }

                    .sliderContainer #appTimeline ul.slides li.timelineBlock .slideContent .text p:last-child {
                        margin-bottom: 0;
                    }

            .sliderContainer #appTimeline ul.slides li.timelineBlock:last-child .slideContent {
                padding: 0 20px;
            }

                .sliderContainer #appTimeline ul.slides li.timelineBlock:last-child .slideContent:after {
                    display: none;
                }

    .sliderContainer #appTimeline .flex-direction-nav li a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(153,39,133);
        background: linear-gradient(90deg, rgba(153,39,133,1) 0%, rgba(231,43,120,1) 100%);
        color: #fff;
        font-size: 30px;
        border-radius: 100%;
        width: 50px;
        height: 50px;
        transition: all .2s ease;
    }

        .sliderContainer #appTimeline .flex-direction-nav li a.flex-disabled {
            opacity: 0.3 !important;
        }

        .sliderContainer #appTimeline .flex-direction-nav li a:before {
            color: inherit;
            text-shadow: none;
            font-size: inherit;
        }

.sliderContainer .descContainer .descBlock {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    right: initial;
    bottom: initial;
    transform: translate(-50%, -50%);
    z-index: 54;
    max-width: 90%;
    width: 100%;
    max-height: 90%;
    background: #fff;
    padding: 30px;
    overflow: auto;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

    .sliderContainer .descContainer .descBlock .close {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #000;
        text-decoration: underline;
        opacity: 1;
        text-shadow: none;
        font-size: inherit;
    }

    .sliderContainer .descContainer .descBlock p:last-child {
        margin-bottom: 0;
    }

#team .transparentBlocksContainer .transparentBlock .transparentBlockContent img {
    max-width: 150px;
    border-radius: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
/* Our Process Page Styling Ends */

/* Culture Page Styling */
.transparentBlocksContainer {
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .transparentBlocksContainer .transparentBlock {
        flex: 33.3333%;
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

        .transparentBlocksContainer .transparentBlock .transparentBlockContent {
            position: relative;
            flex: 1 0 auto;
            padding: 60px 30px;
            border-radius: 10px;
            overflow: hidden;
        }

            .transparentBlocksContainer .transparentBlock .transparentBlockContent i {
                color: var(--orangeColor);
                font-size: 60px;
                margin-bottom: 10px;
            }

            .transparentBlocksContainer .transparentBlock .transparentBlockContent img {
                max-height: 100px;
                width: auto;
                display: inline-block;
                margin-bottom: 10px;
            }

            .transparentBlocksContainer .transparentBlock .transparentBlockContent h3 {
                font-weight: bold;
                color: var(--orangeColor);
                font-size: 30px;
            }

            .transparentBlocksContainer .transparentBlock .transparentBlockContent p {
                margin-bottom: 0;
            }

        .transparentBlocksContainer .transparentBlock.blue .transparentBlockContent i,
        .transparentBlocksContainer .transparentBlock.blue .transparentBlockContent h3 {
            color: var(--blueColor);
        }

        .transparentBlocksContainer .transparentBlock.pink .transparentBlockContent i,
        .transparentBlocksContainer .transparentBlock.pink .transparentBlockContent h3 {
            color: var(--pinkColor);
        }

        .transparentBlocksContainer .transparentBlock.green .transparentBlockContent i,
        .transparentBlocksContainer .transparentBlock.green .transparentBlockContent h3 {
            color: var(--greenColor);
        }

        .transparentBlocksContainer .transparentBlock.purple .transparentBlockContent i,
        .transparentBlocksContainer .transparentBlock.purple .transparentBlockContent h3 {
            color: var(--purpleColor);
        }
/* Culture Page Styling Ends */

/* Technology Page Styling */
.textpage_tech #facts .counterContainers .counterBlock .counterBlockContent i,
.textpage_tech #facts .counterContainers .counterBlock .counterBlockContent .value {
    color: var(--blueColor);
}

#blog .blogContainer {
    margin-bottom: 20px;
    text-align: left;
}

#videos .fifty-fifty {
    flex-wrap: wrap;
}

    #videos .fifty-fifty .imageContainer.iframe {
        position: relative;
        margin-bottom: 5vh;
    }

        #videos .fifty-fifty .imageContainer.iframe iframe {
            border-radius: 10px;
            display: block !important;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
/* Technology Page Styling Ends */

/* Events Styling */
#eventsListContainer {
    text-align: center;
}

    #eventsListContainer .eventContainerWrapper {
        width: calc(100%/4);
        display: inline-block;
        vertical-align: top;
        float: none;
        padding: 10px;
    }

        #eventsListContainer .eventContainerWrapper .eventContainer {
            position: relative;
            aspect-ratio: 1/1;
            min-height: 200px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            border-radius: 10px;
            overflow: hidden;
            -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
            padding: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #fff;
            cursor: pointer;
            padding: 10px;
        }

            #eventsListContainer .eventContainerWrapper .eventContainer:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
                opacity: 0.7;
                transition: all .2s ease;
                background: rgb(0,165,222);
                background: linear-gradient(90deg, rgba(0,165,222,1) 0%, rgba(46,168,54,1) 100%);
            }

            #eventsListContainer .eventContainerWrapper .eventContainer img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: 50% 50%;
                z-index: -1;
            }

            #eventsListContainer .eventContainerWrapper .eventContainer div:not(.eventImageContainer) {
                position: relative;
                z-index: 3;
            }

            #eventsListContainer .eventContainerWrapper .eventContainer a {
                text-decoration: none;
                color: inherit;
            }

            #eventsListContainer .eventContainerWrapper .eventContainer:hover:before {
                opacity: 1;
            }

.pastEventBlocksContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    .pastEventBlocksContainer .pastEventBlock {
        width: calc(calc(100%/3) - 20px);
        margin: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1/1;
        padding: 30px;
        border-radius: 100%;
        position: relative;
        overflow: hidden;
    }

        .pastEventBlocksContainer .pastEventBlock:before {
            content: '';
            background: #e72b78;
            opacity: 0;
            transition: all .4s ease;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

        .pastEventBlocksContainer .pastEventBlock:hover:before {
            opacity: 0.7;
        }

        .pastEventBlocksContainer .pastEventBlock img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 50% 50%;
            z-index: 1;
        }

        .pastEventBlocksContainer .pastEventBlock:hover img {
            transform: rotate(360deg);
            transition: all .8s ease;
        }

        .pastEventBlocksContainer .pastEventBlock .eventDetailsContainer {
            opacity: 0;
            transition: all .4s ease;
            position: relative;
            z-index: 3;
            color: #fff;
        }

            .pastEventBlocksContainer .pastEventBlock .eventDetailsContainer h3 {
                color: inherit;
            }

        .pastEventBlocksContainer .pastEventBlock:hover .eventDetailsContainer {
            opacity: 1;
        }
/* Events Styling Ends */
/* Results Page Styling */
#Pos_Find_Results_pageView, #Pos_Find_Results_Map_pageView, #posBrowser_Filter_pageBlockContainer {
    overflow: visible;
}

    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle {
        border: none;
        padding: 0;
        overflow: visible;
    }

        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock {
            overflow: visible;
            padding: 0;
        }

            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a:after {
                font: var(--fa-font-regular);
                margin-left: 5px;
                display: inline-block;
            }

            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a.alternateViewsButton_List:after {
                content: '\f03a';
            }

            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a.alternateViewsButton_Map:after {
                content: '\f5a0';
            }

            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a.alternateViewsButton_Selected {
                display: none;
            }

            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersExpander {
                padding-top: 20px;
                position: relative;
            }

                #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersExpander a {
                    width: auto;
                }

                    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersExpander a:after {
                        font: var(--fa-font-solid);
                        margin-left: 5px;
                        display: inline-block;
                        content: "\f054";
                        width: 14px;
                        transition: transform .2s ease;
                    }

                    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersExpander a.filtersExpanderButton_Expanded:after {
                        transform: rotate(90deg);
                    }

            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer {
                margin-top: 20px;
                border: none;
                display: block;
                transition: all .4s ease;
                overflow: hidden;
                -webkit- box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
                box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
            }

                #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer.FiltersContainer_Hidden {
                    height: 0px !important;
                }

                #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer {
                    padding: 30px;
                    background: rgb(153,39,133);
                    background: linear-gradient(90deg, rgba(153,39,133,1) 0%, rgba(231,43,120,1) 100%);
                }

                    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow {
                        width: 100%;
                        border-bottom: 1px solid #fff;
                        padding: 30px 0;
                        color: #fff;
                    }

                        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow:first-child {
                            padding-top: 0;
                        }

                        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow:last-child {
                            border-bottom: none;
                            padding-bottom: 0;
                        }

                        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .HeaderContainer {
                            background: none;
                            border: none;
                            text-align: center;
                        }

                            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .HeaderContainer .HeaderLabel {
                                padding: 0;
                                float: none;
                                font-size: 20px;
                                margin-bottom: 10px;
                            }

                        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer .LocationValue {
                            padding-left: 10px;
                        }

                            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer .LocationValue .locationValueLabel:after {
                                content: ':';
                            }

                        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList {
                            padding: 0;
                            text-align: center;
                        }

                            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList li {
                                padding: 0;
                                margin: 2.5px;
                                background: none;
                                float: none;
                                display: inline-block;
                                vertical-align: middle;
                            }

                                #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList li.possibleDistancesLabel {
                                    width: calc(100% - 10px);
                                    float: left;
                                    cursor: initial;
                                }

                                    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList li.possibleDistancesLabel:after {
                                        content: ':';
                                    }

                                #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList li a {
                                    display: inline-block;
                                    padding: 15px 40px;
                                    background: transparent;
                                    border: 2px solid #fff;
                                    color: #fff;
                                    text-transform: uppercase;
                                    transition: all .2s ease;
                                    text-decoration: none;
                                    font-weight: 400;
                                    font-size: 13px;
                                    border-radius: 10px;
                                    cursor: pointer;
                                    margin: 0;
                                    text-decoration: none !important;
                                    position: relative;
                                    letter-spacing: 2px;
                                }

                                    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList li.ValueItem_selected a, #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList li a:hover {
                                        color: #fff;
                                        background-color: var(--orangeColor);
                                        border-color: white;
                                    }

                                    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList li a .label {
                                        color: inherit;
                                        font-size: inherit;
                                        padding: 0;
                                        border-radius: 0;
                                        white-space: normal;
                                    }

                                    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList li a .count {
                                        display: none;
                                    }

                        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ButtonsContainer a.RemoveLink {
                            display: block;
                            color: #fff;
                        }

                #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .ButtonsRow {
                    display: none;
                }

#posBrowser_ResultsGrid_pageBlockContainer {
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

    #posBrowser_ResultsGrid_pageBlockContainer, #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock, #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .ListGridContainer {
        overflow: visible;
    }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock, #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock {
            padding: 0;
            margin-top: 50px;
        }

            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridTop, #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .gridTop {
                border: none;
                font-size: .87em;
            }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridTop .TilesGridAlternateViewsContainer, #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .gridTop .TilesGridAlternateViewsContainer {
                    margin: 0;
                }

                    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridTop .TilesGridAlternateViewsContainer .TilesGridAlternateViewsInnerContainer, #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .gridTop .TilesGridAlternateViewsContainer .TilesGridAlternateViewsInnerContainer {
                        padding: 0;
                        margin: 0;
                    }

            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder,
            .workday-jobs .rowContainerHolder {
                width: 100%;
                overflow: visible;
                position: relative;
                border: none;
            }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:before,
                .workday-jobs .rowContainerHolder:before {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    height: 2px;
                    z-index: 1;
                    background: var(--purpleColor);
                    transition: all .4s ease;
                    box-shadow: var(--box-shadow);
                }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer,
                .workday-jobs .rowContainerHolder .rowContainer {
                    width: 100%;
                    border: none;
                    float: none;
                    margin: 0 !important;
                    padding: 24px 16px;
                    height: auto;
                    background: none;
                    overflow: hidden;
                    position: relative;
                    z-index: 2;
                }

                    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader,
                    .workday-jobs .rowContainerHolder .rowContainer .rowHeader {
                        padding: 0;
                        -webkit-transition: all .15s ease-out;
                        transition: all .15s ease-out;
                        float: left;
                    }

                        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader .rowLabel a,
                        .workday-jobs .rowContainerHolder .rowContainer .rowHeader .rowLabel a {
                            text-decoration: none !important;
                            color: inherit;
                        }

                        .workday-jobs .rowContainerHolder .rowContainer .rowHeader .rowLabel a {
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;

                            display: flex;
                            align-items: center;
                            padding-left: 2rem;
                            z-index: 2;
                        }

                    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer,
                    .workday-jobs .rowContainerHolder .rowContainer .rowContentContainer {
                        -webkit-transition: all .15s ease-out;
                        transition: all .15s ease-out;
                        float: right;
                        padding-right: 5px;
                    }

                        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer, #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer,
                        .workday-jobs .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer,
                        .workday-jobs .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer {
                            margin: 0;
                            padding: 0;
                        }

                            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span,
                            .workday-jobs .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span {
                                font-size: .9em;
                            }

                                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span.comma,
                                .workday-jobs .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span.comma {
                                    display: none;
                                }

                                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span:after,
                                .workday-jobs .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span:after {
                                    content: "|";
                                    padding: 0 12px;
                                }

                                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span:last-child:after,
                                .workday-jobs .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span:last-child:after {
                                    display: none;
                                }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:hover:before,
                .workday-jobs .rowContainerHolder:hover:before {
                    height: 100%;
                }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:hover .rowHeader, #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:hover .rowContentContainer {
                    -webkit-transform: translateX(.2em);
                    -ms-transform: translateX(.2em);
                    transform: translateX(.2em);
                    color: #fff;
                }

                .workday-jobs .rowContainerHolder:hover .rowHeader,
                .workday-jobs .rowContainerHolder:hover .rowContentContainer {
                    color: #fff;
                }

                .workday-jobs .rcMenu,
                .workday-jobs .rcMenu + span {
                    font-weight: bold;
                }

                .workday-jobs .pagination {
                    display: flex;
                    justify-content: center;
                    gap: .5rem;
                    a {
                        display: inline-block;
                        padding: .25rem .5rem;
                        border-radius: .25rem;
                        text-align: center;
                        &.currentPage {
                            background-color: var(--blueColor);
                            color: #FFF;
                        }
                    }

                    i {
                        font-weight: 300;
                    }
                }

            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter {
                float: left;
                margin-top: 20px;
            }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles {
                    margin-top: 0;
                    position: relative;
                    text-align: center;
                    width: 100%;
                }

                    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingText {
                        display: inline-block;
                        vertical-align: middle;
                        float: none;
                        padding: 0;
                        margin: 0;
                        margin-right: 20px;
                    }

                    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingButtons {
                        position: relative;
                        display: inline-block;
                        vertical-align: middle;
                        float: none;
                    }

                        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingButtons a {
                            margin: 0;
                            text-decoration: none;
                            position: relative;
                            -webkit-transition: all .2s;
                            transition: all .2s;
                            width: auto;
                            height: auto;
                            background: none;
                            border: none;
                        }

                            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingButtons a img {
                                display: none;
                            }

                            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingButtons a.scroller_moveprev:before, #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingButtons a.scroller_movenext:after {
                                font: var(--fa-font-solid);
                                content: '\f137';
                                display: inline-block;
                                vertical-align: middle;
                                margin-right: 5px;
                                transition: all .2s ease;
                                color: var(--orangeColor);
                                font-size: 30px;
                            }

                            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingButtons a.scroller_moveprev:hover:before, #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingButtons a.scroller_movenext:hover:after {
                                color: var(--purpleColor);
                            }

                            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingButtons a.scroller_movenext {
                                float: right;
                            }

                                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingButtons a.scroller_movenext:after {
                                    margin-right: 0;
                                    margin-left: 5px;
                                    content: "\f138";
                                }

                            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingButtons a.buttonDisabled {
                                cursor: initial;
                                pointer-events: none;
                            }

                                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingButtons a.buttonDisabled:before, #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingButtons a.buttonDisabled:after {
                                    color: #f0f0f0;
                                }

.posListHover {
    display: none !important;
}

#MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer {
    position: relative;
    left: initial !important;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background: #e0e0e0;
    color: #fff;
    border: none;
    padding: 20px;
}

    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressLabel {
        display: none;
    }

    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressInput {
        width: calc(100% - 127px);
        position: relative;
        display: inline-block;
        outline: none;
        margin-bottom: 2px;
        color: #000;
    }

    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressButton {
        float: right;
        width: auto;
        background: var(--purpleColor);
        color: #fff;
        border: none;
        -webkit-transition: all .2s;
        transition: all .2s;
        outline: none;
        margin: 0 !important;
        margin-bottom: 2px;
    }

        #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressButton:hover {
            color: #001871;
            background: #fff;
        }
/* Results Page Styling Ends */

/* Job Description Page Styling */
.bannerContainer.hasVideo {
    height: 60vh;
}

    .bannerContainer.hasVideo .videoContainer video,
    .bannerContainer.hasVideo .videoContainer iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

#Pos_Description_pageView,
#Pos_Description_pageView #posdesc_pageBlockContainer,
#Pos_Description_pageView #posdesc_pageBlockContainer #posdesc_pageBlock,
#Pos_Description_pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer {
    overflow: initial;
}

.pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer,
.workday-job-description {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
}

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox,
    .workday-job-description .leftJobBox {
        width: 30%;
        background-color: rgba(0,165,222,0.1);
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox:after,
        .workday-job-description .leftJobBox:after {
            /*content: "";*/
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10vh 30vw 0 0;
            border-color: rgb(0,165,222) transparent transparent transparent;
            opacity: 0.1;
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent,
        .workday-job-description .leftJobBox .leftJobContent {
            padding: 3.70rem;
            position: relative;
            /*background: rgb(231,43,120);
            background: rgba(0,165,222,0.1);*/
            width: 100%;
            display: inline-block;
        }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .ApplyNowContainer,
            .workday-job-description .leftJobBox .leftJobContent .ApplyNowContainer {
                position: fixed;
                width: calc(30% - 7.4rem);
                top: 90px;
                z-index: 3;
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .ApplyNowContainer,
            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock,
            .workday-job-description .leftJobBox .leftJobContent .ApplyNowContainer,
            .workday-job-description .leftJobBox .leftJobContent .leftBlock {
                margin-bottom: 1.85rem;
            }

                .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock:last-of-type,
                .workday-job-description .leftJobBox .leftJobContent .leftBlock:last-of-type {
                    margin-bottom: 0;
                }

                .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .ApplyNowContainer a,
                .workday-job-description .leftJobBox .leftJobContent .ApplyNowContainer a {
                    display: block;
                }

                .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock h2,
                .workday-job-description .leftJobBox .leftJobContent .leftBlock h2 {
                    margin-top: 0;
                    margin-bottom: 10px;
                }

                .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock.recruiterContainer img,
                .workday-job-description .leftJobBox .leftJobContent .leftBlock.recruiterContainer img {
                    width: 100%;
                    max-width: 200px;
                    border-radius: 10px;
                }

                .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock.recruiterContainer h3,
                .workday-job-description .leftJobBox .leftJobContent .leftBlock.recruiterContainer h3 {
                    margin-bottom: 5px;
                    font-weight: bold;
                }

                .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock.recruiterContainer p,
                .workday-job-description .leftJobBox .leftJobContent .leftBlock.recruiterContainer p {
                    margin: 0;
                }

                .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock.possharing,
                .workday-job-description .leftJobBox .leftJobContent .leftBlock.possharing {
                    padding-bottom: 0;
                    border: none;
                }

                    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock.possharing #PosDescSharingItems a#twitter_PosDescSharingItem,
                    .workday-job-description .leftJobBox .leftJobContent .leftBlock.possharing #PosDescSharingItems a#twitter_PosDescSharingItem {
                        display: none;
                    }

.workday-job-description ul.jobSum {
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox,
    .workday-job-description .jobValues .posdescriptionPropertyBox {
        margin: 0;
        border: none;
        padding: 0;
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul li,
        .workday-job-description .jobValues .posdescriptionPropertyBox ul li {
            display: block;
            width: 100%;
            font-family: var(--font-family);
            font-weight: bold;
            padding: 10px;
            border-top: 1px solid var(--blueColor);
        }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul li:last-child,
            .workday-job-description .jobValues .posdescriptionPropertyBox ul li:last-child {
                border-bottom: 1px solid var(--blueColor);
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul li .jobSumLabel,
            .workday-job-description .jobValues .posdescriptionPropertyBox ul li .jobSumLabel {
                display: none;
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul li .jobSumValue,
            .workday-job-description .jobValues .posdescriptionPropertyBox ul li .jobSumValue {
                margin-right: 0;
            }

                .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul li .jobSumValue:before,
                .workday-job-description .jobValues .posdescriptionPropertyBox ul li .jobSumValue:before {
                    font-family: "Font Awesome 6 Pro";
                    color: var(--blueColor);
                    font-weight: 300;
                    display: inline-block;
                    vertical-align: top;
                    margin-right: 10px;
                    font-size: 24px;
                    text-align: left;
                    min-width: 30px;
                }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul li.SumItem_displaysalarydescription .jobSumValue:before,
            .workday-job-description .jobValues .posdescriptionPropertyBox ul li.SumItem_displaysalarydescription .jobSumValue:before {
                content: '\f0d6';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul li.SumItem_codelist2value .jobSumValue:before,
            .workday-job-description .jobValues .posdescriptionPropertyBox ul li.SumItem_codelist2value .jobSumValue:before {
                content: '\f509';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul li.SumItem_pospublishenddate .jobSumValue:before,
            .workday-job-description .jobValues .posdescriptionPropertyBox ul li.SumItem_pospublishenddate .jobSumValue:before {
                content: '\e0d2';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul li.SumItem_codelist4value .jobSumValue:before, .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul li.SumItem_codelist5value .jobSumValue:before,
            .workday-job-description .jobValues .posdescriptionPropertyBox ul li.SumItem_codelist4value .jobSumValue:before,
            .workday-job-description .jobValues .posdescriptionPropertyBox ul li.SumItem_codelist5value .jobSumValue:before {
                content: '\f5a0';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul li.SumItem_codelist7value .jobSumValue:before,
            .workday-job-description .jobValues .posdescriptionPropertyBox ul li.SumItem_codelist7value .jobSumValue:before {
                content: '\f017';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul li.SumItem_name .jobSumValue:before,
            .workday-job-description .jobValues .posdescriptionPropertyBox ul li.SumItem_name .jobSumValue:before {
                content: '\23';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul li.SumItem_codelist10value .jobSumValue:before,
            .workday-job-description .jobValues .posdescriptionPropertyBox ul li.SumItem_codelist10value .jobSumValue:before {
                content: '\e066';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul li .jobSumValue a,
            .workday-job-description .jobValues .posdescriptionPropertyBox ul li .jobSumValue a {
                pointer-events: none;
                cursor: text;
                color: inherit;
            }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock.locationContainer,
    .workday-job-description .leftJobBox .leftJobContent .leftBlock.locationContainer {
        position: relative;
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_BigVacancyMap_pageBlockContainer .ButtonHolder,
        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_BigVacancyMap_pageBlockContainer .locationsPickerContainer .locationSelectContainer .locationSelectLabel,
        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_vacancyMap_pageBlockContainer .ButtonHolder,
        .workday-job-description .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_BigVacancyMap_pageBlockContainer .ButtonHolder,
        .workday-job-description .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_BigVacancyMap_pageBlockContainer .locationsPickerContainer .locationSelectContainer .locationSelectLabel,
        .workday-job-description .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_vacancyMap_pageBlockContainer .ButtonHolder {
            display: none;
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_BigVacancyMap_pageBlockContainer,
        .workday-job-description .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_BigVacancyMap_pageBlockContainer {
            margin-bottom: 0;
        }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_BigVacancyMap_pageBlockContainer .locationsPickerContainer,
            .workday-job-description .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_BigVacancyMap_pageBlockContainer .locationsPickerContainer {
                padding: 0;
                background: none;
                margin-bottom: 20px;
            }

                .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_BigVacancyMap_pageBlockContainer .locationsPickerContainer .locationSelectContainer .locationSelectValue,
                .workday-job-description .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_BigVacancyMap_pageBlockContainer .locationsPickerContainer .locationSelectContainer .locationSelectValue {
                    font-size: 18px;
                    font-weight: bold;
                    font-family: var(--font-family);
                    color: var(--blueColor);
                }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_vacancyMap_pageBlockContainer,
        .workday-job-description .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_vacancyMap_pageBlockContainer {
            margin-bottom: 0;
            margin-top: -300px;
            z-index: 1;
            position: relative;
        }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_vacancyMap_pageBlockContainer #vacancyMap,
            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_BigVacancyMap_pageBlockContainer #BigVacancyMap,
            .workday-job-description .leftJobBox .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_vacancyMap_pageBlockContainer #vacancyMap,
            .workday-job-description .leftJobContent .leftBlock.locationContainer #JobDescriptionMap_BigVacancyMap_pageBlockContainer #BigVacancyMap {
                height: 300px;
                background-size: cover !important;
            }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer,
    .workday-job-description .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock,
        .workday-job-description .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock {
            display: flex;
            align-items: center;
            justify-content: center;
            width: calc(100%/2);
            font-family: var(--font-family);
            font-weight: bold;
            border-bottom: 1px solid var(--pinkColor);
            font-size: 14px;
            position: relative;
            text-align: center;
            transition: all .2s ease;
            min-height: 150px;
        }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock:nth-child(-n+2),
            .workday-job-description .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock:nth-child(-n+2) {
                border-top: 1px solid var(--pinkColor);
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock .benefitIcon,
            .workday-job-description .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock .benefitIcon {
                color: var(--pinkColor);
                display: inline-block;
                vertical-align: top;
                margin-right: 10px;
                font-size: 40px;
                min-width: 30px;
                width: 100%;
                transition: all .2s ease;
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock .benefitText,
            .workday-job-description .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock .benefitText {
                display: inline-block;
                vertical-align: top;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                width: 100%;
                padding: 10px;
                opacity: 0;
                color: #fff;
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock:hover,
            .workday-job-description .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock:hover {
                background: var(--blueColor);
            }

                .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock:hover .benefitIcon,
                .workday-job-description .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock:hover .benefitIcon {
                    opacity: 0;
                }

                .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock:hover .benefitText,
                .workday-job-description .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock:hover .benefitText {
                    opacity: 1;
                }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox,
    .workday-job-description .rightJobBox {
        width: 70%;
        padding: 3.7rem;
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox .videoContainer,
        .workday-job-description .rightJobBox .videoContainer {
            margin: 1.85rem 0;
        }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox .videoContainer .videoOuterContainer,
            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox .videoContainer .moviePlayerContainer,
            .workday-job-description .rightJobBox .videoContainer .videoOuterContainer,
            .workday-job-description .rightJobBox .videoContainer .moviePlayerContainer {
                max-width: 100% !important;
            }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox .earcu_posdescriptionContainer,
        .workday-job-description .rightJobBox .earcu_posdescriptionContainer {
            text-align: left;
            padding-right: 0;
        }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox .earcu_posdescriptionContainer *:not(h1):not(h2):not(h3),
            .workday-job-description .rightJobBox .earcu_posdescriptionContainer *:not(h1):not(h2):not(h3) {
                font-family: inherit !important;
                font-size: inherit !important;
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox .earcu_posdescriptionContainer h1,
            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox .earcu_posdescriptionContainer h2,
            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox .earcu_posdescriptionContainer h3,
            .workday-job-description .rightJobBox .earcu_posdescriptionContainer h1,
            .workday-job-description .rightJobBox .earcu_posdescriptionContainer h2,
            .workday-job-description .rightJobBox .earcu_posdescriptionContainer h3 {
                font-family: var(--font-family) !important;
            }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox .ApplyNowContainer,
        .workday-job-description .rightJobBox .ApplyNowContainer {
            margin-top: 3.7rem;
            text-align: center;
        }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox .ApplyNowContainer a,
            .workday-job-description .rightJobBox .ApplyNowContainer a {
                padding: 15px 3.7rem;
            }

#latest .buttonContainer {
    margin-top: 3.7rem;
    margin-bottom: 5px;
    text-align: center;
}

    #latest .buttonContainer a.button {
        display: inline-block;
        padding: 15px 40px;
        background: var(--orangeColor);
        color: #fff;
        text-transform: uppercase;
        transition: all .2s ease;
        text-decoration: none;
        font-weight: 400;
        font-size: 13px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
        letter-spacing: 2px;
    }

        #latest .buttonContainer a.button:hover {
            background: var(--pinkColor);
        }

.pos_description .ui-widget.ui-widget-content div.pageBlockInner_FormBlock div.formRow, .pos_description .ui-widget.ui-widget-content div.pageBlockInner_FormBlock div.formRow a {
    max-width: 100% !important;
}

    .pos_description .ui-widget.ui-widget-content div.pageBlockInner_FormBlock div.formRow a {
        text-decoration: none;
    }

    .pos_description .ui-widget.ui-widget-content div.pageBlockInner_FormBlock div.formRow .controlContainer {
        max-width: 100%;
    }

    .pos_description .ui-widget.ui-widget-content div.pageBlockInner_FormBlock div.formRow .controlError {
        max-width: 100%;
    }

#QuickApplyForm_pageBlock #QuickApplyForm_submitinstructions_formRow .textLiteral, #QuickApplyForm_pageBlock #QuickApplyForm_gdprinfo_formRow .textLiteral {
    text-align: left;
}

#QuickApplyForm_pageBlock #QuickApplyForm_submitinstructions_formRow {
    padding: 0;
}

.posDescriptionContainer .mobile,
.workday-job-description .mobile {
    display: none;
}
/* Job Description Page Styling Ends */
/* Login/Register Page Styling */
#UsernameForm_pageBlock .ssoIconsInnerContainer {
    text-align: center;
}

    #UsernameForm_pageBlock .ssoIconsInnerContainer .ssoIcon {
        display: inline-block;
        float: none;
    }

        #UsernameForm_pageBlock .ssoIconsInnerContainer .ssoIcon a.ssoIconLink {
            position: relative;
        }

            #UsernameForm_pageBlock .ssoIconsInnerContainer .ssoIcon a.ssoIconLink:before {
                content: '';
                width: 64px;
                height: 64px;
                border-radius: 100%;
                background-color: #fff;
                display: block;
                box-sizing: border-box;
                margin: 0 auto;
            }

            #UsernameForm_pageBlock .ssoIconsInnerContainer .ssoIcon a.ssoIconLink:after {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-family: "Font Awesome 6 Brands";
                font-size: 40px;
                color: var(--orangeColor);
                transition: all .25s;
            }

        #UsernameForm_pageBlock .ssoIconsInnerContainer .ssoIcon.linkedin_ssoIcon a.ssoIconLink:after {
            content: "\f0e1";
        }

        #UsernameForm_pageBlock .ssoIconsInnerContainer .ssoIcon.google_ssoIcon a.ssoIconLink:after {
            content: "\f1a0";
        }

        #UsernameForm_pageBlock .ssoIconsInnerContainer .ssoIcon.facebook_ssoIcon a.ssoIconLink:after {
            content: "\f39e";
        }

        #UsernameForm_pageBlock .ssoIconsInnerContainer .ssoIcon.microsoft_ssoIcon a.ssoIconLink:after {
            content: "\f3ca";
        }

        #UsernameForm_pageBlock .ssoIconsInnerContainer .ssoIcon a.ssoIconLink:hover:after {
            opacity: .5;
        }

        #UsernameForm_pageBlock .ssoIconsInnerContainer .ssoIcon a.ssoIconLink img {
            display: none;
        }
/* Login/Register Page Styling Ends */
/* Profile Styling */
#Welcome_pageView {
    overflow: visible;
}

    #Welcome_pageView #ToDoList_pageBlockContainer {
        overflow: visible;
    }

        #Welcome_pageView #ToDoList_pageBlockContainer #ToDoList_pageBlock {
            padding: 0;
            overflow: visible;
        }

            #Welcome_pageView #ToDoList_pageBlockContainer #ToDoList_pageBlock .ulListItem:last-of-type {
                margin-bottom: 0;
            }

            #Welcome_pageView #ToDoList_pageBlockContainer #ToDoList_pageBlock .ulListItemLabel {
                padding: 15px 40px;
                background-image: none;
                background: rgba(231, 43, 120, 0.1);
                text-align: left;
                overflow: hidden;
                -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
                -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
                box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
                border-radius: 10px;
            }

                #Welcome_pageView #ToDoList_pageBlockContainer #ToDoList_pageBlock .ulListItemLabel .actionTextContainer {
                    overflow: hidden;
                }

                    #Welcome_pageView #ToDoList_pageBlockContainer #ToDoList_pageBlock .ulListItemLabel .actionTextContainer .actionTextButtonContainer {
                        float: left;
                    }

.welcome #WelcomeInfoBlock_pageBlockContainer {
    overflow: visible;
}

    .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock {
        padding: 0;
        overflow: visible;
    }

        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow {
            width: 100%;
            border: none;
            float: none;
            margin: 0 !important;
            padding: 24px 16px;
            height: auto;
            background: none;
            overflow: visible;
            position: relative;
            z-index: 2;
            cursor: pointer;
        }

            .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 2px;
                z-index: 1;
                background: var(--purpleColor);
                transition: all .4s ease;
                -webkit- box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
                box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
            }

            .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover:before {
                height: 100%;
            }

            .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer {
                padding: 0;
                margin: 0;
                position: relative;
                z-index: 2;
            }

                .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconImage {
                    display: none;
                }

                .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue {
                    margin-left: 0;
                    overflow: hidden;
                    width: 100%;
                }

                    .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconLabel {
                        margin-bottom: 0;
                        float: left;
                    }

                        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconLabel a {
                            text-decoration: none;
                            color: inherit;
                            transition: all .2s ease;
                        }

                            .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconLabel a:after {
                                display: none;
                            }

                    .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconDescription {
                        display: none;
                    }

                .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues {
                    overflow: hidden;
                    transition: all .2s ease;
                    float: right;
                    text-align: left;
                    font-size: .9em;
                    line-height: normal;
                    padding-top: 5px;
                }

                    .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue {
                        margin: 0;
                        width: auto;
                    }

                        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue:after {
                            content: '|';
                            padding: 0 12px;
                        }

                        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue:last-child:after {
                            display: none;
                        }

                        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue .iconRowValueLabel {
                            margin-right: 0;
                        }

                            .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue .iconRowValueLabel:after {
                                content: ':';
                                margin-right: 5px;
                            }

                        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue .iconRowValueData {
                            font-weight: normal;
                        }

                        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue.iconRowValue_additional_information_required {
                            color: red;
                        }

                        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue:last-child .iconRowValueData:after {
                            display: none;
                        }

            .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover .iconContainer .iconImage:before, .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover .iconContainer .iconValue .iconLabel, .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover .iconContainer .iconValue .iconDescription, .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover .iconContainer .iconRowValues, .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover .iconContainer .iconRowValues .iconRowValue.iconRowValueHighLight {
                color: #fff;
            }

            .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow#WelcomeInfoBlock_Logout_formRow {
                display: block;
            }

.pageBlockInner_FormBlock .formRowIconRow .iconRowValues .iconRowValueHighLight {
    transition: all .2s ease;
}

.pageBlockInner_FormBlock .formRowIconRow:hover .iconRowValues .iconRowValueHighLight {
    color: #fff;
}

.pageBlockInner_GridBlock div.gridContent {
    padding: 0;
    border: none;
}

.mydetails div.pageBlockTitle {
    padding: 0;
    display: block;
}

.mydetails #MyDetails_pageView div.pageBlockContainer, .pageBlockContainer_GridBlock, .CvUploadSection, #Summary_pageBlockContainer {
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    margin-bottom: 20px;
    width: calc(100% - 10px);
    margin: 10px 5px !important;
}

    .mydetails #MyDetails_pageView div.pageBlockContainer#intro_pageBlockContainer,
    .mydetails #MyDetails_pageView div.pageBlockContainer#ShowCurrentAppLink_pageBlockContainer,
    .mydetails #MyDetails_pageView div.pageBlockContainer#ShowCurrentAppLink2_pageBlockContainer {
        padding: 0;
        border-radius: 0;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent {
        padding: 0;
    }

        .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent .labelContainer {
            color: inherit;
        }

        .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent#ShowCurrentAppLink_pageBlock .buttonsRight, .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent#ShowCurrentAppLink2_pageBlock .buttonsRight {
            margin-top: 20px;
        }

            .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent#ShowCurrentAppLink_pageBlock .buttonsRight, .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent#ShowCurrentAppLink_pageBlock .buttonsRight ul li, .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent#ShowCurrentAppLink2_pageBlock .buttonsRight, .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent#ShowCurrentAppLink2_pageBlock .buttonsRight ul li {
                width: 100%;
                text-align: center;
            }

.mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft {
    width: 100%;
}

    .mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuProfileSummary {
        display: none;
    }

    .mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks {
        border: none;
        overflow: auto;
        padding: 0;
        margin-right: 0;
    }

        .mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li {
            float: left;
            width: 49.5%;
            margin: 0;
            margin-bottom: 10px;
        }

            .mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li:nth-child(2n+1) {
                clear: left;
            }

            .mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li:nth-child(2n+2) {
                float: right;
            }

            .mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li a {
                display: block;
                margin: 0;
            }

.mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuRight {
    display: none;
}

.mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuBottom {
    margin-top: 20px;
}

#MyDetails_pageView #MyDetailsStauts_pageBlock #eArcuContactConsent .contactConsentButtonContainer a:after {
    display: none;
}

#MyDetails_pageView .editblocklink a, #Application_Section_PersonalDetails_pageView .editblocklink a {
    margin: 0 !important;
}

.pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer {
    border: none;
}

    .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer .rowHeader {
        padding: 0;
    }

        .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer .rowHeader .rowLabel {
            margin: 10px 0 0;
        }

    .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer .rowContentContainer .rowItemsContainer {
        margin: 0;
        padding: 0;
    }

        .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer .rowContentContainer .rowItemsContainer .rowItemContainer, .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer .rowContentContainer .rowItemsContainer .rowItemContainer .rowItemLabel {
            padding: 0;
        }

#MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer:nth-child(2n+1) {
    clear: left;
}

#MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 {
    padding: 20px;
    border: none;
    text-align: center;
    min-height: 90px;
    margin: 0;
}

    #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .logoContainer {
        width: 100%;
        margin-bottom: 20px;
    }

        #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .logoContainer img {
            margin: 0 auto;
            display: block;
        }

    #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .statusContainer {
        margin-left: 0;
        float: left;
        width: 100%;
    }

        #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .statusContainer .connectedContainer {
            margin-bottom: 20px;
        }

#MyDetails_pageView #eArcuContactConsent .buttonsRight .buttonAnchor:hover {
    color: #fff;
}

#MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer:nth-child(2n+1) {
    clear: left;
}

.pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowButtons {
    padding: 0;
}

    .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowButtons .buttonsRight, .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowButtons .buttonsLeft, .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowButtons .buttonsRight li, .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowButtons .buttonsLeft li {
        width: 100%;
    }

.interviewbookingbyapplication div.pageBlockContainer .pageBlockInner_GridBlock table.gridTable thead, .interviewbookingbyapplication div.pageBlockContainer .pageBlockInner_GridBlock table.gridTable tbody, .interviewbookingbyapplication div.pageBlockContainer .pageBlockInner_GridBlock table.gridTable tr {
    width: 100%;
}

    .interviewbookingbyapplication div.pageBlockContainer .pageBlockInner_GridBlock table.gridTable tr th:nth-child(n+3), .interviewbookingbyapplication div.pageBlockContainer .pageBlockInner_GridBlock table.gridTable tr td:nth-child(n+3) {
        width: 25%;
    }

.pageBlockInner_GridBlock .kiketable-colsizable-handler {
    display: none;
}

.interviewdetailform .pageBlockInner_FormBlock .interviewlocationSummary .labelContainer, .interviewdetailform .pageBlockInner_FormBlock .interviewlocationSummary .mandatoryIndicator {
    height: auto;
}

.interviewdetailform .pageBlockInner_FormBlock .mapRow .mapContainer_Small {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

    .interviewdetailform .pageBlockInner_FormBlock .mapRow .mapContainer_Small .mapInnerContainer {
        width: 100%;
        margin: 0;
    }

.pageBlockInner_GridBlock div.gridContentWithHeader {
    border: none;
}

.pageBlockInner_GridBlock table.gridTable {
    width: 100% !important;
    display: block;
    border: 2px solid var(--orangeColor);
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
}

    .pageBlockInner_GridBlock table.gridTable th, .pageBlockInner_GridBlock table.gridTable td {
        border: 1px solid var(--orangeColor) !important;
        background: #fff;
    }

    .pageBlockInner_GridBlock table.gridTable td {
        font-size: 16px;
    }

        .pageBlockInner_GridBlock table.gridTable td a {
            color: inherit;
        }

        .pageBlockInner_GridBlock table.gridTable td:first-child a {
            text-align: center;
        }

            .pageBlockInner_GridBlock table.gridTable td:first-child a:before {
                content: '\2b';
                font: var(--fa-font-regular);
                font-weight: bold;
            }

            .pageBlockInner_GridBlock table.gridTable td:first-child a img {
                display: none;
            }

    .pageBlockInner_GridBlock table.gridTable tr.oddRow:hover td, .pageBlockInner_GridBlock table.gridTable tr.evenRow:hover td {
        background: var(--orangeColor);
        color: #fff;
    }

.pageBlockContainer_GridBlock#lookupResults_pageBlockContainer {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

div.pageBlockInner_FormBlock div.boxedText {
    background: none;
}

div.pageBlockContent#intro_pageBlock, div.pageBlockContent#confirm_pageBlock {
    padding: 0;
}

    div.pageBlockContent#confirm_pageBlock .blockSummaryText {
        padding-left: 0;
    }

#MyDetails_Username_pageView .usernameOrPrimaryEmailContainer {
    width: 100%;
}
/* Profile Styling Ends */
/* Application/Onboarding Styling */
div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer {
    padding-bottom: 0;
}

    div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer {
        display: block;
        height: auto;
    }

        div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem {
            display: block;
            width: calc(50% - 10px);
            margin: 5px;
            float: left;
            padding: 15px 40px;
            border-radius: 10px;
            text-align: left;
            min-height: 300px;
            background: rgba(231, 43, 120, 0.1);
            -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
            box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem .MySummaryItemInner {
                margin: 0;
                border: none;
                background: none;
                text-align: inherit;
            }

                div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem .MySummaryItemInner .MySummaryItemTitle {
                    font-size: 30px;
                    margin: 0;
                    margin-bottom: 20px;
                    color: inherit;
                }

            div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.posInfo .MySummaryItemInner .MySummaryItemContent {
                margin: 0;
                margin-bottom: 20px;
            }

                div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.posInfo .MySummaryItemInner .MySummaryItemContent a {
                    color: inherit;
                    text-decoration: none;
                }

            div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.posInfo .MySummaryItemInner:after {
                content: 'View details';
                padding: 15px 40px;
                background: var(--pinkColor);
                color: #fff;
                text-transform: uppercase;
                transition: all .2s ease;
                text-decoration: none;
                font-weight: 400;
                font-size: 13px;
                line-height: 24px;
                border-radius: 10px;
                -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
                -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
                box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
                cursor: pointer;
                margin: 5px !important;
                text-decoration: none !important;
                border: none;
                position: relative;
                letter-spacing: 2px;
                text-align: center;
                display: inline-block;
            }

            div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.posInfo:hover .MySummaryItemInner:after {
                background: var(--orangeColor);
                border-color: #fff;
                color: #fff;
            }

            div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.statusInfo {
                background: rgba(243, 144, 0, 0.1);
            }

                div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.statusInfo .MySummaryItemInner .MySummaryItemTitle {
                    margin-left: -7px;
                }

                div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.statusInfo .MySummaryItemInner .MySummaryItemContent {
                    max-width: 100%;
                    margin: auto;
                    margin-bottom: 20px;
                }

                    div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.statusInfo .MySummaryItemInner .MySummaryItemContent .appCompleteChartBack {
                        margin-bottom: 20px;
                    }

                div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.statusInfo .MySummaryItemInner:after {
                    content: 'View summary';
                    padding: 15px 40px;
                    background: var(--orangeColor);
                    color: #fff;
                    text-transform: uppercase;
                    transition: all .2s ease;
                    text-decoration: none;
                    font-weight: 400;
                    font-size: 13px;
                    line-height: 24px;
                    border-radius: 10px;
                    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
                    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
                    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
                    cursor: pointer;
                    margin: 5px !important;
                    text-decoration: none !important;
                    border: none;
                    position: relative;
                    letter-spacing: 2px;
                    text-align: center;
                    display: inline-block;
                }

                div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.statusInfo:hover .MySummaryItemInner:after {
                    background: var(--pinkColor);
                    color: #fff;
                }

#posSummaryBlockv2_pageBlock .appCompleteChartBlock .appCompleteChartBlockInner {
    border-radius: 20px;
    border: none;
    background: #fff;
}

#posSummaryBlockv2_pageBlock .appCompleteChartBlock.done .appCompleteChartBlockInner {
    background: var(--greenColor);
}

div.pageBlockContainer#HasAdditionalInformation_pageBlockContainer {
    padding-bottom: 0;
}

div.pageBlockContainer#sectionslist_pageBlockContainer, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer {
    padding-top: 0;
    margin-top: 30px;
}

    div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem {
        width: calc(50% - 10px);
        margin: 5px;
        background: #fff;
        border-radius: 10px;
        -webkit- box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
        padding: 20px 30px;
        float: left;
        clear: none;
        border: none;
        height: auto;
        transition: all .25s;
    }

        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem .ulListItemLabel, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem .ulListItemLabel {
            padding: 0;
            margin: 0;
            transition: all .2s ease;
            float: left;
            font-size: 25px;
        }

            div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem .ulListItemLabel a, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem .ulListItemLabel a {
                text-decoration: none !important;
                margin: 0;
                display: block;
                text-align: left;
                color: inherit;
            }

        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem .ulListItemValueContainer, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem .ulListItemValueContainer {
            transition: all .2s ease;
            float: right;
            display: block;
            color: inherit;
        }

            div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem .ulListItemValueContainer:before, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem .ulListItemValueContainer:before {
                content: '\f305';
                font: var(--fa-font-regular);
                font-size: 30px;
                transition: all .2s ease;
            }

            div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem .ulListItemValueContainer .ulListItemValue, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem .ulListItemValueContainer .ulListItemValue {
                display: none;
            }

        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem:hover, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem:hover {
            background: var(--purpleColor);
        }

        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem.Completed, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem.Completed {
            color: #fff;
            background: var(--greenColor);
        }

            div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem.Completed .ulListItemValueContainer:before, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem.Completed .ulListItemValueContainer:before {
                content: '\f00c';
            }

            div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem:hover .ulListItemValueContainer:before, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem:hover .ulListItemValueContainer:before, div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem:hover .ulListItemLabel, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem:hover .ulListItemLabel, div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem.Completed .ulListItemLabel, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem.Completed .ulListItemLabel {
                color: #fff;
            }

                div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem:hover .ulListItemLabel a, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem:hover .ulListItemLabel a, div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem.Completed .ulListItemLabel a, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem.Completed .ulListItemLabel a {
                    color: #fff;
                }

#BackBlock_pageBlockContainer, #ButtonBlock_pageBlockContainer {
    background: none !important;
    padding: 0 !important;
}

#SubmitForm_pageBlockContainer div.pageBlockInner_FormBlock .formRow.formRowCheckBoxRow .labelContainer, #SubmitForm_pageBlockContainer div.pageBlockInner_FormBlock .formRow.formRowCheckBoxRow .controlContainer {
    width: auto !important;
    float: left !important;
    margin-top: 0 !important;
}

.pageBlockContainer_GridBlock .pageBlockContent_GridBlock {
    padding: 0;
}

.earcu_application .pageBlockContainer_GridBlock .pageBlockContent_GridBlock .gridTableContainer .rowContainer, .earcu_onboarding .pageBlockContainer_GridBlock .pageBlockContent_GridBlock .gridTableContainer .rowContainer, .earcu_application .pageBlockContainer_GridBlock .pageBlockContent_GridBlock#questionsSummary_pageBlock, .pageBlockInner_FormBlock div.formRowFileUploadRow .uploadedFilesContainer {
    border: none;
    margin-bottom: 10px;
    border-radius: 0;
    overflow: hidden;
}

    .earcu_application .pageBlockContainer_GridBlock .pageBlockContent_GridBlock .gridTableContainer .rowContainer:last-of-type, .earcu_onboarding .pageBlockContainer_GridBlock .pageBlockContent_GridBlock .gridTableContainer .rowContainer:last-of-type {
        border-bottom: none;
    }

    .earcu_application .pageBlockContainer_GridBlock .pageBlockContent_GridBlock .gridTableContainer .rowContainer .rowLabel, .earcu_onboarding .pageBlockContainer_GridBlock .pageBlockContent_GridBlock .gridTableContainer .rowContainer .rowLabel {
        margin: 0;
        margin-left: 2px;
    }

    .earcu_application .pageBlockContainer_GridBlock .pageBlockContent_GridBlock .gridTableContainer .rowContainer .rowItemContainer .cell_ApplicationsGrid_status[title~=Additional], .earcu_onboarding .pageBlockContainer_GridBlock .pageBlockContent_GridBlock .gridTableContainer .rowContainer .rowItemContainer .cell_ApplicationsGrid_status[title~=Additional] {
        color: var(--orangeColor);
    }

.pageBlockInner_FormBlock div.formRowFileUploadRow {
    overflow: hidden;
    text-align: center;
}

    .pageBlockInner_FormBlock div.formRowFileUploadRow .labelContainer, .pageBlockInner_FormBlock div.formRowFileUploadRow .labelContainer label {
        text-align: inherit;
    }

    .pageBlockInner_FormBlock div.formRowFileUploadRow .controlContainer {
        margin: 0 auto;
        float: none;
        display: inline-block;
    }

        .pageBlockInner_FormBlock div.formRowFileUploadRow .controlContainer .buttonsLeft, .pageBlockInner_FormBlock div.formRowFileUploadRow .controlContainer .buttonsLeft li {
            width: 100%;
        }

    .pageBlockInner_FormBlock div.formRowFileUploadRow ul.fileupload {
        text-align: center;
        overflow: hidden;
    }

        .pageBlockInner_FormBlock div.formRowFileUploadRow ul.fileupload li.fileOuterContainer {
            float: none;
            display: inline-block;
        }

#posSummaryBlockv2_pageBlock .PosMyWelcomePackSummaryLinks {
    padding: 0;
    border: none;
    background: none;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
}

    #posSummaryBlockv2_pageBlock .PosMyWelcomePackSummaryLinks .myWelcomePackLink {
        float: left;
        clear: none;
    }

        #posSummaryBlockv2_pageBlock .PosMyWelcomePackSummaryLinks .myWelcomePackLink:nth-child(n+2) {
            margin-left: 20px;
        }

.mywelcomepacks_offerinformation_section #TitleBlock_pageBlockContainer {
    display: none;
}

.mywelcomepacks_offerform_taxinformation .formRowCheckBoxRow {
    align-items: stretch;
}

    .mywelcomepacks_offerform_taxinformation .formRowCheckBoxRow input[type=checkbox] {
        line-height: 1;
    }

    .mywelcomepacks_offerform_taxinformation .formRowCheckBoxRow .labelContainer label {
        display: flex;
    }

        .mywelcomepacks_offerform_taxinformation .formRowCheckBoxRow .labelContainer label p {
            margin-top: 0;
            margin-bottom: 0;
            line-height: 1.4rem;
            vertical-align: middle;
        }

    .mywelcomepacks_offerform_taxinformation .formRowCheckBoxRow .controlContainer {
        display: flex;
        align-items: stretch;
    }

        .mywelcomepacks_offerform_taxinformation .formRowCheckBoxRow .controlContainer .checkboxContainer {
            display: flex;
            align-items: center;
        }

.OfferDetails .offerExpiryText {
    color: var(--orangeColor);
}

.pos_description_review #intro_pageBlockContainer, .pos_description_review #posSummaryBlockv2_pageBlockContainer {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: block;
}

.pos_description_review #intro_pageBlockContainer {
    margin-top: 10vh;
}

.pos_description_review #posSummaryBlockv2_pageBlockContainer {
    margin-bottom: 5vh;
}

.pos_description_review #latest {
    display: none;
}

div.pageBlockContainer#ProfileImageForm_pageBlockContainer {
    display: none;
}
/* Application/Onboarding Styling Ends */
/* Responsive Styling */
@media all and (max-width:1400px) {
    header nav.navigation ul.navList li.navItem a {
        padding: 33px 10px;
    }

    .pastEventBlocksContainer .pastEventBlock {
        width: calc(calc(100%/2) - 20px);
    }
}

@media all and (max-width:1200px) {
    header nav.navigation {
        display: none;
    }

    header nav.mobileNavigation {
        display: block;
    }

    .pr-0 {
        padding-right: 10vh;
    }

    .pl-0 {
        padding-left: 10vh;
    }

    .pt-0 {
        padding-top: 10vh;
    }

    .pb-0 {
        padding-bottom: 10vh;
    }

    .imageContainer.video video {
        height: auto;
    }

    .contentContainer.imageContainer.hasGradient:first-child img,
    .contentContainer.imageContainer.hasGradient:first-child:after,
    .tabbedContent .contentContainer.imageContainer.hasGradient:first-child .tabImg:after,
    .imageContainer.video:first-child iframe,
    .imageContainer.video:first-child video {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .contentContainer.imageContainer.hasGradient:last-child img,
    .contentContainer.imageContainer.hasGradient:last-child:after,
    .tabbedContent .contentContainer.imageContainer.hasGradient:last-child .tabImg:after,
    .imageContainer.video:last-child iframe,
    .imageContainer.video:last-child video {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .sixty-fourty,
    .fifty-fifty,
    .twenty-five,
    .thirty-three {
        flex-direction: column;
    }

        .sixty-fourty .contentContainer:first-child,
        .sixty-fourty .contentContainer:last-child,
        .fifty-fifty .contentBlock,
        .twenty-five .contentBlock,
        .thirty-three .contentContainer {
            width: 100%;
        }

        .sixty-fourty .contentContainer.imageContainer {
            display: none;
        }

        .fifty-fifty .contentBlock,
        .twenty-five .contentBlock,
        .thirty-three .contentContainer {
            margin-bottom: 5vh;
        }

    .contentContainer {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .contentContainer.textContainer {
            text-align: center;
            padding-bottom: 3vw !important;
        }

    .shapeBackground .triangleBackground:before {
        top: -9.9vh;
        border-width: 0 0 10vh calc(100vw - var(--scrollbar-width));
    }

    .shapeBackground .triangleBackground.noBottom:after {
        bottom: -9.9vh;
        border-width: 10vh calc(100vw - var(--scrollbar-width)) 0 0;
    }

    .headerContainer *:nth-child(n+2) {
        margin-left: 0;
        max-width: 100% !important;
        margin-bottom: 10px;
    }

    .categoryBlocksContainer .categoryBlock,
    #eventsListContainer .eventContainerWrapper {
        width: calc(100%/3);
    }

        .categoryBlocksContainer .categoryBlock .categoryBlockContent,
        #eventsListContainer .eventContainerWrapper .eventContainer {
            aspect-ratio: initial;
        }

    #locations {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #facts .counterContainers .counterBlock {
        flex: calc(100%/3);
    }

    .textpage_culture .sixty-fourty {
        flex-direction: column-reverse;
    }

        .textpage_culture .sixty-fourty .contentContainer.imageContainer {
            display: block;
        }

    .transparentBlocksContainer .transparentBlock {
        flex: 50%;
    }

    .pastEventBlocksContainer .pastEventBlock:before {
        opacity: 0.7;
    }

    .pastEventBlocksContainer .pastEventBlock .eventDetailsContainer {
        opacity: 1;
    }

    .pastEventBlocksContainer .pastEventBlock {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        aspect-ratio: initial;
        border-radius: 10px;
    }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer,
    .workday-job-description {
        flex-direction: column;
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox,
        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox,
        .workday-job-description .leftJobBox,
        .workday-job-description .rightJobBox {
            width: 100%;
        }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox:after,
            .workday-job-description .leftJobBox:after {
                border-width: 10vh calc(100vw - var(--scrollbar-width)) 0 0;
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock {
                flex-direction: column;
                padding: 10px;
                background: none !important;
            }

                .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock .benefitIcon {
                    opacity: 1 !important;
                    font-size: 24px;
                }

                .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock .benefitText {
                    position: relative;
                    top: initial;
                    left: initial;
                    transform: none;
                    opacity: 1;
                    padding: 0;
                    margin-top: 10px;
                    color: #000;
                }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .ApplyNowContainer,
            .workday-job-description .leftJobBox .leftJobContent .ApplyNowContainer {
                position: fixed;
                width: auto;
                left: 5vh;
                right: 5vh;
                z-index: 5;
            }

                .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .ApplyNowContainer a,
                .workday-job-description .leftJobBox .leftJobContent .ApplyNowContainer a {
                    padding: 10px 35px;
                }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .recruiterContainer .rec-img {
                display: none;
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox .ApplyNowContainer,
            .workday-job-description .rightJobBox .ApplyNowContainer {
                display: none;
            }
}

@media all and (max-width:991px) {
    .iti__country-list {
        white-space: normal;
    }

    .ui-widget.ui-widget-content {
        width: 100% !important;
    }

    .buttons,
    #TalentPool_Description_pageView .buttonsContainer {
        flex-direction: column;
    }

        .buttons .buttonsRight:nth-child(2),
        .buttons .buttonsLeft:nth-child(2),
        #TalentPool_Description_pageView .buttonsContainer .buttonsRight:nth-child(2),
        #TalentPool_Description_pageView .buttonsContainer .buttonsLeft:nth-child(2),
        .buttonsRight ul li:nth-child(n+2),
        .buttonsLeft ul li:nth-child(n+2),
        div.pageBlockInner_FormBlock div.formRow.formRowButtonRow .buttonsRight ul li:nth-of-type(n+2),
        div.pageBlockInner_FormBlock div.formRow.formRowButtonRow .buttonsLeft ul li:nth-of-type(n+2) {
            margin-left: 0;
            clear: left;
        }

    div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem,
    div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem,
    div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem {
        width: calc(100% - 10px);
    }

    div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem {
        min-height: 1px;
        display: block;
        padding: 5vw;
    }

    #talentpoolgrid_pageBlock .rowContainerHolder,
    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0;
        height: auto;
        padding-bottom: 30px;
    }

    .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow {
        width: calc(50% - 20px);
    }

        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:nth-of-type(4n+4) {
            margin-right: 20px;
        }

        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:nth-of-type(4n+1) {
            clear: none;
        }

        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:nth-of-type(2n+1) {
            clear: left;
        }

    h2.gradient {
        font-size: 2rem;
        display: block;
        margin: 0 auto 2rem;
        text-align: center;
        float: none !important;
    }
}

@media all and (max-width:767px) {
    .sectionContainer {
        padding: 5vh !important;
    }

    .home .tabsContainer {
        flex-direction: column;
    }

        .home .tabsContainer .tabs,
        .home .tabsContainer .tabsContent {
            width: 100%;
        }

        .home .tabsContainer .tabs {
            text-align: center;
            border-right: none;
            border-bottom: 2px solid var(--pinkColor);
        }

            .home .tabsContainer .tabs .tabBlock {
                width: auto;
                display: inline-block;
                vertical-align: top;
            }

        .home .tabsContainer .tabsContent {
            padding-left: 0;
            padding-top: 5vh;
        }

    .socialBlocks .blocksContainer .socialBlock {
        width: 50px;
        height: 50px;
    }

        .socialBlocks .blocksContainer .socialBlock i {
            font-size: 25px;
        }

    .imageContainer.hasGradient img {
        height: auto;
    }

    .categoryBlocksContainer .categoryBlock,
    #eventsListContainer .eventContainerWrapper {
        width: 100%;
    }

        .categoryBlocksContainer .categoryBlock .categoryBlockContent,
        #eventsListContainer .eventContainerWrapper .eventContainer {
            min-height: 1px;
        }

            .categoryBlocksContainer .categoryBlock .categoryBlockContent .detailsContainer h3 {
                font-size: 1.25rem;
            }

            .categoryBlocksContainer .categoryBlock .categoryBlockContent .detailsContainer {
                position: relative;
                top: initial;
                left: initial;
                transform: none;
            }

    #facts .counterContainers .counterBlock,
    .transparentBlocksContainer .transparentBlock {
        flex: 100%;
    }

        #facts .counterContainers .counterBlock .counterBlockContent,
        .transparentBlocksContainer .transparentBlock .transparentBlockContent {
            padding: 30px;
        }

            #facts .counterContainers .counterBlock .counterBlockContent i {
                font-size: 40px;
            }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader,
    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer,
    .workday-jobs .rowContainerHolder .rowContainer .rowHeader,
    .workday-jobs .rowContainerHolder .rowContainer .rowContentContainer {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader .rowLabel,
        .workday-jobs .rowContainerHolder .rowContainer .rowHeader .rowLabel {
            float: none;
        }

            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader .rowLabel a,
            .workday-jobs .rowContainerHolder .rowContainer .rowHeader .rowLabel a {
                display: block;
            }

    .pos_description .bannerContainer,
    .textpage_workdayjobdescription .bannerContainer,
    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues,
    .workday-job-description .jobValues {
        display: none;
    }

    .pos_description .posDescriptionContainer .mobile,
    .workday-job-description .mobile {
        display: block !important;
    }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent,
    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox,
    .workday-job-description .leftJobBox .leftJobContent,
    .workday-job-description .rightJobBox {
        padding: 5vh;
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock {
            width: 100%;
            min-height: 1px;
            text-align: left;
            flex-direction: row;
            justify-content: flex-start;
        }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock .benefitIcon {
                width: auto;
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock .benefitText {
                width: auto;
                margin-top: 0;
                max-width: calc(100% - 40px);
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock:nth-last-child(-n+3) {
                border-bottom: none;
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .leftJobBox .leftJobContent .leftBlock .benefitBlocksContainer .benefitBlock:last-child {
                border-bottom: 1px solid var(--pinkColor);
            }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox,
    .workday-job-description .rightJobBox {
        padding-top: 50px;
    }

    .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow {
        width: 100%;
        margin-left: 0;
        margin-right: 0 !important;
        min-height: 1px;
    }

        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow#WelcomeInfoBlock_Logout_formRow .iconContainer {
            width: auto;
        }

    .mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li {
        width: 100%;
        text-align: center;
    }

    #posSummaryBlockv2_pageBlock .PosMyWelcomePackSummaryLinks .myWelcomePackLink {
        margin-left: 0 !important;
        width: 100%;
    }

        #posSummaryBlockv2_pageBlock .PosMyWelcomePackSummaryLinks .myWelcomePackLink a {
            width: calc(100% - 5px);
        }

    footer .container .footerLeft,
    footer .container .footerRight {
        width: 100%;
        height: auto;
        float: left;
    }

    footer .container .footerRight {
        margin-bottom: 10px;
    }
}

@media all and (max-width:500px) {
    .buttonsRight,
    .buttonsRight ul li,
    .buttonsLeft,
    .buttonsLeft ul li {
        width: 100%;
    }

        .buttonsLeft button.buttonAnchor,
        .buttonsRight button.buttonAnchor,
        .buttonsLeft input.buttonSubmit,
        .buttonsRight input.buttonSubmit,
        .buttonsLeft a.buttonAnchor,
        .buttonsRight a.buttonAnchor,
        #posdesc_pageBlockContainer #posdesc_pageBlock a.right,
        #homepage .googleMapsButton,
        button.buttonAnchor,
        input.buttonSubmit,
        a.buttonAnchor,
        div.posDescriptionContainer317 .BigVacancyMap .moreJobs a,
        #Home_pageView #noPositions_pageBlockContainer .bottomContainer .buttonContainer a,
        #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressButton,
        .mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li a,
        .backButtonContainer a, #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a,
        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersExpander a,
        .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent .buttonsRight a,
        .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent .buttonsRight input.buttonSubmit,
        .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .controlContainer .buttonsLeft ul li .fileuploadbutton,
        #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .statusContainer a,
        #posSummaryBlockv2_pageBlock .PosMyWelcomePackSummaryLinks a,
        .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer .codeListBlockLower .listItemSeeJobs,
        .offerAnchor,
        .mapContainer .ButtonHolder .bigMapButton a, .mapContainer .ButtonHolder .bigMapButton span {
            width: calc(100% - 10px);
        }

    #posBrowser_Filter_pageBlock .filtersSummary .filtersSummaryTextContainer,
    #posBrowser_Filter_pageBlock .filtersSummary .alternateViews,
    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressInput {
        width: 100%;
    }

    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersExpander {
        text-align: center;
    }

    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList li {
        width: calc(100% - 5px);
    }

        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList li a {
            width: 100%;
        }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .rightJobBox .ApplyNowContainer a,
    .workday-job-description .rightJobBox .ApplyNowContainer a {
        padding: 15px 40px;
    }

    #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer {
        width: 100%;
    }

    .bannerContainer .bannerContent .buttonContainer {
        display: block;
    }

    .shapeBackground .triangleBackground:before {
        top: -9.8vh;
    }

    .home .tabsContainer .tabs .tabBlock {
        width: 100%;
    }

    .sliderContainer #appTimeline {
        padding: 0 30px;
    }

        .sliderContainer #appTimeline ul.slides li.timelineBlock .slideContent {
            padding: 0 20px;
        }

            .sliderContainer #appTimeline ul.slides li.timelineBlock .slideContent:after {
                display: none;
            }

            .sliderContainer #appTimeline ul.slides li.timelineBlock .slideContent .icon .number {
                font-size: 16px;
            }

        .sliderContainer #appTimeline .flex-direction-nav li a {
            width: 30px;
            height: 30px;
            font-size: 18px;
        }
}
/* Responsive Styling Ends */

.workday-jobs-block {
    .no-results-container {
        padding: 1rem 1rem 0;
        p {
            text-align: center;
        }
    }

    .workday-filters {
        margin-bottom: .5rem;
        select {
            width: 100%;
            padding: .5rem;
        }
    }
}