﻿/*
    Jump to:
    Misc Styling
    Landing Page Styling
    About Us Page Styling
    Life at LNER Page Styling
    Cookies Page Styling
    Results Page Styling
    Job Description Styling
    Login/Register Styling
    Profile Styling
    Application/Onboarding Styling
    Animated Application Form
    Responsive Styling
*/

/* Misc Styling */

/*page banners*/
.lnerbanner {
    background-repeat: no-repeat;
    background-size: auto, cover;
    background-position: top left, top center;
    width: 100%;
    min-height: 510px;
}

.homelner {
    background-image: url("../images/Banners/lner-ob-bg-1600-text.png"), url("../images/Banners/banner01.png");
}

.textpage-values-banner {
    background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner13.png");
}

.textpage-about-banner {
    background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner02.png");
}

.textpage-people-heart-banner {
    background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner03.png");
}

.textpage-recruit-banner {
    background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner04.png");
}

.textpage-benefits-banner {
    background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner05.png");
}

.textpage-places-banner {
    background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner06.png");
}

.textpage-biz-banner {
    background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner10.png");
}

.textpage-life-banner {
    background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner11.png");
}

.tm-banner-one {
    background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner14.png");
}

.tm-banner-two {
    background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner15.jpg");
}

.textpage-appr-banner {
    background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner16.png");
}

.lnerbannertext {
    text-align: center;
    display: flex;
    min-height: 500px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.lbt-t {
    flex: 0 0 100%;
}

.lnerbannertext h1 {
    font-weight: 700;
    font-size: 5rem;
    line-height: 5rem;
    margin-top: -26px;
    color: white;
}

.lnerbannertext p {
    color: #ffffff;
    font-weight: 700;
    font-size: 3rem;
    line-height: 2.4rem;
    padding-top: 30px;
}

#yourCookieSettings {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 85%;
}

    #yourCookieSettings #cookieWrapper {
        padding: 5px 5px 5px;
        margin-top: 10px;
    }

    #yourCookieSettings h2 {
        padding-bottom: 5px;
    }

    #yourCookieSettings ul.cookieSlider {
        width: 100%;
    }

        #yourCookieSettings ul.cookieSlider .cookieSliderActive li.cookieFunctional,
        #yourCookieSettings ul.cookieSlider .cookieSliderActive li.cookieSharing {
            width: 50%;
        }

    #yourCookieSettings #cookieWrapper .cookieContainer {
        margin: 0;
        width: 100%;
    }

        #yourCookieSettings #cookieWrapper .cookieContainer .cookieNecessaryPerformance {
        }

            #yourCookieSettings #cookieWrapper .cookieContainer .cookieNecessaryPerformance label {
                width: 100%;
                max-width: 148px;
                margin: 0 auto;
            }

        #yourCookieSettings #cookieWrapper .cookieContainer .maskContainer .mask {
        }

            #yourCookieSettings #cookieWrapper .cookieContainer .maskContainer .mask .cookieSliderActive .cookieFunctional,
            #yourCookieSettings #cookieWrapper .cookieContainer .maskContainer .mask .cookieSliderActive .cookieSharing {
            }

        #yourCookieSettings #cookieWrapper .cookieContainer .maskContainer .cookieSlider .cookieFunctional,
        #yourCookieSettings #cookieWrapper .cookieContainer .maskContainer .cookieSlider .cookieSharing {
            width: 50%;
        }

            #yourCookieSettings #cookieWrapper .cookieContainer .maskContainer .cookieSlider .cookieFunctional label,
            #yourCookieSettings #cookieWrapper .cookieContainer .maskContainer .cookieSlider .cookieSharing label {
                width: 100%;
                padding: 110px 0px 0px;
            }

    #yourCookieSettings #cookieWrapper #detailsContainer {
        width: 100%;
    }

        #yourCookieSettings #cookieWrapper #detailsContainer .detailsColumnWill h3.will,
        #yourCookieSettings #cookieWrapper #detailsContainer .detailsColumnWillNot h3.willNot {
            width: calc(100% - 100px);
            height: 50px;
            padding: 10px 20px 0px 80px;
        }

        #yourCookieSettings #cookieWrapper #detailsContainer .neccesaryPerformanceList .detailsColumnWill,
        #yourCookieSettings #cookieWrapper #detailsContainer .neccesaryPerformanceList .detailsColumnWillNot,
        #yourCookieSettings #cookieWrapper #detailsContainer .functionalList .detailsColumnWill,
        #yourCookieSettings #cookieWrapper #detailsContainer .functionalList .detailsColumnWillNot,
        #yourCookieSettings #cookieWrapper #detailsContainer .sharingList .detailsColumnWill,
        #yourCookieSettings #cookieWrapper #detailsContainer .sharingList .detailsColumnWillNot {
            width: 50%;
        }

            #yourCookieSettings #cookieWrapper #detailsContainer .neccesaryPerformanceList .detailsColumnWill .willList,
            #yourCookieSettings #cookieWrapper #detailsContainer .neccesaryPerformanceList .detailsColumnWillNot .willNotList,
            #yourCookieSettings #cookieWrapper #detailsContainer .functionalList .detailsColumnWill .willList,
            #yourCookieSettings #cookieWrapper #detailsContainer .functionalList .detailsColumnWillNot .willNotList,
            #yourCookieSettings #cookieWrapper #detailsContainer .sharingList .detailsColumnWill .willList,
            #yourCookieSettings #cookieWrapper #detailsContainer .sharingList .detailsColumnWillNot .willNotList {
                width: calc(100% - 90px);
                padding: 20px 20px 0 70px;
            }

#cookieFooter {
    width: 100%;
}

    #cookieFooter p {
    }



body.open {
    overflow-y: hidden;
    touch-action: none;
}


div.pageBlockInner_FormBlock div.formRow {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    div.pageBlockInner_FormBlock div.formRow.formRowLineRow {
        display: none !important;
    }

    div.pageBlockInner_FormBlock div.formRow.formRowButtonRow {
        padding-top: 20px;
    }

.intl-tel-input {
    width: 100%;
}

.pageBlockInner_FormBlock .formRowTextInputRow,
.pageBlockInner_TextTagReplacementBlock .formRowTextInputRow,
.pageBlockInner_FormBlock .formRowSelectInputRow_Common,
.pageBlockInner_FormBlock .formRowMoneyInputRow,
.pageBlockInner_FormBlock .formRowDateInputRow,
.pageBlockInner_FormBlock .formRowTextAreaRow,
.pageBlockInner_FormBlock .formRowCheckBoxRow,
.pageBlockInner_FormBlock .formRowCVBlockRow,
.pageBlockInner_FormBlock .formRowPhoneInputRow,
.pageBlockInner_FormBlock .formRowSelectMultiCodelistRow {
    border-bottom: 1px solid #dadada;
}

.interviewbookingconfirm .pageBlockInner_FormBlock .formRowDateInputRow,
.interviewbookingconfirm .pageBlockInner_FormBlock .formRowTextAreaRow {
    border-bottom: 0;
}



.pageBlockInner_FormBlock .formRowTimeInputRow .labelContainer,
.pageBlockInner_FormBlock .formRowSelectAutoCompleteAdminPortalRow .labelContainer,
.pageBlockInner_FormBlock .formRowPhoneInputRow .labelContainer,
.pageBlockInner_FormBlock .formRowTextInputRow .labelContainer,
.pageBlockInner_TextTagReplacementBlock .formRowTextInputRow .labelContainer,
.pageBlockInner_FormBlock .formRowSelectInputRow_Common .labelContainer,
.pageBlockInner_FormBlock .formRowMoneyInputRow .labelContainer,
.pageBlockInner_FormBlock .formRowDateInputRow .labelContainer,
.pageBlockInner_FormBlock .formRowTextAreaRow .labelContainer,
.pageBlockInner_FormBlock .formRowCheckBoxRow .labelContainer,
.pageBlockInner_FormBlock .formRowCVBlockRow .labelContainer,
.pageBlockInner_FormBlock .formRowPhoneInputRow .labelContainer,
.pageBlockInner_FormBlock .formRowSelectMultiCodelistRow .labelContainer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 100%;
}

    .pageBlockInner_FormBlock .formRowTimeInputRow .labelContainer label,
    .pageBlockInner_FormBlock .formRowSelectAutoCompleteAdminPortalRow .labelContainer label,
    .pageBlockInner_FormBlock .formRowPhoneInputRow .labelContainer label,
    .pageBlockInner_FormBlock .formRowTextInputRow .labelContainer label,
    .pageBlockInner_TextTagReplacementBlock .formRowTextInputRow .labelContainer label,
    .pageBlockInner_FormBlock .formRowSelectInputRow_Common .labelContainer label,
    .pageBlockInner_FormBlock .formRowMoneyInputRow .labelContainer label,
    .pageBlockInner_FormBlock .formRowDateInputRow .labelContainer label,
    .pageBlockInner_FormBlock .formRowTextAreaRow .labelContainer label,
    .pageBlockInner_FormBlock .formRowCheckBoxRow .labelContainer label,
    .pageBlockInner_FormBlock .formRowCVBlockRow .labelContainer label,
    .pageBlockInner_FormBlock .formRowPhoneInputRow .labelContainer label,
    .pageBlockInner_FormBlock .formRowSelectMultiCodelistRow .labelContainer label {
        width: 100%;
        display: block;
        text-align: left;
        -moz-box-sizing: inherit;
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        padding: 10px 0 0;
    }

.pageBlockInner_FormBlock .formRowTimeInputRow .controlContainer,
.pageBlockInner_FormBlock .formRowSelectAutoCompleteAdminPortalRow .controlContainer,
.pageBlockInner_FormBlock .formRowSelectMultiCodelistRow .controlContainer,
.pageBlockInner_FormBlock .formRowPhoneInputRow .controlContainer,
.pageBlockInner_FormBlock .formRowTextInputRow .controlContainer,
.pageBlockInner_TextTagReplacementBlock .formRowTextInputRow .controlContainer,
.pageBlockInner_FormBlock .formRowSelectInputRow_Common .controlContainer,
.pageBlockInner_FormBlock .formRowMoneyInputRow .controlContainer,
.pageBlockInner_FormBlock .formRowDateInputRow .controlContainer,
.pageBlockInner_FormBlock .formRowTextAreaRow .controlContainer,
.pageBlockInner_FormBlock .formRowCheckBoxRow .controlContainer,
.pageBlockInner_FormBlock .formRowCVBlockRow .controlContainer,
.pageBlockInner_FormBlock .formRowPhoneInputRow .intl-tel-input.allow-dropdown input,
.pageBlockInner_FormBlock .formRowPhoneInputRow .intl-tel-input.allow-dropdown input[type="tel"],
.pageBlockInner_FormBlock .formRowPhoneInputRow .intl-tel-input.allow-dropdown input[type="text"],
.pageBlockInner_FormBlock .formRowPhoneInputRow .intl-tel-input.separate-dial-code input,
.pageBlockInner_FormBlock .formRowPhoneInputRow .intl-tel-input.separate-dial-code input[type="tel"],
.pageBlockInner_FormBlock .formRowPhoneInputRow .intl-tel-input.separate-dial-code input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 10px 0;
    width: 100%;
    position: relative;
}

    .pageBlockInner_FormBlock .formRowSelectMultiCodelistRow .controlContainer .inputContainer,
    .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 {
        width: 100%;
        padding: 10px 5px;
        border: 1px solid #bababa;
        border-radius: 2px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 !important;
    }

    .pageBlockInner_FormBlock .formRowDateInputRow .controlContainer a {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 26px;
        line-height: 2.6rem;
        border-left: 1px solid;
        color: #382f2d;
        margin: 6px 0;
        padding: 0 6px;
        z-index: 1;
        font-family: 'EC-iconfont-PUA-11';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: auto;
        height: auto;
    }

        .pageBlockInner_FormBlock .formRowDateInputRow .controlContainer a:before {
            content: "";
        }

        .pageBlockInner_FormBlock .formRowDateInputRow .controlContainer a img {
            display: none;
        }

.pageBlockInner_FormBlock .formRowCheckBoxRow .controlContainer,
.pageBlockInner_FormBlock .formRowCVBlockRow .controlContainer {
    padding: 20px 0;
    margin: 0;
}

.pageBlockInner_FormBlock .formRowCheckBoxRow .controlContainer {
    /*padding-top: 0;*/
}

    .pageBlockInner_FormBlock .formRowCheckBoxRow .controlContainer .fakecheck {
        float: right;
        margin-top: -19px;
    }

.pageBlockInner_FormBlock div.noselectmultipleoptionsmessage {
    padding: 2px 5px;
    cursor: pointer;
}

@media all and (min-width:768px) {
    .pageBlockInner_FormBlock .formRowTimeInputRow .labelContainer,
    .pageBlockInner_FormBlock .formRowSelectAutoCompleteAdminPortalRow .labelContainer,
    .pageBlockInner_FormBlock .formRowSelectMultiCodelistRow .labelContainer,
    .pageBlockInner_FormBlock .formRowPhoneInputRow .labelContainer,
    .pageBlockInner_FormBlock .formRowTextInputRow .labelContainer,
    .pageBlockInner_TextTagReplacementBlock .formRowTextInputRow .labelContainer,
    .pageBlockInner_FormBlock .formRowSelectInputRow_Common .labelContainer,
    .pageBlockInner_FormBlock .formRowMoneyInputRow .labelContainer,
    .pageBlockInner_FormBlock .formRowDateInputRow .labelContainer,
    .pageBlockInner_FormBlock .formRowTextAreaRow .labelContainer,
    .pageBlockInner_FormBlock .formRowCheckBoxRow .labelContainer,
    .pageBlockInner_FormBlock .formRowCVBlockRow .labelContainer {
        width: 50%;
    }

        .pageBlockInner_FormBlock .formRowTimeInputRow .labelContainer label,
        .pageBlockInner_FormBlock .formRowSelectAutoCompleteAdminPortalRow .labelContainer label,
        .pageBlockInner_FormBlock .formRowSelectMultiCodelistRow .labelContainer label,
        .pageBlockInner_FormBlock .formRowPhoneInputRow .labelContainer label,
        .pageBlockInner_FormBlock .formRowTextInputRow .labelContainer label,
        .pageBlockInner_TextTagReplacementBlock .formRowTextInputRow .labelContainer label,
        .pageBlockInner_FormBlock .formRowSelectInputRow_Common .labelContainer label,
        .pageBlockInner_FormBlock .formRowMoneyInputRow .labelContainer label,
        .pageBlockInner_FormBlock .formRowDateInputRow .labelContainer label,
        .pageBlockInner_FormBlock .formRowTextAreaRow .labelContainer label,
        .pageBlockInner_FormBlock .formRowCheckBoxRow .labelContainer label,
        .pageBlockInner_FormBlock .formRowCVBlockRow .labelContainer label {
            padding: 20px 10px;
        }

    .pageBlockInner_FormBlock .formRowTimeInputRow .controlContainer,
    .pageBlockInner_FormBlock .formRowSelectAutoCompleteAdminPortalRow .controlContainer,
    .pageBlockInner_FormBlock .formRowSelectMultiCodelistRow .controlContainer,
    .pageBlockInner_FormBlock .formRowPhoneInputRow .controlContainer,
    .pageBlockInner_FormBlock .formRowTextInputRow .controlContainer,
    .pageBlockInner_TextTagReplacementBlock .formRowTextInputRow .controlContainer,
    .pageBlockInner_FormBlock .formRowSelectInputRow_Common .controlContainer,
    .pageBlockInner_FormBlock .formRowMoneyInputRow .controlContainer,
    .pageBlockInner_FormBlock .formRowDateInputRow .controlContainer,
    .pageBlockInner_FormBlock .formRowTextAreaRow .controlContainer,
    .pageBlockInner_FormBlock .formRowCheckBoxRow .controlContainer,
    .pageBlockInner_FormBlock .formRowCVBlockRow .controlContainer {
        width: 50%;
    }

    .pageBlockInner_FormBlock .formRowCheckBoxRow .controlContainer {
        width: 34%;
    }
}

.interviewdetailform .pageBlockInner_FormBlock .mapRow .mapContainer_Small {
    width: 30%;
    margin-left: 50%;
}

