﻿/*
    Jump to:
    Misc Styling
    Landing Page Styling
    Event Desc Page Styling
    Diversity Page Styling
    Roles Styling
    Apprentices Page Styling
    What our customer say Page Styling
    learning and dev page
    Gallery Page Styling
    News Page Styling
    Filter Page Styling
    Campaign Styling
    Results Page Styling
    Job Description Page Styling
    Login/Register Styling
    Profile Styling
    Application/Onboarding Styling
    Talent Pools Styling
    Responsive Styling
*/

/* Misc Styling */
label {
    font-size: inherit;
}

p:last-child {
    margin-bottom: 0;
}

div.pageBlockInner_FormBlock div.formRow {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

    div.pageBlockInner_FormBlock div.formRow .controlError,
    div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow .controlContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow .labelContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowSelectInputRow_Common .controlContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowSelectInputRow_Common .labelContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowTextAreaRow .controlContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowTextAreaRow .labelContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowMoneyInputRow .controlContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowMoneyInputRow .labelContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowSelectMultiCodelistRow .controlContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowSelectMultiCodelistRow .labelContainer,
    .Login #login_pageBlockContainer #login_pageBlock div.formRow.formRowTextInputRow .labelContainer,
    .Login #login_pageBlockContainer #login_pageBlock div.formRow.formRowTextInputRow .controlContainer,
    .ProfileRegister #newregister_pageBlockContainer #newregister_pageBlock div.formRow.formRowTextInputRow .labelContainer,
    .ProfileRegister #newregister_pageBlockContainer #newregister_pageBlock div.formRow.formRowTextInputRow .controlContainer,
    .Application_Login #RegisterForm_pageBlockContainer #RegisterForm_pageBlock div.formRow.formRowSelectInputRow_Common .labelContainer,
    .Application_Login #RegisterForm_pageBlockContainer #RegisterForm_pageBlock div.formRow.formRowSelectInputRow_Common .controlContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowDateInputRow .labelContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowDateInputRow .controlContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowRadioInputRow .labelContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowRadioInputRow .controlContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowCheckboxMultiRow .labelContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowCheckboxMultiRow .controlContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowTimeInputRow .labelContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowTimeInputRow .controlContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowSelectAutoCompleteAdminPortalRow .labelContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowSelectAutoCompleteAdminPortalRow .controlContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowNumericInputRow .labelContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowNumericInputRow .controlContainer,
    #dialog div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow .labelContainer,
    #dialog div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow .controlContainer,
    .subscribe-line.subscribe-line-image .card .card-content #alertsemailform_pageBlockContainer #alertsemailform_username_formRow .labelContainer,
    .subscribe-line.subscribe-line-image .card .card-content #alertsemailform_pageBlockContainer #alertsemailform_username_formRow .controlContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowPhoneInputRow .labelContainer,
    #Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .labelContainer,
    #Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .labelContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowPhoneInputRow .controlContainer,
    #Edit_WORKEXPERIENCE_pageBlock .formRowTextAreaRow .controlContainer,
    #Add_WORKEXPERIENCE_pageBlock .formRowTextAreaRow .controlContainer,
    #Edit_WORKEXPERIENCE_pageBlock .formRowTextAreaRow div.labelContainer,
    #Add_WORKEXPERIENCE_pageBlock .formRowTextAreaRow div.labelContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .labelContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .controlContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowSelectAutoCompleteRow .labelContainer,
    div.pageBlockInner_FormBlock div.formRow.formRowSelectAutoCompleteRow .controlContainer,
    #SectionCompleteBlock_completed_formRow .labelContainer,
    .quickSearchContainer .formRowTextInputRow .controlContainer,
    .textpage_filters .selectContainer {
        max-width: 500px;
        margin: 5px auto;
        display: block;
        float: none;
        text-align: left;
        width: 100%;
        color: #33475b;
        font-weight: normal;
        height: auto;
    }

    div.pageBlockInner_FormBlock div.formRow.formRowTextLiteralRow,
    #QuickApplyForm_pageBlock #QuickApplyForm_submitinstructions_formRow .textLiteralAlignment_Left,
    div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .labelContainer,
    #SectionCompleteBlock_completed_formRow .labelContainer {
        text-align: center;
    }

        div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .labelContainer label.formLabel {
            text-align: inherit;
        }

    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;
    }

    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 {
        float: none;
        max-width: 500px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

        div.pageBlockInner_FormBlock div.formRow.formRowCheckBoxRow .labelContainer,
        div.pageBlockInner_FormBlock div.formRow.formRowCheckBoxRow .controlContainer {
            float: none;
            display: inline-block;
            width: auto;
            text-align: center;
            color: #484145;
        }

            div.pageBlockInner_FormBlock div.formRow.formRowCheckBoxRow .labelContainer label {
                text-align: inherit;
            }

        div.pageBlockInner_FormBlock div.formRow.formRowCheckBoxRow .controlContainer {
            margin-right: 0;
        }

.iti {
    width: 100%;
}

.pageBlockInner_FormBlock label.formLabel {
    text-align: left;
}

    .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 .formRowTextAreaRow .controlContainer textarea,
#Edit_WORKEXPERIENCE_pageBlock .formRowTextAreaRow .controlContainer .inputTextArea,
#Add_WORKEXPERIENCE_pageBlock .formRowTextAreaRow .controlContainer .inputTextArea,
#MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressInput,
.quickSearchContainer .formRowTextInputRow .controlContainer input,
div.pageBlockInner_FormBlock div.formRow.formRowNumericInputRow .controlContainer input,
div.pageBlockInner_FormBlock div.formRow.formRowSelectAutoCompleteRow .controlContainer input,
.textpage_filters .selectContainer select {
    box-sizing: border-box;
    resize: none;
    border: 2px solid #ccd5de;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.75rem 1.5rem;
    transition: border 0.25s ease;
    background-color: #ffffff;
    color: #001427;
    font-family: Inter, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    width: calc(100% - 4px);
    margin: 2px;
}

    .pageBlockInner_FormBlock .formRowPhoneInputRow .controlContainer input.inputText:hover,
    .pageBlockInner_FormBlock .formRowTextInputRow .controlContainer input.inputText:hover,
    .pageBlockInner_TextTagReplacementBlock .formRowTextInputRow .controlContainer input.inputText:hover,
    .pageBlockInner_FormBlock .formRowSelectInputRow_Common .controlContainer select:hover,
    .pageBlockInner_FormBlock .formRowMoneyInputRow .controlContainer input:hover,
    .pageBlockInner_FormBlock .formRowDateInputRow .controlContainer input:hover,
    .pageBlockInner_FormBlock .formRowTextAreaRow .controlContainer textarea:hover,
    .bannerContainer .bannerContent #quickSearch .jobsearch-form .search-field-container input:hover,
    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressInput:hover,
    div.pageBlockInner_FormBlock div.formRow.formRowSelectAutoCompleteRow .controlContainer input:hover {
        border-color: #000912;
    }

    .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 .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,
    .bannerContainer .bannerContent #quickSearch .jobsearch-form .search-field-container input:focus,
    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressInput:focus,
    div.pageBlockInner_FormBlock div.formRow.formRowSelectAutoCompleteRow .controlContainer input:focus {
        border: 2px solid #ccd5de;
        box-shadow: 0 0 0 2px #007aae;
        outline: none;
    }

.pageBlockInner_FormBlock div.curFocus label.formLabel {
    color: #484145;
}

div.pageBlockInner_FormBlock div.formRow.formRowPhoneInputRow .controlContainer {
    overflow: visible;
}

.intl-tel-input {
    width: 100%;
}

    .intl-tel-input .country-list .country,
    .intl-tel-input .country-list .divider {
        margin-top: 0;
    }

.controlContainer .passwordStrength {
    width: 100%;
}

.pageBlockInner_FormBlock .formRowDateInputRow .controlContainer input,
div.pageBlockInner_FormBlock div.formRow.formRowSelectMultiCodelistRow .controlContainer .divajaxcontainter {
    width: calc(100% - 26px);
}

div.pageBlockInner_FormBlock div.formRow.formRowSelectAutoCompleteRow .controlContainer .inputContainer,
div.pageBlockInner_FormBlock div.formRow.formRowSelectAutoCompleteRow .controlContainer .customButtonContainer {
    width: 100%;
}

.skillcontainer {
    float: none;
    display: inline-block;
}

.buttonsRight,
.buttonsRight ul li,
.buttonsLeft,
.buttonsLeft ul li {
    width: 100%;
    text-align: center;
    max-width: 500px;
    margin: 5px auto;
    float: none;
    display: block;
    overflow: hidden;
}

    .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;
        width: 100%;
    }

    .buttonsLeft button.buttonAnchor,
    .buttonsRight button.buttonAnchor,
    .buttonsLeft input.buttonSubmit,
    .buttonsRight input.buttonSubmit,
    .buttonsLeft a.buttonAnchor,
    .buttonsRight a.buttonAnchor,
    #posdesc_pageBlockContainer #posdesc_pageBlock a.right,
    #homepage .googleMapsButton,
    button.buttonAnchor,
    input.buttonSubmit,
    a.buttonAnchor,
    div.posDescriptionContainer317 .BigVacancyMap .moreJobs a,
    #Home_pageView #noPositions_pageBlockContainer .bottomContainer .buttonContainer a,
    .socialWallContainer .newsLinkContainer a,
    .textpage_wellbeing .buttonContainer a,
    .textpage_application .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,
    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .centerJobBox .BigVacancyMap .mapContainer .ButtonHolder .bigMapButton .closeMapButton,
    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .centerJobBox .BigVacancyMap .mapContainer .ButtonHolder .bigMapButton .googleMapsButton,
    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .bottomJobBox .mapContainer .ButtonHolder .miniMapButton,
    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressButton,
    .mapContainer .ButtonHolder .miniMapButton a,
    .mapContainer .ButtonHolder .bigMapButton .closeMapButton,
    .mapContainer .ButtonHolder .bigMapButton .googleMapsButton,
    .textpage_filters a.button {
        display: inline-block;
        font-size: 1rem;
        font-family: Inter, Arial, sans-serif;
        font-weight: bold;
        font-style: normal;
        line-height: 1.5;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #007aae;
        background-image: none;
        border: 2px solid #007aae;
        border-radius: 4px;
        transition: background-color 0.25s ease, transform 0.1s ease;
        color: white;
        padding: 0.75rem 1.5rem;
        width: auto;
        float: none;
        text-decoration: none !important;
        margin: 2px;
        margin-left: 0 !important;
    }

        .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,
        .socialWallContainer .newsLinkContainer a:hover,
        .textpage_wellbeing .buttonContainer a:hover,
        .textpage_application .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,
        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,
        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .centerJobBox .BigVacancyMap .mapContainer .ButtonHolder .bigMapButton .closeMapButton:hover,
        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .centerJobBox .BigVacancyMap .mapContainer .ButtonHolder .bigMapButton .googleMapsButton:hover,
        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .bottomJobBox .mapContainer .ButtonHolder .miniMapButton:hover,
        #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressButton:hover,
        .mapContainer .ButtonHolder .miniMapButton a:hover,
        .mapContainer .ButtonHolder .bigMapButton .closeMapButton:hover,
        .mapContainer .ButtonHolder .bigMapButton .googleMapsButton:hover,
        .textpage_filters a.button:hover {
            color: white;
            background-color: #00628b;
            border-color: #00628b;
        }

