﻿/*
    Jump to:
    Misc Styling
    Landing Page Styling
    Results Page Styling
    Job Description Page Styling
    PreApp Questions Page Styling
    Login/Register Page Styling
    Profile Styling
    Application/Onboarding Styling
    Responsive Styling
*/

/*Misc Styling*/

@font-face {
    font-family: "Montserrat";
    src: url(../Fonts/Montserrat-Medium.otf);
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url(../Fonts/Montserrat-Bold.otf);
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
    font: 14px "Montserrat", sans-serif;
}

img {
    vertical-align: middle;
}

.buttonsLeft button.buttonAnchor,
.buttonsRight button.buttonAnchor,
.buttonsLeft input.buttonSubmit,
.buttonsRight input.buttonSubmit,
.buttonsLeft a.buttonAnchor,
.buttonsRight a.buttonAnchor,
#Pos_Description_pageView #posdesc_pageBlockContainer .ApplyNowContainer a,
#Pos_Description_pageView #posdesc_pageBlockContainer .ApplyViaEmailContainer a,
#Pos_Description_pageView #posdesc_pageBlock a.right, .rolesRedirect {
    color: #454545;
    padding: 9px 12px;
    border: 1px solid #eee;
    background: #f9f9f9;
    margin: 0;
    -webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
    -moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
    box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
    text-decoration: none !important;
    text-transform: uppercase;
    line-height: 23px;
    border-radius: 4px;
}

.pageBlockInner_FormBlock input.inputText,
.pageBlockInner_FormBlock .formRowSelectInputRow_Common select,
.pageBlockInner_FormBlock #detailsform_multicodelist5_ajaxcontainer {
    color: #454545;
    padding: 9px 12px;
    border: 1px solid #eee;
    background: #f9f9f9;
    -webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
    -moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
    box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
}

    .pageBlockInner_FormBlock #detailsform_multicodelist5_ajaxcontainer {
        width: 250px;
        border-radius: 4px;
        padding: 6px 12px;
    }

    .header {
        height: 100px;
        padding: 0px;
    }

body a.a-cta {
    padding: 15px 40px;
    float: right;
    margin-top: 25px;
}

body a.a-cta,
.buttonsLeft button.buttonAnchor,
.buttonsRight button.buttonAnchor,
.buttonsLeft input.buttonSubmit,
.buttonsRight input.buttonSubmit,
.buttonsLeft a.buttonAnchor,
.buttonsRight a.buttonAnchor,
#Pos_Description_pageView #posdesc_pageBlockContainer .ApplyNowContainer a,
#Pos_Description_pageView #posdesc_pageBlockContainer .ApplyViaEmailContainer a,
#Pos_Description_pageView #posdesc_pageBlock a.right,
.rolesRedirect {
    position: relative;
    border-radius: 8px;
    border: solid 2px #d1495b;
    color: #FFF;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    position: relative;
    background: #d1495b;
    /* Old browsers */
    background: linear-gradient(175deg, #d1495b 50%, #FFF 50%);
    background-size: 200% 200%;
    background-position: 0% 0%;
    transition: all 0.25s ease;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

    body a.a-cta:hover,
    .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_pageBlockContainer .ApplyNowContainer a:hover,
    #Pos_Description_pageView #posdesc_pageBlockContainer .ApplyViaEmailContainer a:hover,
    #Pos_Description_pageView #posdesc_pageBlock a.right:hover,
    .rolesRedirect:hover {
        color: #d1495b;
        background-position: 100% 100%;
    }

.g-header__home img {
    margin-top: 17px;
}

.header .container {
    max-width: 1820px;
    width: calc(100vw - 40px);
    height: 100px;
}

.compact .header .container {
    height: 100px;
}

.eArcuContainer {
    width: 100%;
    float: left;
    position: relative;
    overflow: visible;
    padding: 30px 0 0;
    background-image: url(../Images/background-curve.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

    .eArcuContainer .cityScape {
        background-image: url('../Images/cityWatermark.PNG');
        background-size: auto;
        background-position: 0% 100%;
        background-repeat: no-repeat;
        min-height: 450px;
        padding: 0px 0px 200px;
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    transition: all .2s ease;
}

.overlayContainer {
    position: relative;
}

.banner-main-container {
    position: relative;
}

    .banner-main-container .bannerTint {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .banner-main-container .desktop-banner {
        position: relative;
    }

        .banner-main-container .desktop-banner img {
            width: 100%;
        }

    .banner-main-container .jobTitleContainer {
        position: absolute;
        top: 50%;
        left: 0;
        margin: auto;
        width: 100%;
        text-align: center;
        transform: translateY(-50%);
        background: rgba(255,255,255,0.6);
    }

        .banner-main-container .jobTitleContainer h1 {
            color: #004B98;
            font-size: 60px;
        }

.bannerContainer {
    width: 100%;
    height: 700px;
    float: left;
    position: relative;
    overflow: auto;
    /*margin-bottom: 20px;*/
}

    .bannerContainer .bannerContent {
        color: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        height: 100%;
        width: 100%;
        display: table;
    }

        .bannerContainer .bannerContent .bannerOverlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0);
        }

        .bannerContainer .bannerContent .bannerText {
            z-index: 2;
            display: table-cell;
            vertical-align: middle;
            width: 100%;
        }

            .bannerContainer .bannerContent .bannerText:before,
            .bannerContainer .bannerContent .bannerText:after {
                display: table;
                content: "";
            }

            .bannerContainer .bannerContent .bannerText h1 {
                font-size: 90px;
                line-height: 1em;
                font-weight: 900;
                margin-bottom: 0px;
                position: relative;
                z-index: 10;
                font-family: "Montserrat-Bold", sans-serif;
            }

            .bannerContainer .bannerContent .bannerText h3 {
                color: #fff;
                font-size: 25px;
                padding: 0;
                text-shadow: #000 0 0 0.2em;
            }

.home .bannerContainer .bannerContent .bannerText {
    position: absolute;
    top: 30%;
    left: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

    .home .bannerContainer .bannerContent .bannerText h1 {
        color: #004B98;
    }

.section {
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}

    .section:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .section.smallPadding {
        padding-bottom: 10px;
    }

.sectionTitle {
    width: 100%;
    text-align: center;
}

    .sectionTitle h2 {
        font-size: 40px;
    }

.contentContainer {
    overflow: auto;
}

    .contentContainer.quickSearchBlock {
        overflow: visible;
    }

#quicksearch_pageBlock .dropDownTitle {
    overflow: auto;
}

#quicksearch_pageBlockContainer {
    width: 100%;
    position: relative;
    display: block;
    overflow: visible;
    float: left;
    padding: 10px;
    margin-bottom: 0;
}

    #quicksearch_pageBlockContainer #quicksearch_pageBlock {
        width: 100%;
        float: left;
        overflow: visible;
    }

        #quicksearch_pageBlockContainer #quicksearch_pageBlock .dropDownTitle h2 {
            font-size: 30px;
            text-align: center;
        }

        #quicksearch_pageBlockContainer #quicksearch_pageBlock .dropDownTitle {
            width: 20%;
            float: left;
            clear: none;
            padding-top: 0;
            margin: 0 1% 0 0;
        }

        #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow {
            width: 25%;
            float: left;
            clear: none;
            padding-top: 0;
            margin: 0 1% 0 0;
        }

            /*#quicksearch_pageBlockContainer #quicksearch_pageBlock #quicksearch_filter_text_formRow {
            margin:0 1% 0 0;
        }

        #quicksearch_pageBlockContainer #quicksearch_pageBlock #quicksearch_filter_locationradius_formRow {
            margin: 0 1%;
        }

        #quicksearch_pageBlockContainer #quicksearch_pageBlock #quicksearch_filter_region_formRow {
            margin: 0 0 0 1%;
        }*/

            #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow .dropDownTitle h2 {
                font-size: 30px;
                margin-bottom: 0;
            }

            #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow#dropDownBreak .dropDownTitle h2 {
                text-transform: capitalize;
                font-size: 30px;
                text-align: center;
            }

            #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow .labelContainer {
                display: none;
            }

            #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow .controlContainer {
                width: 100%;
                margin: 0 auto;
                float: none;
            }

            #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow .inputText,
            #quicksearch_pageBlockContainer #quicksearch_pageBlock #JobsNearMe {
                width: 100%;
                color: #454545;
                background: #f9f9f9;
                -webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
                -moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
                box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
            }

            #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow ul {
                height: 47px;
                cursor: pointer;
                width: 100%;
                z-index: 5;
                margin: 0;
                position: relative;
                padding-left: 0;
            }

                #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow ul #ddContainerTitle {
                    float: left;
                    height: 47px;
                    color: #454545;
                    padding: 13px 0px 0px 15px;
                }

                #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow ul #ddIcon {
                    float: right;
                    padding: 15px 9px 5px;
                }

                #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow ul .dropDownOption {
                    list-style-type: none;
                    display: none;
                    clear: left;
                    padding: inherit;
                    width: 100%;
                    color: #454545;
                    border: 1px solid #eee;
                    border-top: none;
                    border-bottom: none;
                    background: #f9f9f9;
                    transition: all .2s ease;
                }

                    #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow ul .dropDownOption:last-child {
                        border-bottom: 1px solid #eee;
                    }

                    #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow ul .dropDownOption a {
                        color: #454545;
                        transition: all .2s ease;
                        position: relative;
                        display: block;
                        padding: 9px;
                    }

                    #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow ul .dropDownOption:hover {
                        background: #004B98;
                    }

                        #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow ul .dropDownOption:hover a {
                            color: #fff;
                        }

        #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowButtonRow {
            width: 20%;
            float: left;
            clear: none;
            padding-top: 0;
        }

            #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowButtonRow .buttonsRight {
                float: left;
                width: 100%;
            }

                #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowButtonRow .buttonsRight ul {
                    width: 100%;
                }

                    #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowButtonRow .buttonsRight ul li {
                        float: none;
                    }