.interviewdetailform .pageBlockInner_FormBlock .mapRow .mapInnerContainer_Small {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

@media screen and (max-width:768px) {
    .interviewbookingconfirm .pageBlockInner_FormBlock form.lockedForm div.controlContainer_ReadOnly {
        width: 100%;
        background-color: #f0f0f0;
        color: black;
    }

    .interviewdetailform .pageBlockInner_FormBlock .mapRow .mapContainer_Small {
        width: 100%;
        margin-left: 0;
    }

    .interviewdetailform .pageBlockInner_FormBlock .mapRow #interviewMap_Small {
        height: 200px;
    }
}

#UsernameForm_pageBlockContainer .pageBlockInner_FormBlock #UsernameForm_username_formRow .labelContainer,
#UsernameForm_pageBlockContainer .pageBlockInner_FormBlock #UsernameForm_username_formRow .controlContainer {
    max-width: 500px;
    float: none;
    margin: 0 auto;
    display: block;
}

    #UsernameForm_pageBlockContainer .pageBlockInner_FormBlock #UsernameForm_username_formRow .labelContainer label {
        padding-left: 0;
        padding-bottom: 0;
    }

#UsernameForm_pageBlockContainer .pageBlockInner_FormBlock #UsernameForm_username_formRow .controlContainer {
    margin-bottom: 20px;
}

.ui-widget.ui-widget-content.ui-datepicker {
    min-width: 176px;
    max-width: 466px;
    width: auto;
    border: 1px solid #aaa;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    box-shadow: 0 6px 18px 1px rgba(0,0,0,.12);
    padding: 0 1em;
}

    .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header {
        padding: 0;
        margin-top: .75em;
        text-align: center;
        border: none;
        background: none;
        border-radius: 0;
    }

        .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
            margin: 0;
            line-height: normal;
        }

            .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
                border: none;
                -webkit-appearance: none;
                margin: 0;
                margin-left: .25em;
                margin-right: .25em;
                width: auto;
                line-height: 19.2px;
                cursor: pointer;
            }

                .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
                    text-align-last: right;
                }

                .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
                    border: none;
                    -webkit-appearance: none;
                    font-style: italic;
                    font-size: .8em;
                    color: #999;
                }

        .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
        .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            position: absolute;
            padding: .5em 1.25em;
            width: 1em;
            height: 1em;
            box-sizing: content-box;
            top: -.25em;
            border: none;
            background: none;
            border-radius: 0;
        }

        .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
            left: -1em;
            padding-right: 1.25em;
        }

        .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            right: -1em;
            padding-left: 1.25em;
        }

            .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
            .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
                color: #000;
                background: #b1dcfb;
            }

            .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before,
            .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
                content: '';
                border-top: .5em solid transparent;
                border-bottom: .5em solid transparent;
                border-right: .75em solid #000;
                width: 0;
                height: 0;
                display: block;
                margin: 0 auto;
            }

            .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
                border-right: 0;
                border-left: .75em solid #000;
            }

            .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
            .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
                display: none;
            }

    .ui-widget.ui-widget-content.ui-datepicker table {
        font-family: Montserrat,Helvetica,sans-serif;
        text-align: center;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
        font-size: inherit;
        width: 100%;
        margin-top: .75em;
        margin-bottom: .5em;
    }

        .ui-widget.ui-widget-content.ui-datepicker table th {
            width: 14.285714286%;
            font-size: .75em;
            padding-bottom: .25em;
            color: #999;
            font-weight: 500;
        }

        .ui-widget.ui-widget-content.ui-datepicker table tr td {
            padding: 0;
            margin: 0;
        }

            .ui-widget.ui-widget-content.ui-datepicker table tr td a {
                background: #fff;
                padding: .3125em 0;
                border: 1px solid transparent;
                color: #000;
                text-align: center;
                display: block;
            }

            .ui-widget.ui-widget-content.ui-datepicker table tr td:nth-child(7n+6) a,
            .ui-widget.ui-widget-content.ui-datepicker table tr td:nth-child(7n+7) a {
                background-color: #f8eaf6;
            }

            .ui-widget.ui-widget-content.ui-datepicker table tr td a:hover {
                background-color: #b1dcfb;
            }

            .ui-widget.ui-widget-content.ui-datepicker table tr td.ui-datepicker-today a {
                background: #b1dcfb;
                border-color: #0089ec;
                position: relative;
            }

                .ui-widget.ui-widget-content.ui-datepicker table tr td.ui-datepicker-today a:before {
                    content: '';
                    position: absolute;
                    top: 2px;
                    right: 2px;
                    width: 0;
                    height: 0;
                    border-top: .5em solid #0059bc;
                    border-left: .5em solid transparent;
                }

@media all and (min-width:33.875em) {
    .ui-widget.ui-widget-content.ui-datepicker table {
        margin-bottom: .75em;
    }

        .ui-widget.ui-widget-content.ui-datepicker table th {
            padding-bottom: .5em;
        }
}

@media all and (min-width:24.5em) {
    .ui-widget.ui-widget-content.ui-datepicker table .ui-datepicker-header .ui-datepicker-prev,
    .ui-widget.ui-widget-content.ui-datepicker table .ui-datepicker-header .ui-datepicker-next {
        top: -.33em;
    }

    .ui-widget.ui-widget-content.ui-datepicker table .ui-datepicker-header .ui-datepicker-prev {
        padding-right: 1.5em;
    }

    .ui-widget.ui-widget-content.ui-datepicker table .ui-datepicker-header .ui-datepicker-next {
        padding-left: 1.5em;
    }
}

.buttonsLeft button.buttonAnchor,
.buttonsRight button.buttonAnchor,
.buttonsLeft input.buttonSubmit,
.buttonsRight input.buttonSubmit,
.buttonsLeft a.buttonAnchor,
.buttonsRight a.buttonAnchor,
#Pos_Description_pageView #posdesc_pageBlock a.right,
button.buttonAnchor,
input.buttonSubmit,
a.buttonAnchor,
div.posDescriptionContainer317 .BigVacancyMap .moreJobs a {
    font-family: Montserrat,Helvetica,sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    font-size: 1.5rem;
    background: #440f11;
    border: 1px solid #440f11;
    border-radius: 3px;
    display: inline-block;
    padding: 11px 14px 12px;
    transition: background 200ms,border 200ms,color 200ms;
    outline: none !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,
    #Pos_Description_pageView #posdesc_pageBlock a.right:hover,
    button.buttonAnchor:hover,
    input.buttonSubmit:hover,
    a.buttonAnchor:hover {
        background: #ce0e2d;
        border-color: #ce0e2d;
        color: #fff;
    }

.buttonsRight li:nth-child(2) a.buttonAnchor,
.buttonsRight li:nth-child(3) a.buttonAnchor {
    margin-left: 5px !important;
}

.pageBlockInner_FormBlock div.textLiteral {
    text-align: left;
}

#UsernameForm_pageBlock .pageBlockInner_FormBlock div.textLiteral,
#RegisterForm_pageBlock .pageBlockInner_FormBlock div.textLiteral {
    text-align: center;
}

#UsernameForm_pageBlock .ssoIconsInnerContainer {
    max-width: 400px;
}

    #UsernameForm_pageBlock .ssoIconsInnerContainer .facebook_ssoIcon a {
        color: #fff;
    }

        #UsernameForm_pageBlock .ssoIconsInnerContainer .facebook_ssoIcon a:before {
            font-family: 'EC-iconfont-PUA-11';
            content: "";
            max-width: 64px;
            max-height: 64px;
            border-radius: 100%;
            background: #315d9c;
            color: inherit;
            display: block;
            margin: 0 auto;
            font-size: 40px;
            padding: 23px 0;
            box-sizing: border-box;
        }

        #UsernameForm_pageBlock .ssoIconsInnerContainer .facebook_ssoIcon a .ssoIconImage {
            display: none;
        }

.tooltip2_Surround,
.tooltip2_SurroundClosing {
    display: none !important;
}

.charCounterValue {
    float: left;
}

.earcuContent {
    padding: 20px 0;
}

#quicksearch_pageBlockContainer {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    font-size: 16px;
    font-size: 1.6rem;
    clear: both;
}

    #quicksearch_pageBlockContainer .pageBlockContainerMiddle {
        background: #ce0e2d;
        border-radius: 10px;
        min-height: 80px;
        position: relative;
        padding: 20px 10px 10px;
        overflow: hidden;
    }

        #quicksearch_pageBlockContainer .pageBlockContainerMiddle .pageBlockHeader {
            position: absolute;
            left: 20px;
            text-align: left;
            top: 50%;
            transform: translateY(-50%);
        }

            #quicksearch_pageBlockContainer .pageBlockContainerMiddle .pageBlockHeader .pageBlockTitle {
                float: none;
                padding: 0;
            }

                #quicksearch_pageBlockContainer .pageBlockContainerMiddle .pageBlockHeader .pageBlockTitle h2 {
                    color: #fff;
                    font-size: 26px;
                    font-size: 2.6rem;
                    margin-bottom: 3px;
                }

                    #quicksearch_pageBlockContainer .pageBlockContainerMiddle .pageBlockHeader .pageBlockTitle h2:after {
                        content: "";
                        font-size: 20px;
                        font-size: 2rem;
                        margin-left: 8px;
                        font-family: 'VT-icons' !important;
                        speak: none;
                        font-weight: normal;
                        font-style: normal;
                        font-variant: normal;
                        text-transform: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        display: none;
                    }

        #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock {
            width: calc(100% - 270px);
            float: right;
            padding: 0;
        }

            #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock .formRowTextInputRow {
                width: calc(50% - 54px);
                clear: none;
                float: left;
                padding-top: 0;
                border: none;
            }

                #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock .formRowTextInputRow .labelContainer {
                    display: none;
                }

                #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock .formRowTextInputRow .controlContainer {
                    width: calc(100% - 20px);
                    box-sizing: border-box;
                    margin: 0;
                    margin-right: 20px;
                }

                    #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock .formRowTextInputRow .controlContainer input {
                        width: 100%;
                        box-sizing: inherit;
                        margin-top: 15px !important;
                        background: #fff;
                        border-radius: 4px;
                        font-size: 16px;
                        font-size: 1.6rem;
                        height: 48px;
                        padding: 0 10px;
                    }

            #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock .formRowButtonRow {
                width: 100%;
                max-width: 87px;
                clear: none;
                float: left;
                padding-top: 3px;
                margin-top: 11px;
            }

                #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock .formRowButtonRow input {
                    border-radius: 10px;
                    width: 100%;
                    background-color: transparent;
                    border-color: #fff;
                    color: #fff;
                    padding: 14px 20px 15px;
                }

                    #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock .formRowButtonRow input:hover {
                        background-color: #fff;
                        color: #ce0e2d;
                    }

@media all and (min-width:960px) {
    #quicksearch_pageBlockContainer {
        margin-top: -40px;
    }
}

.banner-lower {
    background-color: #453b39;
    background-color: rgba(69,59,57,.95);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    position: relative;
    z-index: 1;
}

    .banner-lower .col {
        margin-bottom: 0;
    }

        .banner-lower .col .breadcrumb {
            padding: 12px;
            font-size: 12px;
            font-size: 1.2rem;
        }

            .banner-lower .col .breadcrumb ul {
                display: inline;
                margin: 0;
                padding: 0;
                list-style-type: none;
            }

                .banner-lower .col .breadcrumb ul li {
                    display: inline;
                }

                    .banner-lower .col .breadcrumb ul li a,
                    .banner-lower .col .breadcrumb ul li span {
                        color: #fff;
                        text-decoration: none;
                        font-size: 12px;
                    }

                        .banner-lower .col .breadcrumb ul li a:hover {
                            text-decoration: underline;
                        }

                        .banner-lower .col .breadcrumb ul li span.active-page {
                            font-weight: bold;
                        }

.ui-widget.ui-widget-content#quickapplydialogDialogContainer {
    top: 3.7em !important;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        height: calc(100% - 40%);
    }

    to {
        opacity: 1;
        height: calc(100% - 20%);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        height: calc(100% - 40%);
    }

    to {
        opacity: 1;
        height: calc(100% - 20%);
    }
}

.eb-css .ebcss-fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot);
    src: url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
        height: calc(100% - 20%);
        display: block;
    }

    to {
        opacity: 0;
        height: calc(100% - 40%);
        display: none;
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
        height: calc(100% - 20%);
        display: block;
    }

    to {
        opacity: 0;
        height: calc(100% - 40%);
        display: none;
    }
}

.eb-css .ebcss-fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.chatbotBtn {
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 11;
    width: 55px;
    height: 55px;
    background-color: #fff;
    padding: 8px 11px 11px 8px;
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.8);
    border-radius: 200px;
    cursor: pointer;
}

    .chatbotBtn.open,
    body.isIE .chatbotBtn {
        display: none;
    }


