﻿/*
    Jump to:
    Root
    Misc Styling
    Landing Page Styling
    Category Description Page Styling
    Case Studies Details Page Styling
    Our Culture Page Styling
    Rewards and Benefits Page Styling
    Progress your career Page Styling
    Why Join Hestia Page Styling
    Chatbot Page Styling
    Talent Pools Styling
    Results Page Styling
    Job Description Page Styling
    Login/Register Page Styling
    Profile Styling
    Application/Onboarding Styling
    Responsive Styling
*/

/* Root */
:root {
    --blue: #2b4570;
    --darkblue: #1d2e4b;
    --lightblue: #638F94;
    --yellow: #f1bc41;
    --darkyellow: #D8A328;
    --lightgrey: #eee;
}
/* Root Ends */

/* Misc Styling */
h1,
h2 {
    font-weight: bold;
    color: var(--blue);
}

h3 {
    color: var(--blue);
}

p:last-child {
    margin-bottom: 0;
}

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,
    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,
    div.pageBlockInner_FormBlock div.formRow.formRowMonthYearRow,
    #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;
    }

        div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow#RegisterForm_username_backup_formRow {
            display: none;
        }

.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 div.curFocus label.formLabel {
    color: var(--blue);
}

.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.revealerinput .controlContainer input {
    background-size: 30px;
    background-position: 100% 50%;
    transition: all .2s ease;
}

    div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow.revealerinput .controlContainer input[type="password"] {
        background-image: url(../Images/Icons/eye-slash-solid.svg);
    }

    div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow.revealerinput .controlContainer input[type="text"] {
        background-image: url(../Images/Icons/eye-solid.svg);
        background-size: 27px;
    }

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;
        }

    div.pageBlockInner_FormBlock div.formRow.formRowCheckBoxRow .controlContainer {
        line-height: normal;
    }

.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;
    }

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 .formRowMonthYearRow .controlContainer input,
.pageBlockInner_FormBlock .formRowNumericInputRow .controlContainer input,
.pageBlockInner_FormBlock .formRowTextAreaRow .controlContainer textarea,
.pageBlockInner_FormBlock .formRowSelectMultiCodelistRow .controlContainer .divajaxcontainter,
#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,
#quickSearch .inputText {
    background-color: #fff;
    border: 2px solid var(--blue);
    color: var(--blue);
    padding: 14px;
    width: 100%;
    display: block;
    border-radius: 30px;
}

    .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,
    #quickSearch .inputText:focus {
        outline: none;
        border: 2px solid var(--yellow);
    }

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%;
}

#ProfileRegister_RegisterForm_password::after, div.pageBlockInner_FormBlock div#RegisterForm_password_formRow .controlContainer::after {
    position: relative;
    display: block;
    height: 40px;
    width: 100%;
    text-align: left;
    color: #000;
    content: 'Your password must contain at least 1 letter, 1 number and 1 uppercase letter.';
    font-weight: 400;
    font-size: 13px;
}

.pageBlockInner_FormBlock .formRowDateInputRow .controlContainer input,
div.pageBlockInner_FormBlock div.formRow.formRowMonthYearRow .controlContainer input,
div.pageBlockInner_FormBlock div.formRow.formRowSelectMultiCodelistRow .controlContainer .divajaxcontainter {
    width: calc(100% - 24px);
}

    div.pageBlockInner_FormBlock div.formRow.formRowSelectMultiCodelistRow .controlContainer .divajaxcontainter .noselectmultipleoptionsmessage {
        padding: 0;
    }

.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,
    #quickSearch button {
        position: relative;
        color: var(--blue);
        font-weight: bold;
        padding: 15px 40px;
        margin-left: 0 !important;
        display: inline-block;
        float: none;
        background: var(--yellow);
        transition: all .2s ease;
        border: 2px solid var(--yellow);
        border-radius: 30px;
        cursor: pointer;
        text-align: center;
        text-transform: capitalize;
        text-decoration: none !important;
        font-size: 24px;
        white-space: inherit;
    }

        .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,
        #quickSearch button:hover {
            color: var(--yellow);
            border-color: var(--blue);
            background: var(--blue);
        }

/*.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(--blue);
    border-radius: 30px;
    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 !important;
        border-radius: 0;
        border: none;
        text-indent: 0;
        color: #000;
        font-weight: bold;
        text-decoration: underline;
        outline: none;
        box-shadow: none !important;
    }

        .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(--yellow);
        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(--blue);
    }

        .actionMessageContainer div.actionMessageWarning:before {
            content: '\f00d';
        }

div.pageBlockContent {
    padding: 0;
}

.ui-accordion .ui-accordion-header {
    margin: 0;
    border: none;
    background: none;
    border-radius: 0;
    padding: calc(var(--base-space)*4) 0 calc(var(--base-space)*4) calc(var(--base-space)*6);
    font-size: var(--font-size);
    color: currentColor !important;
}

    .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        display: none;
    }

    .ui-accordion .ui-accordion-header .u-arrow-btn__icon svg {
        transition: all .2s ease;
    }

    .ui-accordion .ui-accordion-header.ui-accordion-header-active {
        --icon-color: var(--primary-50);
        --transition-duration: 400ms;
    }

        .ui-accordion .ui-accordion-header.ui-accordion-header-active span {
            transform: translateX(calc(var(--base-space)*-6));
        }

        .ui-accordion .ui-accordion-header.ui-accordion-header-active .u-arrow-btn__icon {
            transform: none;
        }

            .ui-accordion .ui-accordion-header.ui-accordion-header-active .u-arrow-btn__icon svg {
                transform: rotate(90deg);
            }

.ui-accordion .accordionContent {
    display: none;
    border: none;
}

.pageBlockInner_FormBlock hr {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    transition: all .2s ease;
    max-height: 150px;
    overflow: visible;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
}

    header .navigation {
        max-width: 1600px;
        margin: 0 auto;
        display: block;
        padding: 15px;
    }

        header .navigation ul.navList {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: center;
            margin: 0;
        }

            header .navigation ul.navList li {
                /*width: calc(100% / 7);*/
                text-align: center;
                position: relative;
            }

                header .navigation ul.navList li a {
                    display: inline-block;
                    text-transform: uppercase;
                    font-size: 0.9em;
                    color: var(--blue);
                    font-weight: bold;
                    text-decoration: none;
                    transition: all .2s ease;
                }

                    header .navigation ul.navList li a:hover {
                        color: var(--yellow);
                    }

                header .navigation ul.navList li#logo a img {
                    max-height: 100px;
                    transition: all .2s ease;
                }

                header .navigation ul.navList li#search a {
                    font-size: 1.5em;
                }

                header .navigation ul.navList li#apply a,
                header .navigation ul.navList li#talent a {
                    display: block;
                    padding: 10px 20px;
                    border-radius: 30px;
                    background: var(--yellow);
                    color: var(--blue);
                    text-transform: none;
                    border: 2px solid var(--yellow);
                }

                    header .navigation ul.navList li#apply a:hover,
                    header .navigation ul.navList li#talent a:hover {
                        background: var(--blue);
                        border-color: var(--blue);
                        color: var(--yellow);
                    }

                header .navigation ul.navList li#talent a {
                    background: var(--blue);
                    color: var(--yellow);
                    border-color: var(--blue);
                }

                    header .navigation ul.navList li#talent a:hover {
                        background: var(--yellow);
                        border-color: var(--yellow);
                        color: var(--blue);
                    }

                header .navigation ul.navList li ul.subNav {
                    position: absolute;
                    width: 100%;
                    display: none;
                    padding: 10px 0;
                }

                    header .navigation ul.navList li ul.subNav li {
                        width: 100%;
                        margin-bottom: 10px;
                    }

                        header .navigation ul.navList li ul.subNav li:last-of-type {
                            margin-bottom: 0;
                        }

                        header .navigation ul.navList li ul.subNav li a {
                            width: 100%;
                        }

    header.scrolled .navigation ul.navList li#logo a img {
        max-height: 50px;
    }

    header .mobileNavigation {
        display: none;
        max-width: 1600px;
        margin: 0 auto;
        padding: 15px;
    }

        header .mobileNavigation ul.navList {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: center;
            margin: 0;
        }

            header .mobileNavigation ul.navList li#logoMobile a {
                max-height: 100px;
                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;
            }

                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(--blue);
                        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;
                    top: 100px;
                    height: 100vh;
                    right: 0;
                    transform: translateX(100%);
                    width: 50vw;
                    min-width: 300px;
                    margin: -100px 0 0 -50px;
                    padding: 50px;
                    padding-top: 125px;
                    background: var(--blue);
                    list-style-type: none;
                    -webkit-font-smoothing: antialiased;
                    transition: all .4s ease;
                    text-align: right;
                }

                    header .mobileNavigation ul.navList #mobileMenu #menu li {
                        padding: 10px 0;
                        font-size: 22px;
                    }

                        header .mobileNavigation ul.navList #mobileMenu #menu li a {
                            color: #fff;
                        }

                header .mobileNavigation ul.navList #mobileMenu .menuToggle.active ~ #menu {
                    transform: none;
                }

    header.scrolled .mobileNavigation ul.navList li#logoMobile a {
        max-height: 50px;
    }

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,
    body.modalActive:before {
        z-index: 9;
        background: rgba(0,0,0,0.7);
    }