.jobsNearMeContainer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: auto;
    display: block;
    padding: 20px;
    margin-top: 10px;
}

    .jobsNearMeContainer .jobsNearMeContentContainer {
        max-width: 720px;
        margin: 0 auto;
        overflow: auto;
    }

        .jobsNearMeContainer .jobsNearMeContentContainer .jobsNearMeTitle {
            width: auto;
            float: left;
            text-align: left;
            margin: 0;
        }

            .jobsNearMeContainer .jobsNearMeContentContainer .jobsNearMeTitle h2 {
                color: #004B98;
                margin: 0;
                font-weight: bold;
                font-size: 30px;
            }

        .jobsNearMeContainer .jobsNearMeContentContainer .jobsNearMeButton {
            float: right;
            margin: 0;
        }

            .jobsNearMeContainer .jobsNearMeContentContainer .jobsNearMeButton #JobsNearMe {
                float: right;
                padding: 10px 20px;
                border-radius: 8px;
                border: solid 2px #004B98;
                color: #FFF;
                font-weight: 600;
                font-size: 25px;
                text-transform: capitalize;
                background: linear-gradient(175deg, #004B98 50%, #FFF 50%);
                background-size: 200% 200%;
                background-position: 0% 0%;
                transition: all 0.25s ease;
                box-shadow: none;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
            }

                .jobsNearMeContainer .jobsNearMeContentContainer .jobsNearMeButton #JobsNearMe:hover {
                    color: #004B98;
                    background-position: 100% 100%;
                }

.earcu_interviewbookingsummary .pageView,
.earcu_mydetails .pageView,
.earcu_application_list .pageView,
.earcu_login .pageView,
.earcu_profileregister .pageView,
.profileregisterwithalerts .pageView,
.earcu_application_login .pageView,
.earcu_welcome .pageView,
.earcu_application .pageView,
.earcu_test .pageView,
.earcu_offerlist .pageView,
.earcu_offerlistperapplication .pageView,
.earcu_onboarding .pageView,
.earcu_pos_description_review .pageView,
.earcu_myemailssummary .pageView,
.earcu_myjobfeed .pageView {
    padding: 20px;
    background: #004B98;
    margin-top: 25px;
}

    .earcu_interviewbookingsummary .pageView .pageBlockContainer,
    .earcu_mydetails .pageView .pageBlockContainer,
    .earcu_application_list .pageView .pageBlockContainer,
    .earcu_login .pageView .pageBlockContainer,
    .earcu_profileregister .pageView .pageBlockContainer,
    .profileregisterwithalerts .pageView .pageBlockContainer,
    .earcu_application_login .pageView .pageBlockContainer,
    .earcu_welcome .pageView .pageBlockContainer,
    .earcu_application .pageView .pageBlockContainer,
    .earcu_test .pageView .pageBlockContainer,
    .earcu_offerlist .pageView .pageBlockContainer,
    .earcu_offerlistperapplication .pageView .pageBlockContainer,
    .earcu_mywelcomepacks_offerform_summary .pageView .pageBlockContainer,
    .earcu_onboarding .pageView .pageBlockContainer,
    .earcu_pos_description_review .pageView .pageBlockContainer,
    .earcu_myemailssummary .pageView .pageBlockContainer,
    .earcu_myjobfeed .pageView .pageBlockContainer {
        padding: 20px;
        background: #fff;
        margin: 20px 0;
    }

        .earcu_interviewbookingsummary .pageView .pageBlockContainer .pageBlockHeader,
        .earcu_mydetails .pageView #MyDetailsStauts_pageBlockContainer.pageBlockContainer .pageBlockHeader,
        .earcu_application_list .pageView .pageBlockContainer .pageBlockHeader,
        .earcu_login .pageView .pageBlockContainer .pageBlockHeader,
        .earcu_profileregister .pageView .pageBlockContainer .pageBlockHeader,
        .profileregisterwithalerts .pageView .pageBlockContainer .pageBlockHeader,
        .earcu_application_login .pageView .pageBlockContainer .pageBlockHeader,
        .earcu_welcome .pageView .pageBlockContainer .pageBlockHeader,
        .earcu_application .pageView .pageBlockContainer .pageBlockHeader .pageBlockTitle,
        .earcu_test .pageView .pageBlockContainer .pageBlockHeader,
        .earcu_offerlist .pageView .pageBlockContainer .pageBlockHeader,
        .earcu_offerlistperapplication .pageView .pageBlockContainer .pageBlockHeader,
        .earcu_mywelcomepacks_offerform_summary .pageView .pageBlockContainer .pageBlockHeader,
        .earcu_onboarding .pageView .pageBlockContainer .pageBlockHeader .pageBlockTitle,
        .earcu_pos_description_review .pageView .pageBlockContainer .pageBlockHeader,
        .earcu_myemailssummary .pageView .pageBlockContainer .pageBlockHeader,
        .earcu_myjobfeed .pageView .pageBlockContainer .pageBlockHeader {
            display: none;
        }

        .earcu_interviewbookingsummary .pageView .pageBlockContainer .pageBlockContent,
        .earcu_mydetails .pageView .pageBlockContainer .pageBlockContent,
        .earcu_application_list .pageView .pageBlockContainer .pageBlockContent,
        .earcu_login .pageView .pageBlockContainer .pageBlockContent,
        .earcu_profileregister .pageView .pageBlockContainer .pageBlockContent,
        .profileregisterwithalerts .pageView .pageBlockContainer .pageBlockContent,
        .earcu_application_login .pageView .pageBlockContainer .pageBlockContent,
        .earcu_welcome .pageView .pageBlockContainer .pageBlockContent,
        .earcu_application .pageView .pageBlockContainer .pageBlockContent,
        .earcu_test .pageView .pageBlockContainer .pageBlockContent,
        .earcu_offerlist .pageView .pageBlockContainer .pageBlockContent,
        .earcu_offerlistperapplication .pageView .pageBlockContainer .pageBlockContent,
        .earcu_mywelcomepacks_offerform_summary .pageView .pageBlockContainer .pageBlockContent,
        .earcu_onboarding .pageView .pageBlockContainer .pageBlockContent,
        .earcu_pos_description_review .pageView .pageBlockContainer .pageBlockContent,
        .earcu_myemailssummary .pageView .pageBlockContainer .pageBlockContent,
        .earcu_myjobfeed .pageView .pageBlockContainer .pageBlockContent {
            padding: 0;
            overflow: hidden;
        }

            .earcu_interviewbookingsummary .pageView .pageBlockContainer .pageBlockContent .gridContent,
            .earcu_application_list .pageView .pageBlockContainer .pageBlockContent .gridContent,
            .earcu_offerlist .pageView .pageBlockContainer .pageBlockContent .gridContent,
            .earcu_offerlistperapplication .pageView .pageBlockContainer .pageBlockContent .gridContent {
                border: none;
                padding: 0;
            }

                .earcu_interviewbookingsummary .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer,
                .earcu_application_list .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer,
                .earcu_offerlist .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer,
                .earcu_offerlistperapplication .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer {
                    border: none;
                    width: 33%;
                    float: left;
                    clear: none;
                    text-align: center;
                }

                    .earcu_interviewbookingsummary .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowLabel,
                    .earcu_application_list .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowLabel,
                    .earcu_offerlist .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowLabel,
                    .earcu_offerlistperapplication .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowLabel {
                        float: none;
                    }

                        .earcu_interviewbookingsummary .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowLabel a,
                        .earcu_application_list .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowLabel a,
                        .earcu_offerlist .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowLabel a,
                        .earcu_offerlistperapplication .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowLabel a {
                            color: #fff;
                            width: 95%;
                            padding: 10px;
                            margin: 0 auto;
                            background: #004B98;
                            border: 3px solid #004B98;
                            text-decoration: none;
                            display: block;
                            transition: all .2s ease;
                        }

                            .earcu_interviewbookingsummary .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowLabel a:hover,
                            .earcu_application_list .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowLabel a:hover,
                            .earcu_offerlist .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowLabel a:hover,
                            .earcu_offerlistperapplication .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowLabel a:hover {
                                background: #337ECB;
                            }

                    .earcu_interviewbookingsummary .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowContentContainer,
                    .earcu_application_list .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowContentContainer,
                    .earcu_offerlist .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowContentContainer,
                    .earcu_offerlistperapplication .pageView .pageBlockContainer .pageBlockContent .gridContent .rowContainer .rowContentContainer {
                        display: none;
                    }

        .earcu_interviewbookingsummary .pageView .pageBlockContainer#intro_pageBlockContainer,
        .earcu_interviewbookingsummary .pageView .pageBlockContainer#BackBlock_pageBlockContainer,
        .earcu_mydetails .pageView .pageBlockContainer#BackBlock_pageBlockContainer,
        .earcu_mydetails .pageView .pageBlockContainer#intro_pageBlockContainer,
        .earcu_mydetails .pageView .pageBlockContainer#ShowCurrentAppLink_pageBlockContainer,
        .earcu_mydetails .pageView .pageBlockContainer#ShowCurrentAppLink2_pageBlockContainer,
        .earcu_application_list .pageView .pageBlockContainer#intro_pageBlockContainer,
        .earcu_application_list .pageView .pageBlockContainer#BackBlock_pageBlockContainer,
        .earcu_login .pageView .pageBlockContainer#LoginInfoBlock_pageBlockContainer,
        .earcu_profileregister .pageView .pageBlockContainer#NewRegisterInfoBlock_pageBlockContainer,
        .profileregisterwithalerts .pageView .pageBlockContainer#NewRegisterInfoBlock_pageBlockContainer,
        .earcu_application_login .pageView .pageBlockContainer#PageTitleBlock_pageBlockContainer,
        .earcu_application_login .pageView .pageBlockContainer#SignInTitleBlock_pageBlockContainer,
        .earcu_application_login .pageView .pageBlockContainer#NewRegisterInfoBlock_pageBlockContainer,
        .earcu_application_login .pageView .pageBlockContainer#intro_pageBlockContainer,
        .earcu_welcome .pageView .pageBlockContainer#intro_pageBlockContainer,
        .earcu_application .pageView .pageBlockContainer#intro_pageBlockContainer,
        .earcu_application .pageView .pageBlockContainer#posSummaryBlock_pageBlockContainer,
        .earcu_application .pageView .pageBlockContainer#BackBlock_pageBlockContainer,
        .earcu_application .pageView .pageBlockContainer#SectionCompleteBlock_pageBlockContainer,
        .earcu_test .pageView .pageBlockContainer#intro_pageBlockContainer,
        .earcu_test .pageView .pageBlockContainer#BackBlock_pageBlockContainer,
        .earcu_offerlist .pageView .pageBlockContainer#intro_pageBlockContainer,
        .earcu_offerlist .pageView .pageBlockContainer#BackBlock_pageBlockContainer,
        .earcu_offerlistperapplication .pageBlockContainer#intro_pageBlockContainer,
        .earcu_offerlistperapplication .pageBlockContainer#BackBlock_pageBlockContainer,
        .earcu_onboarding .pageView .pageBlockContainer#posSummaryBlock_pageBlockContainer,
        .earcu_onboarding .pageView .pageBlockContainer#intro_pageBlockContainer,
        .earcu_onboarding .pageView .pageBlockContainer#BackBlock_pageBlockContainer,
        .earcu_onboarding .pageView .pageBlockContainer#SectionCompleteBlock_pageBlockContainer,
        .earcu_pos_description_review .pageView .pageBlockContainer#intro_pageBlockContainer,
        .earcu_pos_description_review .pageView .pageBlockContainer#posSummaryBlock_pageBlockContainer,
        .earcu_myemailssummary .pageView .pageBlockContainer#intro_pageBlockContainer,
        .earcu_myemailssummary .pageView .pageBlockContainer#BackBlock_pageBlockContainer,
        .earcu_myjobfeed .pageView .pageBlockContainer#intro_pageBlockContainer,
        .earcu_myjobfeed .pageView .pageBlockContainer#BackBlock_pageBlockContainer {
            background: #004B98;
            padding: 0;
            color: #fff;
            margin: 0;
        }

        .earcu_welcome .pageView .pageBlockContainer#ToDoList_pageBlockContainer {
            background: none;
            padding: 0;
        }

        .earcu_application .pageView .pageBlockContainer#intro_pageBlockContainer,
        .earcu_onboarding .pageView .pageBlockContainer#intro_pageBlockContainer,
        .earcu_pos_description_review .pageView .pageBlockContainer#intro_pageBlockContainer {
            margin-bottom: 20px;
        }

            .earcu_interviewbookingsummary .pageView .pageBlockContainer#intro_pageBlockContainer h1,
            .earcu_mydetails .pageView .pageBlockContainer#intro_pageBlockContainer h1,
            .earcu_application_list .pageView .pageBlockContainer#intro_pageBlockContainer h1,
            .earcu_login .pageView .pageBlockContainer#LoginInfoBlock_pageBlockContainer h1,
            .earcu_profileregister .pageView .pageBlockContainer#NewRegisterInfoBlock_pageBlockContainer h1,
            .profileregisterwithalerts .pageView .pageBlockContainer#NewRegisterInfoBlock_pageBlockContainer h1,
            .earcu_application_login .pageView .pageBlockContainer#SignInTitleBlock_pageBlockContainer h1,
            .earcu_application_login .pageView .pageBlockContainer#NewRegisterInfoBlock_pageBlockContainer h1,
            .earcu_application_login .pageView .pageBlockContainer#intro_pageBlockContainer h1,
            .earcu_welcome .pageView .pageBlockContainer#intro_pageBlockContainer h1,
            .earcu_application .pageView .pageBlockContainer#intro_pageBlockContainer h1,
            .earcu_test .pageView .pageBlockContainer#intro_pageBlockContainer h1,
            .earcu_offerlist .pageView .pageBlockContainer#intro_pageBlockContainer h1,
            .earcu_offerlistperapplication .pageBlockContainer#intro_pageBlockContainer h1,
            .earcu_onboarding .pageView .pageBlockContainer#intro_pageBlockContainer h1,
            .earcu_pos_description_review .pageView .pageBlockContainer#intro_pageBlockContainer h1,
            .earcu_myemailssummary .pageView .pageBlockContainer#intro_pageBlockContainer h1,
            .earcu_myjobfeed .pageView .pageBlockContainer#intro_pageBlockContainer h1 {
                color: #fff;
                margin-bottom: 10px;
                font-size: 60px;
                line-height: normal;
            }

        .earcu_login .pageView .pageBlockContainer#LoginInfoBlock_pageBlockContainer .eArcuInfoText a,
        .earcu_profileregister .pageView .pageBlockContainer#NewRegisterInfoBlock_pageBlockContainer .eArcuInfoText a {
            text-decoration: underline;
            color: #fff;
        }

        .earcu_offerlist .pageView .pageBlockContainer#BackBlock_pageBlockContainer .buttonsRight {
            float: left;
        }

        .earcu_onboarding .pageView .pageBlockContainer#SectionCompleteBlock_pageBlockContainer .labelContainer {
            padding-top: 7px;
        }

            .earcu_onboarding .pageView .pageBlockContainer#SectionCompleteBlock_pageBlockContainer .labelContainer label {
                color: #fff;
            }