.chatbotWindow {
    position: fixed;
    bottom: 0;
    right: 42px;
    z-index: 80;
    max-height: 640px;
    height: calc(100% - 80px);
    border-radius: 4px 4px 0 0;
    width: 360px;
    box-shadow: 0 10px 60px rgba(0, 0, 0, .60);
    overflow: hidden;
    z-index: 111;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 300ms ease-in-out;
}

    .chatbotWindow.closed {
        height: 0px;
        display: none;
    }

    .chatbotWindow .chatBotHeader {
        display: block;
        width: 100%;
        float: left;
        background: #440f11;
        color: #fff;
        /*position: absolute;
        top: 0;
        left: 0;
        right: 0;*/
        z-index: 9;
    }

        .chatbotWindow .chatBotHeader .chatBotIcon {
            width: calc(100% - 88px);
            float: left;
            display: block;
        }

            .chatbotWindow .chatBotHeader .chatBotIcon img {
                padding: 2px 6px;
                margin-top: 0;
                height: 44px;
                box-sizing: border-box;
            }

        .chatbotWindow .chatBotHeader .chatBotClose {
            display: block;
            position: relative;
            float: right;
            cursor: pointer;
        }

            .chatbotWindow .chatBotHeader .chatBotClose .closeIcon {
                position: relative;
                width: 44px;
                height: 44px;
                float: right;
                padding: 13px;
                box-sizing: border-box;
            }

                .chatbotWindow .chatBotHeader .chatBotClose .closeIcon .close {
                    position: absolute;
                    display: inline-block;
                    width: 18px;
                    height: 18px;
                    overflow: hidden;
                    top: 13px;
                    right: 13px;
                }

                    .chatbotWindow .chatBotHeader .chatBotClose .closeIcon .close:before,
                    .chatbotWindow .chatBotHeader .chatBotClose .closeIcon .close:after {
                        background: #fff;
                        content: '';
                        position: absolute;
                        height: 3px;
                        margin-top: -2px;
                        width: 100%;
                        top: 50%;
                        left: 0;
                    }

                    .chatbotWindow .chatBotHeader .chatBotClose .closeIcon .close:before {
                        -webkit-transform: rotate(45deg);
                        -moz-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        -o-transform: rotate(45deg);
                        transform: rotate(45deg);
                    }

                    .chatbotWindow .chatBotHeader .chatBotClose .closeIcon .close:after {
                        -webkit-transform: rotate(-45deg);
                        -moz-transform: rotate(-45deg);
                        -ms-transform: rotate(-45deg);
                        -o-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                    }

    .chatbotWindow .chatBotBody {
        background: #ededed;
        height: calc(100% - 44px);
        width: 100%;
        display: block;
        position: relative;
        float: left;
    }

        .chatbotWindow .chatBotBody .escb-conv-form-wrapper,
        .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages {
            height: 100%;
            display: block;
            float: left;
            position: relative;
            width: 100%;
        }

            .chatbotWindow .chatBotBody .escb-conv-form-wrapper:before {
                display: none;
            }

            .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages {
                overflow-x: hidden;
                overflow-y: auto;
                height: calc(100% - 22px);
            }

                .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages .escb-spinLoader,
                .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages .escb-spinLoader:before,
                .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages .escb-spinLoader:after {
                    color: #440f11 !important;
                    background: #440f11 !important;
                }

                    .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages .escb-spinLoader.escb-hidden {
                        display: none;
                    }

                .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages div#escb-messages {
                    width: 100%;
                    padding-top: 12px;
                    display: block;
                    float: left;
                    box-sizing: border-box;
                    overflow-y: auto;
                    transition: none;
                    height: calc(100% - 135px) !important;
                    top: 0;
                    bottom: initial;
                }

    .chatbotWindow.chrome .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages div#escb-messages {
        height: calc(100% - 66px) !important;
    }

    .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages div#escb-messages div.escb-message {
        width: 100%;
        margin-bottom: 8px;
        float: left;
        max-width: 76%;
        box-sizing: border-box;
    }

        .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages div#escb-messages div.escb-message:last-child {
            margin-bottom: 15px;
        }

        .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages div#escb-messages div.escb-message.escb-to {
            padding: 0;
            background: none;
            border-radius: 0;
            position: relative;
        }

            .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages div#escb-messages div.escb-message.escb-to img {
                background-color: #440f11;
                width: 36px;
                height: 36px;
                float: left;
                display: block;
                margin-right: 6px;
                margin-left: 10px;
                z-index: 0;
                border: 0;
                border-radius: 30px;
                overflow: hidden;
                box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
                padding: 2px;
                box-sizing: border-box;
                position: absolute;
            }

            .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages div#escb-messages div.escb-message.escb-to span {
                margin-left: 56px;
                color: #382F2D;
                background: #fff;
                float: left;
                border-radius: 6px;
                border-top-left-radius: 4px;
                position: relative;
                font-size: 14px;
                max-width: 76%;
                min-width: 56px;
                line-height: 1.3;
                padding: 9px 16px 9px 14px;
                box-shadow: 0px 1.4px 1px rgba(0, 0, 0, 0.2);
                word-break: normal;
                word-wrap: break-word;
            }

            .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages div#escb-messages div.escb-message.escb-to.escb-typing {
                display: none !important;
                margin-left: 10px;
                color: #382F2D;
                background: #fff;
                float: left;
                border-radius: 6px;
                border-top-left-radius: 4px;
                position: relative;
                font-size: 14px;
                min-height: 36px;
                line-height: 1.3;
                padding: 9px 16px 9px 14px;
                box-shadow: 0px 1.4px 1px rgba(0, 0, 0, 0.2);
                width: auto;
            }

                .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages div#escb-messages div.escb-message.escb-to span:before,
                .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages div#escb-messages div.escb-message.escb-to.escb-typing:before {
                    content: '';
                    width: 0;
                    height: 0;
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                    border-right: 10px solid #fff;
                    position: absolute;
                    left: -8px;
                    top: 8px;
                }

        .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages div#escb-messages div.escb-message.escb-from {
            color: #fff;
            margin-right: 18px;
            background-color: #382F2D;
            float: right;
            border-radius: 6px;
            border-top-right-radius: 4px;
            padding: 9px 14px 9px 16px;
            font-size: 14px;
            max-width: 76%;
            min-width: 56px;
            min-height: 36px;
            line-height: 1.3;
            box-shadow: 0px 1.4px 1px rgba(0, 0, 0, 0.2);
            word-break: normal;
            word-wrap: break-word;
            width: auto;
            position: relative;
        }

            .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages div#escb-messages div.escb-message.escb-from:before {
                content: '';
                width: 0;
                height: 0;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 10px solid #382F2D;
                position: absolute;
                right: -10px;
                top: 8px;
            }

            .chatbotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages div#escb-messages div.escb-message.escb-from + .escb-message.escb-to {
                margin-top: 0;
            }

    .chatbotWindow .chatBotBody .escb-convFormDynamic {
        float: left;
        width: 100%;
        margin: 0 !important;
        position: absolute;
        bottom: 0;
        z-index: 9;
        box-shadow: none;
        display: block;
    }

        .chatbotWindow .chatBotBody .escb-convFormDynamic .escb-options .escb-option {
            display: inline-block;
            width: auto;
            margin: auto;
            margin-bottom: 7px;
            font-size: 14px;
            background-color: transparent;
            color: #382F2D;
            border: 1px solid #382F2D;
            text-align: center;
            border-radius: 20px;
            padding: 9px 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 1.4;
            transition: all .3s ease;
            white-space: normal;
            margin-left: 5px;
        }

    .chatbotWindow.chrome .chatBotBody .escb-convFormDynamic .escb-options .escb-option {
        width: 248px;
        display: block;
    }

    .chatbotWindow .chatBotBody .escb-convFormDynamic .escb-options .escb-option:first-child {
        margin-top: 7px;
    }

    .chatbotWindow .chatBotBody .escb-convFormDynamic .escb-options .escb-option:hover {
        background-color: #fff;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    }

    .chatbotWindow .chatBotBody .escb-convFormDynamic .escb-userInputDynamic {
        background: #fff;
        margin: 0;
        padding: 10px;
        display: block;
        position: relative;
        min-height: auto;
        color: #000;
        border: 0px;
        float: left;
        font-size: 14px;
        width: calc(100% - 50px);
        height: 66px !important;
        border-radius: 0;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow: auto;
        box-shadow: none;
        line-height: 18px;
        outline: none !important;
    }

    .chatbotWindow .chatBotBody .escb-convFormDynamic .escb-submit {
        float: right;
        background-color: #fff;
        position: absolute;
        outline: none;
        border: 0;
        padding: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        width: 50px;
        height: 66px;
        margin: 0;
        border-radius: 0;
    }

        .chatbotWindow .chatBotBody .escb-convFormDynamic .escb-submit:before {
            content: "\e171";
            color: #440f11;
            width: inherit;
            height: inherit;
            font-size: 26px;
            padding: 18px 10px;
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            box-sizing: border-box;
        }

.BrandPrimaryTextTheme,
.WhiteTextTheme {
    min-height: 122px;
    box-sizing: border-box;
    text-transform: uppercase;
}

.ui-widget.ui-widget-content {
    padding: 10px;
    background: #440f11;
}

    .ui-widget.ui-widget-content button {
        outline: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0;
    }

header.banner .banner-links ul.primary-links li .banner-icon.signout .lbl {
    margin-right: 10px;
}

#EarcuHeadingTextBlockTitle {
    display: none;
}

#talentpoolgrid_pageBlockContainer .pageBlockHeader {
    display: none;
}

#talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent {
    border: none;
    padding: 0;
}


    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer {
        margin: 0;
    }

        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder {
            width: 33%;
            height: 400px;
            position: relative;
            margin: 10px 0 30px;
            overflow: hidden;
        }

            #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder:before {
                background: #ce0e2d;
                content: '';
                display: block;
                height: calc(100% - 60px);
                width: 90%;
                z-index: 0;
                position: absolute;
                top: 60px;
                left: -40px;
                transition: all .2s ease-in-out;
            }

            #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder .rowContainer {
                width: 90%;
                margin: 0 auto !important;
                position: relative;
                overflow: hidden;
                transition: all .2s ease-in-out;
                border: none;
                background: none;
                padding: 0;
                overflow: hidden;
            }

                #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder .rowContainer .rowHeader {
                    position: relative;
                    width: 100%;
                    float: left;
                    z-index: 2;
                    text-align: center;
                    margin-top: 15px;
                    padding: 0;
                }

                    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder .rowContainer .rowHeader a {
                        text-decoration: none;
                        display: block;
                        background: #ce0e2d;
                        transition: all .2s ease;
                        padding: 15px;
                        width: 100%;
                        overflow: auto;
                        font-size: 20px;
                        box-sizing: border-box;
                        line-height: normal;
                        color: #fff;
                    }

                        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder .rowContainer .rowHeader a:after {
                            content: "Register your interest";
                            width: 100%;
                            clear: left;
                            float: left;
                            text-align: center;
                            margin-top: 5px;
                            font-weight: normal;
                            font-size: 16px;
                        }

                    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder .rowContainer .rowHeader .rowLabel {
                        float: none;
                    }

                #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder .rowContainer .rowContentContainer {
                    float: left;
                    width: 100%;
                }

                    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer {
                        padding: 0;
                        margin: 0;
                    }

                        #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer span {
                            z-index: 1;
                            transition: all .2s ease-in-out;
                        }

                            #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer span a.rcMenu img {
                                width: 100%;
                                height: 284px;
                                object-fit: cover;
                                object-position: 50% 50%;
                            }

            #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder:hover:before {
                top: 0px;
                left: 10px;
            }

            #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder:hover .rowContainer {
                transform: scale(1.1);
                transition: all .2s ease-in-out;
            }

#alerts-box {
    text-align: center;
    overflow: hidden;
    background-image: url(../Images/custom/alerts-bg.jpg);
    background-position: right top;
    margin-bottom: 30px;
}

    #alerts-box .text-container {
        background-color: #ce0e2d;
        margin: 0;
        padding: 10px;
        width: 469px;
        min-height: 253px;
    }

    #alerts-box .ee-inner {
        padding: 10px;
    }

    #alerts-box ul {
        list-style: none;
    }

    #alerts-box li {
        text-align: left;
    }

    #alerts-box h2 {
        font-size: 26px;
        font-size: 2.6rem;
        margin-top: 0;
    }

    #alerts-box h2, #alerts-box p {
        color: #ffffff;
        margin-bottom: 20px;
    }

        #alerts-box p.lrg {
            font-size: 22px;
            line-height: 110%;
            margin-bottom: 10px;
        }

    #alerts-box a {
        border-radius: 28px;
        width: auto;
        background-color: transparent;
        border-color: #fff;
        color: #fff;
        padding: 14px 20px 15px;
    }

        #alerts-box a:hover {
            background-color: #fff;
            color: #ce0e2d;
        }

@media all and (max-width:1200px) {
    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder {
        width: 49%;
    }
}

@media all and (max-width:767px), all and (max-device-width:767px) {
    #talentpoolgrid_pageBlockContainer #talentpoolgrid_pageBlock .gridContent .ListGridContainer .rowContainerHolder {
        width: 100%;
    }

    #alerts-box {
        background: none;
    }

        #alerts-box .text-container {
            width: auto;
        }

        #alerts-box .ee-inner {
            padding: 10px 15%;
        }
}

@media all and (max-width:479px), all and (max-device-width:479px) {
    #alerts-box .ee-inner {
        padding: 10px;
    }
}
/* Misc Styling Ends */

/* Landing Page Styling */
.CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer {
    margin-left: 0;
}

    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer {
        width: calc(33.3333% - 20px);
        margin: 0 10px 20px;
        height: auto;
        background: none;
        min-height: 232px;
    }

        .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer.listItemContainer_Empty {
            display: none;
        }

        .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder {
            position: relative;
            background-size: cover;
            padding-bottom: 56.25%;
            background-position: 50% 50%;
        }

            .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder:before {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: rgba(56, 47, 45, 0.3);
                transition: all .2s;
                z-index: 1;
            }

            .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder:hover:before {
                background: rgba(56, 47, 45, 0.7);
            }

            .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder .codeListBlockLower {
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                transform: translateY(-50%);
                z-index: 2;
                text-align: center;
                padding: 20px;
                box-sizing: border-box;
            }

                .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder .codeListBlockLower a {
                    display: inline-block;
                }

                    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder .codeListBlockLower a .listItemTitleAnchor_Label {
                        color: #fff;
                        font-size: 34px;
                        font-size: 3.4rem;
                        line-height: 34px;
                        line-height: 3.4rem;
                        letter-spacing: .07px;
                    }

                .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder .codeListBlockLower .listItemCountContainer {
                    text-align: inherit;
                    color: #fff;
                    font-size: 20px;
                    font-size: 2rem;
                    line-height: 20px;
                    line-height: 2rem;
                    letter-spacing: .07px;
                }
/* Landing Page Styling Ends */

/* About Us Page Styling */
body:not(.cookie-banner-visible).textpage_about header.banner .banner-top {
    position: absolute;
    top: -61px;
}
/* About Us Page Styling Ends */

/* Life at LNER Page Styling */
.textpage_life .section {
    padding: 40px 30px;
    background: #f0f0f0;
    margin: 20px 0;
}
/* Life at LNER Page Styling Ends */

/* Cookies Page Styling */
.textpage_cookies .accordion-content.opened {
    display: block !important;
    height: auto !important;
}
/* Cookies Page Styling Ends */

/* Results Page Styling */
#posBrowser_Filter_pageBlock .filtersSummary .alternateViews a {
    padding-right: 20px;
    position: relative;
    overflow: hidden;
}

    #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a.alternateViewsButton_Selected {
        display: none;
    }

    #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a:after {
        content: '';
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 1px;
    }

    #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a.alternateViewsButton_List:after {
        content: '\f03a';
    }

    #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a.alternateViewsButton_Map:after {
        content: '\f124';
    }

#posBrowser_Filter_pageBlockContainer {
    margin-bottom: 0;
    overflow: hidden;
}

    #posBrowser_Filter_pageBlockContainer #posBrowser_Filter_pageBlock {
        overflow: hidden;
    }

        #posBrowser_Filter_pageBlockContainer #posBrowser_Filter_pageBlock .filtersExpander {
            padding: 15px 20px 10px;
            position: relative;
        }

            #posBrowser_Filter_pageBlockContainer #posBrowser_Filter_pageBlock .filtersExpander a.filtersExpanderButton:before {
                font-family: FontAwesome;
                position: absolute;
                left: 0;
                content: '\f067';
            }

            #posBrowser_Filter_pageBlockContainer #posBrowser_Filter_pageBlock .filtersExpander a.filtersExpanderButton.filtersExpanderButton_Expanded:before {
                content: '\f068';
            }

#posBrowser_Filter_pageBlock .FiltersContainer {
    border: none;
    border-bottom: 1px solid #eaeaea;
    display: block !important;
    transition: all .3s ease;
}

    #posBrowser_Filter_pageBlock .FiltersContainer.FiltersContainer_Hidden {
        height: 0 !important;
    }

#posBrowser_Filter_pageBlock .HeaderContainer {
    background: none;
    border: none;
    margin-top: 5px;
}

#posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li {
    background: none;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    transition: all .2s ease;
    position: relative;
}

    #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li.ValueItem_selected {
        background: #453b39;
    }

    #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        transition: all .4s ease;
        background: #440f11;
    }

    #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li a {
        transition: all .3s ease;
        z-index: 1;
        position: relative;
        text-decoration: none !important;
    }

        #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li a .label {
            display: block;
            background: none;
            padding: 0;
            border-radius: 0;
            margin: 0;
        }

        #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li a .count {
            display: none;
        }

    #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li:hover:before {
        height: 100%;
    }

    #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li:hover a,
    #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li.ValueItem_selected a {
        color: #fff;
    }

#posBrowser_Filter_pageBlock .FiltersContainer .FilterRow:last-child .FilterContainer .ValueList {
    padding-bottom: 4px;
}

    #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow:last-child .FilterContainer .ValueList li {
        border-bottom: none;
    }

.earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer {
    overflow: auto;
}

    .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer {
        width: 100%;
        margin: 0 !important;
        height: auto;
        border: none;
        border-bottom: 1px solid #eaeaea;
        padding: 24px 21px;
        background: #fff;
        position: relative;
        box-sizing: border-box;
    }

        .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            transition: all .4s ease;
            z-index: 1;
            background: #440f11;
            display: none;
        }

        .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer:hover:before {
            height: 100%;
        }

        .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer .rowHeader {
            float: left;
        }

        .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer .rowContentContainer {
            float: right;
            padding-left: 10px;
        }

            .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer .rowHeader a,
            .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer .rowContentContainer span {
                text-decoration: none !important;
                transition: all .2s ease;
                position: relative;
                z-index: 2;
            }

        .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer .rowHeader a {
            font-size: 20px;
            display: inline-block;
        }

        .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer .rowContentContainer span {
            font-size: 16px;
        }

        .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer:hover a,
        .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer:hover .rowContentContainer span {
            text-decoration: underline !important;
        }

        .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer .rowContentContainer .rowItemsInnerContainer {
            margin-left: 0;
        }

.pageBlockInner_GridBlock .pagingControls_Tiles .pagingText {
    padding-top: 0;
}

.pageBlockInner_GridBlock .pagingControls_Tiles .pagingButtons {
    margin-top: 5px;
}

    .pageBlockInner_GridBlock .pagingControls_Tiles .pagingButtons a {
        border: none !important;
        margin: 2px 5px 1px 1px !important;
    }

.posListHover {
    display: none !important;
}