footer {
    text-align: center;
    padding: 60px 15px;
    position: relative;
    z-index: 11;
}

    footer .col-md-12 {
        margin: 15px 0;
        overflow: hidden;
    }

        footer .col-md-12:first-of-type {
            margin-top: 0;
        }

        footer .col-md-12:last-of-type {
            margin-bottom: 0;
        }

    footer img {
        max-width: 200px;
        margin-bottom: 15px;
    }

    footer ul.socialIcons {
        margin-bottom: 0;
    }

        footer ul.socialIcons li {
            margin: 0 5px;
        }

            footer ul.socialIcons li a {
                background: var(--yellow) !important;
                color: var(--blue);
                transition: all .2s ease;
            }

                footer ul.socialIcons li a:before {
                    color: inherit;
                    font-size: 1.2em;
                }

                footer ul.socialIcons li a:hover {
                    background: var(--darkyellow) !important;
                }

    footer ul.footerLinks {
        margin: 0;
        width: 100%;
    }

        footer ul.footerLinks li {
            display: inline-block;
            margin: 0 5px;
        }

            footer ul.footerLinks li a {
                color: #fff;
                text-transform: uppercase;
            }

    footer .copyright {
        font-size: 0.9em;
    }

.greyBackground {
    background: #eeeeee;
}

.blueBackground {
    background: var(--blue);
    color: #fff;
}

    .blueBackground h2 {
        color: inherit;
    }

    .blueBackground .buttonContainer .buttonAnchor:hover {
        background: var(--darkyellow);
        border-color: var(--darkyellow);
        color: var(--blue);
    }

.lightBlueBackground {
    background: var(--lightblue);
    color: #fff;
}

    .lightBlueBackground h2 {
        color: inherit;
    }

.yellowBackground {
    background: var(--yellow);
    color: var(--blue);
}

    .yellowBackground .buttonContainer .buttonAnchor {
        background: var(--blue);
        border-color: var(--blue);
        color: var(--yellow);
    }

        .yellowBackground .buttonContainer .buttonAnchor:hover {
            background: var(--darkblue);
            border-color: var(--darkblue);
            color: var(--yellow);
        }

.lightGreyBackground {
    background: var(--lightgrey);
}


.iframe-holder {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    min-height: 400px;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bannerContainer {
    position: relative;
    margin-top: 120px;
    height: 30rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .bannerContainer.banner0 {
        background-position: 50% 25%;
    }

    .bannerContainer.banner1 {
        background-position: 50% 28%;
    }

    .bannerContainer.banner2 {
        background-position: 50% 25%;
    }

    .bannerContainer.banner3 {
        background-position: 50% 25%;
    }

    .bannerContainer.banner1866 {
        background-position: 50% 32%;
    }

    .bannerContainer.banner1867 {
        background-position: 50% 18%;
    }

    .bannerContainer.banner1868 {
        background-position: 50% 10%;
    }

    .bannerContainer.banner1869 {
        background-position: 50% 32%;
    }

    .bannerContainer.banner1870 {
        background-position: 50% 40%;
    }

    .bannerContainer video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .bannerContainer .muteIcon {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 10px;
        background: rgba(255,255,255,0.7);
        transition: all .2s ease;
        z-index: 2;
        opacity: 0.2;
    }

    .bannerContainer:hover .muteIcon {
        opacity: 1;
    }

.bannerContent {
    position: relative;
    width: 100%;
    background: var(--lightblue);
    z-index: 2;
    text-align: center;
    padding: 2rem 30px;
    color: #fff;
}

    .bannerContent .col-md-12:nth-child(n+2) {
        margin-top: 30px;
    }

    .bannerContent h1,
    #posValues h1 {
        font-size: 3vw;
        color: #fff;
        text-shadow: 5px 5px 5px rgba(0,0,0,0.25);
        font-weight: bold;
        margin: 0;
    }

        .bannerContent h1:not(:last-child) {
            margin-bottom: 30px;
        }

    .bannerContent #quickSearch #search-bar {
        overflow: hidden;
    }

    .bannerContent #quickSearch .formRowTextInputRow {
        width: calc(50% - 87px);
        float: left;
    }

        .bannerContent #quickSearch .formRowTextInputRow .controlContainer {
            position: relative;
        }

            .bannerContent #quickSearch .formRowTextInputRow .controlContainer:before {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 20px;
                font-family: "Font Awesome 6 Pro";
                font-weight: 300;
                color: var(--blue);
                font-size: 25px;
            }

            .bannerContent #quickSearch .formRowTextInputRow .controlContainer input {
                margin-top: 0;
                font-size: 1em;
                padding: 15px 15px 15px 60px;
                border: none;
                -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
                -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
                box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
            }

        .bannerContent #quickSearch .formRowTextInputRow#Quicksearchform_keywords_formRow .controlContainer:before {
            content: '\f002';
        }

        .bannerContent #quickSearch .formRowTextInputRow#Quicksearchform_keywords_formRow .controlContainer input {
            border-radius: 0;
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px;
        }

        .bannerContent #quickSearch .formRowTextInputRow#Quicksearchform_location_formRow .controlContainer:before {
            content: '\f3c5';
        }

        .bannerContent #quickSearch .formRowTextInputRow#Quicksearchform_location_formRow .controlContainer input {
            border-left: 1px solid var(--lightgrey);
            border-radius: 0;
        }

    .bannerContent #quickSearch .buttonContainer {
        width: auto;
        float: left;
        clear: none;
        margin-top: 0;
    }

        .bannerContent #quickSearch .buttonContainer button {
            padding: 15px 60px;
            text-transform: none;
            font-size: 1em;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border: none;
            margin-right: 0;
            -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
            -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
            box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
        }

.chatbotIcon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
}

    .chatbotIcon a {
        width: 75px;
        height: 75px;
        position: relative;
        display: block;
        overflow: hidden;
        background: var(--lightgrey);
        color: var(--blue);
        border-radius: 10px;
        text-align: center;
        transition: all .2s ease;
    }

        .chatbotIcon a:hover {
            background: var(--yellow);
        }

        .chatbotIcon a i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 50px;
        }