.actionTextButtonContainer .buttonsRight,
.actionTextButtonContainer .buttonsRight ul li,
.fileuploadcontainer .buttonsLeft,
.fileuploadcontainer .buttonsLeft 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-dialog.ui-widget.ui-widget-content {
    border: none;
}

    .ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar {
        border: .125rem solid #000;
        border-bottom: none;
        background: #efefef;
        color: #000;
    }

    .ui-dialog.ui-widget.ui-widget-content div.ui-dialog-titlebar .ui-dialog-titlebar-close,
    .ui-dialog.ui-widget.ui-widget-content div.ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
        outline: none !important;
    }

    .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content {
        border: .125rem solid #000;
        border-top: none;
        background: #efefef;
        color: #000;
    }

.modalContent {
    min-height: 1px !important;
}

#SearchForm_pageBlockContainer {
    margin: 0;
    margin-bottom: 1.5rem;
}

    #SearchForm_pageBlockContainer #SearchForm_pageBlock {
        padding: 0;
    }

        #SearchForm_pageBlockContainer #SearchForm_pageBlock .formRow.formRowTextInputRow {
            width: calc(50% - 58px);
            float: none;
            display: inline-block;
            vertical-align: middle;
        }

            #SearchForm_pageBlockContainer #SearchForm_pageBlock .formRow.formRowTextInputRow .controlContainer {
                max-width: 100%;
            }

            #SearchForm_pageBlockContainer #SearchForm_pageBlock .formRow.formRowTextInputRow .labelContainer {
                display: none;
            }

            #SearchForm_pageBlockContainer #SearchForm_pageBlock .formRow.formRowTextInputRow .controlContainer {
                margin: 0 auto;
            }

                #SearchForm_pageBlockContainer #SearchForm_pageBlock .formRow.formRowTextInputRow .controlContainer input {
                    width: calc(100% - 4px);
                }

        #SearchForm_pageBlockContainer #SearchForm_pageBlock .formRow.formRowButtonRow {
            width: auto;
            float: none;
            display: inline-block;
            vertical-align: middle;
        }

            #SearchForm_pageBlockContainer #SearchForm_pageBlock .formRow.formRowButtonRow#SearchForm_JobsNearMeButtonRow_formRow {
                float: right;
            }

.testimonialsContainer {
    text-align: center;
}

    .testimonialsContainer .testimonialBlock {
        display: inline-block;
        vertical-align: middle;
        width: calc(33.3333% - calc(20px / 3));
        margin: 5px;
        position: relative;
        text-decoration: none !important;
        text-align: center;
        font-weight: 400;
        cursor: pointer;
    }

        .testimonialsContainer .testimonialBlock:nth-child(3n+1) {
            margin-left: 0;
        }

        .testimonialsContainer .testimonialBlock:nth-child(3n+3) {
            margin-right: 0;
        }

        .testimonialsContainer .testimonialBlock .blockContent .blockImage {
            overflow: hidden;
            position: relative;
        }

            .testimonialsContainer .testimonialBlock .blockContent .blockImage img {
                width: 100%;
                height: 300px;
                object-fit: cover;
                object-position: 50% 50%;
                transition: all .2s ease;
            }

        .testimonialsContainer .testimonialBlock .blockContent .blockText {
            background: #fff;
            color: #151515;
            padding: 20px;
        }

            .testimonialsContainer .testimonialBlock .blockContent .blockText h4 {
                margin-top: 0;
            }

            .testimonialsContainer .testimonialBlock .blockContent .blockText p:last-child {
                margin-bottom: 0;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

        .testimonialsContainer .testimonialBlock:hover .blockContent .blockImage img {
            transform: scale(1.2);
        }

        .testimonialsContainer .testimonialBlock.hasVideo .blockContent .blockImage:after {
            content: "\f144";
            position: absolute;
            bottom: 10px;
            right: 10px;
            color: #fff;
            font-size: 50px;
            font-family: "Font Awesome 5 Regular";
            line-height: normal;
        }

.ui-accordion .ui-accordion-header {
    border: none;
    border-bottom: 1px solid #ccd5de;
    padding: 0;
    background: none;
    color: #001427;
}

    .ui-accordion .ui-accordion-header h3 {
        margin-top: 0;
    }

    .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        background: none;
        text-indent: 0;
        margin-top: 0;
        width: auto;
        height: auto;
    }

        .ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
            content: "\f067";
            font-family: "Font Awesome 5 Solid";
        }

    .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
        content: '\f068';
    }

.ui-accordion .ui-accordion-content {
    border-color: #ccd5de;
}

    .ui-accordion .ui-accordion-content p:last-child,
    .ui-accordion .ui-accordion-content ul:last-child {
        margin-bottom: 0;
    }

.social-icons {
    text-align: center;
}

    .social-icons .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0;
    }

        .social-icons .inner .title {
            display: block;
            text-align: center;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
            padding-bottom: 0;
            padding-right: 16px;
            letter-spacing: 2.4px;
        }

        .social-icons .inner ul {
            vertical-align: middle;
            list-style: none;
            margin: 0;
            padding: 0;
            display: block;
            font-size: 0;
        }

            .social-icons .inner ul li {
                display: inline-block;
                float: none;
                position: relative;
                text-align: center;
                padding: 0;
                margin: 0 1px;
            }

                .social-icons .inner ul li a {
                    width: 35px;
                    height: 35px;
                    position: relative;
                    background: #fff;
                    text-decoration: none;
                    border-radius: 100%;
                    display: block;
                    color: #002140;
                }

                    .social-icons .inner ul li a i {
                        font-style: normal;
                        display: inline-block;
                        vertical-align: middle;
                        speak: none;
                        line-height: normal;
                        font-size: 18px;
                    }

                        .social-icons .inner ul li a i:before {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                        }

.accordionContainer {
    padding: 2rem 0;
}

.sui-hero___3diUm.videoBanner {
    min-height: calc(max(80vh, 300px));
}

    .sui-hero___3diUm.videoBanner video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    top: initial;
    bottom: 0;
}

    #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
        bottom: 0;
    }

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    background: #001427;
    color: #fff;
}

    #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
        color: #fff;
    }

body.modalOpen {
    overflow: hidden;
}
/* Misc Styling Ends */