.pageBlockInner_FormBlock .formRowSelectInputRow_Common select {
    width: 250px;
    border-radius: 5px;
}

div.ui-dialog .pageBlockInner_GridBlock input.scroller {
    margin-left: 0;
    margin-right: 0;
}

.nav .dropdown .dropdown-menu li,
li.pageBlockHeader_AddNotClicked {
    list-style: none;
}

.charCounter {
    float: left;
}

.pageView #ControlPanelBlock_pageBlockContainer.pageBlockContainer .pageBlockHeader {
    display: block !important;
}

.tooltip2_Surround,
.tooltip2_SurroundClosing {
    z-index: 5;
}

#pageContent #Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .labelContainer,
#pageContent #Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .labelContainer {
    width: auto;
}

    #pageContent #Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .labelContainer .formLabel,
    #pageContent #Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .labelContainer .formLabel {
        text-align: left;
    }
/*.pageBlockInner_FormBlock div.controlContainer {
	clear: both;
}*/

.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    background: #000;
    color: #fff;
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-bottom {
    bottom: 1em;
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.cc-banner .cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em;
}

.cc-link {
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 0;
    color: #fff;
    text-decoration: none;
}

.cc-compliance {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    align-content: space-between;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer;
}

.cc-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: 700;
    border-width: 0;
    border-style: none;
    text-align: center;
    white-space: nowrap;
    background-color: #005b9b;
    -webkit-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
    min-width: 120px;
    color: #fff;
}

    .cc-btn:nth-child(2) {
        margin-left: 5px;
    }

    .cc-btn:hover {
        background: #fff;
        color: #000;
    }
/*Misc Styling End*/

/*Landing Page Styling*/
.earcu_home .bannerContainer .bannerContent {
    background: url(../Images/Banners/banner.png) center bottom no-repeat #cceefa;
    background-position: 50% 100%;
    background-size: 100% auto;
}

.earcu_home .eArcuContainer .contentContainer {
    margin-bottom: 0;
}

    .earcu_home .eArcuContainer .contentContainer.categoryBlocks,
    .earcu_home .eArcuContainer .contentContainer.findOutMore {
        /*margin-bottom: 50px;*/
        overflow: visible;
    }

    .earcu_home .eArcuContainer .contentContainer.findOutMore,
    .earcu_home .eArcuContainer .contentContainer.categoryBlocks,
    .pageBlockInner_FormBlock .formRowIconRow .iconRowValues {
        overflow: hidden;
    }

#Home_pageView #intro_pageBlockContainer {
    display: none;
}

#Home_pageView #CodeListCounts_pageBlock {
    padding: 0;
}

    #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 {
        margin-left: 0;
    }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer {
            width: 33%;
            height: 400px;
            position: relative;
            margin: 10px 0 30px;
        }

            #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer::before {
                background: #005b9b;
                content: '';
                display: block;
                height: calc(100% - 60px);
                width: 90%;
                z-index: 0;
                position: absolute;
                top: 50px;
                left: -40px;
                transition: all .2s ease-in-out;
            }

            #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer:hover::before {
                top: 0px;
                left: 10px;
                background: #d1495b;
            }

            #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder {
                width: 90%;
                margin: 0 auto;
                position: relative;
                overflow: hidden;
                transition: all .2s ease-in-out;
            }

            #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer:hover .listItemContainerBorder {
                transform: scale(1.1);
                transition: all .2s ease-in-out;
            }

            #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .listItemImageContainer {
                z-index: 1;
                background-size: cover !important;
                background-position: 50% 10%;
                background-repeat: no-repeat;
                height: 284px;
                transition: all .2s ease-in-out;
            }

            #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer:hover .listItemContainerBorder .listItemImageContainer {
                /*transform: scale(1.1);*/
            }

            #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower {
                position: relative;
                width: 100%;
                float: left;
                z-index: 2;
                background: #004c97;
                text-align: center;
                transition: all .2s ease;
                padding: 15px;
            }

                #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower .codeListBlockLowerContent {
                    float: left;
                    width: 100%;
                    text-align: center;
                }

                    #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower .codeListBlockLowerContent .listItemTitle {
                        padding: 4px 0 2px 0;
                    }

                        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower .codeListBlockLowerContent .listItemTitle a {
                            font-size: 20px;
                            font-weight: 400;
                        }

                        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower .codeListBlockLowerContent .listItemTitle a,
                        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower .codeListBlockLowerContent .listItemCountContainer {
                            color: #fff;
                        }

                    #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower .codeListBlockLowerContent .listItemCountContainer {
                        font-size: 17px;
                        font-weight: 400;
                        text-align: center;
                        margin-right: 0;
                    }