.posBrowserMapBlock .addressContainer {
    position: relative;
    left: initial !important;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background: #ce0e2d;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin-bottom: 10px;
    min-height: 80px;
    margin-top: 15px;
    padding: 15px 20px;
}

    .posBrowserMapBlock .addressContainer .addressLabel {
        position: relative;
        text-align: left;
        font-size: 30px;
        font-size: 3rem;
        font-style: normal;
        font-weight: normal;
        letter-spacing: -.03em;
        line-height: 3.8rem;
        width: auto;
        padding-top: 0;
        margin: 5px 20px 10px 0;
    }

        .posBrowserMapBlock .addressContainer .addressLabel:after {
            content: "";
            font-size: 20px;
            font-size: 2rem;
            margin-left: 8px;
            font-family: 'VT-icons' !important;
            speak: none;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .posBrowserMapBlock .addressContainer .addressInput {
        width: calc(100% - 336px);
        background-color: #fff;
        border-radius: 4px;
        font-size: 16px;
        font-size: 1.6rem;
        height: 48px;
        padding: 0 10px;
        border: 1px solid #bababa;
        margin-right: 20px;
        box-sizing: border-box;
    }

    .posBrowserMapBlock .addressContainer .addressButton {
        width: auto;
        font-family: Montserrat,Helvetica,sans-serif;
        color: #382f2d;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 15px;
        font-size: 1.5rem;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 28px;
        display: inline-block;
        padding: 13px 20px 16px;
        transition: background 200ms,border 200ms,color 200ms;
        outline: none !important;
    }

        .posBrowserMapBlock .addressContainer .addressButton:hover {
            background-color: #ce0e2d;
            color: #fff;
            border-color: #fff;
        }
/* Results Page Styling Ends */

/* Job Description Styling */
#posdesc_pageBlock .posDescriptionContainer {
    overflow: hidden;
}

.descvid {
    width: 100%;
    height: auto;
}

div.moviePlayerContainer {
    max-width: 100% !important;
}

@media all and (min-width:0) {
    .pos_description #Pos_Description_pageView .row .col--12-xs, .pos_description_review #Pos_Description_Review_pageView .row .col--12-xs {
        width: 100% !important;
    }
}

@media all and (min-width:720px) {
    .pos_description #Pos_Description_pageView .row .col--8-md,
    .pos_description_review #Pos_Description_Review_pageView .row .col--8-md {
        width: 66.66667% !important;
    }

    .pos_description #Pos_Description_pageView .row .col--4-md,
    .pos_description_review #Pos_Description_Review_pageView .row .col--4-md {
        width: 66.66667% !important;
    }
}

@media all and (min-width:965px) {
    .pos_description #Pos_Description_pageView .row .col--8-lg,
    .pos_description_review #Pos_Description_Review_pageView .row .col--8-lg {
        width: 66.66667% !important;
    }

    .pos_description #Pos_Description_pageView .row .col--4-lg,
    .pos_description_review #Pos_Description_Review_pageView .row .col--4-lg {
        width: 33.33333% !important;
    }
}

@media all and (min-width:1200px) {
    .pos_description #Pos_Description_pageView .row .col--8-xl,
    .pos_description_review #Pos_Description_Review_pageView .row .col--8-xl {
        width: 66.66667% !important;
    }

    .pos_description #Pos_Description_pageView .row .col--4-xl,
    .pos_description_review #Pos_Description_Review_pageView .row .col--4-xl {
        width: 33.33333% !important;
    }
}

.pos_description #Pos_Description_pageView .row,
.pos_description_review #Pos_Description_Review_pageView .row {
    margin: 0 -1.5rem;
}

    .pos_description #Pos_Description_pageView .row [class*=col-],
    .pos_description_review #Pos_Description_Review_pageView .row [class*=col-] {
        position: relative;
        box-sizing: border-box;
        float: left;
        padding: 0 1.5rem;
    }

.pos_description .sc-wrapper .BrandPrimaryTextTheme {
    min-height: 92px;
}

    .pos_description .sc-wrapper .BrandPrimaryTextTheme .st {
        display: none;
    }

.posAlerts_info.posrightbox_info {
    margin: 1em 0 0;
}

.ApplyNowContainer.ApplyViaFormContainer p {
    margin: 0;
}

#Pos_Description_pageView #posdesc_pageBlock a.right {
    margin-right: 0;
    margin-bottom: 0px;
    width: auto;
    box-sizing: border-box;
    text-align: center;
    float: right;
}

#Pos_Description_pageView #posdesc_pageBlock #bottom-apply .ApplyNowContainer {
    padding: 20px 0;
}

    #Pos_Description_pageView #posdesc_pageBlock #bottom-apply .ApplyNowContainer a.right {
        float: left;
    }

#Pos_Description_pageView #posdesc_pageBlock a.buttonAnchor.descbuttontwo.right {
    margin-bottom: 0;
}

    #Pos_Description_pageView #posdesc_pageBlock a.buttonAnchor.descbuttontwo.right:hover {
        background-color: #232323 !important;
    }

.posAlerts .posAlerts_info {
    margin-bottom: 1em;
}

.connectedContainer,
.button.connect,
.button.disconnect {
    display: block;
    float: none;
}

.ulListItemLabel,
.PosMyAppSummaryValues,
.rowContainer,
body #MyDetailsStauts_pageBlockContainer .pageBlockContent.pageBlockContent_TextTagReplacementBlock {
    padding: 1em;
    margin-bottom: 1em;
}

.PosDescriptionText * {
    font-family: inherit !important;
    line-height: 2.4rem;
    text-align: left;
    list-style: inside;
}

.PosMyAppSummaryValues dd {
    margin: 0;
}

.PosMyAppSummaryValues div.appCompleteChartBack,
.PosMyAppSummaryValues div.appCompleteChartBar {
    padding: 0;
    margin: 0;
}

.ApplyNowContainer.ApplyViaFormContainer {
    background-color: none;
    padding: 20px;
}

.posDescriptionContainer .keytitle {
    color: #440f11;
    font-weight: 500;
}

#posdesc_pageBlock ul.jobSum li::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #440f11;
    border-radius: 50%;
    margin-top: 2px;
    margin-left: -25px;
}

#posdesc_pageBlock ul.jobSum li {
    width: 50%;
    float: none;
    display: inline-table;
    padding: 2px 25px 2px;
    box-sizing: border-box;
}

/**tabs**/
.descriptiontabs {
    width: 100%;
}

ul.tabslist {
    list-style-type: none;
    height: auto;
    padding: 0;
    overflow: visible;
}

.tablinkli {
    float: left;
    width: 24.77%;
    margin-right: 0.3%;
    margin-bottom: 0.3%;
    max-height: 64px;
    text-align: center;
    background-color: #f3f3f3;
    box-sizing: border-box;
}

    .tablinkli:last-of-type {
        margin-right: 0;
    }


    .tablinkli.activelink {
        background-color: #737373;
    }

a.tablink {
    color: #1a1a1a;
    text-decoration: none;
    padding: 23px 16px;
    display: block;
    box-sizing: border-box;
}

.diamond {
    display: none;
    visibility: hidden;
    width: 16px;
    height: 16px;
    background-color: #737373;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
    margin-top: -10px;
    box-sizing: border-box;
}

.activediamond {
    display: block;
    visibility: visible;
    transition: all 0.6s;
}

.tabscontainer {
    display: block;
    clear: both;
}

.tabdesc {
    display: none;
    width: 100%;
    min-height: 300px;
    background-color: #f5f5f5;
    padding: 16px 16px 16px 16px;
    box-sizing: border-box;
}

div#posdesc_pageBlock.BigMapVisible .tabdesc.two.activetab {
    min-height: 0;
    padding: 0;
}

.activetab {
    display: block;
    transition: all 0.5s;
}

a.activetablink {
    color: white !important;
}

.activeli {
    background-color: #737373;
}

.mobliright {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 992px) {
    ul.tabslist {
        list-style-type: none;
        float: none;
        height: 220px;
    }

    .tablinkli {
        display: block;
        width: 100%;
        text-align: left;
        background-color: #f5f5f5;
        border-bottom: 2px solid #dadada;
        margin-right: 0;
        width: 100%;
    }

        .tablinkli:last-of-type {
            border-bottom: none;
        }

        .tablinkli.activelink {
            background-color: #737373;
        }

    a.tablink {
        color: #1a1a1a;
        text-decoration: none;
        min-width: 100%;
        display: block;
    }

    .mobliright {
        display: inline-block;
        visibility: visible;
        color: #00B3E6;
        margin-right: 20px;
        float: right;
        padding-left: 20%;
    }

    .diamond {
        display: none;
        visibility: hidden;
        width: 16px;
        height: 16px;
        background-color: #4d4d4d;
        margin-left: auto;
        margin-right: auto;
        transform: rotate(45deg);
        margin-top: 17px;
    }

    .activediamond {
        display: none;
        visibility: hidden;
    }

    .tabscontainer {
        display: block;
        clear: both;
    }

    .tab {
        display: none;
        width: 100%;
        min-height: 300px;
        background-color: #f5f5f5;
    }

    .activetab {
        display: block;
        transition: all 0s;
    }

    a.activetablink {
        color: white !important;
        transition: all 0s;
    }

    .activeli {
        background-color: #4d4d4d;
        transition: all 0s;
    }

    .homelner {
        background-image: none, url("../images/Banners/banner01-mob.png");
        min-height: 316px;
    }

    .lnerbannertext {
        min-height: 316px;
    }

    .textpage-values-banner {
        background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner13-mob.png");
        min-height: 316px;
    }

    .textpage-about-banner {
        background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner02-mob.png");
        min-height: 316px;
    }

    .textpage-people-heart-banner {
        background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner03-mob.png");
        min-height: 316px;
    }

    .textpage-recruit-banner {
        background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner04-mob.png");
        min-height: 316px;
    }

    .textpage-benefits-banner {
        background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner05-mob.png");
        min-height: 316px;
    }

    .textpage-places-banner {
        background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner06-mob.png");
        min-height: 316px;
    }

    .textpage-biz-banner {
        background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner10-mob.png");
        min-height: 316px;
    }

    .textpage-life-banner {
        background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner11-mob.png");
        min-height: 316px;
    }

    .tm-banner-one {
        background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner14-mob.png");
        min-height: 316px;
    }

    .tm-banner-two {
        background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner15-mob.jpg");
        min-height: 316px;
    }

    .textpage-appr-banner {
        background-image: url("../images/Banners/lner-ob-bg-1600.png"), url("../images/Banners/banner16-mob.png");
        min-height: 316px;
    }
}


.whatwep {
    padding-top: 15px;
}

.JobTitle {
    display: none;
}

.earcu_posdescriptionnote > div > b,
h2.subtitle {
    font-size: 36px;
    font-weight: 400;
    color: #440f11;
    margin: 0px 0px 25px 0px;
    line-height: 1.2;
    line-height: initial;
}

.PosDescriptionText .ApplyNowContainer {
    float: right;
}

div.posDescriptionContainer317 .BigVacancyMap {
    width: 100%;
}

div.posDescriptionContainer317 .RightJobBox {
    margin-left: 20px;
    width: 28%;
}

span.miniMapButton {
    margin-bottom: 10px;
}

#posdesc_pageBlock ul.jobSum li .jobSumValue {
    margin-right: 0;
    margin-left: 6px;
}

#posdesc_pageBlock ul.jobSum li .jobSumLabel {
    font-weight: 500;
    margin-right: 5px;
}

#posdesc_pageBlock .posdescriptionPropertyBox {
    background: #ffffff;
    border: 0;
    border-radius: 0;
    padding: 3px;
}

.Pos_Description .heading-section {
    display: none;
}

#JobDescriptionMap_vacancyMap_pageBlock {
    padding: 0;
}

#PosDescSharingItems {
    text-align: center;
    margin: 0 auto;
    width: 190px;
}

.RightJobBox .posAlerts {
    text-align: center;
}

.descmargin {
    margin-bottom: -55px;
}

h2.officelocation {
    font-size: 36px;
    font-weight: 400;
    color: #440f11;
    margin: 20px 0px 20px 0px;
    line-height: 1.2;
    line-height: initial;
}

#JobDescriptionMap_vacancyMap_pageBlock #vacancyMap {
    display: none;
    visibility: hidden;
}

.VacancyMap {
    margin-top: 20px;
}

.mapContainer .ButtonHolder .miniMapButton,
.mapContainer .ButtonHolder .bigMapButton {
    background: #4d4d4d;
    display: block;
    padding: 15px 10px;
    margin-left: -10px;
}

span.miniMapButton a.Text,
span.bigMapButton span.closeMapButton,
span.bigMapButton a.googleMapsButton {
    background-color: #007393;
    padding: 15px 10px;
    color: #ffffff;
    text-decoration: none;
}

span.bigMapButton span.closeMapButton {
    padding: 14px 10px 15px 10px;
}

div#JobDescriptionMap_BigVacancyMap_pageBlock {
    padding-left: 0;
    padding-right: 0;
}

.mapContainer .locationsPickerContainer {
    background: #ffffff;
    padding: 5px;
    background-image: url(../images/icons/locationpointer.png);
    background-repeat: no-repeat;
    background-position: 7px 12px;
    padding-left: 33px;
}

.pos_description #Pos_Description_pageView .row div#bottom-apply {
    margin: 0;
    width: 100%;
    position: relative;
    background: whitesmoke;
}

.arrowList a.filename {
    color: #440f11;
    font-weight: 400;
    text-decoration: none;
}

    .arrowList a.filename:hover {
        text-decoration: underline;
    }

#Pos_Description_pageView #posdesc_pageBlock .arrowList ul {
    padding-left: 0;
}
/* Job Description Styling Ends */

/* Login/Register Styling */
.application_login #PageTitleBlock_pageBlockContainer .eArcuInfoHeader {
    display: none;
}

.application_login #PageTitleBlock_pageBlockContainer .pageTitleHeaderContainerTab h2 {
    transition: all .2s ease;
}

.application_login #PageTitleBlock_pageBlockContainer .pageTitleHeaderContainerTab.activeTab h2 {
    background: #440f11;
    color: #fff;
}

#login_pageBlock .ssoIconsInnerContainer,
#newregister_pageBlock .ssoIconsInnerContainer {
    max-width: 360px;
}

#login_pageBlock .ssoIcon,
#newregister_pageBlock .ssoIcon {
    box-sizing: border-box;
}

#login_pageBlock .twoColumnLayout .ssoIconLink,
#newregister_pageBlock .twoColumnLayout .ssoIconLink {
    text-align: center;
}

.passwordStrength {
    width: 100%;
    box-sizing: border-box;
}

#RegisterForm_pageBlock .pageBlockInner_FormBlock #RegisterForm_username_view_formRow .textLiteral,
#PasswordForm_pageBlock .pageBlockInner_FormBlock #PasswordForm_username_view_formRow .textLiteral {
    text-align: center;
}
/* Login/Register Styling Ends */

/* Profile Styling */
.welcome .breadcrumb ol li:nth-child(3n+2) a {
    font-weight: bold;
    pointer-events: none;
    cursor: initial;
}

.welcome .breadcrumb ol li:last-child {
    display: none;
}

.welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow {
    margin: 0;
    height: auto;
    border: none;
    border-bottom: 1px solid #eaeaea;
    padding: 24px 21px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

    .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: #440f11;
        transition: all .4s ease;
        z-index: 1;
        display: none;
    }

    .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover:before {
        height: 100%;
    }

    .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer {
        margin: 0;
        padding: 0;
        border: none;
    }

        .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconImage {
            display: none;
        }

        .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue {
            margin: 0;
        }

            .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconLabel {
                float: left;
            }

                .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconLabel a {
                    font-size: 20px;
                }

            .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconDescription {
                display: none;
            }

            .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconRowValues {
                float: right;
                font-size: 16px;
                padding-top: 6px;
                overflow: hidden;
            }

            .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconLabel a,
            .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconRowValues {
                text-decoration: none !important;
                transition: all .2s ease;
                position: relative;
                z-index: 2;
            }

    .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover .iconContainer .iconValue .iconLabel a,
    .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover .iconContainer .iconValue .iconRowValues,
    .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover .iconContainer .iconValue .iconRowValues div {
        text-decoration: underline !important;
    }

.mydetails #MyDetails_pageView #MyDetailsStauts_pageBlockContainer .pageBlockHeader {
    display: none;
}

.mydetails #MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft {
    width: 100%;
}

    .mydetails #MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuProfileSummary {
        display: none;
    }

    .mydetails #MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks {
        border: none;
        padding: 0;
        margin: 0;
    }

        .mydetails #MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li {
            width: 50%;
            float: left;
            margin-bottom: 7px;
        }

            .mydetails #MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li a {
                width: 98%;
                margin: 0 auto;
                text-align: center;
                display: inline-block;
                position: relative;
                font-family: Montserrat,Helvetica,sans-serif;
                color: #382f2d;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 15px;
                font-size: 1.5rem;
                background: #fff;
                border: 1px solid #ccc;
                border-radius: 28px;
                padding: 13px 20px 16px;
                transition: background 200ms,border 200ms,color 200ms;
                outline: none !important;
                box-sizing: border-box;
            }

                .mydetails #MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li a:hover {
                    background: #ce0e2d;
                    border-color: #ce0e2d;
                    color: #fff;
                }