/* Landing Page Styling */
.home .sui-hero___3diUm {
    min-height: calc(max(100vh, 300px));
    transition: all 1s ease;
}

    .home .sui-hero___3diUm.banner1 {
        background-image: url(../Images/Banners/Landing/banner1.jpg);
    }

    .home .sui-hero___3diUm.banner2 {
        background-image: url(../Images/Banners/Landing/banner2.jpg?v=3);
    }

    .home .sui-hero___3diUm.banner3 {
        background-image: url(../Images/Banners/Landing/banner3.jpg);
    }

    .home .sui-hero___3diUm.banner4 {
        background-image: url(../Images/Banners/Landing/banner4.jpg);
    }

    .home .sui-hero___3diUm.banner5 {
        background-image: url(../Images/Banners/Landing/banner5.jpg);
    }

    .home .sui-hero___3diUm #SearchForm_pageBlockContainer {
        margin-bottom: 0;
    }

        .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form {
            position: relative;
        }

            .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form .formRow.formRowTextInputRow {
                width: calc(50% - 195px);
                position: relative;
            }

                .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form .formRow.formRowTextInputRow:before {
                    position: absolute;
                    content: '';
                    left: 0;
                    right: 0;
                    bottom: 0;
                    border-bottom: 4px solid hsla(0,0%,100%,.35);
                }

                .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form .formRow.formRowTextInputRow:after {
                    position: absolute;
                    content: '';
                    left: 0;
                    bottom: 0;
                    background: #fff;
                    height: 4px;
                    width: 0;
                    transition: width .4s ease-in-out;
                }

                .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form .formRow.formRowTextInputRow:hover:after {
                    width: 100%;
                }

                .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form .formRow.formRowTextInputRow .controlContainer {
                    position: relative;
                }

                    .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form .formRow.formRowTextInputRow .controlContainer:before {
                        content: '\f3c5';
                        font-family: "Font Awesome 5 Solid";
                        color: #fff;
                        position: absolute;
                        left: 1px;
                        top: 50%;
                        transform: translateY(-50%);
                        font-size: 38px;
                        line-height: 48px;
                        width: 32px;
                        text-align: center;
                    }

                .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form .formRow.formRowTextInputRow#SearchForm_filter_text_formRow .controlContainer:before {
                    content: '\f002';
                }

                .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form .formRow.formRowTextInputRow .controlContainer input {
                    background: none;
                    border: none !important;
                    outline: none !important;
                    box-shadow: none;
                    border-radius: 0;
                    font-size: 32px;
                    min-height: 48px;
                    letter-spacing: -.32px;
                    color: #fff;
                    font-weight: 700;
                    padding-left: 45px;
                }

            .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form .formRow.formRowButtonRow .buttonsRight ul li {
                width: auto;
                float: none;
                display: inline-block;
                vertical-align: middle;
            }

.home #intro_pageBlockContainer {
    display: none;
}

.businessAreas {
    display: none;
}

#CodeListCounts_pageBlockContainer,
#CodeListCounts_l1_pageBlockContainer {
    margin-bottom: 0;
}

    #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock,
    #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock {
        padding: 0;
    }

        #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer,
        #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer {
            margin-left: 0;
            text-align: center;
            font-size: 0;
        }

            #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer,
            #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer {
                width: calc(33.3333% - calc(20px / 3));
                margin: 5px;
                position: relative;
                height: auto;
                float: none;
                display: inline-block;
                vertical-align: middle;
            }

                #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer:nth-of-type(3n+1),
                #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer:nth-of-type(3n+1) {
                    margin-left: 0;
                }

                #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer:nth-of-type(3n+3),
                #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer:nth-of-type(3n+3) {
                    margin-right: 0;
                }

                #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer .listItemImageContainer,
                #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer .listItemImageContainer {
                    overflow: hidden;
                }

                    #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer .listItemImageContainer img,
                    #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer .listItemImageContainer img {
                        object-fit: cover;
                        object-position: 50% 50%;
                        padding: 0;
                        width: 100%;
                        height: 100%;
                        max-height: 200px;
                        z-index: 1;
                        transition: all .2s ease;
                    }

                #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer .codeListBlockLower,
                #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer .codeListBlockLower {
                    z-index: 2;
                    background: #fff;
                    text-align: center;
                    height: 85px;
                    transition: all .2s ease;
                    color: #151515;
                }

                    #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer .codeListBlockLower .listItemTitle,
                    #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer .codeListBlockLower .listItemTitle {
                        padding: 4px 0 2px;
                    }

                        #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer .codeListBlockLower .listItemTitle a,
                        #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer .codeListBlockLower .listItemTitle a {
                            font-size: 17px;
                            line-height: 35px;
                            text-decoration: none !important;
                            color: inherit;
                        }

                    #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer .codeListBlockLower .listItemCountContainer,
                    #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer .codeListBlockLower .listItemCountContainer {
                        text-align: inherit;
                        color: inherit;
                        font-size: 15px;
                        font-weight: 400;
                    }

                #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer:hover .listItemImageContainer img,
                #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer:hover .listItemImageContainer img {
                    transform: scale(1.2);
                    opacity: 0.6;
                }

.home #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer#benefits .listItemImageContainer img {
    object-position: 50% 0%;
}

.home #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer#supporting .listItemImageContainer img {
    object-position: 50% 0%;
}

.home #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer .codeListBlockLower {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.textpage_franchises #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer .listItemImageContainer {
    position: relative;
    height: 200px;
}

    .textpage_franchises #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer .listItemImageContainer img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 280px;
        max-height: 100px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.textpage_franchises #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer:hover .listItemImageContainer img {
    transform: translate(-50%, -50%) scale(1.2);
}

.sui-duplex__content-right___3snqF.sui-duplex--text___2RlPI {
    padding: 31px 30px;
}

    .sui-duplex__content-right___3snqF.sui-duplex--text___2RlPI h3 {
        margin-top: 0;
    }

#events h3 {
    color: #001427;
}

#events .sui-button___25Dav.sui-button--block___1lQwo {
    background: #001427;
    border-color: #001427;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    #events .sui-button___25Dav.sui-button--block___1lQwo:hover {
        background: #fff;
        border-color: #fff;
        color: #001427;
    }

.home #Home_pageView #CodeListCounts_pageBlockContainer {
    display: none;
}
/* Landing Page Styling Ends */
/* Event Desc Page Styling */
.candidateevent_list #intro_pageBlockContainer {
    display: none;
}

.candidateevent_list #eventsListContainer .eventContainerWrapper {
    width: calc(33.3333% - calc(20px / 3));
    margin: 5px;
    position: relative;
    height: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 260px;
    padding: 210px 10px 10px;
    background: #fff;
}

    .candidateevent_list #eventsListContainer .eventContainerWrapper:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .candidateevent_list #eventsListContainer .eventContainerWrapper:nth-of-type(3n+3) {
        margin-right: 0;
    }

    .candidateevent_list #eventsListContainer .eventContainerWrapper .eventContainer {
        min-height: 1px;
    }

    .candidateevent_list #eventsListContainer .eventContainerWrapper .eventImageContainer {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 200px;
    }

        .candidateevent_list #eventsListContainer .eventContainerWrapper .eventImageContainer img {
            object-fit: cover;
            object-position: 50% 10%;
            padding: 0;
            width: 100%;
            height: 100%;
            max-height: 200px;
            z-index: 1;
            transition: all .2s ease;
            margin: 0 !important;
        }

    .candidateevent_list #eventsListContainer .eventContainerWrapper:hover .eventImageContainer img {
        transform: scale(1.2);
        opacity: 0.6;
    }

.candidateevent_detail .candidateEventName {
    display: none;
}

.textpage_event_desc .sui-slice___1JlxM {
    padding: 1rem 0;
}

    .textpage_event_desc .sui-slice___1JlxM p {
        margin-bottom: 0;
    }

.textpage_event_desc .testimonialsContainer .testimonialBlock {
    width: calc(50% - 10px);
}

    .textpage_event_desc .testimonialsContainer .testimonialBlock .blockContent .blockImage img {
        height: 250px;
    }

    .textpage_event_desc .testimonialsContainer .testimonialBlock .blockContent .blockText {
        padding: 10px 20px;
    }

        .textpage_event_desc .testimonialsContainer .testimonialBlock .blockContent .blockText h4 {
            margin-bottom: 0;
        }

.textpage_event_desc .sui-footer__section--responsive___3lpd_ + .sui-footer__section___1tizH {
    display: none;
}
/* Event Desc Page Styling Ends */