.halfContentContainer,
.fullContainer {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

    .halfContentContainer .textContainer,
    .fullContainer .textContainer {
        width: 50%;
        float: left;
        text-align: left;
        padding: 60px;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .halfContentContainer .textContainer p strong,
        .fullContainer .textContainer p strong {
            font-size: 24px;
        }

    .halfContentContainer:not(.lightBlueBackground):not(.yellowBackground):not(.blueBackground) .textContainer p:nth-of-type(3n+1) strong,
    .fullContainer:not(.lightBlueBackground):not(.yellowBackground):not(.blueBackground) .textContainer p:nth-of-type(3n+1) strong {
        color: var(--blue);
    }

    .halfContentContainer:not(.lightBlueBackground):not(.yellowBackground):not(.blueBackground) .textContainer p:nth-of-type(3n+2) strong,
    .fullContainer:not(.lightBlueBackground):not(.yellowBackground):not(.blueBackground) .textContainer p:nth-of-type(3n+2) strong {
        color: var(--lightblue);
    }

    .halfContentContainer:not(.lightBlueBackground):not(.yellowBackground):not(.blueBackground) .textContainer p:nth-of-type(3n+3) strong,
    .fullContainer:not(.lightBlueBackground):not(.yellowBackground):not(.blueBackground) .textContainer p:nth-of-type(3n+3) strong {
        color: var(--yellow);
    }

    .halfContentContainer.circle-left .textContainer {
        padding-right: 0;
    }

    .halfContentContainer.circle-right .textContainer {
        padding-left: 0;
    }

    .halfContentContainer .textContainer .container {
        padding: 0;
    }

    .halfContentContainer .textContainer h2 {
        font-size: 40px;
        margin-top: 0;
    }

    .halfContentContainer .textContainer .buttonContainer {
        margin-top: 40px;
    }

        .halfContentContainer .textContainer .buttonContainer a {
            margin-bottom: 10px;
        }

    .halfContentContainer .imageContainer {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 100%;
    }

    .halfContentContainer.circle-left .imageContainer:before {
        content: "";
        clip-path: circle(100% at -70%);
        width: 100%;
        height: 100%;
        background: white;
        position: absolute;
        z-index: 1;
    }

    .halfContentContainer.circle-right .imageContainer:before {
        content: "";
        clip-path: circle(100% at 170%);
        width: 100%;
        height: 100%;
        background: white;
        position: absolute;
        z-index: 1;
        right: 0;
    }

    .halfContentContainer .imageContainer img,
    .halfContentContainer .imageContainer video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

        .halfContentContainer .imageContainer img.contain {
            object-fit: contain;
        }

    .halfContentContainer .imageContainer video {
        object-fit: contain;
        aspect-ratio: 16/9;
        width: auto;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .halfContentContainer.reverse .textContainer {
        float: right;
    }

    .halfContentContainer.reverse .imageContainer {
        right: initial;
        left: 0;
    }

        .halfContentContainer.reverse .imageContainer img {
            border-radius: 0;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

    .fullContainer .textContainer {
        width: 100%;
    }

.sectionContainer {
    position: relative;
    overflow: hidden;
    padding: 2rem 30px;
    text-align: center;
}

    .sectionContainer .titleContainer {
        width: auto;
        display: inline-block;
    }

        .sectionContainer .titleContainer h2 {
            font-size: 3rem;
            margin-top: 0;
        }

    .sectionContainer.hasModals {
        position: initial;
    }

.mainContentContainer {
    position: relative;
    overflow: hidden;
    padding: 5vw 30px;
}

.gdprcookie {
    background: var(--blue);
    z-index: 11;
}

    .gdprcookie .gdprcookie-introheader {
        margin-top: 0;
        font-size: 1.5rem;
    }

    .gdprcookie h2 {
        font-size: 1.25rem;
    }

    .gdprcookie p {
        margin-bottom: 1em !important;
    }

    .gdprcookie .gdprcookie-buttons button {
        display: inline-block;
        font-size: 1rem;
        font-weight: 400;
        transition: all .2s ease;
    }

        .gdprcookie .gdprcookie-buttons button:hover {
            background: var(--yellow);
            color: var(--blue);
        }

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

html.chatbotActive,
html.chatbotActive body {
    padding-right: 0 !important;
    overflow: hidden;
}

    html.chatbotActive body:before {
        z-index: 1043;
        background: rgba(0,0,0,0.7);
    }

.chatBotWindow {
    position: fixed;
    bottom: 0;
    right: 0;
    width: auto;
    height: 90px;
    z-index: 500;
    padding-left: 1px;
    padding-right: 1px;
}

    .chatBotWindow .escb-hidden {
        display: none;
    }

    .chatBotWindow .chatBotHeader {
        width: 90px;
        height: 90px;
        border-radius: 100%;
        margin-right: 0;
        margin-left: auto;
        border: none;
        background: var(--blue);
        cursor: pointer;
        border: 1px solid var(--blue);
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2px;
        text-align: center;
        transition: all .2s ease;
    }

        .chatBotWindow .chatBotHeader .chatBotIcon,
        .chatBotWindow .chatBotHeader h3 {
            float: left;
            color: #fff;
            font-size: 14px;
        }

        .chatBotWindow .chatBotHeader .chatBotIcon {
            cursor: pointer;
        }

        .chatBotWindow .chatBotHeader h3 {
            margin: 0;
        }

    .chatBotWindow:hover .chatBotHeader {
        background: var(--lightblue);
    }

.chatbotModal,
.videoModal {
    position: fixed;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 90px;
    z-index: 1044;
    display: none;
}

    .chatbotModal .close,
    .videoModal .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 30px;
    }

    .chatbotModal .chatBotBody,
    .videoModal {
        background: #fff;
        height: 100%;
        padding: 30px;
    }

        .chatbotModal .chatBotBody .escb-conv-form-wrapper {
            height: inherit;
        }

            .chatbotModal .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages {
                overflow: hidden;
                clear: both;
                height: calc(100% - 200px);
                min-height: 1px;
            }

                .chatbotModal .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages .escb-hidden {
                    display: none;
                }

                .chatbotModal .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages #escb-messages {
                    overflow-x: hidden;
                    top: 0px;
                    bottom: 0;
                    overflow-y: auto;
                    padding-bottom: 0 !important;
                }

                    .chatbotModal .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages #escb-messages .escb-message {
                        font-size: 14px;
                    }

                        .chatbotModal .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages #escb-messages .escb-message.escb-to img {
                            display: none;
                        }

        .chatbotModal .chatBotBody #convForm {
            width: 100%;
            margin-bottom: 0;
            box-shadow: none;
        }

            .chatbotModal .chatBotBody #convForm * {
                font-size: 14px;
            }

            .chatbotModal .chatBotBody #convForm .escb-dragscroll {
                cursor: default;
                position: relative;
                bottom: initial;
                transform: none;
                height: 135px;
                display: flex;
                align-items: flex-end;
                justify-content: center;
                flex-wrap: wrap;
                gap: 5px;
            }

                .chatbotModal .chatBotBody #convForm .escb-dragscroll:after {
                    display: none;
                }

                .chatbotModal .chatBotBody #convForm .escb-dragscroll div.escb-option {
                    margin: 0;
                }

            .chatbotModal .chatBotBody #convForm #userInput {
                box-shadow: 0 0 5px 5px rgba(222, 222, 222, 0.4);
                height: 35px !important;
                max-width: 100%;
                width: calc(100% - 66px);
                margin-right: 10px;
            }

.chatBotWindow .chatBotHeader .chatBotIcon img {
    max-height: 35px;
    width: auto;
}

.stickyApplyContainer {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: -38px;
    z-index: 10;
}

    .stickyApplyContainer a {
        position: relative;
        color: var(--blue);
        font-weight: bold;
        padding: 15px 20px;
        margin-left: 0 !important;
        display: inline-block;
        float: none;
        background: var(--yellow);
        transition: all .2s ease;
        border: 2px solid var(--yellow);
        border-radius: 30px;
        cursor: pointer;
        text-align: center;
        text-transform: capitalize;
        text-decoration: none !important;
        font-size: 16px;
        white-space: inherit;
    }

        .stickyApplyContainer a:hover {
            color: var(--yellow);
            border-color: var(--blue);
            background: var(--blue);
        }

@media all and (max-width:991px) {
    .stickyApplyContainer {
        top: initial;
        transform: none;
        right: 2em;
        left: 2em;
        bottom: 0;
    }

        .stickyApplyContainer a {
            width: 100%;
        }
}
/* Misc Styling Ends */

/* Landing Page Styling */
.home .bannerContainer {
    height: calc(100vh - 120px);
    background-image: none !important;
}

    .home .bannerContainer video {
        object-fit: contain;
    }