.mydetails #MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuRight {
    display: none;
}

#MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 {
    padding: 20px;
    border: none;
    text-align: center;
    min-height: 90px;
}

    #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .logoContainer {
        width: 100%;
        margin-bottom: 20px;
    }

    #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .statusContainer {
        margin-left: 0;
        float: left;
        width: 100%;
    }

        #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .statusContainer .connectedContainer {
            margin-bottom: 20px;
        }

        #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .statusContainer a {
            margin: 0 auto;
            text-align: center;
            display: inline-block;
            position: relative;
            font-family: Montserrat,Helvetica,sans-serif;
            color: #382f2d;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 15px;
            font-size: 1.5rem;
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 28px;
            padding: 13px 20px 16px;
            transition: background 200ms,border 200ms,color 200ms;
            outline: none !important;
            box-sizing: border-box;
        }

            #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .statusContainer a:hover {
                background: #ce0e2d;
                border-color: #ce0e2d;
                color: #fff;
            }
/* Profile Styling Ends */

/* Application/Onboarding Styling */
.earcuContentContainer #posSummaryBlock_pageBlock .appCompleteChartBack {
    height: 30px;
    width: 100%;
    background: none;
    border: 2px solid #440f11;
}

    .earcuContentContainer #posSummaryBlock_pageBlock .appCompleteChartBack .appCompleteChartBar {
        height: 100%;
        background: #440f11;
    }

.earcuContentContainer #posSummaryBlock_pageBlock .welcomePackStatus_NotSubmitted,
.earcuContentContainer #posSummaryBlock_pageBlock .appStatusNotSubmitted {
    margin-top: 1em;
    text-align: right;
    font-weight: bold;
    color: #ff0000;
}

.earcuContentContainer #posSummaryBlock_pageBlock div.greenbox dt {
    float: none;
    font-weight: bold;
    width: 120px;
}

.earcuContentContainer #posSummaryBlock_pageBlock div.greenbox dt,
.earcuContentContainer #posSummaryBlock_pageBlock div.greenbox dd {
    display: inline-block;
}

.earcuContentContainer #posSummaryBlock_pageBlock div.greenbox dt {
    width: 10%;
}


.earcuContentContainer #posSummaryBlock_pageBlock div.greenbox dd {
    width: 80%;
    margin-left: 0;
    margin-top: 10px;
}

.earcuContentContainer #posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink,
.earcuContentContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryLinks .PosMyWelcomePackFormSummaryLink {
    width: 33.3333%;
    float: left;
}

    .earcuContentContainer #posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink a,
    .earcuContentContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryLinks .PosMyWelcomePackFormSummaryLink a {
        width: 95%;
        display: block;
        text-align: center;
        float: none;
        margin: 0 auto;
        position: relative;
        vertical-align: middle;
        height: auto;
        padding: 13px 30px;
        border-radius: 0;
        border: none;
        color: #fff;
        background: #440f11;
        font-size: 15px;
        transition: all .2s ease;
        text-align: center;
        text-decoration: none !important;
    }

        .earcuContentContainer #posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink a:hover,
        .earcuContentContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryLinks .PosMyWelcomePackFormSummaryLink a:hover {
            background: #B40045;
        }

.offerAnchorContainer a#download {
    color: #c4112d;
    font-weight: 700;
    text-decoration: underline
}

textarea {
    font-size: 14px !important; /**/
    font-size: 1.4rem !important; /**/
}

.earcu_onboarding .earcuContent {
    background-color: #fcf2f4;
    background-image: none;
    border-left: 5px solid #c4112d;
    min-height: 660px;
}

    .earcu_onboarding .earcuContent .container {
        border: 1px solid red;
        border-radius: 10px;
        background-color: white;
    }

#posSummaryBlockv2_pageBlock .MySummaryItem {
    width: 100%;
    margin: 0;
    display: block;
}

    #posSummaryBlockv2_pageBlock .MySummaryItemInner,
    #posSummaryBlockv2_pageBlock .MySummaryItem:first-child .MySummaryItemInner {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

#posSummaryBlockv2_pageBlock .appCompleteChartBlock {
    float: none;
    display: inline-block;
    margin-bottom: 1px
}

#posSummaryBlockv2_pageBlock .appCompleteChartBlockInner {
    background: white;
    height: 5px;
    margin: 0 0 1px 0;
    border: 1px solid #ce0e2d;
}

#posSummaryBlockv2_pageBlock .appCompleteChartBlock.done .appCompleteChartBlockInner {
    background: white;
    background-image: url(../Images/Custom/progress-track.png), url(../Images/Custom/progress-track-tr.png);
    background-repeat: no-repeat, repeat-x;
    background-position: bottom right, bottom;
    border-color: transparent;
    height: 17px;
    margin-bottom: 0
}

#Application_Home_pageView .ulList .ulListItem,
#Application_Home_pageView .ulList .ulListItem.Section_SubmitAndDeclarations,
.OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList li.Section_OfferSubmit,
#MyWelcomePacks_OfferForm_Summary_pageView .ulList .ulListItem {
    width: calc(33.3333% - 20px);
    float: none;
    clear: none;
    height: auto;
    margin: 5px;
    border: none;
    padding: 0;
    background-color: #440f11;
    border-radius: 10px;
    display: inline-block;
    min-height: 160px;
    transition: all 0.3s ease-in-out;
}

.OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulListItem:hover {
    border-color: none;
    background-color: #440f11;
    box-shadow: 5px 3px 17px -2px rgba(206,10,45,0.80);
    transition: all 0.3s ease-in-out;
}

#Application_Home_pageView .ulList .ulListItem div.ulListItemLabel,
#Application_Home_pageView .ulList .ulListItem.Section_SubmitAndDeclarations div.ulListItemLabel,
#MyWelcomePacks_OfferForm_Summary_pageView .ulList .ulListItem .Section_OfferSubmit div.ulListItemLabel,
#MyWelcomePacks_OfferForm_Summary_pageView .ulList .ulListItem div.ulListItemLabel {
    display: flex;
    background-color: #440f11;
    padding: 0;
    width: 100%;
    float: none;
    margin: 0 auto;
    transition: all .2s ease;
    box-sizing: border-box;
    min-height: 105px;
    align-items: center;
}

#Application_Home_pageView .ulList .ulListItem div.ulListItemLabel {
    border-bottom: 1px solid white;
}

    #Application_Home_pageView .ulList .ulListItem div.ulListItemLabel a,
    #Application_Home_pageView .ulList .ulListItem.Section_SubmitAndDeclarations div.ulListItemLabel a,
    #MyWelcomePacks_OfferForm_Summary_pageView .ulList .ulListItem div.ulListItemLabel a,
    #MyWelcomePacks_OfferForm_Summary_pageView .ulList .ulListItem.Section_OfferSubmit div.ulListItemLabel a {
        color: #fff;
        font-size: 2.4rem;
        line-height: 2.8rem;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -.03em;
        text-align: left;
        display: block;
        padding: 10px;
        text-transform: uppercase;
    }

#Application_Home_pageView .ulListItem div.ulListItemValueContainer,
.OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulListItem div.ulListItemValueContainer {
    display: grid;
    border-top: 1px solid white;
    padding: 20px 10px;
    background-color: #440f11;
    place-items: end;
}

    #Application_Home_pageView .ulListItem div.ulListItemValueContainer .ulListItemValue,
    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulListItem div.ulListItemValueContainer .ulListItemValue {
        width: 120px;
        background-color: white;
        min-height: 38px;
        border-radius: 10px;
        text-align: center;
        color: #ce0e2d;
        padding-top: 12px;
        padding-bottom: 12px;
        box-sizing: border-box;
    }

#Application_Home_pageView .ulListItem.Completed div.ulListItemValueContainer .ulListItemValue,
.OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulListItem.Completed div.ulListItemValueContainer .ulListItemValue {
    background-color: #ce0e2d;
    color: white;
}

.mywelcomepacks_offerform_genericform .pageBlockContainer .formRowCheckBoxRow .labelContainer {
    width: auto;
    text-align: left;
}

.earcu_onboarding .pageBlockInner_FormBlock .fakecheck {
    background-image: url(../Images/Custom/lnerunchecked.png);
}

.earcu_onboarding .pageBlockInner_FormBlock .fakechecked {
    background-image: url(../Images/Custom/lnerchecked.png);
}
/*.earcu_onboarding */

.mywelcomepacks_offerform_genericform .pageBlockContainer .formRowCheckBoxRow .labelContainer label {
    text-align: inherit;
}

.mywelcomepacks_offerform_genericform .pageBlockContainer .formRowCheckBoxRow .controlContainer {
    line-height: 1;
    margin-top: 4px;
}

.mywelcomepacks_offerform_file .downloadcontainer {
    border: none;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
    background-color: #440f11;
    color: white;
    font-weight: 700;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    min-height: 320px;
}

.offerfilesection .downloaddesc {
    text-align: center;
    width: 100%;
    display: block;
    float: none;
}

.mywelcomepacks_offerform_file .downloadcontainer:hover {
}


.mywelcomepacks_offerform_file .downloadcontainer a {
    display: block;
}


.offermultifilesection .currentdownloadfile {
    background-image: url(../Images/Custom/download.png);
    display: block;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.earcu_onboarding .fileuploadcontainer {
    margin-left: auto;
    margin-right: auto;
    width: 134px; /**Adjust for button width**/
}

.earcu_onboarding .pageBlockInner_FormBlock div.formRowFileUploadRow .fileuploadbutton {
    margin-bottom: 4px;
    max-width: 178px;
    text-align: center;
    display: block;
}

.earcu_onboarding .pageBlockInner_FormBlock .formRowFileUploadRow div.controlContainer {
    float: none;
    margin-right: 0;
}
/****/
.offerfilesection .downloadimage, .offerfilesection .downloadimage:hover {
    background-image: url(../Images/Custom/downloaduniform.png);
    height: 230px;
    width: auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-top: 28px;
}

#SectionCompleteBlock_completed_formRow .labelContainer,
#Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .labelContainer,
#Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .labelContainer {
    width: auto;
    padding-top: 0;
}

    #SectionCompleteBlock_completed_formRow .labelContainer label,
    #Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .labelContainer label,
    #Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .labelContainer label {
        padding-top: 10px;
    }

#SectionCompleteBlock_completed_formRow .controlContainer,
#Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .controlContainer,
#Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .controlContainer {
    width: auto;
}

#Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .controlContainer,
#Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .controlContainer {
    padding-top: 10px;
    margin-top: 0;
}

/* Application/Onboarding Styling Ends */

/* Animated Application Form */
.application_home .sc-wrapper.top-wrapper,
.application_home #intro_pageBlockContainer,
.application_home #posSummaryBlockv2_pageBlockContainer {
    display: none;
}

.application_home .earcuContentContainer .earcuContent {
    padding: 0;
}

    .application_home .earcuContentContainer .earcuContent .container {
        max-width: 100%;
        padding: 0;
    }

        .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock {
            padding: 0;
            overflow: hidden;
            box-sizing: border-box;
            position: relative;
        }

            .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper {
                position: relative;
                width: 100%;
            }

                .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons {
                    position: absolute;
                    bottom: 8%;
                    left: 190px;
                    width: auto;
                    z-index: 3;
                }

                    .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons:before,
                    .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons:after {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        border-top: 5px solid #000;
                        transform: rotate(90deg);
                        display: block;
                        height: auto;
                        width: 100px;
                        z-index: 2;
                    }

                    .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons:before {
                        left: -48px;
                    }

                    .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons:after {
                        left: 132.5px;
                    }

                    .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons a,
                    .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons .pauseButton {
                        text-align: center;
                        padding: 10px;
                        padding-left: 45px;
                        background: #fff;
                        width: 100%;
                        max-width: 185px;
                        z-index: 3;
                        border: 5px solid #000;
                        border-bottom: none;
                        color: #000;
                        font-size: 16px;
                        font-weight: bold;
                        clear: left;
                        float: left;
                        position: relative;
                        outline: none !important;
                        box-sizing: border-box;
                    }

                        .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons a:before {
                            content: '';
                            background-image: url(../Onboarding/Images/railIcon.jpg);
                            background-size: contain;
                            background-repeat: no-repeat;
                            background-position: 50% 50%;
                            height: 20px;
                            width: 32px;
                            display: block;
                            position: absolute;
                            left: 5px;
                            top: 50%;
                            transform: translateY(-50%);
                        }

                        .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons a.stage-active {
                            padding-left: 10px;
                            background-color: #440f11;
                            color: #fff;
                        }

                            .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons a.stage-active:before {
                                display: none;
                            }

                    .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons .pauseButton {
                        border-bottom: 5px solid #000;
                        cursor: pointer;
                    }

                        .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons .pauseButton:before {
                            content: '\f28b';
                            font-family: FontAwesome;
                            height: 20px;
                            width: 32px;
                            display: block;
                            position: absolute;
                            left: 5px;
                            top: 50%;
                            transform: translateY(-50%);
                            font-size: 25px;
                        }

                        .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons .pauseButton:after {
                            content: 'Stop animation';
                        }

                        .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons .pauseButton.paused:before {
                            content: '\f144';
                        }

                        .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons .pauseButton.paused:after {
                            content: 'Resume animation';
                        }

                .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .ani-wrapper {
                    position: relative;
                    z-index: 1;
                    min-height: 872px;
                    overflow: hidden;
                }

                    .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .ani-wrapper #iframePlaceHolder {
                        overflow: hidden;
                    }

                        .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .ani-wrapper #iframePlaceHolder iframe {
                            width: 100%;
                            height: 100%;
                            overflow: hidden;
                            border: none;
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                        }

.application_home.notAnimated .sc-wrapper.top-wrapper,
.application_home.notAnimated #posSummaryBlockv2_pageBlockContainer {
    display: block;
}

.application_home.notAnimated #posSummaryBlockv2_pageBlockContainer {
    margin-top: 30px;
}

.application_home.notAnimated .earcuContentContainer .earcuContent .container {
    max-width: 1098px;
    padding: 0 10px;
}

@media all and (min-width:1600px) {
    .application_home.notAnimated .earcuContentContainer .earcuContent .container {
        max-width: 1198px;
    }
}

.application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlockContainer #sectionslist_pageBlock:before {
    background-size: 1920px 880px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlockContainer.step1 #sectionslist_pageBlock:before {
    content: '';
    background-image: url(../Onboarding/Images/Step1.jpg);
}

.application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlockContainer.step2 #sectionslist_pageBlock:before {
    content: '';
    background-image: url(../Onboarding/Images/Step2.jpg);
}

.application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlockContainer.step3 #sectionslist_pageBlock:before {
    content: '';
    background-image: url(../Onboarding/Images/Step3.jpg);
}

.application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlockContainer.step4 #sectionslist_pageBlock:before {
    content: '';
    background-image: url(../Onboarding/Images/Step4.jpg);
}

.application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlockContainer.step5 #sectionslist_pageBlock:before {
    content: '';
    background-image: url(../Onboarding/Images/Step5.jpg);
}

.application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlockContainer.step6 #sectionslist_pageBlock:before {
    content: '';
    background-image: url(../Onboarding/Images/Step6.jpg);
}
/* Animated Application Form Ends */

/* Responsive Styling */
@media screen and (min-width: 1600px) {
    .earcu_mywelcomepacks_offerform_summary .container {
        max-width: 1098px;
    }
}

@media all and (max-width:1239px) {
    .pageBlockInner_GridBlock .pagingControls_Tiles .pagingButtons {
        margin-top: 1px;
    }
}