.jobsByBrandContainer {
    width: 100%;
    float: left;
    position: relative;
    overflow: auto;
    background: #d50075;
    padding: 40px 0 15px;
    margin-bottom: 50px;
}

    .jobsByBrandContainer .companiesSection {
        margin: 0 auto;
        max-width: 100%;
        position: relative;
    }

        .jobsByBrandContainer .companiesSection .companiesTitle h2 {
            color: #fff;
        }

        .jobsByBrandContainer .companiesSection .companiesBlocksContainer {
            width: 100%;
            float: left;
        }

            .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock {
                width: 16.800%;
                margin: 0 4% 3% 0;
                float: left;
                position: relative;
            }

                .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock:nth-child(5n+5) {
                    margin-right: 0;
                }

                .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock .companiesBlockLink {
                    width: 100%;
                    height: 200px;
                    text-align: center;
                    display: block;
                    overflow: auto;
                }

                    .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock .companiesBlockLink .companiesBlockContent {
                        background-size: contain;
                        background-repeat: no-repeat;
                        background-position: center;
                        float: left;
                        width: 100%;
                        height: inherit;
                    }

                        .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock .companiesBlockLink .companiesBlockContent .companyName h4 {
                            color: #fff;
                            margin-bottom: 0;
                        }

                .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock.connectGroup .companiesBlockLink .companiesBlockContent {
                    background-image: url(../Images/Logos/ConnectGroup.png);
                }

                .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock.smithsNews .companiesBlockLink .companiesBlockContent {
                    background-image: url(../Images/Logos/SmithsNews.png);
                }

                .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock.tuffnells .companiesBlockLink .companiesBlockContent {
                    background-image: url(../Images/Logos/Tuffnells.png);
                }

                .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock.passMyParcel .companiesBlockLink .companiesBlockContent {
                    background-image: url(../Images/Logos/PassMyParcel.png);
                    background-position: 50% 25%;
                }

                .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock.jacksBeans .companiesBlockLink .companiesBlockContent {
                    background-image: url(../Images/Logos/JacksBeans.png);
                }

                .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock.instore .companiesBlockLink .companiesBlockContent {
                    background-image: url(../Images/Logos/Instore.png);
                }

                .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock.martinLavell .companiesBlockLink .companiesBlockContent {
                    background-image: url(../Images/Logos/MartinLavell.png);
                }

                .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock.rascalSystems .companiesBlockLink .companiesBlockContent {
                    background-image: url(../Images/Logos/Rascal.png);
                }

                .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock.dmd .companiesBlockLink .companiesBlockContent {
                    background-image: url(../Images/Logos/DMD.png);
                }

                .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock.books .companiesBlockLink .companiesBlockContent {
                    background-image: url(../Images/Logos/ConnectBooks.png);
                }

.findOutMoreSection {
    float: left;
    width: 100%;
    position: relative;
}

    .findOutMoreSection .findOutMoreBlocksContainer {
        width: 100%;
        float: left;
    }

        .findOutMoreSection .findOutMoreBlocksContainer .findOutMoreBlock {
            width: 33%;
            float: left;
            position: relative;
            margin-bottom: 10px;
        }

            .findOutMoreSection .findOutMoreBlocksContainer .findOutMoreBlock .findOutMoreBlockContent {
                width: 95%;
                margin: 0 auto;
                height: 100px;
                text-align: center;
            }

            .findOutMoreSection .findOutMoreBlocksContainer .findOutMoreBlock:nth-child(2n+1) .findOutMoreBlockContent .findOutMoreBlockOverlay {
                background: #00b140;
            }

            .findOutMoreSection .findOutMoreBlocksContainer .findOutMoreBlock:nth-child(2n+2) .findOutMoreBlockContent .findOutMoreBlockOverlay {
                background: #71c5e8;
            }

            .findOutMoreSection .findOutMoreBlocksContainer .findOutMoreBlock:nth-child(2n+3) .findOutMoreBlockContent .findOutMoreBlockOverlay {
                background: #d50075;
            }

            .findOutMoreSection .findOutMoreBlocksContainer .findOutMoreBlock .findOutMoreBlockContent .findOutMoreText {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 100%;
            }

                .findOutMoreSection .findOutMoreBlocksContainer .findOutMoreBlock .findOutMoreBlockContent .findOutMoreText h4 {
                    color: #fff;
                    margin-bottom: 0;
                }
/*Landing Page Styling End*/

/*Results Page Styling*/
.pos_find_results .bannerContainer.image1 .bannerContent,
.pos_find_results_map .bannerContainer.image1 .bannerContent {
    background-image: url(../Images/Banners/Image1.jpg);
}

.pos_find_results .bannerContainer.image2 .bannerContent,
.pos_find_results_map .bannerContainer.image2 .bannerContent {
    background-image: url(../Images/Banners/Image2.jpg);
    background-position: 50% 25%;
}

.pos_find_results .bannerContainer.image3 .bannerContent,
.pos_find_results_map .bannerContainer.image3 .bannerContent {
    background-image: url(../Images/Banners/Image3.jpg);
    background-position: 50% 30%;
}

.pos_find_results .bannerContainer.image4 .bannerContent,
.pos_find_results_map .bannerContainer.image4 .bannerContent {
    background-image: url(../Images/Banners/Image4.jpg);
}

#posBrowser_Filter_pageBlock,
#posBrowser_Filter_pageBlock .filtersSummary {
    overflow: hidden;
}

    #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a {
        font-size: 20px;
        padding-right: 25px;
        position: relative;
    }

        #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a:after {
            content: "";
            font-family: FontAwesome;
            position: absolute;
            right: 0;
            top: 0;
        }

.pos_find_results #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a.alternateViewsButton_List,
.pos_find_results_map #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a.alternateViewsButton_Map {
    display: none;
}

.pos_find_results_map #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a.alternateViewsButton_List:after {
    content: "\f03a";
}

.pos_find_results #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a.alternateViewsButton_Map:after {
    content: "\f124";
}

#posBrowser_Filter_pageBlockContainer .filtersExpander {
    padding: 15px 25px 10px;
    position: relative;
}

    #posBrowser_Filter_pageBlockContainer .filtersExpander a.filtersExpanderButton {
        font-size: 27px;
    }

        #posBrowser_Filter_pageBlockContainer .filtersExpander a.filtersExpanderButton:before {
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            content: '\f067';
            font-weight: 100;
        }

        #posBrowser_Filter_pageBlockContainer .filtersExpander a.filtersExpanderButton.filtersExpanderButton_Expanded:before {
            content: '\f068';
        }

#posBrowser_Filter_pageBlock .FiltersContainer {
    border: none;
    border-bottom: 1px solid #3c3c3a;
    display: block !important;
    transition: all .3s ease;
    height: 370px;
}

    #posBrowser_Filter_pageBlock .FiltersContainer.FiltersContainer_Hidden {
        height: 0;
    }

    #posBrowser_Filter_pageBlock .FiltersContainer .HeaderContainer {
        background: none;
        border: none;
        font-size: 1.4em;
        overflow: hidden;
    }

    #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li {
        background: none;
        padding: 10px;
        transition: all .2s ease;
        border-bottom: 1px solid;
        position: relative;
    }

        #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0;
            background: rgba(0, 75, 152, 1);
            transition: all .2s ease;
            z-index: 1;
        }

        #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li:hover:before,
        #posBrowser_Filter_pageBlock .FilterContainer .ValueList li.ValueItem_selected:before {
            opacity: 1;
        }

        #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li a {
            text-decoration: none !important;
            transition: all .2s ease;
        }

            #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li a .count {
                display: none;
            }

            #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li a .label,
            #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li a {
                color: #3c3c3a;
                font-size: 100%;
                padding: 0;
                font-weight: bold;
                z-index: 2;
                position: relative;
                transition: all .2s ease;
            }

        #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li:hover a,
        #posBrowser_Filter_pageBlock .FiltersContainer .FilterContainer .ValueList li:hover a .label,
        #posBrowser_Filter_pageBlock .FilterContainer .ValueList li.ValueItem_selected a .label,
        #posBrowser_Filter_pageBlock .FilterContainer .ValueList li.ValueItem_selected a {
            color: #fff;
        }

#posBrowser_ResultsGrid_pageBlock .rowContainerHolder {
    width: 33.3333%;
    float: left;
    margin-bottom: 25px;
}

    #posBrowser_ResultsGrid_pageBlock .rowContainerHolder .rowContainer {
        width: 95%;
        float: none;
        margin: 0 auto !important;
        padding: 0;
        border: none;
        height: 100px;
        transition: all .2s ease;
        text-align: center;
        color: #fff;
        box-shadow: -10px 15px 0px #337ECB;
        transition: all .2s ease;
    }

        #posBrowser_ResultsGrid_pageBlock .rowContainerHolder .rowContainer:hover {
            box-shadow: -10px 0px 0px #d1495b;
        }

    #posBrowser_ResultsGrid_pageBlock .rowContainerHolder:nth-child(2n+1) .rowContainer {
        background: #004b98;
    }

        #posBrowser_ResultsGrid_pageBlock .rowContainerHolder:nth-child(2n+1) .rowContainer:hover {
            background: #337ECB;
        }

    #posBrowser_ResultsGrid_pageBlock .rowContainerHolder:nth-child(2n+2) .rowContainer {
        background: #3c3c3a;
    }

        #posBrowser_ResultsGrid_pageBlock .rowContainerHolder:nth-child(2n+2) .rowContainer:hover {
            background: #6F6F6D;
        }

    #posBrowser_ResultsGrid_pageBlock .rowContainerHolder .rowContainer .rowHeader {
        padding-top: 25px;
    }

        #posBrowser_ResultsGrid_pageBlock .rowContainerHolder .rowContainer .rowHeader .rowLabel {
            float: none;
        }

            #posBrowser_ResultsGrid_pageBlock .rowContainerHolder .rowContainer .rowHeader .rowLabel a {
                color: #fff;
                text-transform: none;
                text-decoration: none;
            }

    #posBrowser_ResultsGrid_pageBlock .rowContainerHolder .rowContainer .rowItemsInnerContainer2 {
        overflow: hidden;
    }