.resultsBlock #slider-latest-jobs,
#benefitsSlider,
.caseStudiesContainer,
#values .flexslider,
#accreditations .flexslider {
    margin-bottom: 0;
    border: none;
    background: none;
    padding: 0 80px;
}

    .resultsBlock #slider-latest-jobs ul.slides li {
        overflow: visible;
    }

        .resultsBlock #slider-latest-jobs ul.slides li a {
            display: block;
            text-decoration: none !important;
            text-align: left;
            margin: 30px;
            word-wrap: initial;
            word-break: initial;
            border-radius: 10px;
            overflow: hidden;
        }

            .resultsBlock #slider-latest-jobs ul.slides li a img {
                max-height: 300px;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: 50% 50%;
            }

            .resultsBlock #slider-latest-jobs ul.slides li a .textContent {
                padding: 30px 80px 30px 30px;
                background: var(--lightgrey);
                position: relative;
            }

                .resultsBlock #slider-latest-jobs ul.slides li a .textContent h3 {
                    margin-top: 0;
                    font-size: 2rem;
                    font-weight: bold;
                    min-height: 76px;
                    color: inherit;
                }

                .resultsBlock #slider-latest-jobs ul.slides li a .textContent p {
                    display: inline-block;
                }

                    .resultsBlock #slider-latest-jobs ul.slides li a .textContent p:before {
                        content: '\f3c5';
                        font-family: "Font Awesome 6 Pro";
                        font-weight: bold;
                        display: inline-block;
                        margin-right: 10px;
                    }

                .resultsBlock #slider-latest-jobs ul.slides li a .textContent:after {
                    content: '\f138';
                    font-family: "Font Awesome 6 Pro";
                    font-weight: 100;
                    font-size: 40px;
                    position: absolute;
                    bottom: 30px;
                    right: 30px;
                }

    .resultsBlock #slider-latest-jobs ul.flex-direction-nav li a,
    #benefitsSlider ul.flex-direction-nav li a,
    .caseStudiesContainer ul.flex-direction-nav li a,
    #values .flexslider ul.flex-direction-nav li a,
    #accreditations .flexslider ul.flex-direction-nav li a {
        width: 60px;
        height: 60px;
        color: var(--blue);
    }

        .resultsBlock #slider-latest-jobs ul.flex-direction-nav li a:before,
        #benefitsSlider ul.flex-direction-nav li a:before,
        .caseStudiesContainer ul.flex-direction-nav li a:before,
        #values .flexslider ul.flex-direction-nav li a:before,
        #accreditations .flexslider ul.flex-direction-nav li a:before {
            color: inherit;
            font-size: 55px;
            font-weight: 100;
            transition: all .2s ease;
        }

        .resultsBlock #slider-latest-jobs ul.flex-direction-nav li a:hover:before,
        #benefitsSlider ul.flex-direction-nav li a:hover:before,
        .caseStudiesContainer ul.flex-direction-nav li a:hover:before,
        #values .flexslider ul.flex-direction-nav li a:hover:before,
        #accreditations .flexslider ul.flex-direction-nav li a:hover:before {
            font-weight: 900;
        }

        .resultsBlock #slider-latest-jobs ul.flex-direction-nav li a.flex-prev:before,
        #benefitsSlider ul.flex-direction-nav li a.flex-prev:before,
        .caseStudiesContainer ul.flex-direction-nav li a.flex-prev:before,
        #values .flexslider ul.flex-direction-nav li a.flex-prev:before,
        #accreditations .flexslider ul.flex-direction-nav li a.flex-prev:before {
            content: '\f137';
        }

        .resultsBlock #slider-latest-jobs ul.flex-direction-nav li a.flex-next:before,
        #benefitsSlider ul.flex-direction-nav li a.flex-next:before,
        .caseStudiesContainer ul.flex-direction-nav li a.flex-next:before,
        #values .flexslider ul.flex-direction-nav li a.flex-next:before,
        #accreditations .flexslider ul.flex-direction-nav li a.flex-next:before {
            content: '\f138';
        }

    .resultsBlock #slider-latest-jobs ol.flex-control-paging,
    #benefitsSlider ol.flex-control-paging,
    .caseStudiesContainer ol.flex-control-paging,
    #values .flexslider ol.flex-control-paging,
    #accreditations ol.flex-control-paging {
        display: none;
    }

.home .resultsBlock .buttonContainer {
    margin-top: 20px;
}

#benefitsSlider,
#values .flexslider {
    background: none;
    border: none;
    margin-bottom: 0;
}

    #benefitsSlider .slides,
    #values .flexslider .slides {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        #benefitsSlider .benefitBlock,
        #values .flexslider .slides .slide {
            padding: 0;
            cursor: pointer;
            width: calc(100% / 5);
            margin-bottom: 20px;
        }

    #benefitsSlider .benefitBlock {
        width: calc(100% / 4);
    }

        #benefitsSlider .benefitBlock i,
        #values .flexslider .slides .slide i {
            font-size: 70px;
            color: #fff;
            line-height: 1;
            margin-bottom: 10px;
            position: relative;
            width: 120px;
            height: 120px;
            border-radius: 10px;
            background: var(--blue);
            display: inline-block;
            transition: all .4s ease;
            margin-top: 5px;
        }

            #benefitsSlider .benefitBlock i:before,
            #values .flexslider .slides .slide i:before {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

        #benefitsSlider .benefitBlock h3,
        #values .flexslider .slides .slide h3 {
            margin-top: 0;
            font-weight: bold;
            margin-bottom: 0;
        }

        #benefitsSlider .benefitBlock:hover i,
        #values .flexslider .slides .slide:hover .valueIcon i {
            border-radius: 100%;
            transform: scale(1.1);
        }

    #benefitsSlider a,
    #values .flexslider a {
        color: var(--blue);
    }

        #benefitsSlider a.flex-active,
        #values .flexslider a.flex-active {
            background: rgba(255,255,255,0.9);
        }

.benefitBlock p {
    font-size: 13px;
}

#Home_pageView #intro_pageBlockContainer {
    display: none;
}

#Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 {
    margin-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
}

    #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer {
        width: 100%;
        position: relative;
        border-radius: 15px;
        margin: 0;
        display: flex;
        flex-direction: column;
        height: auto;
    }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder,
        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .listItemImageContainer {
            height: inherit;
            display: flex;
            flex: 1 0 auto
        }

            #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .listItemImageContainer {
                width: 50%;
                background-size: cover;
                background-position: 50% 50%;
            }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer.listItemContainer_Value1870 .listItemContainerBorder .listItemImageContainer {
            background-position: 76% 50%;
        }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer.listItemContainer_Value1869 .listItemContainerBorder .listItemImageContainer {
            background-position: 68% 50%;
        }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer.listItemContainer_Value1866 .listItemContainerBorder .listItemImageContainer {
            background-position: 62% 50%;
        }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer.listItemContainer_Value1868 .listItemContainerBorder .listItemImageContainer {
            background-position: 82% 50%;
        }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer.listItemContainer_Value1867 .listItemContainerBorder .listItemImageContainer {
            background-position: 95% 50%;
        }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower {
            width: 50%;
            display: flex;
            flex-direction: column;
            flex: 1 0 auto;
            justify-content: center;
            padding: 30px;
            background: var(--lightblue);
            color: #fff;
            text-align: left;
        }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer:nth-child(4n+2) .listItemContainerBorder .codeListBlockLower {
            background: var(--yellow);
            color: var(--blue);
        }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer:nth-child(4n+3) .listItemContainerBorder .codeListBlockLower {
            background: var(--blue);
        }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer:nth-child(4n+4) .listItemContainerBorder .codeListBlockLower {
            background: var(--lightgrey);
            color: #5f5f5f;
        }

            #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer:nth-child(4n+4) .listItemContainerBorder .codeListBlockLower .listItemTitle a {
                color: var(--blue);
            }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower .listItemTitle {
            padding: 4px 0 2px 0;
        }

            #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower .listItemTitle a {
                font-size: 24px;
                font-weight: 700;
                text-decoration: none;
            }

            #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower .listItemTitle a,
            #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower .listItemCountContainer {
                color: inherit;
            }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower .listItemCountContainer,
        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower .listItemSummary {
            font-size: 17px;
            font-weight: 400;
            text-align: left;
            margin-bottom: 10px;
            margin-right: 0;
        }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower .listItemSummary {
            font-size: 14px;
        }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower i {
            font-size: 3rem;
            position: relative;
            width: 100%;
            height: 48px;
        }

            #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower i:before {
                position: absolute;
                left: 0;
                transition: all .4s ease;
            }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer:hover .listItemContainerBorder .codeListBlockLower i:before {
            left: calc(100% - 48px);
        }