/* Diversity Page Styling */
.tabsContainer {
    width: 100%;
    border-bottom: 1px solid grey;
    overflow: hidden;
    display: block;
}

    .tabsContainer .tab {
        position: relative;
        width: calc(100% / var(--tabsCount));
        min-height: 240px;
        padding: 30px 0;
        float: left;
        background: #fff;
        text-align: center;
        transition: all .2s ease;
        cursor: pointer;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

        .tabsContainer .tab:hover,
        .tabsContainer .tab.active {
            background: #002140;
            color: #fff;
        }

        .tabsContainer .tab .iconContainer {
            position: relative;
            width: 75px;
            height: 75px;
            border-radius: 100%;
            display: inline-block;
            background: #002140;
        }

            .tabsContainer .tab .iconContainer i {
                font-size: 40px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                color: #fff;
                line-height: 1;
            }

        .tabsContainer .tab h4 {
            margin-bottom: 0;
            color: inherit;
        }

.tabsContentContainer {
    width: 100%;
    overflow: hidden;
}

    .tabsContentContainer .tabContent {
        background: #fff;
        display: none;
    }

        .tabsContentContainer .tabContent.active {
            display: block;
        }

        .tabsContentContainer .tabContent .contentRow {
            width: 100%;
            overflow: hidden;
            padding: 30px;
            padding-bottom: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            align-content: center;
        }

            .tabsContentContainer .tabContent .contentRow:last-of-type {
                padding-bottom: 30px;
            }

            .tabsContentContainer .tabContent .contentRow .textContainer {
                width: 66.66667%;
                flex: 0 0 auto;
                padding-right: 0.75rem;
                padding-left: 0.75rem;
            }

                .tabsContentContainer .tabContent .contentRow .textContainer.full {
                    width: 100%;
                }

            .tabsContentContainer .tabContent .contentRow .imageContainer {
                width: 33.33333%;
                flex: 0 0 auto;
                margin-left: 0;
                text-align: center;
            }

                .tabsContentContainer .tabContent .contentRow .imageContainer.circle {
                    border-radius: 100%;
                    position: relative;
                    overflow: hidden;
                    padding-bottom: 33.33333%;
                }

                    .tabsContentContainer .tabContent .contentRow .imageContainer.circle img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        object-fit: cover;
                        object-position: 50% 50%;
                        width: 100%;
                        height: 100%;
                    }

                .tabsContentContainer .tabContent .contentRow .imageContainer.youtube {
                    position: relative;
                    overflow: hidden;
                    padding-bottom: 19.25%;
                }

                    .tabsContentContainer .tabContent .contentRow .imageContainer.youtube iframe {
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        object-fit: cover;
                        object-position: 50% 50%;
                        width: 100%;
                        height: 100%;
                    }

            .tabsContentContainer .tabContent .contentRow .groupsContainer {
                width: 100%;
                text-align: center;
            }

                .tabsContentContainer .tabContent .contentRow .groupsContainer .groupBlock {
                    width: calc(25% - 4px);
                    padding: 5px;
                    display: inline-block;
                    vertical-align: middle;
                }

                    .tabsContentContainer .tabContent .contentRow .groupsContainer .groupBlock .imageContainer {
                        width: 100%;
                        margin-bottom: 5px;
                    }

                        .tabsContentContainer .tabContent .contentRow .groupsContainer .groupBlock .imageContainer img {
                            width: 100%;
                            max-height: 130px;
                            object-fit: cover;
                            object-position: 50% 50%;
                        }

                .tabsContentContainer .tabContent .contentRow .groupsContainer.five {
                    margin-top: 10px;
                }

                    .tabsContentContainer .tabContent .contentRow .groupsContainer.five .groupBlock {
                        width: calc(20% - 4px);
                        vertical-align: top;
                    }
/* Diversity Page Styling Ends */

/* Roles Styling */
.textpage_role_details .sui-slice___1JlxM video {
    max-width: 750px;
    margin: 5px auto;
    display: block;
}
/* Roles Styling Ends */

/* Apprentices Page Styling */
.textpage_grads .benefitsContainer,
.textpage_why .benefitsContainer {
    text-align: center;
}

    .textpage_grads .benefitsContainer .benefitBlock,
    .textpage_why .benefitsContainer .benefitBlock {
        width: 33.3333%;
        display: inline-block;
        vertical-align: middle;
        padding: 10px;
    }

        .textpage_grads .benefitsContainer .benefitBlock i,
        .textpage_why .benefitsContainer .benefitBlock i {
            font-size: 30px;
            display: block;
            width: 100%;
            margin-bottom: 5px;
        }
/* Apprentices Page Styling Ends */

/* What our customer say Page Styling */
.textpage_customers video {
    margin: 0 auto;
    display: block;
}
/* What our customer say Page Styling Ends */

/*learning and dev page*/

.ldmain {
    width: 100%;
    background-color: #f2f4f5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.whitebg {
    background-color: white;
}

.ldcont {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.ldrow {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

    .ldrow > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 0;
    }

.ldcol {
    flex: 1 0 0%;
}

.ldtitle {
    display: block;
    padding: 0 0 1rem 0;
    margin: 1rem 0;
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    font-size: 2rem;
    border-bottom: 1px solid #ccd5de;
}

.ldcourses {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

a.ldcourse {
    display: grid;
    place-items: center;
    flex-wrap: wrap;
    text-align: center;
    flex: 0 0 320px;
    min-height: 138px;
    border-radius: 0;
    background-color: #ccd5de;
    padding: 20px;
}

    a.ldcourse:hover {
        background-color: #959595;
        text-decoration: none;
    }



.ldawards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

.ldaward {
    display: block;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    flex: 0 0 382px;
    min-height: 192px;
    border-radius: 0;
    background-color: #ccd5de;
    padding: 5px 5px 5px 5px;
}

.lda-top {
    background-color: white;
    display: grid;
    place-items: center;
    height: 120px;
}

    .lda-top img {
        max-height: 94px;
    }

.lda-bottom {
    height: 110px;
    text-align: center;
    padding-top: 9px;
}

    .lda-bottom p {
        font-weight: 700;
    }

        .lda-bottom p span {
            display: block;
            padding-top: 7px;
        }

.tingle-modal {
    background: rgba(0,0,0,.8) !important;
}

.tingle-modal-box__content {
    padding: 0 !important;
}

.tingle-top {
    height: 50%;
    padding: 30px;
    text-align: center;
    background-color: white;
}

.tingle-bottom {
    height: 50%;
    padding: 30px;
    text-align: center;
    background-color: #ccd5de;
}

@media screen and (max-width: 768px) {
    a.ldcourse,
    .ldaward {
        flex: 0 0 100%;
    }
}
/*end*/
/* Gallery Page Styling */

#gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gallery-item {
    display: flex;
    flex-direction: column;
    background-color: #ccd5de;
    flex: 1 0 auto;
    max-width: 220px;
    padding: 10px;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

    .gallery-item .imageContainer {
        width: 200px;
        height: 100%;
        max-height: 130px;
        position: relative;
    }

        .gallery-item .imageContainer img,
        .gallery-item .imageContainer video {
            width: 100%;
            height: 100%;
            max-height: inherit;
            margin: 0;
            cursor: pointer;
            object-fit: cover;
        }

    .gallery-item.hasVideo .imageContainer:after {
        content: "\f144";
        position: absolute;
        bottom: 5px;
        right: 5px;
        color: #fff;
        font-size: 40px;
        font-family: "Font Awesome 5 Regular";
        line-height: normal;
    }

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: 15% auto;
    width: 80%;
    max-width: 800px;
    text-align: center;
    position: relative;
}

.gallery-item .caption {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    justify-content: center;
}

.main-slider {
    margin-top: 144px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

    .main-slider .slick-slide {
        background-color: transparent;
        flex: initial;
        height: auto;
    }

        .main-slider .slick-slide img,
        .main-slider .slick-slide video {
            /*width: 80%;*/
            height: auto;
            margin: 10px auto;
            cursor: pointer;
            display: block;
        }

.thumbnail-slider {
    /*margin-top: 144px;*/
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

    .thumbnail-slider .slick-slide {
        background-color: transparent;
        flex: initial;
        height: auto;
    }

        .thumbnail-slider .slick-slide img,
        .thumbnail-slider .slick-slide video {
            width: 80%;
            height: auto;
            margin: 10px auto;
            cursor: pointer;
            display: block;
        }

        .thumbnail-slider .slick-slide .caption {
            display: none;
        }

.close {
    color: #fff;
    position: absolute;
    top: 72px;
    right: 180px;
    font-size: 35px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.mod-open {
    overflow: hidden;
}



/* Gallery Page Styling Ends */

/* News Page Styling */
.textpage_blog .testimonialsContainer .testimonialBlock .blockContent .blockText {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textpage_blog_details .sui-hero__title-primary___2G2x0 {
    font-size: 2em;
}

.shareContainer {
    overflow: hidden;
}

    .shareContainer a {
        display: inline-block;
        margin: 0 5px;
        width: 40px;
        height: 40px;
        border: none;
        color: #fff;
        border-radius: 50%;
        font-size: 18px;
        position: relative;
        transition: all .2s ease;
    }

        .shareContainer a.social-facebook {
            background: #5174c2;
        }

            .shareContainer a.social-facebook:hover {
                background: #4466b3;
            }

        .shareContainer a.social-twitter {
            background: #169ce2;
        }

            .shareContainer a.social-twitter:hover {
                background: #1284be;
            }

        .shareContainer a.social-linkedin {
            background: #1791cf;
        }

            .shareContainer a.social-linkedin:hover {
                background: #1284be;
            }

        .shareContainer a i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
/* News Page Styling Ends */

/* Filter Page Styling */
.textpage_filters .filtersContainer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

    .textpage_filters .filtersContainer .checkboxContainer {
        display: inline-block;
        margin-right: 10px;
    }

        .textpage_filters .filtersContainer .checkboxContainer * {
            cursor: pointer;
        }

        .textpage_filters .filtersContainer .checkboxContainer label {
            margin-left: 5px;
        }

    .textpage_filters .filtersContainer .codelists {
        width: 100%;
        margin-top: 10px;
    }

        .textpage_filters .filtersContainer .codelists .codelistsContainer {
            padding: 20px;
            border: 2px solid #002140;
            margin-bottom: 5px;
        }

            .textpage_filters .filtersContainer .codelists .codelistsContainer.hidden {
                display: none;
            }

            .textpage_filters .filtersContainer .codelists .codelistsContainer h2 {
                font-size: 20px;
                margin-top: 0;
            }

.textpage_filters a#copyToClipboard {
    word-break: break-word;
}

.textpage_filters .downloadQR {
    display: none;
}
/* Filter Page Styling Ends */

/* Campaign Styling */
.textpage_campaign_details .detailsContainer #socialLinksContainer .socialLinks {
    flex-direction: column;
    align-items: center;
}

    .textpage_campaign_details .detailsContainer #socialLinksContainer .socialLinks a {
        display: block;
        padding: 5px;
    }

        .textpage_campaign_details .detailsContainer #socialLinksContainer .socialLinks a:before {
            font-family: "Font Awesome 5 Brands";
            text-align: center;
            min-width: 20px;
            margin-right: 5px;
            display: inline-block;
        }

        .textpage_campaign_details .detailsContainer #socialLinksContainer .socialLinks a#facebook:before {
            content: '\f39e';
        }

        .textpage_campaign_details .detailsContainer #socialLinksContainer .socialLinks a#linkedin:before {
            content: '\f0e1';
        }

        .textpage_campaign_details .detailsContainer #socialLinksContainer .socialLinks a#twitter:before {
            content: '\f099';
        }

        .textpage_campaign_details .detailsContainer #socialLinksContainer .socialLinks a#instagram:before {
            content: '\f16d';
        }