@media all and (max-width:992px) {
    .container {
        box-sizing: border-box;
    }

    .earcuContentContainer {
        margin-top: 54px;
    }

    .application_home .earcuContentContainer {
        margin-top: 0;
    }

    #posdesc_pageBlock .posDescriptionContainer317 h1 {
        font-size: 3rem;
    }

    div.posDescriptionContainer317 .LeftJobBox,
    #posdesc_pageBlock div.posDescriptionContainer317 .RightJobBox {
        width: 100%;
        float: left;
    }

        div.posDescriptionContainer317 .LeftJobBox .ApplyNowContainer {
            display: none;
        }

        #posdesc_pageBlock div.posDescriptionContainer317 .RightJobBox #JobDescriptionMap_vacancyMap_pageBlock #vacancyMap {
            background-size: cover !important;
        }

    #posdesc_pageBlock .videoOuterContainer {
        width: 100%;
        padding: 3px;
        max-width: 100%;
    }

    .sc-wrapper.top-wrapper.hasBGi {
        height: auto;
        min-height: 142px;
    }

    /*.sc-wrapper .WhiteTextTheme {
        display: none;
    }*/

    header.banner .banner-links ul.primary-links li .banner-icon.signout {
        display: none;
    }

    #quicksearch_pageBlockContainer .pageBlockContainerMiddle .pageBlockHeader {
        position: relative;
        left: initial;
        top: initial;
        text-align: center;
        transform: none;
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock,
    #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock .formRowTextInputRow {
        width: 100%;
        float: left;
    }

        #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock .formRowTextInputRow .controlContainer {
            width: 100%;
            margin: 0;
        }

            #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock .formRowTextInputRow .controlContainer input {
                margin-top: 0 !important;
                margin-bottom: 10px !important;
            }

        #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock .formRowButtonRow {
            max-width: 100%;
            margin-top: 0;
        }

            #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock .formRowButtonRow .buttonsRight,
            #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock .formRowButtonRow .buttonsRight li,
            #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock .formRowButtonRow .buttonsRight li input {
                float: none;
            }

                #quicksearch_pageBlockContainer .pageBlockContainerMiddle #quicksearch_pageBlock .formRowButtonRow .buttonsRight li input {
                    width: 100%;
                    margin-left: 0 !important;
                }

    .chatbotBtn {
        display: none !important;
    }

    .posBrowserMapBlock .addressContainer .addressLabel {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        text-align: center;
    }

    .posBrowserMapBlock .addressContainer .addressInput {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .posBrowserMapBlock .addressContainer .addressButton {
        width: 100%;
    }

    .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons:before,
    .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons:after {
        display: none;
    }

    .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons {
        position: relative;
        bottom: initial;
        left: initial;
        float: left;
        display: block;
        max-width: 100%;
    }

        .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons a {
            float: left;
            display: block;
            max-width: 50%;
            width: 100%;
            box-sizing: border-box;
            clear: none;
            border: 5px solid #000;
        }

        .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons .pauseButton {
            display: none;
        }

    .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .ani-wrapper {
        display: none;
    }

    #Application_Home_pageView .ulList .ulListItem,
    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList li.Section_OfferSubmit,
    #MyWelcomePacks_OfferForm_Summary_pageView .ulList .ulListItem {
        width: calc(50% - 6px) !important;
        margin: 0 !important;
    }

        #Application_Home_pageView .ulList .ulListItem div.ulListItemLabel,
        #Application_Home_pageView .ulList .ulListItem.Section_SubmitAndDeclarations div.ulListItemLabel,
        #MyWelcomePacks_OfferForm_Summary_pageView .ulList .ulListItem.Section_OfferSubmit div.ulListItemLabel,
        #MyWelcomePacks_OfferForm_Summary_pageView .ulList .ulListItem div.ulListItemLabel {
            min-height: 86px;
            padding: 0;
        }

            #MyWelcomePacks_OfferForm_Summary_pageView .ulList .ulListItem div.ulListItemLabel a,
            #MyWelcomePacks_OfferForm_Summary_pageView .ulList .ulListItem.Section_OfferSubmit div.ulListItemLabel a {
                text-align: left;
            }
}

@media all and (max-width:964px) {
    .pos_description #Pos_Description_pageView .row [class*=col-],
    .pos_description_review #Pos_Description_Review_pageView .row [class*=col-] {
        width: 100% !important;
    }
}


@media all and (max-width:767px) {
    .pageBlockInner_FormBlock div.labelContainer,
    #SectionCompleteBlock_completed_formRow .labelContainer {
        width: 100%;
        text-align: left;
        padding-top: 0;
    }

        .pageBlockInner_FormBlock div.labelContainer label.formLabel {
            text-align: left;
        }

    .mywelcomepacks_offerform_file .pageBlockInner_FormBlock div.labelContainer,
    #SectionCompleteBlock_completed_formRow .labelContainer {
        width: 100%;
        text-align: left;
        padding-top: 0;
        float: none;
        display: block;
    }

    .pageBlockInner_FormBlock div.controlContainer {
        width: 100%;
        margin-right: 0;
    }

    .buttonsRight,
    .buttonsLeft {
        margin: 5px 0;
    }

        .buttonsRight,
        .buttonsLeft,
        .pageBlockInner .buttonsLeft li,
        .pageBlockInner .buttonsRight li,
        .buttonsLeft button.buttonAnchor,
        .buttonsRight button.buttonAnchor,
        .buttonsLeft input.buttonSubmit,
        .buttonsRight input.buttonSubmit,
        .buttonsLeft a.buttonAnchor,
        .buttonsRight a.buttonAnchor,
        #Pos_Description_pageView #posdesc_pageBlock a.right,
        .earcuContentContainer #posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink,
        .earcuContentContainer #posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink a,
        .earcuContentContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryLinks .PosMyWelcomePackFormSummaryLink,
        .earcuContentContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryLinks .PosMyWelcomePackFormSummaryLink a {
            width: 100%;
            float: left;
            text-align: center;
            box-sizing: border-box;
            margin-left: 0 !important;
        }

            .buttonsRight li:nth-child(2) a.buttonAnchor,
            .buttonsRight li:nth-child(3) a.buttonAnchor {
                margin-top: 5px;
                margin-left: 0 !important;
            }

    #MyJobFeedForm_ajaxButtons_formRow #buttonSubmit_ajaxSave {
        margin: 0;
        margin-bottom: 5px;
    }

    #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock.pageBlockContent .availableListsContainer ul li {
        width: 100%;
        margin-bottom: 10px;
    }

        #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock.pageBlockContent .availableListsContainer ul li:last-child {
            margin-bottom: 0;
        }

    .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer .rowHeader,
    .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer .rowContentContainer {
        float: left;
        clear: left;
        padding-left: 0;
    }

        .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer .rowContentContainer .rowItemsContainer {
            padding: 0;
            margin: 0;
            margin-top: 2px;
        }

    .pageBlockInner_GridBlock .pagingControls_Tiles .pagingButtons {
        margin-top: 0;
    }

    #posdesc_pageBlock ul.jobSum li {
        width: 100%;
        display: block;
    }

    .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconLabel,
    .welcome .earcuContentContainer .earcuContent #Welcome_pageView #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconRowValues {
        width: 100%;
        float: left;
        padding-top: 0;
    }

    .mydetails #MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li,
    .mydetails #MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li a {
        width: 100%;
    }

        .mydetails #MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li a {
            height: auto;
            line-height: 1;
            padding: 13px 30px;
        }

    #posdesc_pageBlock .posDescriptionContainer317 h1 {
        font-size: 2.5rem;
    }

    .earcuContentContainer #posSummaryBlock_pageBlock div.greenbox dd {
        width: 100%;
        display: block;
        float: left;
        margin-top: 0;
    }

    .earcuContentContainer #posSummaryBlock_pageBlock .welcomePackStatus_NotSubmitted,
    .earcuContentContainer #posSummaryBlock_pageBlock .appStatusNotSubmitted {
        text-align: left;
    }

    .earcuContentContainer #posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink {
        margin-bottom: 10px;
    }

        .earcuContentContainer #posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink:last-child {
            margin-bottom: 0;
        }



    /*        #Application_Home_pageView .ulList .ulListItem div.ulListItemLabel,
        #Application_Home_pageView .ulList .ulListItem.Section_SubmitAndDeclarations div.ulListItemLabel,
        #MyWelcomePacks_OfferForm_Summary_pageView .ulList .ulListItem div.ulListItemLabel,
        #MyWelcomePacks_OfferForm_Summary_pageView .ulList .ulListItem.Section_OfferSubmit div.ulListItemLabel {
            padding: 40px 20px;
        }*/

    #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock.pageBlockContent .listContainer .listItemContainer {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

        #CodeListCounts_pageBlockContainer #CodeListCounts_pageBlock.pageBlockContent .listContainer .listItemContainer:last-child {
            margin-bottom: 0;
        }

    .pageBlockInner_FormBlock div.formRowFileUploadRow .filesContainer {
        margin: 0;
    }

    .earcu_mywelcomepacks_offerform_file .offerfilesection .formRowFileUploadRow .controlContainer .fileuploadrow {
        margin-left: 0;
    }

    .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons a {
        max-width: 100%;
        border-bottom: none;
    }

        .application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons a:last-of-type {
            border-bottom: 5px solid #000;
        }

    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList li.Section_OfferSubmit,
    #MyWelcomePacks_OfferForm_Summary_pageView .ulList .ulListItem {
        width: 100% !important;
        margin: 0;
    }

    .earcu_onboarding input.buttonActionId_SaveAndAddAnother {
        margin-bottom: 5px
    }

    .earcu_onboarding div.pageBlockContent {
        overflow: hidden;
    }
}

@media all and (max-width:550px) {
    .modalContent {
        min-height: 1px !important;
    }

    .ui-widget.ui-widget-content {
        width: 100% !important;
        box-sizing: border-box;
    }

    .pageBlockInner_GridBlock table.gridTable {
        width: 100% !important;
    }

        .pageBlockInner_GridBlock table.gridTable th {
            width: 98% !important;
        }

            .pageBlockInner_GridBlock table.gridTable th.firstColumn,
            table.gridTable td.firstColumn {
                width: 24px !important;
            }
}

@media all and (max-width:440px) {
    #UsernameForm_pageBlock .ssoIconsInnerContainer {
        max-width: 200px;
    }
}

@media all and (max-width:400px) {
    #login_pageBlock .ssoIconsInnerContainer,
    #newregister_pageBlock .ssoIconsInnerContainer {
        max-width: 180px;
    }
}

@media all and (max-width:365px) {
    #cookiesToolbar p {
        margin-bottom: 10px;
        padding-top: 0;
        padding-left: 4px;
    }

    #cookiesToolbar ul {
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 4px;
        clear: left;
    }

    #cookiesHelp {
        margin-top: -1px;
    }
}
/* Responsive Styling Ends */

/**CV Fix**/
div#confirmdialogDialogContainer {
    z-index: 501 !important;
}

.pageBlockInner_FormBlock div.formRowFileUploadRow .deletefile {
    position: relative;
    z-index: 500;
}

.filename.rcFileMenu {
    height: 65px;
    overflow: auto;
    position: absolute;
}

.pageBlockInner_FormBlock div.formRowFileUploadRow button,
.pageBlockInner_FormBlock div.formRowFileUploadRow button.hover {
    padding: 8px 25px 8px 50px;
    background-position: 10% center;
    background-repeat: no-repeat;
}

.fileContainer {
    text-transform: uppercase;
}

.pageBlockInner_FormBlock #fileupload_Files_formRow label.formLabel {
    margin: 10px;
    text-align: center;
}

.pageBlockInner_FormBlock div.formRowFileUploadRow .uploadedFilesHeader {
    padding: 5px 5px 5px 20px;
}

.pageBlockInner_FormBlock div.formRowFileUploadRow .bottomControlContainer .uploadedFilesContainer {
    margin: 0 4px 10px;
}

.pageBlockInner_FormBlock div.formRowFileUploadRow .bottomControlContainer .filenameInner {
    text-align: center;
}

#fileupload_Files_formRow .controlContainer {
    float: left;
    margin-bottom: 10px;
    width: 100%
}

#fileupload_Files_formRow .labelContainer {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.mainearcublock .bottomControlContainer .uploadedFilesHeader {
    background: #F1F1F1;
    border: 0;
    color: #000000;
}

body .pageBlockInner_FormBlock div.formRowFileUploadRow .bottomControlContainer .filename {
    background: #9b9c9e;
}

.pageBlockInner_FormBlock div.formRowFileUploadRow .fileuploadrow {
    width: 100%;
    min-width: 100% !important;
}

.fileuploadcontainer {
    margin-left: auto;
    margin-right: auto;
    width: 134px; /**Adjust for button width**/
}


/*telnum 3.62 fix*/
.iti--allow-dropdown {
    width: 100%;
}
/**/


.chatbotBtn {
    display: none !important;
}


@import reference "common_base.less";
@import reference "common_colours.less";
@import reference "common_CSS3_mx.less";
@import reference "DICE/Components/dice-factoid-block.less";
@import reference "DICE/Vendor/bootstrap-media-queries.less";

footer.mainfooter .footer-nav {
    padding-bottom: 30px;
    background-position: 10px 0;
    background-repeat: no-repeat;
}

@media {
    footer.mainfooter .footer-nav {
        background-position: center 350px;
    }
}

footer.mainfooter .footer-nav .nav-header {
    color:;
}

footer.mainfooter .footer-nav a:hover {
    text-decoration: underline;
}

footer.mainfooter .footer-nav h3, footer.mainfooter .footer-nav a.footer-link-red, footer.mainfooter .footer-nav .social-container .h3 {
    color:;
    margin-bottom: 15px;
    margin-top: 18px;
}

    footer.mainfooter .footer-nav h3 a, footer.mainfooter .footer-nav a.footer-link-red a, footer.mainfooter .footer-nav .social-container .h3 a {
        color:;
    }

        footer.mainfooter .footer-nav h3 a:hover, footer.mainfooter .footer-nav a.footer-link-red a:hover, footer.mainfooter .footer-nav .social-container .h3 a:hover {
            text-decoration: underline;
            color:;
        }

footer.mainfooter .footer-nav a.footer-link-red {
    display: block;
    margin-bottom: 15px;
    margin-top: -10px;
}

footer.mainfooter .footer-nav ul {
    margin-bottom: 20px;
    padding: 0 0 20px;
}

    footer.mainfooter .footer-nav ul a:hover {
        text-decoration: underline;
    }

    footer.mainfooter .footer-nav ul li {
        padding: 3px 0;
        margin: 10px 0;
    }

        footer.mainfooter .footer-nav ul li:first-child {
            margin-top: 0;
        }

        footer.mainfooter .footer-nav ul li a {
            color:;
            text-decoration: none;
        }

    footer.mainfooter .footer-nav ul.footer-list ul {
        margin-bottom: 0;
    }

    footer.mainfooter .footer-nav ul.footer-list:first-child {
        margin-top: 25px;
    }

footer.mainfooter .footer-nav .logos {
    margin-top: 60px;
    padding-top: 20px;
}

    footer.mainfooter .footer-nav .logos .logo {
        height: 140px;
    }

        footer.mainfooter .footer-nav .logos .logo img {
            margin-top: 15px;
        }

footer.mainfooter .footer-nav a.footer-link-red {
    color:;
    display: inline-block;
    margin-bottom: 9px;
}

footer.mainfooter .footer-nav a.sm {
    margin-top: 10px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color:;
    border-radius: 50%;
    text-align: center;
}

    footer.mainfooter .footer-nav a.sm.facebook {
        background-color: #315D9C;
    }

    footer.mainfooter .footer-nav a.sm.twitter {
        background-color: #4FAFE2;
    }

    footer.mainfooter .footer-nav a.sm:hover {
        background-color:;
    }

    footer.mainfooter .footer-nav a.sm i {
        color: #fff;
        display: inline-block;
        padding-top: 10px;
    }

footer.mainfooter .footer-nav .social-container {
    padding: 0 0 30px 0;
}

footer.mainfooter .footer-nav .content-sublist {
    margin-top: 22px;
}

footer.mainfooter .footer-bar {
    background: #fff;
    min-height: 75px;
}

@media screen and (max-width: ) {
    footer.mainfooter .footer-bar .logos {
        justify-content: space-around;
    }

    footer.mainfooter .footer-bar .small-screen-footer-separator-bar {
        width: 100%;
        height: 1px;
        background:;
        margin: 15px;
    }
}

@media screen and (min-width: ) {
    footer.mainfooter .footer-bar .logos {
        justify-content: space-between;
    }

    footer.mainfooter .footer-bar .small-screen-footer-separator-bar {
        width: 0;
    }
}

footer.mainfooter .footer-bar .logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

    footer.mainfooter .footer-bar .logos .logo {
        display: inline-block;
        padding: 5px;
        z-index: 2;
        vertical-align: middle;
    }

    footer.mainfooter .footer-bar .logos .safespaces-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        footer.mainfooter .footer-bar .logos .safespaces-container .safespaces-text-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-right: 30px;
        }

            footer.mainfooter .footer-bar .logos .safespaces-container .safespaces-text-container .safespaces-link {
                display: flex;
            }

            footer.mainfooter .footer-bar .logos .safespaces-container .safespaces-text-container .safespaces-support-text {
                color:;
                font-size: 12px;
            }

            footer.mainfooter .footer-bar .logos .safespaces-container .safespaces-text-container .safespaces-shield-icon {
                padding: 0 0 5px 5px;
            }

            footer.mainfooter .footer-bar .logos .safespaces-container .safespaces-text-container a:hover {
                text-decoration: underline;
            }