.pageBlockInner_GridBlock .pagingControls_Tiles {
    float: none;
    text-align: center;
}

    .pageBlockInner_GridBlock .pagingControls_Tiles .pagingText {
        padding-top: 0;
        margin-right: 0;
        float: none;
    }

    .pageBlockInner_GridBlock .pagingControls_Tiles .pagingButtons {
        float: none;
        width: 70px;
        margin: 0 auto;
        display: block;
        overflow: auto;
    }

        .pageBlockInner_GridBlock .pagingControls_Tiles .pagingButtons a {
            margin: 0;
            width: 30px;
            height: 30px;
            float: left;
            transition: all .2s ease;
            position: relative;
        }

            .pageBlockInner_GridBlock .pagingControls_Tiles .pagingButtons a:hover {
                margin: 0;
                border: none;
            }

            .pageBlockInner_GridBlock .pagingControls_Tiles .pagingButtons a.scroller_moveprev {
                background-image: url(../Images/Icons/arrowLeft.png);
                margin-right: 10px;
            }

            .pageBlockInner_GridBlock .pagingControls_Tiles .pagingButtons a.scroller_movenext {
                background-image: url(../Images/Icons/arrowRight.png);
            }

.posListHover {
    width: 380px;
    border: 1px solid #FFF;
    background: #FFF;
}

    .posListHover .hoverContainer .contentContainer {
        border: 1px solid #FFF;
        background: #004b98;
        color: #FFF;
        padding: 15px;
    }

#Pos_Find_Results_Map_pageView .FiltersContainer .possibleDistances .possibleDistancesLabel {
    display: none;
}
/*Results Page Styling End*/

/*Job Description Page Styling*/
.banner_codelist17value_519 .bannerContainer .bannerContent {
    background-image: url(../Images/Banners/TuffnellsDrivers.jpg);
}

.banner_codelist17value_520 .bannerContainer .bannerContent,
.banner_codelist17value_521 .bannerContainer .bannerContent {
    background-image: url(../Images/Banners/DistributionOps.jpg);
}

.banner_codelist17value_522 .bannerContainer .bannerContent {
    background-image: url(../Images/Banners/Merchandising.jpg);
}

.banner_codelist17value_523 .bannerContainer .bannerContent {
    background-image: url(../Images/Banners/CustomerServices.jpg);
}

.banner_codelist17value_524 .bannerContainer .bannerContent,
.banner_codelist17value_525 .bannerContainer .bannerContent,
.banner_codelist17value_526 .bannerContainer .bannerContent,
.banner_codelist17value_527 .bannerContainer .bannerContent,
.banner_codelist17value_528 .bannerContainer .bannerContent,
.banner_codelist17value_529 .bannerContainer .bannerContent,
.banner_codelist17value_530 .bannerContainer .bannerContent,
.banner_codelist17value_531 .bannerContainer .bannerContent {
    background-image: url(../Images/Banners/BusinessSupport.jpg);
}

#posdesc_pageBlock .posDescriptionContainer {
    overflow: hidden;
}

    #posdesc_pageBlock .posDescriptionContainer .centralJobBox .earcu_posdescriptionContainer ul,
    #Pos_Description_pageView #posdesc_pageBlock .arrowList ul {
        list-style: disc;
        padding-left: 20px;
    }

#Pos_Description_pageView #posdesc_pageBlock .arrowList {
    text-align: center;
}

    #Pos_Description_pageView #posdesc_pageBlock .arrowList .arrowListTitle {
        margin: 0px 0px 10px;
    }

    #Pos_Description_pageView #posdesc_pageBlock .arrowList ul {
        margin: 0px 0px 10px;
    }

        #posdesc_pageBlock .posDescriptionContainer .centralJobBox .earcu_posdescriptionContainer ul li,
        #Pos_Description_pageView #posdesc_pageBlock .arrowList ul li {
            list-style: disc;
            font-size: 18px;
        }

#posdesc_pageBlockContainer .jobBox,
#posdesc_pageBlockContainer .centralJobBox {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    padding-bottom: 10px;
}

    #posdesc_pageBlockContainer .jobBox .leftContent {
        float: left;
        width: 55%;
    }

        #posdesc_pageBlockContainer .jobBox .leftContent .jobValues {
            width: 100%;
            float: left;
            font-size: 18px;
        }

            #posdesc_pageBlockContainer .jobBox .leftContent .jobValues .posdescriptionPropertyBox {
                border: none;
                padding: 0;
                margin: 0;
            }

                #posdesc_pageBlockContainer .jobBox .leftContent .jobValues .posdescriptionPropertyBox li {
                    margin-bottom: 10px;
                    font-size: 16px;
                }

    #posdesc_pageBlockContainer .jobBox .rightContent {
        float: right;
        width: 40%;
    }

        #posdesc_pageBlockContainer .jobBox .rightContent .VacancyMap {
            float: left;
            width: 100%;
        }

            #posdesc_pageBlockContainer .jobBox .rightContent .VacancyMap #JobDescriptionMap_vacancyMap_pageBlockContainer {
                margin-bottom: 0;
            }

                #posdesc_pageBlockContainer .jobBox .rightContent .VacancyMap #JobDescriptionMap_vacancyMap_pageBlockContainer #JobDescriptionMap_vacancyMap_pageBlock {
                    padding: 0;
                }

#JobDescriptionMap_vacancyMap_pageBlock #vacancyMap {
    background-size: cover !important;
    background-position: 50% 47% !important;
}

.mapContainer .ButtonHolder .miniMapButton {
    text-align: center;
    position: relative;
    display: block;
    border-top: none;
    transition: all .2s ease;
    background: #3c3c3a;
}

    .mapContainer .ButtonHolder .miniMapButton:hover {
        background: #6F6F6F;
    }

    .mapContainer .ButtonHolder .miniMapButton a {
        color: #fff;
    }

#posdesc_pageBlock {
    margin: 60px 0px;
    background-color: #FFF;
}

    #posdesc_pageBlock .posdescriptionPropertyBox {
        border: none;
        padding: 5px 0px;
    }

    #posdesc_pageBlock div.posDescriptionContainer317 .RightJobBox {
        margin-left: 1%;
    }

        #posdesc_pageBlock div.posDescriptionContainer317 .RightJobBox .posdescriptionPropertyBox {
            border: none;
        }

        #posdesc_pageBlock div.posDescriptionContainer317 .RightJobBox .jobSum {
            padding: 10px;
            background-color: #004B98;
            color: #FFF;
        }

        #posdesc_pageBlock div.posDescriptionContainer317 .RightJobBox .arrowList,
        #posdesc_pageBlock div.posDescriptionContainer317 .RightJobBox .ApplyNowContainer {
            margin: 0px 0px 10px;
        }

        #posdesc_pageBlock div.posDescriptionContainer317 .RightJobBox .possharing,
        #posdesc_pageBlock div.posDescriptionContainer317 .RightJobBox .posAlerts {
            border: none;
        }

            #posdesc_pageBlock div.posDescriptionContainer317 .RightJobBox .possharing .possharing_header,
            #posdesc_pageBlock div.posDescriptionContainer317 .RightJobBox .posAlerts .posAlerts_header {
                padding: 0px 0px 10px;
            }

    #posdesc_pageBlock .RightJobBox .posAlerts .posrightbox_info {
        margin: 0px 0px 10px;
        text-align: center;
    }

    #posdesc_pageBlock .RightJobBox .ApplyNowContainer .buttonsRight {
        float: none;
    }

        #posdesc_pageBlock .RightJobBox .ApplyNowContainer .buttonsRight ul li {
            float: none;
        }

#Pos_Description_pageView #posdesc_pageBlock .RightJobBox .ApplyNowContainer .buttonsRight ul li a.right {
    float: none;
    text-align: center;
}

#posdesc_pageBlock .LeftJobBox ul li {
    margin-bottom: 10px;
}

#posdesc_pageBlock .posDescriptionContainer317 .possharing #PosDescSharingItems {
    margin: 0 auto;
    max-width: 160px;
}

#posdesc_pageBlock #JobDescriptionMap_vacancyMap_pageBlock {
    padding: 0;
}

#posdesc_pageBlockContainer .centralJobBox .BigVacancyMap {
    width: 100%;
}

#posdesc_pageBlockContainer .centralJobBox .earcu_posdescriptiontitle {
    display: none;
}

#posdesc_pageBlockContainer .lowerJobBox {
    padding: 20px;
    background: transparent;
    border: 3px solid #3c3c3a;
}

    #posdesc_pageBlockContainer .lowerJobBox .posrating,
    #posdesc_pageBlockContainer .lowerJobBox .posAlerts,
    #posdesc_pageBlockContainer .lowerJobBox .possharing {
        width: 33%;
        float: left;
        border: none;
        margin-bottom: 0;
    }

        #posdesc_pageBlockContainer .lowerJobBox .posrating #StarRatingBlock_pageBlockContainer #StarRatingBlock_pageBlock {
            width: 135px;
            margin: 0 auto;
        }

        #posdesc_pageBlockContainer .lowerJobBox .posAlerts .posAlerts_info {
            text-align: center;
        }

        #posdesc_pageBlockContainer .lowerJobBox .possharing #PosDescSharingItems {
            width: 190px;
            margin: 0 auto;
        }