.textpage_campaign_details .detailsContainer #socialLinksContainer a.socialLinkChannel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

.textpage_campaign_details .detailsContainer #socialLinksContainer .socialLinkChannel .socialLinkChannelIcon {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 auto;
    min-width: 3rem;
    justify-content: center;
}

.textpage_campaign_details .detailsContainer #socialLinksContainer .socialLinkChannel .socialLinkChannelText {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 auto;
}

.textpage_campaign_details .detailsContainer #descriptionContainer .sui-row___2iT_8 {
    position: relative;
}

    .textpage_campaign_details .detailsContainer #descriptionContainer .sui-row___2iT_8 .textContent,
    .textpage_campaign_details .detailsContainer #descriptionContainer .sui-row___2iT_8 .mediaContainer {
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
        justify-content: center;
    }

    .textpage_campaign_details .detailsContainer #descriptionContainer .sui-row___2iT_8 .textContent {
        padding: 60px 40px;
        background: #fff;
    }

    .textpage_campaign_details .detailsContainer #descriptionContainer .sui-row___2iT_8 .mediaContainer {
        padding: 0;
        position: relative;
        overflow: hidden;
    }

        .textpage_campaign_details .detailsContainer #descriptionContainer .sui-row___2iT_8 .mediaContainer img {
            object-fit: cover;
            object-position: 50% 50%;
            width: 100%;
            height: 100%;
            transition: all .2s ease;
            position: relative;
            z-index: 1;
        }

        .textpage_campaign_details .detailsContainer #descriptionContainer .sui-row___2iT_8 .mediaContainer.videoContainer {
            cursor: pointer;
        }

            .textpage_campaign_details .detailsContainer #descriptionContainer .sui-row___2iT_8 .mediaContainer.videoContainer:before {
                content: "\f144";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                color: #fff;
                font-size: 5rem;
                font-family: "Font Awesome 5 Regular";
                line-height: normal;
                z-index: 2;
            }

            .textpage_campaign_details .detailsContainer #descriptionContainer .sui-row___2iT_8 .mediaContainer.videoContainer:hover img {
                transform: scale(1.2);
            }

.textpage_campaign_details .brandBlock {
    width: calc(25% - 20px);
    margin: 10px;
    display: block;
    position: relative;
    height: 200px;
}

    .textpage_campaign_details .brandBlock img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: 50% 50%;
    }
/* Campaign Styling Ends */
/* Results Page Styling */
#posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle {
    border: none;
    padding: 0;
    overflow: hidden;
}

    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock {
        overflow: hidden;
        padding: 0;
    }

        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a:after {
            font-family: "Font Awesome 5 Solid";
            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-family: "Font Awesome 5 Solid";
                    margin-left: 5px;
                    display: inline-block;
                    content: "\f054";
                    width: 14px;
                }

                #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersExpander a.filtersExpanderButton_Expanded:after {
                    content: '\f078';
                }

        #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: #007aae;
            }

                #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow {
                    width: 100%;
                    border-bottom: 1px solid #fff;
                    padding: 30px 0;
                    color: #fff;
                }

                    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow:first-child {
                        padding-top: 0;
                    }

                    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow:last-child {
                        border-bottom: none;
                        padding-bottom: 0;
                    }

                    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .HeaderContainer {
                        background: none;
                        border: none;
                    }

                        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .HeaderContainer .HeaderLabel {
                            padding: 0;
                        }

                    #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;
                    }

                        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList li {
                            padding: 0;
                            background: none;
                        }

                            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList li.possibleDistancesLabel {
                                width: calc(100% - 10px);
                                float: left;
                                cursor: initial;
                            }

                                #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList li.possibleDistancesLabel:after {
                                    content: ':';
                                }

                            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList li a {
                                display: inline-block;
                                font-size: 1rem;
                                font-family: Inter, Arial, sans-serif;
                                font-weight: bold;
                                font-style: normal;
                                line-height: 1.5;
                                text-align: center;
                                vertical-align: middle;
                                cursor: pointer;
                                -webkit-user-select: none;
                                -moz-user-select: none;
                                -ms-user-select: none;
                                user-select: none;
                                border: 2px solid white;
                                border-radius: 4px;
                                transition: background-color 0.25s ease, transform 0.1s ease;
                                color: white;
                                background-color: transparent;
                                padding: 0.75rem 1.5rem;
                                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: #007aae;
                                    background-color: white;
                                    border-color: white;
                                }

                                #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer .FilterRow .ValueContainer ul.ValueList li a .label {
                                    color: inherit;
                                    font-size: inherit;
                                    padding: 0;
                                    border-radius: 0;
                                }

                                #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 {
    margin: 0;
}

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock,
    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock {
        padding: 0;
    }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridTop,
        #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .gridTop {
            border: none;
            padding: 1.5em 18%;
            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%;
            border-bottom: 1px solid silver;
            overflow: auto;
            position: relative;
        }

            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 0;
                z-index: 1;
                transition: all .4s ease;
                background: #001427;
            }

            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer {
                width: 100%;
                border: none;
                margin: 0 !important;
                padding: 20px;
                height: auto;
                background: none;
                overflow: hidden;
                position: relative;
                z-index: 2;
                opacity: 1;
            }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader {
                    padding: 0;
                    -webkit-transition: all .15s ease;
                    transition: all .15s ease;
                    float: left;
                }

                    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader .rowLabel a,
                    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader .rowLabel a:hover {
                        text-decoration: none !important;
                        color: inherit !important;
                        -webkit-transition: all .15s ease;
                        transition: all .15s ease;
                    }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer {
                    -webkit-transition: all .15s ease;
                    transition: all .15s ease;
                    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 {
                color: #fff;
            }

                #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);
                }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .noResults .createAlertsContainer {
            width: 100%;
            text-align: center;
        }

            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .noResults .createAlertsContainer .buttonsContainer .buttonsLeft {
                display: inline-block;
            }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .noResults .createAlertsContainer .buttonsContainer .buttonsLeft .createAlertsButton {
                    width: auto;
                }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter {
            padding: 0 18%;
        }

            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles {
                margin-top: 2em;
                position: relative;
                text-align: center;
                width: 100%;
            }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingText {
                    float: none;
                    margin: 0;
                    padding: 0;
                    line-height: 1;
                }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingButtons {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 100%;
                }

                    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingButtons a {
                        margin: 0;
                        font-size: .938em;
                        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 5 Solid";
                            content: '\f053';
                            display: inline-block;
                            vertical-align: middle;
                            margin-right: 5px;
                            -webkit-transition: .2s transform ease;
                            transition: .2s transform ease;
                            color: #5e8fc9;
                        }

                        #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: "\f054";
                            }

                        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter .pagingControls_Tiles .pagingButtons a.buttonDisabled {
                            cursor: initial;
                            pointer-events: none;
                            display: none;
                        }

.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: #001427;
    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% - 85px);
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        margin-right: 5px;
    }
/* Results Page Styling Ends */

/* Job Description Page Styling */
.pos_description .sui-slice___1JlxM,
.pos_description_review .sui-slice___1JlxM {
    background: #f2f4f5;
}