.caseStudiesContainer {
    max-width: 1400px;
    margin: auto;
}

    .caseStudiesContainer ul.slides {
        display: flex;
    }

        .caseStudiesContainer ul.slides li {
            display: flex !important;
            flex-direction: column;
        }

    .caseStudiesContainer .caseStudyBlock {
        display: flex;
        flex-direction: column;
        vertical-align: top;
        margin: 30px 0;
        position: relative;
        text-align: left;
        border-radius: 10px;
        overflow: hidden;
        text-decoration: none;
        align-items: center;
        display: flex !important;
        flex-direction: column;
        flex: 1 0 auto;
    }

        .caseStudiesContainer .caseStudyBlock img {
            width: 150px;
            height: 150px;
            object-fit: cover;
            object-position: 50% 50%;
            border-radius: 100%;
            margin-bottom: 20px;
        }

        .caseStudiesContainer .caseStudyBlock .textContent {
            padding: 20px;
            border-radius: 15px;
            color: #fff;
            background: var(--lightblue);
            flex: 1 0 auto;
        }

            .caseStudiesContainer .caseStudyBlock .textContent .desc {
                margin-bottom: 1em;
                width: 100%;
                overflow: hidden;
                -webkit-box-orient: vertical;
                display: block;
                display: -webkit-box;
                overflow: hidden !important;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
            }

            .caseStudiesContainer .caseStudyBlock .textContent p.author i {
                margin-right: 10px;
                width: 20px;
            }

            .caseStudiesContainer .caseStudyBlock .textContent a.btn {
                width: 100%;
                font-size: 20px;
                padding: 10px 40px;
            }

    .caseStudiesContainer .row {
        display: flex;
        flex-wrap: wrap;
    }
/* Landing Page Styling Ends */
/* Category Description Page Styling */
.pos_category_description .mainContentContainer p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
/* Category Description Page Styling Ends */
/* Case Studies Details Page Styling */
.textpage_casestudies_details .caseStudyContainer .author i {
    margin-right: 10px;
    width: 20px;
}
/* Case Studies Details Page Styling Ends */

/* Our Culture Page Styling */
.bannerContainer.culture-banner {
    background-image: url(../Images/Custom/homeImage2.jpg);
    background-position: 50% 30%;
    overflow: hidden;
}

.textpage_culture #intro.halfContentContainer .imageContainer img {
    object-position: 50% 5%;
}

#valuesContainer .titleContainer p strong {
    font-size: 24px;
}

#values .flexslider {
    margin-top: 3rem;
}

.modalsContainer .modalBlock {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    display: none;
}

    .modalsContainer .modalBlock .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        transition: all .2s ease;
    }

    .modalsContainer .modalBlock .modalContent {
        margin-top: 10px;
    }

        .modalsContainer .modalBlock .modalContent h3 {
            font-weight: bold;
        }

#accreditations .flexslider ul.slides li.awardBlock .imageContainer {
    text-align: center;
    position: relative;
}

    #accreditations .flexslider ul.slides li.awardBlock .imageContainer img {
        max-width: 200px;
        max-height: 200px;
        object-fit: contain;
        object-position: 50% 50%;
        display: inline-block
    }

.content-selector {
    padding: 20px;
    margin: 2em auto;
}

    .content-selector .content-inner {
        display: grid;
        grid-template-columns: 40% 1fr;
        grid-template-areas: ". .";
    }

        .content-selector .content-inner ul {
            list-style: none;
            max-width: 85%;
            padding-left: 0;
            margin-top: 0;
        }

            .content-selector .content-inner ul li {
                list-style: none;
                border-bottom: 1px solid #dedede;
                position: relative;
                background: var(--blue);
                color: var(--yellow);
                padding: 10px;
                padding-right: 22px;
                cursor: pointer;
                transition: all .2s ease;
            }

                .content-selector .content-inner ul li:first-child {
                    border-top-left-radius: 15px;
                    border-top-right-radius: 15px;
                }

                .content-selector .content-inner ul li:nth-child(3n+2) {
                    background: var(--lightblue);
                    color: #fff;
                }

                .content-selector .content-inner ul li:nth-child(3n+3) {
                    background: var(--yellow);
                    color: var(--blue);
                }

                .content-selector .content-inner ul li:last-child {
                    border-bottom-left-radius: 15px;
                    border-bottom-right-radius: 15px;
                    border-bottom: none;
                }

                .content-selector .content-inner ul li:hover,
                .content-selector .content-inner ul li#active {
                    background: var(--darkblue);
                    color: #fff;
                }

                    .content-selector .content-inner ul li:hover h4,
                    .content-selector .content-inner ul li#active h4,
                    .content-selector .content-inner ul li:hover:after,
                    .content-selector .content-inner ul li#active:after {
                        font-weight: bold;
                    }

                .content-selector .content-inner ul li:after {
                    content: '\f054';
                    font-family: "Font Awesome 6 Pro";
                    font-weight: 400;
                    display: block;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 10px;
                }

                .content-selector .content-inner ul li h4 {
                    margin: 0;
                    color: inherit;
                    font-weight: 400;
                    transition: all .2s ease;
                }

        .content-selector .content-inner .copy-container {
            padding: 0px 40px;
            border: 1px solid #2b4570;
            border-top: 40px solid transparent;
            border-bottom: 40px solid transparent;
            border-right: 0;
        }

#sc .content-selector .content-inner .copy-container p {
    text-align: left;
}

.copy-container h4 {
    margin-top: 0;
    cursor: initial;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    color: var(--blue);
}

.copy-container div:nth-child(3n+2) h4 {
    color: var(--lightblue);
}

.copy-container div:nth-child(3n+3) h4 {
    color: var(--yellow);
}

.copy-container .contentBlock {
    display: none;
}

#networks {
    text-align: left;
}

    #networks .titleContainer {
        text-align: center;
        width: 100%;
    }

#counters .contentContainer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    #counters .contentContainer .row.whiteBlocksContainer {
        margin-bottom: 30px;
    }

        #counters .contentContainer .row.whiteBlocksContainer .whiteBlock {
            width: calc(50% - 20px);
            margin: 0 10px;
            background: #fff;
            color: #000;
            padding: 20px;
            border-radius: 15px;
            text-align: left;
            display: flex;
            flex-direction: column;
        }

            #counters .contentContainer .row.whiteBlocksContainer .whiteBlock h3 {
                margin-top: 0;
                margin-bottom: 20px;
                font-weight: bold;
                font-size: 24px;
                color: var(--blue);
            }

    #counters .contentContainer .row:not(.whiteBlocksContaine):before,
    #counters .contentContainer .row:not(.whiteBlocksContaine):after {
        content: '';
        width: 100%;
        order: 1;
    }

    #counters .contentContainer .row .counterBlock {
        width: calc(33.3333% - 20px);
        margin: 0 10px;
        aspect-ratio: 1/1;
        padding: 20px;
        background: var(--yellow);
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: var(--blue);
    }

        #counters .contentContainer .row .counterBlock:nth-child(2n+2) {
            background: var(--blue);
            color: #fff;
        }

        #counters .contentContainer .row .counterBlock:nth-child(n + 3) {
            order: 2;
        }

        #counters .contentContainer .row .counterBlock .title h3 {
            font-weight: bold;
            margin-top: 0;
            color: inherit;
        }

        #counters .contentContainer .row .counterBlock .icon {
            font-size: 75px;
        }

        #counters .contentContainer .row .counterBlock .countersContainer {
            width: 90%;
        }

        #counters .contentContainer .row .counterBlock .counterContainer {
            font-size: 20px;
        }

            #counters .contentContainer .row .counterBlock .counterContainer:not(:last-child) {
                margin-bottom: 10px;
            }

            #counters .contentContainer .row .counterBlock .counterContainer .counter {
                font-weight: bold;
                font-size: 32px;
            }

            #counters .contentContainer .row .counterBlock .counterContainer .counterText {
                width: 100%;
                display: inline-block;
                margin-top: 5px;
            }

    #counters .contentContainer .row.awardsContainer .awardBlock {
        max-width: 250px;
    }
/* Our Culture Page Styling Ends */
/* Rewards and Benefits Page Styling */
#benefitsContainer .titleContainer p strong {
    font-size: 24px;
}

#benefitsSlider .benefitBlock {
    cursor: initial;
}
/* Rewards and Benefits Page Styling Ends */
/* Progress your career Page Styling */
.bannerContainer.progress-banner {
    height: 50vh;
    background-image: url(../Images/Custom/caseStudy1.jpg);
    background-position: 50% 10%;
    overflow: hidden;
}

#progressList ul {
    list-style-type: disc;
    list-style-position: inside;
}