#posdesc_pageBlockContainer .logoContainer {
    width: 100%;
    overflow: auto;
}

    #posdesc_pageBlockContainer .logoContainer img {
        display: none;
        width: 100%;
        max-width: 150px;
        margin: 20px auto;
    }

.company_5 #posdesc_pageBlockContainer .logoContainer img.smithsNews,
.company_8 #posdesc_pageBlockContainer .logoContainer img.inStore,
.company_7 #posdesc_pageBlockContainer .logoContainer img.dmd {
    display: block;
}

.company_5 #posdesc_pageBlockContainer .logoContainer img.smithsNews {
    max-width: 300px;
}

.earcu_posdescriptionnote {
    font-weight: 100;
    line-height: 1.2em;
    font-family: 'open-sans', sans-serif;
    font-size: 18px;
    color: #727272;
}

    .earcu_posdescriptionnote ul {
        margin-top: 20px;
    }

    /*Job Description Page Styling End*/
    /*PreApp Questions Page Styling*/
    .pos_questions .bannerContainer .bannerContent {
        background-image: url(../Images/Banners/LandingPage.jpg);
        background-position: 50% 25%;
    }
/*PreApp Questions Page Styling End*/

/*Login/Register Page Styling*/
#login_pageBlock .ssoIconsInnerContainer,
#newregister_pageBlock .ssoIconsInnerContainer {
    max-width: 360px;
}

.application_login #PageTitleBlock_pageBlock .eArcuInfoHeader {
    display: none;
}

#Application_Login_pageView #PageTitleBlock_pageBlock {
    margin-bottom: 20px;
}

    #Application_Login_pageView #PageTitleBlock_pageBlock .pageTitleHeaderContainer h2,
    #CandidateEvent_Register_pageView #PageTitleBlock_pageBlock .pageTitleHeaderContainer h2 {
        color: #fff;
        background: #004B98;
        transition: all .2s ease;
        font-size: 25px;
    }

        #Application_Login_pageView #PageTitleBlock_pageBlock .pageTitleHeaderContainer h2:hover,
        #CandidateEvent_Register_pageView #PageTitleBlock_pageBlock .pageTitleHeaderContainer h2:hover {
            background: #337ECB;
        }

        #Application_Login_pageView #PageTitleBlock_pageBlock .pageTitleHeaderContainer h2.active,
        #CandidateEvent_Register_pageView #PageTitleBlock_pageBlock .pageTitleHeaderContainer h2.active {
            background: #3c3c3a;
        }

            #Application_Login_pageView #PageTitleBlock_pageBlock .pageTitleHeaderContainer h2.active:hover,
            #CandidateEvent_Register_pageView #PageTitleBlock_pageBlock .pageTitleHeaderContainer h2.active:hover {
                background: #6F6F6D;
            }
/*Login/Register Page Styling End*/

/*Profile Styling*/
.welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow {
    clear: none;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
    background: none !important;
}

    .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow .iconContainer {
        width: 98%;
        margin: 0 auto;
        margin-bottom: 10px;
        padding: 10px;
        background: #004B98;
        border: 3px solid #004B98;
        height: 140px;
        color: #fff;
        transition: all .2s ease;
    }

        .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow .iconContainer:hover {
            background: #337ECB;
        }

        .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow .iconContainer .iconImage {
            margin-left: 0;
            position: relative;
        }

            .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow .iconContainer .iconImage:before {
                font-family: FontAwesome;
                content: '';
                color: #fff;
                font-size: 60px;
                position: absolute;
                top: 25px;
                left: 0px;
                transition: all .2s ease;
            }

            .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow .iconContainer .iconImage img {
                display: none !important;
            }

        .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow .iconContainer:hover .iconImage:before {
            font-size: 65px;
        }

        .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow .iconContainer .iconValue .iconLabel a {
            color: #fff;
        }

    .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow.YesStar .iconContainer {
        border-color: #337ECB;
    }

        .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow.YesStar .iconContainer:hover {
            border-color: #004B98;
        }

.welcome #WelcomeInfoBlock_pageBlockContainer .pageBlockInner_FormBlock .formRowIconRow .iconRowValues .iconRowValueHighLight {
    color: #FFF;
}

.welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow#WelcomeInfoBlock_Logout_formRow {
    display: block;
    width: 100%;
}

    .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow#WelcomeInfoBlock_Logout_formRow .iconContainer {
        width: 99%;
        margin-bottom: 0;
    }

        .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow#WelcomeInfoBlock_Logout_formRow .iconContainer .iconImage:before {
            content: '\f09c';
        }

.welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow#WelcomeInfoBlock_MyDetails_formRow .iconContainer .iconImage:before {
    content: '\f2c0';
}

.welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow#WelcomeInfoBlock_Applications_formRow .iconContainer .iconImage:before {
    content: '\f0f6';
}

.welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow#WelcomeInfoBlock_Interviews_formRow .iconContainer .iconImage:before {
    content: '\f0e6';
}

.welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow#WelcomeInfoBlock_Tests_formRow .iconContainer .iconImage:before {
    content: '\f250';
}

.welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow#WelcomeInfoBlock_Offers_formRow .iconContainer .iconImage:before {
    content: '\f046';
}

.welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow#WelcomeInfoBlock_Welcome_Packs_formRow .iconContainer .iconImage:before {
    content: '\f2b5';
}

.welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow#WelcomeInfoBlock_Emails_formRow .iconContainer .iconImage:before {
    content: '\f003';
}

.welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow#WelcomeInfoBlock_Feeds_formRow .iconContainer .iconImage:before {
    content: '\f0a1';
}

.welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow#WelcomeInfoBlock_Events_formRow .iconContainer .iconImage:before {
    content: "\f073";
}

.welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow#WelcomeInfoBlock_TalentPools_formRow .iconContainer .iconImage:before {
    content: "\f0c0";
}

.welcome .pageView .pageBlockContainer#ToDoList_pageBlockContainer #ToDoList_pageBlock li .ulListItemLabel {
    background-image: none;
    padding: 10px;
    border: 3px solid #FFF;
}

.earcu_mybasicdetails #DetailsForm_pageBlock #DetailsForm_fileupload_formRow {
    display: none;
}

.myjobfeed .filterText {
    margin: 25px 0px;
    text-align: center;
}

    .myjobfeed .filterText p {
        color:#004B98;
        font-weight:bold;
    }

    .earcu_mydetails .pageView#MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock {
        padding: 0;
    }

    .earcu_mydetails .pageView#MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft {
        width: 100%;
    }

        .earcu_mydetails .pageView#MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuProfileSummary,
        .earcu_mydetails .pageView#MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuRight {
            display: none;
        }

        .earcu_mydetails .pageView#MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks {
            border: none;
            padding: 0;
            margin: 0;
            float: left;
            width: 100%;
            list-style: none;
        }

            .earcu_mydetails .pageView#MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks li {
                width: 33%;
                float: left;
                text-align: center;
                margin-bottom: 20px;
                list-style: none;
            }

                .earcu_mydetails .pageView#MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks li:nth-child(5n+4),
                .earcu_mydetails .pageView#MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks li:last-child {
                    margin-bottom: 0;
                }

                .earcu_mydetails .pageView#MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks li a {
                    width: 95%;
                    margin: 0 auto;
                    color: #454545;
                    padding: 9px 12px;
                    border: 1px solid #eee;
                    background: #f9f9f9;
                    -webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
                    -moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
                    box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
                    text-decoration: none !important;
                    display: block;
                    float: none;
                    clear: none;
                }

.earcu_mydetails .pageView#MyDetails_pageView .pageBlockContainer .gridContainer .rowContainer {
    border: none;
}

.application_list #ApplicationsGrid_pageBlockContainer .gridContainer .inProgress a {
    border: 3px solid red;
}
/*Profile Styling End*/

/*Application/Onboarding Styling*/
.earcu_pos_questions .eArcuContainer {
    margin-bottom: 20px;
}