.mapContainer .ButtonHolder .miniMapButton,
.mapContainer .ButtonHolder .bigMapButton {
    background: none;
    padding: 0;
}

    .mapContainer .ButtonHolder .miniMapButton a,
    .mapContainer .ButtonHolder .bigMapButton .googleMapsButton {
        margin: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .mapContainer .ButtonHolder .bigMapButton .closeMapButton {
        margin: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox {
    padding: 1em;
    background: #001427;
    color: #fff;
    text-align: center;
}

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul.jobSum li {
        list-style: none;
        display: inline-block;
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul.jobSum li:before {
            font-family: "Font Awesome 5 Solid";
            margin-right: 5px;
            display: inline-block;
            vertical-align: middle;
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul.jobSum li.SumItem_codelist4value:before {
            content: "\f0ac";
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul.jobSum li.SumItem_codelist5value:before {
            content: "\f041";
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul.jobSum li.SumItem_codelist2value:before {
            content: "\f044";
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul.jobSum li.SumItem_displaysalarydescription:before {
            content: "\f0d6";
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul.jobSum li.SumItem_pospublishenddate:before {
            content: "\f073";
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul.jobSum li.SumItem_payratevalue:before {
            content: "\f201";
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul.jobSum li.SumItem_codelist7value:before {
            content: "\f085";
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul.jobSum li .jobSumLabel {
            display: none;
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .jobValues .posdescriptionPropertyBox ul.jobSum li .jobSumValue a {
            pointer-events: none;
            cursor: initial;
            color: #fff !important;
        }

.pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .LeftJobBox {
    background: #fff;
    padding: 40px;
}

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .LeftJobBox .videoOuterContainer {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .LeftJobBox .PosDescriptionText .earcu_posdescriptionContainer {
        text-align: left;
        padding: 0;
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .LeftJobBox .PosDescriptionText .earcu_posdescriptionContainer * {
            font-size: inherit !important;
            font-family: inherit !important;
        }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .LeftJobBox .BigVacancyMap {
        width: 100%;
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .LeftJobBox .BigVacancyMap #JobDescriptionMap_BigVacancyMap_pageBlockContainer #JobDescriptionMap_BigVacancyMap_pageBlock {
            padding: 0;
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .LeftJobBox .BigVacancyMap .iframeContainer {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
            height: 0;
        }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .LeftJobBox .BigVacancyMap .iframeContainer iframe {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
            }

.pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox {
    width: calc(31% - 10px);
}

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .ApplyNowContainer {
        margin-bottom: 10px;
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .ApplyNowContainer .buttonsLeft,
        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .ApplyNowContainer .buttonsLeft ul li,
        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .ApplyNowContainer .buttonsLeft ul li a,
        .mapContainer .ButtonHolder .miniMapButton a,
        .mapContainer .ButtonHolder .bigMapButton .closeMapButton,
        .mapContainer .ButtonHolder .bigMapButton .googleMapsButton {
            width: 100%;
        }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .recruiterContainer {
        background: #fff;
        border-radius: 0;
        padding: 2em 1em;
        word-break: break-all;
        margin-bottom: 10px;
        text-align: center;
        position: relative;
        z-index: 1;
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .recruiterContainer.hide {
            display: none;
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .recruiterContainer h2.recruiter-title {
            font-size: 18px;
            font-weight: 700;
            margin-top: 0;
            margin-bottom: 10px;
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .recruiterContainer .rec-img img {
            max-width: 120px;
            border-radius: 100%;
            margin: 0 auto;
            display: block;
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .recruiterContainer p {
            margin-bottom: 0;
            margin-top: 5px;
        }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .VacancyMap {
        margin-bottom: 10px;
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .VacancyMap #JobDescriptionMap_vacancyMap_pageBlockContainer {
            margin-bottom: 0;
        }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .VacancyMap #JobDescriptionMap_vacancyMap_pageBlockContainer #JobDescriptionMap_vacancyMap_pageBlock {
                padding: 0;
            }

                .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .VacancyMap #JobDescriptionMap_vacancyMap_pageBlockContainer #JobDescriptionMap_vacancyMap_pageBlock .mapBlock {
                    background-size: cover !important;
                }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .possharing,
    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .posAlerts,
    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer {
        background: #fff;
        border: none;
        border-radius: 0;
        padding: 2em 1em;
        text-align: center;
        position: relative;
        z-index: 1;
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .possharing .possharing_header,
        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .posAlerts .posAlerts_header {
            font-weight: 700;
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 10px;
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .possharing #PosDescSharingItems a {
            float: none;
            display: inline-block;
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .posAlerts .buttonsContainer {
            margin-top: 10px;
        }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer {
        margin-top: 10px;
        overflow: hidden;
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer h2 {
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 10px;
        }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer .benefitBlock {
            width: calc(50% - 3px);
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
            padding: 5px;
            margin-bottom: 10px;
            transition: all .2s ease;
        }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer .benefitBlock:hover {
                transform: scale(1.1);
                color: #007aae;
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer .benefitBlock:before {
                font-family: "Font Awesome 5 Solid";
                font-size: 40px;
                margin-bottom: 5px;
                width: 100%;
                display: block;
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer .benefitBlock.car:before {
                content: '\f1b9';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer .benefitBlock.cycle:before {
                content: '\f206';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer .benefitBlock.holiday:before {
                content: '\f5b0';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer .benefitBlock.discounts:before {
                content: '\f541';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer .benefitBlock.gym:before {
                content: '\f44b';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer .benefitBlock.structure:before {
                content: '\f4c4';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer .benefitBlock.parking:before {
                content: '\f540';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer .benefitBlock.leave:before {
                content: '\f77d';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer .benefitBlock.flexible:before {
                content: '\e066';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer .benefitBlock.service:before {
                content: '\f559';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer .benefitBlock.community:before {
                content: '\f0c0';
            }

            .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .benefitsContainer .benefitBlock.development:before {
                content: '\f19d';
            }
/* Job Description Page Styling Ends */

/* Login/Register Styling */
#UsernameForm_pageBlock .ssoIconsInnerContainer {
    text-align: center;
    max-width: 100%;
}

    #UsernameForm_pageBlock .ssoIconsInnerContainer .ssoIcon {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
/* Login/Register Styling Ends */
/* Profile Styling */
.welcome #homepage-hero {
    background-position: 88% 10%;
}

.welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow {
    width: 100%;
    border-bottom: 1px solid silver;
    padding: 20px;
    overflow: hidden;
    position: relative;
    background: none;
    display: block;
    cursor: pointer;
}

    .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0;
        transition: all .4s ease;
        background: #001427;
    }

    .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer {
        padding: 0;
        margin: 0;
        overflow: visible;
    }

        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconImage {
            display: none;
        }

        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue {
            margin-left: 0;
        }

            .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconLabel {
                -webkit-transition: all .15s ease;
                transition: all .15s ease;
                margin-bottom: 0;
                float: left;
            }

                .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconLabel a {
                    text-decoration: none;
                    color: #001427;
                    -webkit-transition: all .15s ease;
                    transition: all .15s ease;
                }

            .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconDescription {
                display: none;
            }

        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues {
            line-height: 27px;
            font-size: .9em;
            overflow: visible;
            -webkit-transition: all .15s ease;
            transition: all .15s ease;
            float: right;
            padding-right: 5px;
        }

            .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue {
                margin: 0;
                float: none;
                display: inline-block;
                vertical-align: middle;
            }

                .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 .iconRowValueData:after {
                        content: '|';
                        padding: 0 12px;
                        color: #000;
                        transition: all .2s ease;
                    }

                .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:before {
        height: 100%;
    }

    .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover .iconContainer .iconValue .iconLabel,
    .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover .iconContainer .iconRowValues {
        -webkit-transform: translateX(.2em);
        -ms-transform: translateX(.2em);
        transform: translateX(.2em);
        color: #fff;
    }

        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover .iconContainer .iconValue .iconLabel a,
        .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover .iconContainer .iconRowValues .iconRowValue .iconRowValueData:after {
            color: #fff;
        }

.pageBlockInner_FormBlock .formRowIconRow .iconRowValues .iconRowValueHighLight {
    transition: all .15s ease;
}

.mydetails div.pageBlockTitle {
    padding: 0;
    display: block;
    width: 100%;
}

.mydetails #MyDetails_pageView div.pageBlockContainer:first-of-type:before {
    display: none;
}

.mydetails #MyDetails_pageView div.pageBlockContainer:before {
    content: '';
    width: 100%;
    margin: 50px 0;
    overflow: hidden;
    height: 2px;
    background: #999999;
    display: block;
}

.mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent {
    padding: 0;
    margin-bottom: 20px;
}

    .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent#intro_pageBlock,
    .mydetails #MyDetails_pageView div.pageBlockContainer div.pageBlockContent#MyDetailsStauts_pageBlock {
        padding: 0;
        border-radius: 0;
        background: none;
    }

    .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;
    }

        .mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li {
            float: left;
            width: 49.5%;
            margin-bottom: 10px;
        }

            .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;
            }

.mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuRight {
    display: none;
}

.mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuBottom {
    margin-top: 20px;
}

#MyDetails_pageView .editblocklink a, #Application_Section_PersonalDetails_pageView .editblocklink a {
    margin: 0 !important;
}

.mydetails .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer {
    border: none;
}

    .mydetails .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer .rowHeader {
        padding: 0;
    }

        .mydetails .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer .rowHeader .rowLabel {
            margin: 10px 0 0;
        }

    .mydetails .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer .rowContentContainer .rowItemsContainer {
        margin: 0;
        padding: 0;
    }

        .mydetails .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer .rowContentContainer .rowItemsContainer .rowItemContainer,
        .mydetails .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;
        }

#Welcome_pageView #ToDoList_pageBlockContainer,
#Welcome_pageView #ToDoList_pageBlockContainer #ToDoList_pageBlock {
    overflow: visible;
}

    #Welcome_pageView #ToDoList_pageBlockContainer #ToDoList_pageBlock .ulListItemLabel {
        padding: 20px;
        background-image: none;
        text-align: center;
        background: #fff;
        border: .25rem solid #dedede;
        box-shadow: 10px 10px 25px 0 rgb(30 30 30 / 20%);
    }

#MyDetails_pageView #eArcuContactConsent .buttonsRight .buttonAnchor:hover {
    color: #fff;
}

.pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowButtons {
    padding: 0;
}

.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%;
    }

.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 table.gridTable {
    width: 100% !important;
    display: block;
}

div.pageBlockInner_FormBlock div.boxedText {
    background: none;
}

.myjobfeed div.pageBlockInner_FormBlock div.formRow#MyJobFeedForm_multicodelist2_formRow,
.myjobfeed div.pageBlockInner_FormBlock div.formRow#MyJobFeedForm_multicodelist12_formRow {
    display: none;
}
/* Profile Styling Ends */

/* Application/Onboarding Styling */
div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer {
    padding-bottom: 0;
    margin-bottom: 0;
}

    div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer,
    .pos_description_review div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer {
        display: block;
        height: auto;
    }

        div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem,
        .pos_description_review div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem {
            display: block;
            width: 100%;
        }

            div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem .MySummaryItemInner,
            .pos_description_review div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem .MySummaryItemInner {
                margin: 0;
                border: none;
                background: none;
            }

                div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem .MySummaryItemInner .MySummaryItemTitle,
                .pos_description_review div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem .MySummaryItemInner .MySummaryItemTitle {
                    display: none;
                }

                div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.posInfo .MySummaryItemInner .MySummaryItemContent,
                .pos_description_review div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem .MySummaryItemInner .MySummaryItemContent {
                    margin: 0;
                    font-size: 18px;
                    font-weight: 700;
                    color: #5e8fc9;
                    margin-bottom: 28px;
                }

            div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.statusInfo .MySummaryItemInner .MySummaryItemContent,
            .pos_description_review div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.statusInfo .MySummaryItemInner .MySummaryItemContent {
                color: inherit;
                font-weight: normal;
            }

                div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.statusInfo .MySummaryItemInner .MySummaryItemContent .appCompleteChartBack,
                .pos_description_review div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem.statusInfo .MySummaryItemInner .MySummaryItemContent .appCompleteChartBack {
                    margin-bottom: 15px;
                }

#posSummaryBlockv2_pageBlock .appCompleteChartBlock .appCompleteChartBlockInner {
    border-radius: 15px;
}

#posSummaryBlockv2_pageBlock .appCompleteChartBlock.done .appCompleteChartBlockInner {
    background: #97C11F;
    border-color: #97C11F;
}

div.pageBlockContainer#HasAdditionalInformation_pageBlockContainer {
    padding-bottom: 0;
}

div.pageBlockContainer#sectionslist_pageBlockContainer,
div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer {
    padding-top: 0;
}

    div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem,
    div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem {
        border: none;
        margin: 0;
        height: auto;
        font-weight: normal;
        background: none;
        width: 100%;
        border-bottom: 1px solid silver;
        padding: 20px;
        overflow: auto;
        position: relative;
        border-radius: 0;
    }

        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem:before,
        div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 0;
            background: #001427;
            transition: all .4s ease;
        }

        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem .ulListItemLabel,
        div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem .ulListItemLabel {
            padding: 0;
            margin: 0;
            -webkit-transition: all .15s ease;
            transition: all .15s ease;
            float: left;
        }

            div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem .ulListItemLabel a,
            div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem .ulListItemLabel a {
                font-weight: normal;
                text-decoration: none !important;
                margin: 0;
                font-weight: 700;
                -webkit-transition: all .15s ease;
                transition: all .15s ease;
                color: inherit !important;
            }

        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem .ulListItemValueContainer,
        div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem .ulListItemValueContainer {
            -webkit-transition: all .15s ease;
            transition: all .15s ease;
            float: right;
            padding-right: 5px;
            display: block;
            padding-top: 2px;
            color: red;
        }

            div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem .ulListItemValueContainer .ulListItemValue,
            div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem .ulListItemValueContainer .ulListItemValue {
                font-size: .9em;
            }

        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem.Completed .ulListItemValueContainer,
        div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem.Completed .ulListItemValueContainer {
            color: #484145;
        }

        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem:hover:before,
        div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem:hover:before,
        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem.Completed:before,
        div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem.Completed:before {
            height: 100%;
        }

        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem:hover .ulListItemLabel,
        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem:hover .ulListItemValueContainer,
        div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem:hover .ulListItemLabel,
        div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem:hover .ulListItemValueContainer,
        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem.Completed .ulListItemLabel,
        div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem.Completed .ulListItemValueContainer,
        div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem.Completed .ulListItemLabel,
        div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem.Completed .ulListItemValueContainer {
            -webkit-transform: translateX(.2em);
            -ms-transform: translateX(.2em);
            transform: translateX(.2em);
            color: #fff;
        }

            div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem:hover .ulListItemLabel a,
            div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem:hover .ulListItemLabel a,
            div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem.Completed .ulListItemLabel a,
            div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem.Completed .ulListItemLabel a {
                color: inherit !important;
            }

#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;
}

.pageBlockContainer_GridBlock .pageBlockContent_GridBlock {
    padding: 0;
}

.earcu_application .pageBlockContainer_GridBlock .pageBlockContent_GridBlock .gridTableContainer .rowContainer,
.earcu_application .pageBlockContainer_GridBlock .pageBlockContent_GridBlock#questionsSummary_pageBlock {
    border: none;
    border-bottom: 1px dashed silver;
    margin-bottom: 10px;
    padding: 20px;
    background: #fff;
}

    .earcu_application .pageBlockContainer_GridBlock .pageBlockContent_GridBlock .gridTableContainer .rowContainer:last-of-type {
        border-bottom: none;
    }

    .earcu_application .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] {
        color: red;
    }

#Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .labelContainer,
#Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .labelContainer {
    max-width: 100%;
}

.pageBlockInner_FormBlock div.formRowFileUploadRow ul.fileupload {
    text-align: center;
}

    .pageBlockInner_FormBlock div.formRowFileUploadRow ul.fileupload li.fileOuterContainer {
        float: none;
        display: inline-block;
    }

.mywelcomepacks_offerinformation_section #TitleBlock_pageBlockContainer {
    display: none;
}

.pos_description_review #intro_pageBlockContainer #intro_pageBlock {
    text-align: center;
    color: #fff;
}

.pos_description_review div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer #posSummaryBlockv2_pageBlock {
    padding: 30px;
    margin: 20px 0;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 10px 0 #959595;
    -moz-box-shadow: 5px 5px 10px 0 #959595;
    box-shadow: 5px 5px 10px 0 #959595;
}

.pos_description_review div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer .MySummaryItemsContainer .MySummaryItem .MySummaryItemInner .MySummaryItemContent {
    margin-bottom: 0;
}

#Edit_OFFERGENERICFORM1_pageBlockContainer #Edit_OFFERGENERICFORM1_pageBlock #Edit_OFFERGENERICFORM1_Text1_formRow .controlContainer input {
    text-transform: uppercase;
}
/* Application/Onboarding Styling Ends */

/* Talent Pools Styling */
.talentpool_list #intro_pageBlockContainer {
    display: none;
}

#talentpoolgrid_pageBlockContainer {
    margin-bottom: 0;
}

    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock {
        padding: 0;
    }

        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent {
            padding: 0;
            border: none;
        }

            #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer {
                margin-left: 0;
                text-align: center;
            }

                #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder {
                    width: calc(33.3333% - calc(20px / 3));
                    margin: 5px;
                    position: relative;
                    height: 275px;
                    float: none;
                    display: inline-block;
                    vertical-align: middle;
                    overflow: hidden;
                }

                    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder:nth-of-type(3n+1) {
                        margin-left: 0;
                    }

                    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder:nth-of-type(3n+3) {
                        margin-right: 0;
                    }

                    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder .rowContentContainer {
                        overflow: hidden;
                    }

                        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder .rowContentContainer img {
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            object-fit: cover;
                            object-position: 50% 10%;
                            padding: 0;
                            width: 100%;
                            height: 100%;
                            z-index: 1;
                            transition: all .2s ease;
                        }

                    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder .rowHeader {
                        padding: 0;
                    }

                        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder .rowHeader .rowLabel a {
                            font-size: 17px;
                            line-height: 35px;
                            padding: 5px;
                            text-decoration: none !important;
                            color: inherit;
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            z-index: 2;
                            background: #fff;
                            text-align: center;
                            color: #151515;
                            display: block;
                        }

                    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder:hover .rowContentContainer img {
                        transform: scale(1.2);
                        opacity: 0.6;
                    }

.talentpool_description .talentPoolDisplayName {
    display: none;
}
/* Talent Pools Styling Ends */

/* Responsive Styling */
@media all and (max-width:1199px) {
    .valuesContainer .valueBlock:nth-of-type(2n+1) {
        clear: left;
    }

    .textpage_event_desc .sui-hero___3diUm {
        min-height: 225px;
    }

        .textpage_event_desc .sui-hero___3diUm .sui-hero__content___1sry2 {
            padding-bottom: 2rem;
        }
}

@media all and (max-width:991px) {
    header .headerContent .logoContainer {
        width: 100%;
        text-align: center;
    }

        header .headerContent .logoContainer .logo {
            display: inline-block;
        }

    header .headerContent .navContainer {
        position: relative;
        top: unset;
        transform: none;
        width: 100%;
        text-align: center;
        float: left;
    }

    .bannerContainer {
        height: auto !important;
    }

        .bannerContainer video,
        .bannerContainer img {
            position: relative;
        }

    #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer,
    #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer,
    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder,
    .candidateevent_list #eventsListContainer .eventContainerWrapper {
        width: calc(50% - 5px);
    }

        #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer:nth-of-type(3n+1),
        #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer:nth-of-type(3n+1),
        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder:nth-of-type(3n+1),
        .candidateevent_list #eventsListContainer .eventContainerWrapper:nth-of-type(3n+1) {
            margin-left: 5px;
        }

        #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer:nth-of-type(3n+3),
        #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer:nth-of-type(3n+3),
        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder:nth-of-type(3n+3),
        .candidateevent_list #eventsListContainer .eventContainerWrapper:nth-of-type(3n+3) {
            margin-right: 5px;
        }

        #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer:nth-of-type(2n+1),
        #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer:nth-of-type(2n+1),
        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder:nth-of-type(2n+1),
        .candidateevent_list #eventsListContainer .eventContainerWrapper:nth-of-type(2n+1) {
            margin-left: 0;
        }

        #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer:nth-of-type(2n+2),
        #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer:nth-of-type(2n+2),
        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder:nth-of-type(2n+2),
        .candidateevent_list #eventsListContainer .eventContainerWrapper:nth-of-type(2n+2) {
            margin-right: 0;
        }

    .testimonialsContainer .testimonialBlock {
        width: calc(50% - 5px);
    }

        .testimonialsContainer .testimonialBlock:nth-of-type(3n+1) {
            margin-left: 5px;
        }

        .testimonialsContainer .testimonialBlock:nth-of-type(3n+3) {
            margin-right: 5px;
        }

        .testimonialsContainer .testimonialBlock:nth-of-type(2n+1) {
            margin-left: 0;
        }

        .testimonialsContainer .testimonialBlock:nth-of-type(2n+2) {
            margin-right: 0;
        }

    .home .testimonialsContainer .testimonialBlock:nth-child(n+3) {
        display: none;
    }

    .tabsContainer .tab {
        width: 100%;
        min-height: 1px;
    }

    #posdesc_pageBlock .posAlerts .buttonsContainer .buttonsRight,
    #posdesc_pageBlock .posAlerts .buttonsContainer .buttonsRight li,
    #posdesc_pageBlock .posAlerts .buttonsContainer .buttonsRight,
    #posdesc_pageBlock .posAlerts .buttonsContainer .buttonsRight li a,
    #posdesc_pageBlock .posButton .buttons .buttonsRight,
    #posdesc_pageBlock .posButton .buttons .buttonsRight li,
    #posdesc_pageBlock .posButton .buttons .buttonsRight li a {
        margin: 0 auto !important;
    }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .LeftJobBox {
        margin-bottom: 10px;
    }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .LeftJobBox,
    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox {
        width: 100%;
        margin-left: 0;
    }

        .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .RightJobBox .ApplyNowContainer {
            display: none;
        }

    .mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li {
        width: 100%;
        text-align: center;
    }

        .mydetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li a {
            display: inline-block;
            width: auto;
        }

    #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer {
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width:767px) {
    #pojo-a11y-toolbar.pojo-a11y-toolbar-right {
        top: 56px;
    }

    .navOpen #pojo-a11y-toolbar.pojo-a11y-toolbar-right {
        top: initial;
        bottom: 0;
    }

    .navOpen #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
        bottom: 0;
    }

    .social-icons .inner {
        display: block;
        padding-top: 1.5rem;
    }

        .social-icons .inner .title,
        .social-icons .inner ul {
            width: 100%;
            display: block;
            clear: left;
            padding: 0;
        }

        .social-icons .inner .title {
            margin-bottom: 10px;
        }

    #SearchForm_pageBlockContainer #SearchForm_pageBlock .formRow.formRowTextInputRow,
    .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form .formRow.formRowTextInputRow {
        width: 100%;
        padding: 0 !important;
        margin: 5px 0;
    }

    .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form:before,
    .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form:after {
        display: none;
    }

    .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form .formRow.formRowTextInputRow:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 4px solid hsla(0,0%,100%,.35);
    }

    .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form .formRow.formRowTextInputRow:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        background: #fff;
        height: 4px;
        width: 0;
        transition: width .4s ease-in-out;
    }

    .home .sui-hero___3diUm #SearchForm_pageBlockContainer #SearchForm_pageBlock #SearchForm_form .formRow.formRowTextInputRow:hover:after {
        width: 100%;
    }

    #events:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.7);
        z-index: 1;
    }

    #events .sui-button___25Dav.sui-button--block___1lQwo {
        position: relative;
    }

    #SearchForm_pageBlockContainer #SearchForm_pageBlock .formRow.formRowButtonRow {
        margin-top: 0;
    }

        #SearchForm_pageBlockContainer #SearchForm_pageBlock .formRow.formRowButtonRow,
        #SearchForm_pageBlockContainer #SearchForm_pageBlock .formRow.formRowButtonRow .buttonsRight,
        #SearchForm_pageBlockContainer #SearchForm_pageBlock .formRow.formRowButtonRow .buttonsRight li {
            text-align: center;
            width: 100%;
            max-width: 100%;
            margin: 0;
        }

    #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock .listContainer .listItemContainer,
    #CodeListCounts_l1_pageBlockContainer #CodeListCounts_l1_pageBlock .listContainer .listItemContainer,
    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder,
    .candidateevent_list #eventsListContainer .eventContainerWrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }

    .testimonialsContainer .testimonialBlock,
    .textpage_event_desc .testimonialsContainer .testimonialBlock {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }

    .textpage_blog .testimonialsContainer .testimonialBlock .blockContent .blockText {
        min-height: 1px;
    }

    .home .testimonialsContainer .testimonialBlock:nth-child(n+2) {
        display: none;
    }

    .textpage_grads .benefitsContainer .benefitBlock,
    .textpage_why .benefitsContainer .benefitBlock {
        width: 100%;
    }

    .tabsContentContainer .tabContent .contentRow .imageContainer,
    .tabsContentContainer .tabContent .contentRow .textContainer {
        width: 100%;
    }

    .tabsContentContainer .tabContent .contentRow .imageContainer {
        margin-bottom: 10px;
    }

        .tabsContentContainer .tabContent .contentRow .imageContainer.circle {
            padding-bottom: 0;
            border-radius: 0;
        }

            .tabsContentContainer .tabContent .contentRow .imageContainer.circle img {
                position: relative;
            }

    .tabsContentContainer .tabContent .contentRow .groupsContainer .groupBlock,
    .tabsContentContainer .tabContent .contentRow .groupsContainer.five .groupBlock {
        width: 100%;
    }

        .tabsContentContainer .tabContent .contentRow .groupsContainer .groupBlock .imageContainer img {
            max-height: 100%;
        }

    .tabsContentContainer .tabContent .contentRow .imageContainer.youtube {
        padding-bottom: 56.25%;
    }

    #posBrowser_Filter_pageBlock .filtersSummary .filtersSummaryTextContainer {
        margin-bottom: 10px;
    }

    #posBrowser_Filter_pageBlock .filtersSummary .filtersSummaryTextContainer,
    #posBrowser_Filter_pageBlock .filtersSummary .alternateViews,
    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersExpander {
        text-align: center;
        width: 100%;
    }

        #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a,
        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .filtersExpander a {
            float: none;
            display: inline-block;
        }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader,
    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer,
    .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconLabel,
    .welcome #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues,
    div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem .ulListItemLabel,
    div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem .ulListItemLabel,
    div.pageBlockContainer#sectionslist_pageBlockContainer #sectionslist_pageBlock .ulListItem .ulListItemValueContainer,
    div.pageBlockContainer#additionalinformationsectionslist_pageBlockContainer #additionalinformationsectionslist_pageBlock .ulListItem .ulListItemValueContainer {
        width: 100%;
        text-align: center;
    }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader .rowLabel {
            float: none;
        }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .centerJobBox .tabsContainer .tablinkli {
        width: 100%;
        border-right: none;
    }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .centerJobBox .tabsContentContainer .benefitsContainer .benefitBlock {
        width: calc(50% - 5px);
    }
}