footer.mainfooter .footer-end {
    background-color:;
    color: #fff;
}

    footer.mainfooter .footer-end a {
        color: #fff;
    }

        footer.mainfooter .footer-end a:hover {
            text-decoration: underline;
        }

    footer.mainfooter .footer-end ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        footer.mainfooter .footer-end ul li {
            display: inline-block;
            margin-right: 20px;
            padding-bottom: 12px;
        }

            footer.mainfooter .footer-end ul li a {
                display: block;
            }

footer.mainfooter .welcome-container-surround {
    max-height: 60px;
}

footer.mainfooter .welcome-container {
    background-color: #fff;
    border-radius: 90px 90px 0 0;
    float: right;
    height: 97px;
    position: relative;
    right: 20px;
    text-align: center;
    top: -35px;
}

    footer.mainfooter .welcome-container span {
        padding-top: 25px;
        display: block;
        letter-spacing: 0.1em;
        font-weight: bold;
    }


.theme-block.FivePercentBlackHeaderTheme, .theme-block .theme-block.FivePercentBlackHeaderTheme {
    background-color: #f2f2f2;
    color: #000;
}

footer.mainfooter .footer-nav ul {
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: none !important;
}

.button--link {
    background-color: transparent;
    border: 0;
    text-decoration: none !important;
    color: white !important;
}

.link-list.st {
    float: left;
    width: 100% !important;
}

footer.mainfooter .footer-bar .logos .safespaces-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 53%;
}

footer.mainfooter .footer-nav a.sm:hover {
    background-color: #ce0e2d !important;
}

[class^="icon-old-"], [class*=" icon-old-"] {
    font-family: 'EC-iconfont-PUA-11';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-old-carbon:before {
    content: "\e900";
}

.icon-old-calories:before {
    content: "\e901";
}

.icon-old-file-pdf:before {
    content: "\e000";
}

.icon-old-train:before {
    content: "\e648";
}

.icon-old-ok:before {
    content: "\e62b";
}

.icon-old-remove:before {
    content: "\e62c";
}

.icon-old-print2:before {
    content: "\e630";
}

.icon-old-warning-sign:before {
    content: "\e632";
}

.icon-old-calendar3:before {
    content: "\e633";
}

.icon-old-food:before {
    content: "\e636";
}

.icon-old-info:before {
    content: "\e638";
}

.icon-old-search:before {
    content: "\e639";
}

.icon-old-plus:before {
    content: "\e63a";
}

.icon-old-taxi:before {
    content: "\e63b";
}

.icon-old-lost-luggage:before {
    content: "\e63c";
}

.icon-old-parking:before {
    content: "\e63d";
}

.icon-old-fast-ticket:before {
    content: "\e63e";
}

.icon-old-cash-machines:before {
    content: "\e63f";
}

.icon-old-baby-change:before {
    content: "\e644";
}

.icon-old-auto-ticket-gate:before {
    content: "\e645";
}

.icon-old-first-class-lounge:before {
    content: "\e646";
}

.icon-old-menu:before {
    content: "\e628";
}

.icon-old-location:before {
    content: "\e611";
}

.icon-old-clock:before {
    content: "\e618";
}

.icon-old-map2:before {
    content: "\e619";
}

.icon-old-mobile:before {
    content: "\e61a";
}

.icon-old-bubbles:before {
    content: "\e61c";
}

.icon-old-user:before {
    content: "\e61e";
}

.icon-old-aid:before {
    content: "\e620";
}

.icon-old-facebook:before {
    content: "\e623";
}

.icon-old-google-plus:before {
    content: "\e624";
}

.icon-old-twitter:before {
    content: "\e625";
}

.icon-old-swap-stations:before {
    content: "\e602";
}

.icon-old-bike:before {
    content: "\e641";
}

.icon-old-bus:before {
    content: "\e642";
}

.icon-old-walk:before {
    content: "\e643";
}

.icon-old-car:before {
    content: "\65";
}

.icon-old-instagram:before {
    content: "\e64b";
}

.icon-old-arrow-down:before {
    content: "\e64c";
}

.icon-old-youtube:before {
    content: "\f167";
}


.CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder .codeListBlockLower {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    background: #fcf2f4 !important;
}



    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder .codeListBlockLower a .listItemTitleAnchor_Label,
    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder .codeListBlockLower .listItemCountContainer {
        color: #ce0e2d !important;
    }

    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder .codeListBlockLower a .listItemTitleAnchor_Label {
        font-size: 20px !important;
    }

    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder .codeListBlockLower .listItemCountContainer {
        font-size: 18px !important;
    }

.CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder .codeListBlockLower {
    padding-top: 0 !important;
}


.CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder .codeListBlockLower {
    position: absolute;
    top: 85%;
}

.CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder:hover::before {
    background: none !important;
}

.CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder .codeListBlockLower .listItemCountContainer {
    font-size: 18px !important;
    width: 66%;
    margin-right: 0 !important;
    margin: 0 auto !important;
    border-radius: 10px !important;
    padding: 10px !important;
    background-color: #ce0e2d;
    color: #fff !important;
}


.CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer .listItemContainer .listItemContainerBorder {
    position: relative;
    background-size: cover;
    padding-bottom: 85%;
    background-position: 50% 50%;
}


.sc-wrapper.OxbloodHeaderTheme, .sc-wrapper .c-block.OxbloodHeaderTheme, .c-block.OxbloodHeaderTheme {
    background-color: #440f11 !important;
    color: #fff !important;
    border-radius: 10px !important;
}

.c-block.theme-block.cb-btn-theme.fact-block.OxbloodHeaderTheme.lazyloaded .btn {
    background-color: #ce0e2d;
    color: #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 10px !important;
}

    .c-block.theme-block.cb-btn-theme.fact-block.OxbloodHeaderTheme.lazyloaded .btn:hover {
        text-decoration: none !important;
        background-color: #a80c26;
    }

footer.mainfooter .footer-nav .social-container {
    border: none !important;
}

header.banner .sc-mast-nav nav ul li .sub-menu .smiw {
    background-color: #453b39;
    background-color: white !important;
}


    header.banner .sc-mast-nav nav ul li .sub-menu .smiw .sub-menu-col .nl {
        background-color: transparent;
        color: #ce0e2d !important;
        padding: 0 !important;
    }


.banner-lower {
    background-color: #453b39;
    background-color: white !important;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    box-shadow: none !important;
    position: relative;
    z-index: 1;
    color: black !important;
}

    .banner-lower .col .breadcrumb ul li a, .banner-lower .col .breadcrumb ul li span {
        color: black !important;
    }

header.banner .sc-mast-nav nav ul li .sub-menu .smiw .sub-menu-col li ul.sub-menu-child-list li .nl {
    color: black !important;
}

/*-------job results--*/
#posBrowser_Filter_pageBlock .FiltersContainer .ButtonsRow {
    overflow: inherit;
    border-top: none;
}

.FiltersContainer.HideAddButton, #eaContainer #posBrowser_Filter_pageBlock .HeaderContainer {
    background: #e8e8e8 !important;
    box-shadow: none !important;
}

.FilterRow.NotExtra {
    background: 0 0 !important;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0 15px;
}

.FiltersContainer.HideAddButton, #eaContainer #posBrowser_Filter_pageBlock .HeaderContainer {
    background: #e8e8e8 !important;
    box-shadow: none !important;
}


#eaContainer #posBrowser_ResultsGrid_pageBlock .rowContainer {
    position: relative;
    margin-bottom: 3.25rem;
    border: 1px solid #e0e0e6;
    border-bottom-color: rgb(224, 224, 230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: #e8e8e8;
    border-radius: 0;
    box-shadow: none !important;
    width: 98.5% !important;
    height: auto !important;
    min-height: 0 !important;
    border-bottom: 5px solid #e8e8e8 !important;
}

    #eaContainer #posBrowser_ResultsGrid_pageBlock .rowContainer:hover {
        box-shadow: 0 5px 20px 0 rgba(0,0,0,0.15);
        transform: scale(1.01) !important;
        background: #e8e8e8;
        color: #ce0e2d !important;
        border-bottom: 5px solid #ce0e2d !important;
    }

#posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all .4s ease;
    background: transparent;
}

.FilterRow.NotExtra {
    border-radius: 10px !important;
}

#posBrowser_Filter_pageBlock .HeaderContainer .HeaderLabel, #posBrowser_Filter_pageBlock .noEntries {
    padding: 0 0 0 15px !important;
    color: white !important;
}

.FilterRow.NotExtra {
    border-radius: 0 !important;
}

.earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer {
    position: relative;
    margin-bottom: 10px !important;
    border: 1px solid #e0e0e6;
    border-bottom-color: rgb(224, 224, 230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: #e8e8e8;
    border-radius: 0;
    box-shadow: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    border-bottom: 5px solid #e8e8e8;
}

    .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer:hover a, .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer:hover .rowContentContainer span {
        text-decoration: none !important;
        color: #ce0e2d !important;
    }

.sc-wrapper .WhiteTextTheme, .sc-wrapper .c-block .WhiteTextTheme, .c-block .WhiteTextTheme {
    background-color: #fff;
    background-color: white;
    border-radius: 10px !important;
}

    .sc-wrapper .WhiteTextTheme h1 {
        color: white !important;
    }

#posdesc_pageBlock .posDescriptionContainer317 .posdescriptionPropertyBox {
    padding: 1em;
    border: .25rem solid #eeeeee;
    box-shadow: none !important;
    background: #eee;
    color: #ce0e2d !important;
    border-radius: 0 !important;
}

ul.jobSum li {
    list-style: none;
    display: contents;
    margin: 0 0px 0 10px;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 15px;
}

#posdesc_pageBlock ul.jobSum li::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #440f11;
    border-radius: 50%;
    margin-top: 2px;
    margin-left: -25px;
    display: none;
}

#posdesc_pageBlock ul.jobSum li .jobSumValue {
    margin-right: 0;
    margin-left: 0;
    color: black !important;
    font-weight: bold !important;
    margin-right: 20px;
}

#posdesc_pageBlock ul.jobSum li {
    width: 50%;
    float: none;
    display: contents;
}

.earcu_posdescriptionnote > div > b, h2.subtitle {
    color: #ce0e2d !important;
}

#eaContainer #posdesc_pageBlock .posrating, #eaContainer #posdesc_pageBlock .possharing, #eaContainer #posdesc_pageBlock .posAlerts {
    border: .25rem solid #eeeeee;
    box-shadow: none !important;
    background: #fff;
    padding: 2em;
    border-radius: 0 !important;
}

#posdesc_pageBlock .possharing,
#posdesc_pageBlock .posAlerts,
.benefitBlocksContainer {
    background-color: #440f11 !important;
    color: #fff !important;
    border-radius: 10px !important;
    border: none !important;
    padding: 25px !important;
    margin-bottom: 10px !important;
}

#PosDescSharingItems {
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    width: 152px;
    margin-top: 20px;
}

#Pos_Description_pageView #posdesc_pageBlock a.right {
    margin-right: 0;
    margin-bottom: 0px;
    width: 100% !important;
    box-sizing: border-box;
    text-align: center;
    float: right;
}

#Pos_Description_pageView #posdesc_pageBlock .posAlerts a.right {
    margin-right: 0;
    margin-bottom: 0px;
    width: 100% !important;
    box-sizing: border-box;
    text-align: center;
    float: right;
    background: #a80c26 !important;
    border-radius: 10px !important;
}

.benefits-title {
    color: white !important;
    text-align: center;
    font-size: 22px !important;
}

#posdesc_pageBlock .posrightbox_header {
    text-align: center;
    font-weight: bold;
    margin-top: 3px;
    font-size: 22px !important;
    font-weight: normal !important;
}

.ButtonHolder {
    display: none;
}

ul {
    padding-left: 0;
}


.sc-wrapper .WhiteTextTheme h1 {
    color: #ce0e2d !important;
    font-weight: bolder !important;
}

.WhiteTextTheme p {
    font-weight: bold;
}

#Benefits {
    border-bottom: 1px solid #dadada !important;
}

.res-i {
    width: 100%;
    height: auto;
    border-radius: 10px !important;
}

.icon-dice-my-account::before {
    display: none !important;
}

.banner-ic.icon-dice-my-account {
    background-image: url(../Images/NewProfile.png);
    background-repeat: no-repeat;
    background-size: contain !important;
    background-size: 30px !important;
    height: 25px;
}

#JobsNearMe {
    background: #fff;
    border-color: #fff;
    color: #000;
    border-radius: 10px;
}

    #JobsNearMe:hover {
        background: #ce0e2d;
        border-color: #ce0e2d;
        color: #fff;
    }

}

.c-hero__title {
    text-transform: uppercase !important;
}

.c-hero,
.sc-wrapper.top-wrapper.hasBGi {
    height: 750px;
}

.c-hero__content {
    display: none;
}

.sc-wrapper.top-wrapper.sm_nobgi.LnerRedHeaderTheme.hasBGi.SChasBG .container {
    display: none;
}

/*.JobTitle {
    display: block;
}*/

.home .earcuContentContainer {
    display: block !important;
}

.theme-block.FivePercentBlackHeaderTheme, .theme-block .theme-block.FivePercentBlackHeaderTheme {
    background-color: white !important;
}

.c-hero__title {
    font-size: 72px;
    font-size: 38px;
    line-height: 72px;
    line-height: 7.2rem;
    color: #ce0e2d;
    text-align: center;
    font-weight: bold !important;
}

.col.lg_cell_12.md_cell_4.sm_cell {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

#JobsNearMe12 {
    margin-left: 10px !important;
}

#JobsNearMe2, #JobsNearMe12, #JobsNearMe {
    background: white !important;
    border: 2px solid #ce0e2d;
    border-radius: 10px;
    color: #ce0e2d !important;
    transition: background .1s,border .1s,color .1s;
    padding: 15px 20px;
    margin-left: 34%;
}


    #JobsNearMe2:hover, #JobsNearMe12:hover, #JobsNearMe:hover {
        background: #ce0e2d !important;
        border-color: #ce0e2d !important;
        color: #fff !important;
    }

p span {
    font-weight: bold !important;
    color: #ce0e2d !important;
}

.wow.bounceInUp.c-hero__title {
    text-align: left;
}

.col.lg_cell_12.md_cell_4.sm_cell h3 {
    margin-bottom: 20px !important;
}

.home .col.lg_cell_12.md_cell_4.sm_cell {
    border-bottom: none;
    padding-bottom: 25px;
}

#Benefits {
    background-image: url(../Images/homeback.png);
    background-repeat: no-repeat !important;
    background-size: 77%;
    background-position: 95px bottom;
}



@media all and (max-width:1450px) {
    #Benefits {
        background-position: 0 bottom;
    }
}

.wow.bounceInUp.c-hero__title {
    line-height: normal;
}

@media all and (max-width:1538px) {
    .c-hero.js-track-hero-banner.js-ga-track-area {
        background-size: contain;
        background-repeat: no-repeat !important;
    }
}

@media all and (max-width:959px) {
    .c-hero, .sc-wrapper.top-wrapper.hasBGi {
        height: auto;
    }

    #JobsNearMe2, #JobsNearMe12, #JobsNearMe {
        margin-left: 0;
    }

    .earcuContentContainer {
        margin-top: 0px;
    }

        .earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer {
            overflow: auto;
            float: left;
            width: 100% !important;
        }

    #posBrowser_Filter_pageBlock .FiltersContainer {
        height: 100% !important;
    }

    #posBrowser_Filter_pageBlockContainer {
        width: 100%;
    }
}

@media all and (max-width:450px) {
    #JobsNearMe2, #JobsNearMe12, #JobsNearMe {
        margin-left: 0;
        width: 88% !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
    }
}