.earcu_application #posSummaryBlock_pageBlockContainer,
.pos_description_review #posSummaryBlock_pageBlockContainer,
.interviewdetail #posSummaryBlock_pageBlockContainer,
.earcu_onboarding #posSummaryBlock_pageBlockContainer {
    width: 100%;
    float: none;
}

    .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock,
    .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock,
    .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock,
    .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock {
        background: #3C3C3A;
        font-size: 18px;
        color: #fff;
    }

        .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock,
        .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock,
        .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock,
        .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock {
            padding: 0;
        }

            .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues,
            .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues,
            .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues,
            .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock .PosMyWelcomePackSummaryValues {
                margin: 2px 0 3px;
                padding: 10px;
            }

                .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl,
                .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl,
                .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl,
                .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock .PosMyWelcomePackSummaryValues dl {
                    text-align: left;
                }

                    .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl dt,
                    .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl dt,
                    .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl dt,
                    .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock .PosMyWelcomePackSummaryValues dt {
                        display: none;
                    }

                    .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl dd,
                    .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl dd,
                    .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl dd,
                    .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock .PosMyWelcomePackSummaryValues dl dd {
                        margin: 0;
                    }

                        .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl dd a,
                        .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl dd a,
                        .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl dd a,
                        .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock .PosMyWelcomePackSummaryValues dl dd a {
                            color: #fff;
                            text-decoration: none;
                        }

                        .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl dd .appCompleteChartBack,
                        .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl dd .appCompleteChartBack,
                        .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl dd .appCompleteChartBack,
                        .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock .PosMyWelcomePackSummaryValues dl dd .appCompleteChartBack {
                            display: none;
                        }

                        .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues dl dd .appStatusNotSubmitted,
                        .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues .appStatusNotSubmitted,
                        .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryValues .appStatusNotSubmitted,
                        .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock .PosMyWelcomePackSummaryValues dl dd .welcomePackStatus_NotSubmitted {
                            font-weight: normal;
                        }

                        .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock .PosMyWelcomePackSummaryValues dl dd .welcomePackStatus_NotSubmitted {
                            color: red;
                        }

            .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks,
            .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks,
            .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks,
            .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock .PosMyWelcomePackSummaryLinks {
                float: left;
                width: 100%;
                padding: 10px;
            }

                .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink,
                .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink,
                .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink,
                .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock .PosMyWelcomePackSummaryLinks .myWelcomePackLink {
                    width: 33%;
                    float: left;
                    clear: none;
                    text-align: center;
                }

                    .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink a,
                    .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink a,
                    .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink a,
                    .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock .PosMyWelcomePackSummaryLinks .myWelcomePackLink a {
                        color: #fff;
                        background: none;
                        width: 240px;
                        margin: 0 auto;
                        display: block;
                        font-weight: normal;
                        font-size: 17px;
                        border: 3px solid #fff;
                        padding: 5px;
                        transition: all .2s ease;
                    }

                        .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink a:hover,
                        .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink a:hover,
                        .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink a:hover,
                        .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock .PosMyWelcomePackSummaryLinks .myWelcomePackLink a:hover {
                            background: #6F6F6D;
                        }

.earcu_application .pageBlockContainer,
.earcu_onboarding .pageBlockContainer {
    margin: 0;
}

    .earcu_application .pageBlockContainer .pageBlockContent,
    .earcu_onboarding .pageBlockContainer .pageBlockContent {
        overflow: hidden;
        padding: 0;
    }

        .earcu_application .pageBlockContainer .pageBlockContent#sectionslist_pageBlock,
        .earcu_onboarding .pageBlockContainer .pageBlockContent#sectionslist_pageBlock {
            padding: 0;
            margin: 0;
        }

            .earcu_application .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList,
            .earcu_onboarding .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList {
                margin: 0;
            }

                .earcu_application .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem,
                .earcu_onboarding .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem {
                    background-image: url(../Images/Icons/unselected-progress-hover.png);
                    background-position: 99% 50%;
                    border-color: #e3e3e3;
                    border-radius: 0;
                    float: none;
                    height: auto;
                    margin: 0 0 15px;
                    padding: 0;
                    width: auto;
                    font-weight: normal;
                    transition: all .2s ease;
                    background-color: #f9f9f9;
                }

                    .earcu_application .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem.Completed,
                    .earcu_onboarding .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem.Completed {
                        background-color: #1A65B2;
                        background-image: url(../Images/Icons/selected-progress-hover.png);
                    }

                    .earcu_application .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem:last-child,
                    .earcu_onboarding .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem:last-child {
                        margin-bottom: 0;
                    }

                    .earcu_application .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem:hover,
                    .earcu_onboarding .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem:hover {
                        background-color: #337ECB;
                    }

                        .earcu_application .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem:hover .ulListItemLabel a,
                        .earcu_onboarding .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem:hover .ulListItemLabel a,
                        .earcu_application .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem.Completed .ulListItemLabel a,
                        .earcu_onboarding .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem.Completed .ulListItemLabel a {
                            color: #fff;
                        }

                    .earcu_application .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem .ulListItemLabel,
                    .earcu_onboarding .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem .ulListItemLabel {
                        margin: 0;
                        padding: 5px 10px;
                        text-align: left;
                    }

                        .earcu_application .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem .ulListItemLabel a,
                        .earcu_onboarding .pageBlockContainer .pageBlockContent#sectionslist_pageBlock .ulList .ulListItem .ulListItemLabel a {
                            color: #3c3c3a;
                            font-size: 17px;
                        }

    .earcu_application .pageBlockContainer#BackBlock_pageBlockContainer .pageBlockContent,
    .earcu_onboarding .pageBlockContainer#BackBlock_pageBlockContainer .pageBlockContent {
        margin-bottom: 20px;
    }

.pos_description_review #posdesc_pageBlockContainer .lowerJobBox {
    display: none;
}

.charCounterValue {
    float: left;
}

#Edit_PERSONALDETAILS_ProfileCodelist1Id_formRow .labelContainer {
    padding-right: 10px;
}

    #Edit_PERSONALDETAILS_ProfileCodelist1Id_formRow .labelContainer .mandatoryContainer {
        margin-right: 0;
    }

.pageBlockInner_FormBlock .formRow .postcodelookup,
.pageBlockInner_FormBlock .formRow .postcodeskip,
.pageBlockInner_FormBlock .formRow .addresspoints {
    width: 250px;
}

.pageBlockInner_FormBlock .formRow .addresspoints {
    text-align: left;
}

.pageBlockInner_FormBlock .formRow .postcodenotfound {
    overflow: auto;
    padding-left: 10px;
}

.interviewdetailform .pageBlockInner_FormBlock .mapRow .mapContainer_Small {
    width:30%;
}

.interviewdetailform .pageBlockInner_FormBlock .mapRow .mapInnerContainer_Small {
    margin-left: 0px;
    width: 100%;
}

.offerfilesection .downloadcontainer {
    border: none;
}

.earcu_onboarding .formRow .labelContainer {
    margin-right: 20px;
}

/*Application/Onboarding Styling End*/
/* Talent Pools Page */

div#talentPoolBlocks {
    margin: 2em auto;
}

    div#talentPoolBlocks .listItemContainer {
        width: 31%;
        float: left;
        text-align: center;
        margin: 0 1% 4%;
        box-shadow: -10px 15px 0px #337ecb;
        transition: all .2s ease;
    }

        div#talentPoolBlocks .listItemContainer:hover {
            box-shadow: -10px 0px 0px #d1495b
        }

    div#talentPoolBlocks .listItemContainer:nth-child(2n+1){
        background-color: #004b98;
    }

        div#talentPoolBlocks .listItemContainer:nth-child(2n+1):hover {
            background-color: #337ECB;
        }

    div#talentPoolBlocks .listItemContainer:nth-child(2n+2) {
        background-color: #3c3c3a;
    }

        div#talentPoolBlocks .listItemContainer:nth-child(2n+2):hover {
            background-color: #6F6F6D;
        }

            div#talentPoolBlocks .listItemContainer:hover a {
                color: #151515;
                text-decoration: none;
            }

        div#talentPoolBlocks .listItemContainer .listItemImageContainer {
            padding: 0;
        }

            div#talentPoolBlocks .listItemContainer .listItemImageContainer img {
                width: 100%;
            }

        div#talentPoolBlocks .listItemContainer a {
            color: #FFF;
            text-decoration: none;
        }

            div#talentPoolBlocks .listItemContainer a .listItemTitle {
                min-height: 40px;
                color:#FFF;
                margin-top: 20px;
            }

#toTop .heading-1,
#toTop .body-content h3 {
    text-align: center;
    color: #004B98;
    font-size: 20px;
    font-weight: bold;
}

#talentPoolAlert {
    background-color: #004B98;
}

    #talentPoolAlert .heading-1 {
        color: #FFF;
        text-align: center;
        padding: 25px 10px;
        margin: 0;
        font-size: 20px;
    }

    #talentPoolAlert .body-content {
        text-align: center;
        padding: 0px 0px 10px;
    }

        .talentPools .button {
            color: #004B98;
            background-color: #FFF;
            border: 2px solid #004B98;
        }

            .talentPools .button:hover {
                color: #FFF;
                background-color: #004B98;
                border: 2px solid #FFF;
            }

#talentpooldesc_pageBlockContainer {
    padding: 7% 0% 100px;
}

    #talentpooldesc_pageBlockContainer #talentpooldesc_pageBlock .talentPoolDisplayName h1 {
        font-size: 20px;
        margin-bottom: 20px;
        color: #004B98;
    }

    @media all and (max-width:1280px) {
        div #talentPoolBlocks .listItemContainer {
        width: 31%;
    }
}

.application_section_supportingfile .earcuincompleteinstructions p {
    color:#FFF;
}

h1#EarcuIntroTextBlockTitle {
    display: block;
    margin: 1em auto;
    font-size: 30px
}

#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: #005B9B;
                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: #005B9B;
                        transition: all .2s ease;
                        padding: 15px;
                        width: 100%;
                        overflow: auto;
                        font-size: 20px;
                    }

                        #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 .rowHeader .rowLabel a.rcMenu {
                            color: #fff;
                        }

                #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/headers/13-job-description-523.png);
    background-position: 20% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

    #alerts-box .text-container {
        background-color: #005B9B;
        margin: 0;
        padding: 10px;
        width: 469px;
        min-height: 253px;
    }

    #alerts-box .ee-inner {
        padding: 30px 20px;
    }

    #alerts-box ul {
        list-style: none;
    }

    #alerts-box li {
        text-align: left;
    }

    #alerts-box h2 {
        font-size: 26px;
        font-size: 2.6rem;
    }

    #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 {
        padding: 16px 27px;
        text-align: center;
        font-size: inherit;
        border: 1px solid #fff;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.5;
        white-space: normal;
        margin-top: 10px;
        background: #fff;
        color: #005B9B;
    }

        #alerts-box a:hover {
            background: #005B9B;
            color: #fff;
        }

.earcu_onboarding div.blockSummaryText {
    padding: 10px 0px;
}