.halfContentContainer.yellowBackground.circle-left .imageContainer:before {
    background: var(--yellow);
}
/* Progress your career Page Styling Ends */
/* Why Join Hestia Page Styling */
.halfContentContainer.lightBlueBackground.circle-right .imageContainer:before {
    background: var(--lightblue);
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
/* Why Join Hestia Page Styling Ends */
/* Chatbot Page Styling */
div.escb-conv-form-wrapper div.escb-wrapper-messages {
    position: relative;
    min-height: 500px;
    max-height: 100%;
    height: 100%;
    overflow-y: hidden;
}

div.escb-conv-form-wrapper:before {
    content: '';
    background: transparent;
}

.escb-message img {
    max-width: 60px;
    float: left;
}

div.escb-conv-form-wrapper div#escb-messages {
    max-height: 100% !important;
    overflow-y: scroll;
    padding-bottom: 10px !important;
    font-family: 'Roboto', sans-serif;
}

    div.escb-conv-form-wrapper div#escb-messages div.escb-message.escb-to {
        background: #f1f1f1;
        color: #6f6f6f;
        float: left;
        border-top-left-radius: 0;
        display: flex;
        align-items: center;
        text-align: left;
    }

        div.escb-conv-form-wrapper div#escb-messages div.escb-message.escb-to.escb-typing:before {
            content: 'Typing';
            margin-right: 5px;
        }

    div.escb-conv-form-wrapper div#escb-messages div.escb-message {
        border-radius: 20px;
        padding: 12px 22px;
        font-size: 16px;
        color: #333;
        display: inline-block;
        padding: 10px 15px 8px;
        border-radius: 20px;
        margin-bottom: 15px;
        float: right;
        clear: both;
        max-width: 95%;
        word-wrap: break-word;
    }

form.escb-convFormDynamic textarea.escb-userInputDynamic {
    font-size: 16px;
    height: auto !important;
    box-shadow: 0 0 5px 5px rgba(222, 222, 222, 0.4);
    max-width: calc(100% - 66px);
    margin-right: 10px;
    width: 100%;
}

div.escb-conv-form-wrapper div#escb-messages div.escb-message.escb-from {
    background: var(--blue);
    color: var(--yellow);
    background-repeat: no-repeat;
}

    div.escb-conv-form-wrapper div#escb-messages div.escb-message.escb-from.escb-rating {
        background-color: transparent;
    }

div.escb-conv-form-wrapper div.escb-options div.escb-option {
    border: 1px solid var(--blue);
    color: var(--blue);
    transition: all .2s ease;
}

    div.escb-conv-form-wrapper div.escb-options div.escb-option:hover {
        background: var(--blue);
        color: var(--yellow);
    }

.escb-spinLoader {
    visibility: hidden;
    display: none;
}

form.escb-convFormDynamic {
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 10px !important;
}

div.escb-conv-form-wrapper div.escb-options {
    display: block;
    position: relative;
    overflow: hidden;
    white-space: inherit;
}

form.escb-convFormDynamic button.escb-submit {
    background: var(--blue);
    color: var(--yellow);
    transition: all .2s ease;
}

    form.escb-convFormDynamic button.escb-submit:hover {
        background: var(--yellow);
        color: var(--blue);
    }
/* Chatbot Page Styling Ends */
/* Talent Pools Styling */
.talentpool_list #intro_pageBlockContainer {
    display: none;
}

#talentpoolgrid_pageBlockContainer {
    padding: 0;
    background: none;
    margin-bottom: 0;
}

    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        justify-content: center;
    }

        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder {
            width: 100%;
            position: relative;
            border-radius: 15px;
            margin: 0;
            display: flex;
            flex-direction: column;
            height: auto;
            float: none;
        }

            #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer {
                margin: 0 !important;
                height: inherit;
                display: flex;
                flex: 1 0 auto;
                flex-direction: row-reverse;
                border: none;
                min-height: 1px;
            }

                #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowHeader, #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowContentContainer {
                    width: 50%;
                    display: flex;
                    flex: 1 0 auto;
                    flex-direction: column;
                }

                    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer {
                        margin: 0;
                        padding: 0;
                        display: flex;
                        flex: 1 0 auto;
                        flex-direction: column;
                    }

                        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowHeader *, #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer * {
                            display: flex;
                            flex: 1 0 auto;
                            flex-direction: column;
                        }

                        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer a img {
                            width: 100%;
                            object-fit: cover;
                            object-position: 50% 50%;
                        }

                #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowHeader {
                    padding: 0;
                }

                    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowHeader .rowLabel {
                        width: 100%;
                    }

                        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowHeader .rowLabel a {
                            display: block;
                            padding: 30px;
                            background: var(--lightblue);
                            color: #fff;
                            position: relative;
                            text-decoration: none !important;
                            font-size: 24px;
                            font-weight: 700;
                            text-decoration: none;
                        }

            #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder:nth-child(4n+2) .rowContainer .rowHeader .rowLabel a {
                background: var(--yellow);
                color: var(--blue);
            }

            #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder:nth-child(4n+3) .rowContainer .rowHeader .rowLabel a {
                background: var(--blue);
            }

            #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder:nth-child(4n+4) .rowContainer .rowHeader .rowLabel a {
                background: var(--lightgrey);
                color: #5f5f5f;
            }

            #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowHeader .rowLabel a:after {
                content: '\f138';
                font-family: "Font Awesome 6 Pro";
                font-weight: 100;
                color: inherit;
                font-size: 3rem;
                position: absolute;
                bottom: 30px;
                left: 30px;
                transition: all .4s ease;
            }

            #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer:hover .rowHeader .rowLabel a:after {
                left: calc(100% - 78px);
            }
/* Talent Pools 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: all .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;
            }

                #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: var(--yellow);
                }

                    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow {
                        width: 100%;
                        border-bottom: 1px solid var(--blue);
                        padding: 30px 0;
                        color: var(--blue);
                    }

                        #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;
                                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 {
                                    position: relative;
                                    color: var(--blue);
                                    font-weight: bold;
                                    padding: 15px;
                                    margin-left: 0 !important;
                                    display: inline-block;
                                    float: none;
                                    background: none;
                                    transition: all .2s ease;
                                    border: 2px solid var(--blue);
                                    border-radius: 30px;
                                    cursor: pointer;
                                    text-align: center;
                                    text-decoration: none !important;
                                }

                                    #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: var(--yellow);
                                        background-color: var(--blue);
                                        border-color: var(--blue);
                                    }

                                    #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;
                                    }

                                    #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 {
                width: 100%;
                overflow: visible;
                position: relative;
                border: none;
            }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:before {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    height: 2px;
                    z-index: 1;
                    background: var(--yellow);
                    transition: all .4s ease;
                    box-shadow: var(--box-shadow);
                }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .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 {
                        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 {
                            text-decoration: none !important;
                            color: inherit;
                            transition: none;
                        }

                    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .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 {
                            margin: 0;
                            padding: 0;
                        }

                            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span {
                                font-size: .9em;
                            }

                                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span.comma {
                                    display: none;
                                }

                                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .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 {
                                    display: none;
                                }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .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: var(--blue);
                }

            #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-family: "Font Awesome 6 Pro";
                                font-weight: bold;
                                content: '\f137';
                                display: inline-block;
                                vertical-align: middle;
                                margin-right: 5px;
                                transition: all .2s ease;
                                color: var(--blue);
                                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(--yellow);
                            }

                            #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: #fff;
                                }

.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: #001871;
    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% - 117px);
        position: relative;
        display: inline-block;
        outline: none;
        margin-top: 0;
    }

    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressButton {
        float: right;
        width: auto;
        background: none;
        color: #fff;
        border: 1px solid #fff;
        -webkit-transition: all .2s;
        transition: all .2s;
        outline: none;
        margin: 0;
        margin-bottom: 2px;
    }

        #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressButton:hover {
            color: #001871;
            background: #fff;
        }
/* Results Page Styling Ends */
/* Job Description Page Styling */
#Pos_Description_pageView, #Pos_Description_Review_pageView, .textpage_casestudies_details .bannerContent {
    margin-top: 130px;
}

#posValues h1 {
    margin-bottom: 30px;
}

.pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer {
    padding: 60px;
}

    .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .contentContainer .posdescriptionPropertyBox {
        border: none;
        margin: 0;
        padding: 0;
    }

        .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .contentContainer .posdescriptionPropertyBox ul li {
            display: inline-block;
        }

            .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .contentContainer .posdescriptionPropertyBox ul li:last-of-type {
                margin-bottom: 0;
            }

            .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .contentContainer .posdescriptionPropertyBox ul li .jobSumValue a {
                pointer-events: none;
                color: inherit;
            }

            .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .contentContainer .posdescriptionPropertyBox ul li.SumItem_money10 .jobSumValue:before {
                content: '£';
            }

    .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .leftContent .earcu_posdescriptionContainer {
        text-align: left;
        padding-right: 0;
    }

        .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .leftContent .earcu_posdescriptionContainer ul {
            list-style: disc;
            padding-left: 20px;
        }

    .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent {
        text-align: center;
    }

        .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent .recruiterContainer, .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent .benefitsContainer {
            padding: 20px;
            background: var(--lightgrey);
        }

        .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent #JobDescriptionMap_vacancyMap_pageBlockContainer .mapBlock {
            background-size: cover !important;
            height: 300px;
        }

        .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent #JobDescriptionMap_vacancyMap_pageBlockContainer .ButtonHolder {
            display: none;
        }

        .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent #JobDescriptionMap_vacancyMap_pageBlockContainer, .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent .recruiterContainer {
            margin-bottom: 10px;
        }

        .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent .recruiterContainer {
            position: relative;
        }

            .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent .recruiterContainer:before {
                content: '';
                transition: all 1s;
                opacity: 1;
                background: var(--blue) linear-gradient(var(--lightgrey), var(--lightgrey)) no-repeat 0 105px;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: 4;
            }

            .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent .recruiterContainer .rec-content {
                position: relative;
                z-index: 5;
            }

                .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent .recruiterContainer .rec-content h2 span {
                    display: block;
                    font-size: 75%;
                    text-transform: none;
                }

                .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent .recruiterContainer .rec-content img {
                    max-height: 150px;
                    width: auto;
                    border: 3px solid #ffffff;
                }

.statements {
    padding: 30px;
    background: #2e3f6c;
    color: #fff;
    margin-bottom: 10px;
}

.pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent .benefitsContainer h2 {
    margin-top: 0;
}

.pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent .benefitsContainer .benefitBlock {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 3px);
    margin-bottom: 20px;
}

    .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent .benefitsContainer .benefitBlock:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent .benefitsContainer .benefitBlock i {
        font-size: 50px;
        margin-bottom: 5px;
    }

.pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer #PosDescSharingItems {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

    .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer #PosDescSharingItems a {
        margin: 0;
        text-align: center;
        margin: 40px 0;
        border-radius: 0;
        text-decoration: none;
        font-size: 40px;
        color: #fff;
        transition: all .2s ease;
    }

        .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer #PosDescSharingItems a:hover {
            color: var(--yellow);
        }

        .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer #PosDescSharingItems a:before {
            font-family: "Font Awesome 6 Brands";
            font-weight: 100;
        }

        .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer #PosDescSharingItems a#linkedin_PosDescSharingItem:before {
            content: '\f0e1';
        }

        .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer #PosDescSharingItems a#facebook_PosDescSharingItem:before {
            content: '\f39e';
        }

        .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer #PosDescSharingItems a#twitter_PosDescSharingItem:before {
            content: '\f099';
        }

        .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer #PosDescSharingItems a#email_PosDescSharingItem:before {
            font-family: "Font Awesome 6 Pro";
            font-weight: bold;
            content: '\f0e0';
        }

        .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer #PosDescSharingItems a img {
            display: none;
        }
/* Job Description Page Styling Ends */
/* Login/Register Page Styling */
#UsernameForm_pageBlock .ssoIcon a.ssoIconLink {
    position: relative;
}

    #UsernameForm_pageBlock .ssoIcon a.ssoIconLink:before {
        content: '';
        width: 64px;
        height: 64px;
        border-radius: 100%;
        background-color: var(--yellow);
        display: block;
        box-sizing: border-box;
        margin: 0 auto;
    }

    #UsernameForm_pageBlock .ssoIcon a.ssoIconLink:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font: var(--fa-font-brands);
        font-size: 40px;
        color: var(--blue);
        transition: all .25s;
    }

#UsernameForm_pageBlock .ssoIcon.linkedin_ssoIcon a.ssoIconLink:after {
    content: "\f0e1";
}

#UsernameForm_pageBlock .ssoIcon.google_ssoIcon a.ssoIconLink:after {
    content: "\f1a0";
}

#UsernameForm_pageBlock .ssoIcon.facebook_ssoIcon a.ssoIconLink:after {
    content: "\f39e";
}

#UsernameForm_pageBlock .ssoIcon.microsoft_ssoIcon a.ssoIconLink:after {
    content: "\f3ca";
}

#UsernameForm_pageBlock .ssoIcon a.ssoIconLink:hover:after {
    opacity: .5;
}

#UsernameForm_pageBlock .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: 30px;
                background-image: none;
                background-color: var(--lightgrey);
                text-align: left;
                overflow: hidden;
            }

                #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(--yellow);
                transition: all .4s ease;
            }

            .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: var(--blue);
            }

            .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: 30px;
    background: var(--lightgrey);
    margin-bottom: 20px;
}

    .mydetails #MyDetails_pageView div.pageBlockContainer#intro_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(--blue);
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
}

    .pageBlockInner_GridBlock table.gridTable th, .pageBlockInner_GridBlock table.gridTable td {
        border: 1px solid var(--blue) !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(--blue);
        color: #fff;
    }

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%;
}

.interviewbookingconfirm .pageBlockInner_FormBlock form.lockedForm .labelContainer, .interviewbookingconfirm .pageBlockInner_FormBlock form.lockedForm .labelContainer label {
    margin-bottom: 0;
}

.interviewbookingconfirm .pageBlockInner_FormBlock form.lockedForm div.controlContainer_ReadOnly, .interviewbookingconfirm .pageBlockInner_FormBlock form.lockedForm div.controlContainer_ReadOnlyWithControl {
    background: #fff;
    margin-top: 0;
}

#Referee_pageView #questionsSummary_refereetablefields_formRow .textLiteral {
    background: none;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
/* 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-right: 10px;
            float: left;
            padding: 30px;
            text-align: left;
            min-height: 300px;
            margin-bottom: 30px;
            background: var(--lightblue);
            color: #fff;
            border-radius: 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.statusInfo {
                margin-right: 0;
                margin-left: 10px;
            }

            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;
                }

            div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.posInfo .MySummaryItemInner:after {
                content: 'View details';
                position: relative;
                color: var(--blue);
                font-weight: bold;
                padding: 15px 40px;
                margin-left: 0 !important;
                display: inline-block;
                float: none;
                background: var(--yellow);
                transition: all .2s ease;
                border: 2px solid var(--yellow);
                border-radius: 30px;
                cursor: pointer;
                text-align: center;
                text-transform: capitalize;
                text-decoration: none !important;
            }

            div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.posInfo:hover .MySummaryItemInner:after {
                background: var(--blue);
                border-color: var(--blue);
                color: var(--yellow);
            }

            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 .MySummaryItemContent a {
                    color: #fff;
                }

            div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.statusInfo .MySummaryItemInner:after {
                content: 'View summary';
                position: relative;
                color: var(--yellow);
                font-weight: bold;
                padding: 15px 40px;
                margin-left: 0 !important;
                display: inline-block;
                float: none;
                background: var(--blue);
                transition: all .2s ease;
                border: 2px solid var(--blue);
                border-radius: 30px;
                cursor: pointer;
                text-align: center;
                text-transform: capitalize;
                text-decoration: none !important;
            }

            div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.statusInfo:hover .MySummaryItemInner:after {
                background: var(--yellow);
                border-color: var(--yellow);
                color: var(--blue);
            }

#posSummaryBlockv2_pageBlock .appCompleteChartBlock .appCompleteChartBlockInner {
    border-radius: 30px;
    border: none;
    background: var(--lightgrey);
}

#posSummaryBlockv2_pageBlock .appCompleteChartBlock.done .appCompleteChartBlockInner {
    background: var(--blue);
}

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: 0;
        margin-right: 10px;
        margin-bottom: 20px;
        background: var(--lightgrey);
        padding: 20px 30px;
        float: left;
        clear: none;
        border: none;
        border-radius: 30px;
        height: auto;
        transition: all .25s;
    }

        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem:nth-of-type(2n+2), div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem:nth-of-type(2n+2) {
            margin-right: 0;
            margin-left: 10px;
        }

        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(--blue);
            color: var(--yellow);
        }

        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem.Completed, div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem.Completed {
            color: var(--yellow);
            background: var(--blue);
        }

            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: var(--yellow);
            }

                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: var(--yellow);
                }

#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(--blue);
    }

.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(--blue);
}

.pos_description_review #intro_pageBlockContainer, .pos_description_review #posSummaryBlockv2_pageBlockContainer {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px calc(1.5rem + 15px) 0;
}

.application_home div.pageBlockInner_FormBlock div.formRow.formRowButtonRow .buttonsRight, .application_home div.pageBlockInner_FormBlock div.formRow.formRowButtonRow .buttonsLeft {
    width: auto;
    display: block;
}

.application_home div.pageBlockInner_FormBlock div.formRow.formRowButtonRow .buttonsRight {
    float: right;
}

.application_home div.pageBlockInner_FormBlock div.formRow.formRowButtonRow .buttonsLeft {
    float: left;
}
/* Application/Onboarding Styling Ends */
/* Responsive Styling */
@media all and (max-width:1000px) {
    .caseStudiesContainer .caseStudyBlock {
        display: block;
    }
}