.textpage_people_heart .col.lg_cell_12.md_cell_4.sm_cell {
    border-bottom: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.theme-block .theme-block.WhiteHeaderTheme, .theme-block.WhiteHeaderTheme {
    background-color: #fff;
    color: #000;
}

.theme-block.FivePercentBlackHeaderTheme, .theme-block .theme-block.FivePercentBlackHeaderTheme {
    background-color: #f2f2f2;
    color: #000;
}


.col.lg_cell_12.md_cell_4.sm_cell {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.benefitBlocksContainer {
    background-color: #ce132e !important;
    background-image: url(../Images/example.png) !important;
    background-repeat: no-repeat;
    padding: 50px 80px 23px !important;
    text-align: left !important;
    margin-top: 26px;
}

.benefits-title {
    color: white !important;
    text-align: left;
    font-size: 34px !important;
    font-weight: bold !important;
}

.benefitBlock {
    margin-bottom: 15px !important;
    font-size: 14px !important;
    line-height: normal !important;
    padding-left: 20px !important;
    background-image: url(../Images/tickwhite.png);
    background-size: 12px !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
}

.FivePercentBlackHeaderTheme.sc-wrapper.theme-block {
    display: # !important;
}

.mainfooter .FivePercentBlackHeaderTheme.sc-wrapper.theme-block,
.footer-bar {
    display: none !important;
}

#Benefits {
    padding-bottom: 100px !important;
}

#Benefits {
    background-image: url(../Images/homeback.png);
    background-repeat: no-repeat !important;
    background-size: auto;
    background-position: 0 bottom;
}

p b,
.textpage_apprenticeships h3 {
    color: #ce0e2d !important;
    font-weight: bolder !important;
}


body.earcu_textpage_apprenticeships .sc-wrapper.WhiteHeaderTheme a {
    color: #ce0e2d;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.faq-container {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.faq {
    box-sizing: border-box;
    background: transparent;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

    .faq:not(:first-child) {
        border-top: 1px solid #e6e6e6;
    }

h4.faq-title {
    margin: 0 35px 0 0;
    font-size: 16px;
}

.faq-text {
    margin: 30px 0 0;
    display: none;
    line-height: 1.5rem;
}

.faq.active {
    background-color: #f8f8f8;
    box-shadow: inset 4px 0px 0px 0px var(--accent-color);
}

    .faq.active .faq-title {
        color: var(--accent-color);
    }

    .faq.active .faq-text {
        display: block;
    }

.faq-toggle {
    background-color: #ce0e2d;
    border: 1px solid #e6e6e6;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-top: 3px;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
    transition: 0.3s ease;
}

    .faq-toggle:focus {
        outline: none;
    }

.faq.active .faq-toggle {
    transform: rotate(180deg);
}


.sc-wrapper.theme-block.top-wrapper.sm_nobgi.PrimeRedHeaderTheme.hasBGi.SChasBG.lazyloaded {
    margin-bottom: 30px !important;
}


.earcuContentContainer .earcuContent div.pageView div.pageBlockContainer#posBrowser_ResultsGrid_pageBlockContainer #posBrowser_ResultsGrid_pageBlock .rowContainer .rowContentContainer {
    float: left;
    padding-left: 0;
    clear: left;
    color: #ce0e2d !important;
}



p {
    line-height: normal !important;
}

#Benefits {
    background-position: -55px bottom;
}

@media all and (max-width:1680px) {
    #Benefits {
        background-position: -90px bottom;
    }
}

@media all and (max-width:1600px) {
    #Benefits {
        background-position: -130px bottom;
    }
}

@media all and (max-width:1538px) {
    .c-hero.js-track-hero-banner.js-ga-track-area {
        background-size: cover !important
    }
}

@media all and (max-width:1400px) {
    #Benefits {
        background-position: -150px bottom;
    }
}

@media all and (max-width:1300px) {
    #Benefits {
        background-position: -200px bottom;
    }
}

@media all and (max-width:1210px) {
    #Benefits {
        background-position: -220px bottom;
    }

    .c-hero, .sc-wrapper.top-wrapper.hasBGi {
        height: 565px;
    }
}

@media all and (max-width:1135px) {
    .c-hero, .sc-wrapper.top-wrapper.hasBGi {
        height: 530px;
    }

    #Benefits {
        background-position: -220px 20px;
    }
}

@media all and (max-width:1130px) {
    #Benefits {
        background-position: -220px 20px;
        background: none !important;
    }
}


/*---------*/

#Buttons {
    position: relative;
    z-index: 99;
    top: -13px;
    left: 9px;
}

.container.container--flush-sm {
    margin-top: -90px !important;
}


.mainfooter .FivePercentBlackHeaderTheme.sc-wrapper.theme-block {
    display: block !important;
}


/*.home .container.container--flush-sm {
    display: none;
}*/

#posdesc_pageBlock ul.jobSum {
    display: inline-flex;
    overflow: hidden !important;
}

#Hide_not_on_jd {
    display: none !important;
}

.pos_description .sc-wrapper.top-wrapper.sm_nobgi.LnerRedHeaderTheme.hasBGi.SChasBG {
    display: none !important;
}


.pos_description #Hide_not_on_jd {
    display: block !important;
}

/*=================*/

/*.pos_description .earcuContentContainer {
    position: relative;
    top: -700px;
}

.pos_description .posDescriptionContainer.posDescriptionContainer317 {
    margin-top: 600px;
}*/

.JobTitle h1 {
    color: white !important;
    text-transform: uppercase;
    font-weight: bold;
}

.mainfooter {
    border-top: 1px solid #dadada;
}

@media all and (max-width:990px) {
    div.posDescriptionContainer317 .LeftJobBox, #posdesc_pageBlock div.posDescriptionContainer317 .RightJobBox {
        width: 100%;
        float: left;
    }

    .ApplyNowContainer.ApplyViaFormContainer {
        background-color: none;
        padding: 20px 0 20px 0;
    }

    div.posDescriptionContainer317 .RightJobBox {
        margin-left: 0;
    }

    #posdesc_pageBlock ul.jobSum {
        display: inline;
    }
}

.JobTitle h1 {
    color: black !important;
    text-transform: uppercase;
    font-weight: bold;
    background: white !important;
    width: 50% !important;
    padding: 25px !important;
    line-height: normal !important;
}

@media all and (max-width:1210px) {
    /*    .pos_description .earcuContentContainer {
        position: relative;
        top: -400px;
    }

    .pos_description .posDescriptionContainer.posDescriptionContainer317 {
        margin-top: 300px;
    }*/
}


@media all and (max-width:767px) {
    .JobTitle h1 {
        color: black !important;
        text-transform: uppercase;
        font-weight: bold;
        background: white !important;
        width: 100% !important;
        font-size: 20px !important;
    }
}


.textpage_sitemap footer.mainfooter .footer-nav ul li a {
    font-size: 30px !important;
    line-height: normal !important;
}


#SiteMapHeader {
    margin: 30px 0 !important;
}

.textpage_sitemap .mainfooter {
    border-top: none !important;
}


header.banner .sc-mast-nav nav ul li:hover .submenu-button-container {
    background-color: white;
}

header.banner .sc-mast-nav nav ul li a:hover {
    text-decoration: underline;
    color: #440f11 !important;
}

header.banner .sc-mast-nav nav ul li .nl.top {
    font-size: 15px !important;
}


header.banner .sc-mast-nav nav ul li:hover .nl.top {
    color: #440f11 !important;
}

.textpage_life .section {
    padding: 0;
    background: white !important;
}

#posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li {
    background: none;
    padding: 0;
    border-bottom: none !important;
}

.FiltersContainer.HideAddButton, #eaContainer #posBrowser_Filter_pageBlock .HeaderContainer {
    background: transparent !important;
}

.JobTitle h1 {
    font-size: 30px !important;
}

#MyDetailsStauts_pageBlock {
    padding: 5px !important;
}

.application_home .earcuContentContainer .earcuContent .container #sectionslist_pageBlock .stage-anim-wrapper .stage-buttons a.stage-complete {
    background-color: #440f11 !important;
    color: #fff !important;
}


#MyDetails_pageView #MyDetailsStauts_pageBlock #eArcuContactConsent,
.pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer,
.pageBlockInner_FormBlock div.formRowFileUploadRow .filesContainer {
    padding: 10px;
    border: none !important;
    overflow: unset;
}

#MyDetails_pageView {
    border: 1px solid red !important;
    padding: 30px !important;
}

#MyDetails_pageView {
    border: 1px solid #ce0e2d !important;
    padding: 30px !important;
    border-radius: 10px !important;
}

    #MyDetails_pageView #MyDetailsStauts_pageBlock .eArcuBottom {
        float: left;
        width: 100%;
        overflow: hidden !important;
    }


.JobTitle h1 {
    border-radius: 10px !important;
    color: #ce0e2d !important;
}


.wow.fadeInUp.js-layout-section.sc-wrapper.theme-block.theme-block--layout-section.sc-content-layout.sm_nobgi.FivePercentRedHeaderTheme.SChasBlocks {
    background-color: #fcf2f4 !important;
    color: #000 !important;
}

.res-i.rounded-image {
    margin-bottom: 15px;
}

@media all and (max-width:960px) {
    .c-hero.js-track-hero-banner.js-ga-track-area {
        background-size: 100% !important;
    }

    .dim-page-contain {
        margin-top: 110px !important;
    }

    .c-hero, .sc-wrapper.top-wrapper.hasBGi {
        height: 365px;
    }
}

@media all and (max-width:780px) {
    .textpage_categories .earcuContentContainer {
        display: none;
    }

    .c-hero, .sc-wrapper.top-wrapper.hasBGi {
        height: 250px;
    }

    .pos_description .earcuContentContainer {
        position: relative;
        top: 0;
    }

    .pos_description .posDescriptionContainer.posDescriptionContainer317 {
        margin-top: 0;
    }

    .JobTitle h1 {
        font-size: 30px !important;
        padding: 0 !important;
    }
}

@media all and (max-width:540px) {
    .c-hero, .sc-wrapper.top-wrapper.hasBGi {
        height: 200px;
    }
}

@media all and (max-width:479px) {
    .sc-wrapper.LnerRedHeaderTheme, .sc-wrapper .c-block.LnerRedHeaderTheme, .c-block.LnerRedHeaderTheme {
        background-color: transparent !important;
    }

    .sc-wrapper.top-wrapper.hasBGi {
        height: auto;
        min-height: 96px !important;
    }
}

@media all and (max-width:450px) {
    /*    .container.container--flush-sm {
        margin-top: 0px !important;
    }*/

    #JobsNearMe2, #JobsNearMe12, #JobsNearMe {
        margin-left: 0;
        width: 86% !important;
    }
}

@media all and (max-width:430px) {
    .c-hero {
        height: 170px;
    }

    .sc-wrapper.top-wrapper.hasBGi {
        padding: 30px 0 20px 0;
        margin-top: 0;
    }
}

@media all and (max-width:400px) {
    #JobsNearMe2, #JobsNearMe12 {
        width: 83% !important;
    }
}

@media all and (max-width:370px) {
    .c-hero {
        height: 145px;
    }
}

@media all and (max-width:340px) {
    #JobsNearMe2, #JobsNearMe12 {
        width: 80% !important;
    }
}


.PosDescriptionText p span {
    color: black !important;
}

.FiltersContainer.HideAddButton {
    background: #440f11 !important;
}

#posBrowser_Filter_pageBlock .LocationValue {
    color: white;
}

#posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li {
    background-color: white;
    color: #ce0e2d !important;
}

    #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li a {
        color: #ce0e2d !important;
    }

    #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li.ValueItem_selected {
        background: #ce0e2d;
    }

        #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li.ValueItem_selected a {
            color: white !important;
        }


    #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li a .label {
        padding: 5px 10px;
    }

#posBrowser_Filter_pageBlock .HeaderContainer .HeaderLabel {
    padding: 3px 0 0 10px;
    font-weight: bold;
    float: left;
    font-size: 14px !important;
    line-height: normal !important;
    font-weight: normal !important;
}

.pos_find_results .pageBlockInner_GridBlock .pagingControls_Tiles .pagingButtons {
    margin-top: 0;
}

.pageBlockInner_GridBlock .gridTop {
    overflow: auto;
    border: none;
    background: #e8e8e8 !important;
    padding: 10px;
}

.pageBlockInner_GridBlock .gridTop {
    overflow: auto;
    border: none;
    background: #e8e8e8 !important;
    padding: 10px;
    display: none;
}

/*-----------*/

/*-----------Qick Apply-----CSS----*/

.ui-dialog .ui-dialog-titlebar {
    background: #ce132e !important;
    border: none !important;
}

.modalContent {
    min-height: 100px !important;
}

#quickapplydialog {
    margin-top: 30px !important;
}

#quickapplydialogDialogContainer {
    background: white !important;
    top: 2em !important;
}

#QuickApplyForm_buttons_formRow {
    margin: 30px 0 15px !important;
    border-bottom: 1px solid #ce132e !important;
    padding-bottom: 20px;
}

    #QuickApplyForm_buttons_formRow .buttonsRight {
        float: none;
        width: 15%;
        margin: 0 auto;
    }

#QuickApplyForm_submitinstructions_formRow .textLiteral.textLiteral_Info.textLiteralAlignment_Left {
    font-size: 14px !important;
    margin: 30px 0 0 !important;
    border-top: 1px solid #ce132e !important;
    padding-top: 20px !important;
}

#quickapplydialogDialogContainer div.ui-dialog-titlebar .ui-dialog-titlebar-close {
    background: #440f11 !important;
    border: none !important;
    border-radius: 0 !important;
}

    #quickapplydialogDialogContainer div.ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon-primary.ui-icon.ui-icon-closethick {
        color: #ce132e !important;
        background-image: url("../images/WhiteClose.png");
        background-repeat: no-repeat;
        background-position: top center;
    }


body.EarcuBody.Pos_Description_EarcuBody.ABG_v2_Staging div#staging-apply {
    margin: auto;
    display: table;
    width: 210px;
}

div#staging-apply {
    margin: auto;
    display: none;
    width: 210px;
}

body.EarcuBody.Pos_Description_EarcuBody.ABG_v2_Staging .ApplyNowContainer {
    position: fixed;
    z-index: 100;
    top: 35em;
    right: 0;
    width: 210px;
    padding: 5px;
}

    body.EarcuBody.Pos_Description_EarcuBody.ABG_v2_Staging .ApplyNowContainer a {
        animation: pulse 2s infinite;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(230, 110, 43, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(230, 110, 43, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(230, 110, 43, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(230, 110, 43, 0.4);
        box-shadow: 0 0 0 0 rgba(230, 110, 43, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(230, 110, 43, 0);
        box-shadow: 0 0 0 10px rgba(230, 110, 43, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(230, 110, 43, 0);
        box-shadow: 0 0 0 0 rgba(230, 110, 43, 0);
    }
}


@media screen and (max-width: 836px) {
    body.EarcuBody.Pos_Description_EarcuBody.ABG_v2_Staging .ApplyNowContainer {
        top: 38em;
    }
}

@media screen and (max-width: 767px) {
    #quickapplydialogDialogContainer {
        top: 0 !important;
    }

    body.EarcuBody.Pos_Description_EarcuBody.ABG_v2_Staging .ApplyNowContainer {
        top: 41em;
    }
}

@media screen and (max-width: 660px) {
    body.EarcuBody.Pos_Description_EarcuBody.ABG_v2_Staging .ApplyNowContainer {
        top: 44em;
    }
}

@media screen and (max-width: 600px) {
    body.EarcuBody.Pos_Description_EarcuBody.ABG_v2_Staging .ApplyNowContainer {
        top: 38em;
    }
}

@media screen and (max-width: 500px) {
    body.EarcuBody.Pos_Description_EarcuBody.ABG_v2_Staging .ApplyNowContainer {
        top: 11em;
    }
}

div.posDescriptionContainer317 .RightJobBox .awardsImage {
    margin: 5px 0;
    width: 100%;
}

#awards_image {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    float: right;
    width: auto;
}

    #awards_image img {
        width: auto;
        max-height: 90px;
    }

@media all and (max-width:479px) {
    #awards_image {
        max-width: 100%;
        padding-left: 20px;
        box-sizing: border-box;
    }
}

.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link,
.pojo-a11y-toolbar-inner {
    background-color: rgba(255,255,255,.98);
    box-shadow: none;
}

.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link {
    box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle {
    box-shadow: none;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover {
    box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay {
    border: none;
    box-shadow: none;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay:focus-within {
    position: relative;
    z-index: 1;
}

#pojo-a11y-toolbar {
    top: 60px;
}

body.pojo-a11y-grayscale {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}

    body.pojo-a11y-grayscale #pojo-a11y-toolbar,
    body.pojo-a11y-grayscale header *,
    body.pojo-a11y-grayscale #main {
        -webkit-filter: grayscale(100%);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
    }