.earcu_onboarding .formRow div.labelContainer,
.earcu_onboarding .formRow div.labelContainer .formLabel {
    text-align: left;
}

.mywelcomepacks_offerform_taxinformation .formRow div.labelContainer {
    width: 80%;
}

@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;
    }
}

/*Responsive Styling*/
@media all and (max-width:1199px) {

    .banner-main-container .jobTitleContainer h1 {
        font-size: 50px;
    }

    #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow {
        /*width: 42.5%;*/
    }

        #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow .dropDownTitle h2 {
            font-size: 20px;
        }

        #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow#dropDownBreak {
            width: 15%;
        }

    .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock {
        margin-bottom: 1%;
    }

    #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer {
        height: 350px;
    }

        #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .listItemImageContainer {
            height: 250px;
        }
}

@media all and (max-width:999px) {

    #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer::before {
        top: 60px;
    }

    #quicksearch_pageBlockContainer #quicksearch_pageBlock .dropDownTitle {
        width: 100%;
        float: none;
    }

    #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow {
        width: 32%;
    }

    /*.jobsNearMeContainer .jobsNearMeContentContainer .jobsNearMeTitle {
        width: 70%;
    }*/

    .jobsNearMeContainer .jobsNearMeContentContainer .jobsNearMeTitle h2 {
        padding-top: 5px;
    }

    /*.jobsNearMeContainer .jobsNearMeContentContainer .jobsNearMeButton {
        width: 30%;
    }*/

    #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer {
        width: 50%;
    }

    #posBrowser_ResultsGrid_pageBlock .rowContainerHolder {
        width: 100%;
    }

    #posdesc_pageBlockContainer .jobBox .leftContent,
    #posdesc_pageBlockContainer .jobBox .rightContent,
    .pos_description #posdesc_pageBlockContainer .jobBox .jobValues,
    .pos_description #posdesc_pageBlockContainer .jobBox .VacancyMap,
    .pos_description #posdesc_pageBlockContainer .lowerJobBox .posrating,
    .pos_description #posdesc_pageBlockContainer .lowerJobBox .posAlerts,
    .pos_description #posdesc_pageBlockContainer .lowerJobBox .possharing {
        width: 100%;
        float: left;
    }

    .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow,
    .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow .iconContainer,
    .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow#WelcomeInfoBlock_Logout_formRow .iconContainer {
        width: 100%;
    }

        .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow .iconContainer {
            height: auto;
        }

    .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink,
    .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink,
    .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink,
    .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock .PosMyWelcomePackSummaryLinks .myWelcomePackLink {
        margin-bottom: 10px;
    }

        .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink,
        .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink,
        .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink,
        .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock .PosMyWelcomePackSummaryLinks .myWelcomePackLink,
        .earcu_application #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink a,
        .pos_description_review #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink a,
        .interviewdetail #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyAppSummaryBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink a,
        .earcu_onboarding #posSummaryBlock_pageBlockContainer #posSummaryBlock_pageBlock .PosMyWelcomePackSummaryBlock .PosMyWelcomePackSummaryLinks .myWelcomePackLink a {
            width: 100%;
        }

    .earcu_mydetails .pageView#MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks li {
        width: 50%;
    }

        .earcu_mydetails .pageView#MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks li:nth-child(5n+4) {
            margin-bottom: 20px;
        }

}

@media all and (max-width: 991px) {

    body.talentpool_description .earcuContent.component.component-jobs.bg-white {
        padding-top: 100px;
    }

    div#talentPoolBlocks .listItemContainer {
        width: 48%;
    }
}

@media all and (max-width:767px) {

    .home .bannerContainer .bannerContent .bannerText h1 {
        font-size: 58px;
    }

    body {
        padding: 60px 0 0px;
    }

    .header,
    .compact .header .container {
        height: 60px;
    }

    .g-header__home img {
        height: 30px;
        /*width: 94px;*/
        margin-top: 14px;
    }

    .g-header__wrapper .a-cta {
        height: 35px;
        padding: 8px 10px;
        margin-top: 14px;
    }

    #quicksearch_pageBlockContainer #quicksearch_pageBlock #quicksearch_filter_text_formRow,
    #quicksearch_pageBlockContainer #quicksearch_pageBlock #quicksearch_filter_locationradius_formRow,
    #quicksearch_pageBlockContainer #quicksearch_pageBlock #quicksearch_filter_region_formRow {
        margin: 0 0 20px 0;
    }

    #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow ul.open {
        height: auto;
    }

    .earcu_home .eArcuContainer .contentContainer.categoryBlocks .sectionTitle h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .jobsNearMeContainer .jobsNearMeContentContainer .jobsNearMeTitle {
        margin-bottom: 10px;
    }

    .jobsNearMeContainer .jobsNearMeContentContainer .jobsNearMeTitle,
    .jobsNearMeContainer .jobsNearMeContentContainer .jobsNearMeButton,
    .jobsNearMeContainer .jobsNearMeContentContainer .jobsNearMeButton #JobsNearMe {
        width: 100%;
        float: left;
    }

        .jobsNearMeContainer .jobsNearMeContentContainer .jobsNearMeButton #JobsNearMe {
            text-align: center;
            width: 100%;
        }

    .tooltip2_Surround,
    .tooltip2_SurroundClosing {
        display: none !important;
    }

    .buttonsLeft,
    .buttonsRight,
    .buttonsLeft li,
    .buttonsRight li,
    .buttonsLeft button.buttonAnchor,
    .buttonsRight button.buttonAnchor,
    .buttonsLeft input.buttonSubmit,
    .buttonsRight input.buttonSubmit,
    .buttonsLeft a.buttonAnchor,
    .buttonsRight a.buttonAnchor,
    #Pos_Description_pageView #posdesc_pageBlockContainer .ApplyNowContainer a,
    #Pos_Description_pageView #posdesc_pageBlockContainer .ApplyViaEmailContainer a,
    #Pos_Description_pageView #posdesc_pageBlock a.right {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0 !important;
    }

    .buttonsLeft,
    .buttonsRight {
        margin: 5px 0px;
    }


    #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer,
    #quicksearch_pageBlockContainer #quicksearch_pageBlock {
        width: 100%;
    }

        #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow,
        #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowButtonRow {
            width: 100%;
            clear: left;
        }

        #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow {
            margin-bottom: 10px;
        }

            #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow .dropDownTitle h2,
            #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow#dropDownBreak .dropDownTitle h2 {
                text-align: left;
            }

            #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow .controlContainer,
            #quicksearch_pageBlockContainer #quicksearch_pageBlock .formRowTextInputRow#dropDownBreak {
                width: 100%;
            }

    .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock {
        width: 46%;
        height: 275px;
        margin-bottom: 3%;
        margin-left: 2%;
        margin-right: 2%;
    }

        .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock:nth-child(2n+1) {
            clear: both;
        }

        .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock:nth-child(5n+5) {
            margin-right: 2%;
        }

        .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock .companiesBlockLink {
            height: 100%;
        }

    .findOutMoreSection .findOutMoreBlocksContainer .findOutMoreBlock,
    .findOutMoreSection .findOutMoreBlocksContainer .findOutMoreBlock .findOutMoreBlockContent {
        width: 100%;
    }

    .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow .iconContainer .iconImage {
        display: none;
    }

    .welcome #WelcomeInfoBlock_pageBlockContainer .formRowIconRow .iconContainer .iconValue {
        margin: 0;
    }

    .earcu_mydetails .pageView#MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks li {
        width: 100%;
        margin-bottom: 10px;
    }

        .earcu_mydetails .pageView#MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks li:nth-child(5n+4) {
            margin-bottom: 10px;
        }

        .earcu_mydetails .pageView#MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks li:last-child {
            margin-bottom: 0;
        }

        .earcu_mydetails .pageView#MyDetails_pageView #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks li a {
            width: 100%;
        }

    #posdesc_pageBlock div.posDescriptionContainer317 .LeftJobBox,
    #posdesc_pageBlock div.posDescriptionContainer317 .RightJobBox {
        width: 100%;
        margin: 0 0 20px;
    }
}

@media all and (max-width:639px) {

    .banner-main-container .jobTitleContainer h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .earcu_application .pageBlockInner_FormBlock div.labelContainer {
        width: 100%;
        text-align: left;
    }

    .jobsByBrandContainer .companiesSection {
        width: 100%;
        float: left;
    }

        .jobsByBrandContainer .companiesSection .companiesBlocksContainer .companiesBlock {
            height: 203px;
        }

    .earcu_onboarding .formRow div.labelContainer {
        width: 80%;
    }

}

@media all and (max-width:627px) {
    .earcu_mybasicdetails #DetailsForm_pageBlock .pageBlockInner_FormBlock div.labelContainer {
        width: 34%;
    }
}

@media all and (max-width:479px) {
    .container {
        width: 90%;
    }

    .menu_main {
        width: 90%;
    }

    .bannerContainer .bannerContent .bannerText h1 {
        font-size: 27px;
        line-height: 27px;
    }

    .home .bannerContainer .bannerContent .bannerText h1 {
        font-size: 36px;
        line-height: normal;
    }

    #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder {
        width: 100%;
    }

    .jobsNearMeContainer .jobsNearMeContentContainer .jobsNearMeTitle h2 {
        font-size: 26px;
    }
}

@media all and (max-width:414px) {
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        -webkit-box-align: unset;
        -webkit-align-items: unset;
        align-items: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .cc-window .cc-message {
        margin-bottom: 1em;
        margin-right: 0;
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
/*Responsive Styling End*/
div#confirmdialogDialogContainer {
    z-index: 501 !important;
}

.pageBlockInner_FormBlock div.formRowFileUploadRow .deletefile {
    position: relative;
    z-index: 500;
}