@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: 5px !important;
            clear: left;
        }

    div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem,
    div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem,
    div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0;
    }

    div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem {
        min-height: 1px;
    }

    #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder {
        flex-direction: column;
    }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .listItemImageContainer,
        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower,
        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowHeader,
        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowContentContainer {
            width: 100%;
        }

            #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .listItemImageContainer,
            #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer a img {
                aspect-ratio: 16/9;
                flex: initial;
            }

    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer {
        flex-direction: column-reverse;
    }

        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowHeader .rowLabel a:after {
            position: relative;
            bottom: initial;
            left: initial;
            display: block;
        }

    .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;
        }

    header .navigation {
        display: none;
    }

    header .mobileNavigation {
        display: block;
    }

    .chatbotIcon a {
        width: 50px;
        height: 50px;
    }

        .chatbotIcon a i {
            font-size: 35px;
        }

    .sectionContainer {
        padding: 30px;
    }

    .halfContentContainer .textContainer,
    .halfContentContainer.circle-left .textContainer,
    .halfContentContainer.circle-right .textContainer,
    .fullContainer .textContainer {
        width: 100%;
        padding: 30px;
        min-height: 1px;
    }

        .halfContentContainer .textContainer .buttonContainer,
        .fullContainer .textContainer .buttonContainer {
            margin-top: 30px;
        }

    .halfContentContainer .imageContainer {
        display: none;
    }

    .mainContentContainer {
        padding: 30px;
    }

    .bannerContent h1,
    #posValues h1 {
        font-size: 1.6em;
    }

    .bannerContent #quickSearch .formRowTextInputRow {
        width: 50%;
    }

        .bannerContent #quickSearch .formRowTextInputRow#Quicksearchform_location_formRow .controlContainer input {
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px;
        }

    .bannerContent #quickSearch .buttonContainer {
        width: 100%;
        margin-top: 20px;
    }

        .bannerContent #quickSearch .buttonContainer button {
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px;
        }

    .home .bannerContainer {
        height: auto;
    }

        .home .bannerContainer video {
            position: relative;
        }

        .home .bannerContainer .muteIcon img {
            max-width: 30px;
            max-height: 30px;
        }

    .home .resultsBlock .buttonContainer {
        margin-top: 20px;
    }

    .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent {
        margin-top: 30px;
    }

    #benefitsSlider .benefitBlock,
    #values .flexslider .slides .slide {
        width: calc(100% / 3);
    }

    #counters .contentContainer .row .counterBlock {
        width: calc(50% - 20px);
    }

        #counters .contentContainer .row .counterBlock:not(:last-child) {
            margin-bottom: 20px;
        }

    .chatbotModal {
        top: 90px;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

        .chatbotModal .chatBotBody {
            padding: 20px;
            padding-top: 30px;
        }

            .chatbotModal .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages #escb-messages .escb-message {
                max-width: 100%;
            }
}

@media all and (max-width:767px) {
    .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, #quickSearch button {
        font-size: 16px;
    }

    #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2,
    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: auto;
    }

    .content-selector .content-inner ul {
        display: none;
    }

    .content-selector .content-inner {
        display: block;
    }

    .copy-container h4 {
        display: block;
        border-bottom: 1px solid #dedede;
        padding-bottom: 8px;
        position: relative;
    }

    .copy-container div {
        display: block !important;
    }

        .copy-container div.contentBlock:not(:last-child) {
            margin-bottom: 20px;
        }

    .content-selector .content-inner .copy-container,
    .content-selector {
        padding: 0;
        border: none;
    }

    #counters .contentContainer .row {
        flex-direction: column;
        align-items: center;
    }

        #counters .contentContainer .row .counterBlock {
            width: 100%;
            max-width: 300px;
            margin-left: 0;
            margin-right: 0;
            border-radius: 15px;
        }

        #counters .contentContainer .row.whiteBlocksContainer .whiteBlock {
            width: 100%;
            margin: 0;
            margin-bottom: 20px;
        }

            #counters .contentContainer .row.whiteBlocksContainer .whiteBlock:last-child {
                margin-bottom: 0;
            }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader,
    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .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 {
            float: none;
        }

            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader .rowLabel a {
                display: block;
            }

    .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;
    }

    .sectionContainer .titleContainer:before,
    .sectionContainer .titleContainer:after {
        display: none;
    }

    .resultsBlock #slider-latest-jobs ul.slides li a .textContent {
        padding: 30px;
    }

        .resultsBlock #slider-latest-jobs ul.slides li a .textContent h3 {
            font-size: 20px;
            min-height: 1px;
        }

        .resultsBlock #slider-latest-jobs ul.slides li a .textContent:after {
            display: none;
        }

    .resultsBlock #slider-latest-jobs ol.flex-control-paging,
    #benefitsSlider ol.flex-control-paging,
    .caseStudiesContainer ol.flex-control-paging,
    #values .flexslider ol.flex-control-paging,
    #accreditations ol.flex-control-paging {
        display: block;
    }

    #benefitsSlider ul.slides li .benefitBlock {
        padding: 40px 20px;
    }

    .resultsBlock #slider-latest-jobs,
    #benefitsSlider,
    .caseStudiesContainer,
    #values .flexslider,
    #accreditations .flexslider {
        padding: 0;
    }

        .resultsBlock #slider-latest-jobs ul.flex-direction-nav,
        #benefitsSlider ul.flex-direction-nav,
        .caseStudiesContainer ul.flex-direction-nav,
        #values .flexslider ul.flex-direction-nav,
        #accreditations .flexslider ul.flex-direction-nav {
            display: none;
        }

        .caseStudiesContainer .caseStudyBlock .textContent p.author {
            min-height: 1px;
        }

    .modalsContainer .modalBlock {
        width: calc(100% - 20px);
    }

    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder {
        width: 100%;
    }

        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer a img {
            min-height: 1px;
            max-height: 100%;
        }
}

@media all and (max-width:500px) {
    #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .listItemImageContainer,
    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowContentContainer {
        display: none;
    }

    #posBrowser_Filter_pageBlock .filtersSummary .filtersSummaryTextContainer {
        margin-bottom: 20px;
    }

    #posBrowser_Filter_pageBlock .filtersSummary .filtersSummaryTextContainer,
    #posBrowser_Filter_pageBlock .filtersSummary .alternateViews {
        width: 100%;
        text-align: center;
    }

    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersExpander {
        text-align: center;
    }

    .pageView .pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .sectionContainer .rightContent .benefitsContainer .benefitBlock {
        width: 100%;
    }

    #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer {
        width: 100%;
    }

    header .mobileNavigation ul.navList #mobileMenu #menu {
        width: 100vw;
    }

    #benefitsSlider .benefitBlock,
    #values .flexslider .slides .slide {
        width: 100%;
        margin-bottom: 20px;
    }

        #benefitsSlider .benefitBlock:last-child,
        #values .flexslider .slides .slide:last-child {
            margin-bottom: 0;
        }

    #quotes {
        padding-right: 0;
    }

        #quotes ul.slides li {
            height: auto;
        }

            #quotes ul.slides li .quoteContainer i {
                font-size: 50px;
            }

            #quotes ul.slides li .quoteContainer .author {
                font-size: 20px;
            }

        #quotes ul.flex-direction-nav {
            display: none;
        }

        #quotes ol.flex-control-nav {
            position: relative;
            display: block;
            top: initial;
            bottom: initial;
            width: 100%;
            margin-top: 10px;
        }

            #quotes ol.flex-control-nav li {
                margin: 0 5px;
            }
}
/* Responsive Styling Ends */