@media all and (max-width:500px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    .ui-dialog.ui-widget.ui-widget-content {
        top: 60px !important;
        width: 100% !important;
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span {
        width: 100%;
        display: block;
    }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span:after {
            display: none;
        }

    .pageView #posdesc_pageBlockContainer #posdesc_pageBlock .posDescriptionContainer .centerJobBox .tabsContentContainer .benefitsContainer .benefitBlock {
        width: 100%;
    }

    .gallery-item {
        max-width: 100%;
        width: 100%;
    }

        .gallery-item .imageContainer {
            width: 100%;
            max-height: 200px;
        }
}
/* Responsive Styling Ends */
/*pages section*/
.textpage_pages .pagesContainer {
    display: flex;
    gap: 20px;
    justify-content: left;
    flex-wrap: wrap;
}

    .textpage_pages .pagesContainer a {
        flex: 0 0 32%;
    }

.textpage_pages_details .sui-slice--light___1bu3e {
    min-height: 400px;
}

@media screen and (max-width:1024px) {
    .textpage_pages .pagesContainer a {
        flex: 0 0 48%;
    }
}

@media screen and (max-width:768px) {
    .textpage_pages .pagesContainer {
        justify-content: center;
    }

        .textpage_pages .pagesContainer a {
            flex: 0 0 100%;
        }

            .textpage_pages .pagesContainer a .blockContent {
                text-align: center;
            }
}

/*end*/
