/*
    Jump to:
    Fonts
    Misc Styling
    Home Page Styling
    TextPage and General Styling
    Application Review Styling
    Results Page Styling
    Job Description Styling
    Login/Register Styling
    Application Sections Styling
    Profile Styling
    Application/Onboarding Styling
    Job Alerts
    Responsive Styling
    Talent Pools Events
*/

/* Fonts */
@font-face {
    font-family: Mokoko\ 400;
    font-style: normal;
    font-weight: 400;
    src: local("Mokoko"), local("Mokoko Regular"), url(../fonts/mokoko/Mokoko_W_Rg.woff2) format("woff2"), url(../fonts/mokoko/Mokoko_W_Rg.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Mokoko\ 800;
    font-style: normal;
    font-weight: 800;
    src: local("Mokoko Extra Bold"), url(../fonts/mokoko/Mokoko_W_XBd.woff2) format("woff2"), url(../fonts/mokoko/Mokoko_W_XBd.woff) format("woff");
    font-display: swap
}
/* /Fonts */

/* Misc Styling */
ul,
ol {
    padding-left: 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

.alternateViews a,
.FiltersContainer .ButtonsContainer a.AddLink,
.FilterContainer .ButtonsContainer a.BackLink,
.FilterContainer .ButtonsContainer a.RemoveLink,
.Pos_Description #eaContainer a,
a[class*="link_username_"],
a.emailTypeAnchor {
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}

a {
    color: #333333;
    text-decoration: underline;
}

li.sorter a {
    text-decoration: none;
}

.alternateViews a {
    padding-right: 10px;
}

.talentPoolDisplayName h1,
h1.searchresults,
h1.landingpage,
.ProfileRegisterWithAlerts .pageBlockTitle,
.ProfileRegister .pageBlockTitle,
.Login .pageBlockTitle,
.Application_Login .pageBlockTitle,
.MyJobFeed .pageBlockTitle,
.section-left h1,
h1#EarcuHeadingTextBlockTitle,
h1#EarcuIntroTextBlockTitle,
h1.eArcuInfoHeader {
    font-size: 1.75rem;
    line-height: 2rem;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: 'Mokoko\ 800', serif;
    font-weight: 800;
    color: #000000;
}

h1.eArcuInfoHeader,
h1#EarcuHeadingTextBlockTitle {
    display: block;
    text-align: center;
}

h2.search {
    font-size: 1.8rem;
    padding-left: 17px;
    font-family: 'Mokoko\ 400', serif;
    font-weight: 800;
}

.section-left ol, .section-left ul {
    list-style: square;
    padding-left: 30px;
}

.buttonsLeft ul, .buttonsRight ul {
    list-style-type: none;
    padding-left: 0;
}

/*fix datepickers*/
select {
    background-color: white;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 100%;
}

.radioOptionLabel {
    font-weight: 400;
}

.c-triangle {
    display: inline-block;
}

section#breadcrumb {
    padding-top: 14px;
    margin-bottom: 10px;
}

    section#breadcrumb a {
        color: #333333;
    }

.fa-angle-right {
    color: #e91018;
}


.jobValues.jvtm { /*KMA check if needed*/
    display: none;
}



/**/
/*is this required*/
.sitecontainer {
    max-width: 1280px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    min-height: 600px;
    margin-bottom: 60px;
}

.site-columns {
    display: grid;
    grid-template-columns: 1fr minmax(275px, 25%);
    grid-gap: 40px;
}
/*end is this?*/

a.img {
    text-decoration: none !important;
}

.pageBlockInner_GridBlock div.gridContent {
    padding-top: 5px;
}

.gridTableContainer .rowContainer {
    padding: 4px;
}

.checkboxContainer .fakecheckbox {
    display: none;
}

.pageBlockInner_FormBlock div.formRow.formRowButtonRow {
    padding-top: 40px;
}

.pageBlockInner_FormBlock div#quicksearch_SaveButtonRow_formRow {
    padding-top: 10px;
}

.Home p a {
    text-decoration: underline;
}

.CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer {
    border: none;
    height: 200px;
    margin: 4px 12px 30px 12px;
    width: calc(50% - 24px);
}

.CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Value1 {
    background: red;
}

#DetailsForm_fileupload_formRow .labelContainer,
#DetailsForm_fileupload_formRow .controlContainer,
.pageBlockInner_FormBlock label.formLabel,
div.pageBlockInner_FormBlock div.formRow .controlError,
div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow .labelContainer,
div.pageBlockInner_FormBlock div.formRow.formRowSelectInputRow_Common .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowSelectInputRow_Common .labelContainer,
div.pageBlockInner_FormBlock div.formRow.formRowTextAreaRow .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowTextAreaRow .labelContainer,
div.pageBlockInner_FormBlock div.formRow.formRowMoneyInputRow .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowMoneyInputRow .labelContainer,
div.pageBlockInner_FormBlock div.formRow.formRowSelectMultiCodelistRow .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowSelectMultiCodelistRow .labelContainer,
.Login #login_pageBlockContainer #login_pageBlock div.formRow.formRowTextInputRow .labelContainer,
.Login #login_pageBlockContainer #login_pageBlock div.formRow.formRowTextInputRow .controlContainer,
.ProfileRegister #newregister_pageBlockContainer #newregister_pageBlock div.formRow.formRowTextInputRow .labelContainer,
.ProfileRegister #newregister_pageBlockContainer #newregister_pageBlock div.formRow.formRowTextInputRow .controlContainer,
.Application_Login #RegisterForm_pageBlockContainer #RegisterForm_pageBlock div.formRow.formRowSelectInputRow_Common .labelContainer,
.Application_Login #RegisterForm_pageBlockContainer #RegisterForm_pageBlock div.formRow.formRowSelectInputRow_Common .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowCheckBoxRow .labelContainer,
div.pageBlockInner_FormBlock div.formRow.formRowCheckBoxRow .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowDateInputRow .labelContainer,
div.pageBlockInner_FormBlock div.formRow.formRowDateInputRow .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowRadioInputRow .labelContainer,
div.pageBlockInner_FormBlock div.formRow.formRowRadioInputRow .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowCheckboxMultiRow .labelContainer,
div.pageBlockInner_FormBlock div.formRow.formRowCheckboxMultiRow .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowTimeInputRow .labelContainer,
div.pageBlockInner_FormBlock div.formRow.formRowTimeInputRow .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowNumericInputRow .labelContainer,
div.pageBlockInner_FormBlock div.formRow.formRowNumericInputRow .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowSelectAutoCompleteAdminPortalRow .labelContainer,
div.pageBlockInner_FormBlock div.formRow.formRowSelectAutoCompleteAdminPortalRow .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowCVBlockRow .labelContainer,
div.pageBlockInner_FormBlock div.formRow.formRowCVBlockRow .controlContainer,
#dialog div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow .labelContainer,
#dialog div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow .controlContainer,
.subscribe-line.subscribe-line-image .card .card-content #alertsemailform_pageBlockContainer #alertsemailform_username_formRow .labelContainer,
.subscribe-line.subscribe-line-image .card .card-content #alertsemailform_pageBlockContainer #alertsemailform_username_formRow .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowPhoneInputRow .labelContainer,
#Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .labelContainer,
#Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .labelContainer,
div.pageBlockInner_FormBlock div.formRow.formRowPhoneInputRow .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowMonthYearRow .controlContainer,
div.pageBlockInner_FormBlock div.formRow.formRowMonthYearRow .labelContainer,
#Edit_WORKEXPERIENCE_pageBlock .formRowTextAreaRow .controlContainer,
#Add_WORKEXPERIENCE_pageBlock .formRowTextAreaRow .controlContainer,
#Edit_WORKEXPERIENCE_pageBlock .formRowTextAreaRow div.labelContainer,
#Add_WORKEXPERIENCE_pageBlock .formRowTextAreaRow div.labelContainer {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: left;
    width: 100%;
    color: #000000;
    /*overflow: hidden;*/
    height: auto;
    font-weight: 400;
}

    #Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .controlContainer,
    #Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .controlContainer,
    #Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .labelContainer,
    #Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .labelContainer,
    #Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .labelContainer label,
    #Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .labelContainer label {
        max-width: 100% !important; /*override some above*/
    }

    div.pageBlockInner_FormBlock div.formRow.formRowRadioInputRow .controlContainer .radioOption input {
        margin-top: 4px;
    }

    div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow .labelContainer p,
    div.pageBlockInner_FormBlock div.formRow.formRowSelectInputRow_Common .labelContainer p,
    div.pageBlockInner_FormBlock div.formRow.formRowTextAreaRow .labelContainer p,
    div.pageBlockInner_FormBlock div.formRow.formRowMoneyInputRow .labelContainer p,
    div.pageBlockInner_FormBlock div.formRow.formRowSelectMultiCodelistRow .labelContainer p,
    .Login #login_pageBlockContainer #login_pageBlock div.formRow.formRowTextInputRow .labelContainer p,
    .ProfileRegister #newregister_pageBlockContainer #newregister_pageBlock div.formRow.formRowTextInputRow .labelContainer p,
    .Application_Login #RegisterForm_pageBlockContainer #RegisterForm_pageBlock div.formRow.formRowSelectInputRow_Common .labelContainer p,
    div.pageBlockInner_FormBlock div.formRow.formRowCheckBoxRow .labelContainer p,
    div.pageBlockInner_FormBlock div.formRow.formRowDateInputRow .labelContainer p,
    div.pageBlockInner_FormBlock div.formRow.formRowRadioInputRow .labelContainer p,
    div.pageBlockInner_FormBlock div.formRow.formRowCheckboxMultiRow .labelContainer p,
    #dialog div.pageBlockInner_FormBlock div.formRow.formRowTextInputRow .labelContainer p,
    .subscribe-line.subscribe-line-image .card .card-content #alertsemailform_pageBlockContainer #alertsemailform_username_formRow .labelContainer p,
    div.pageBlockInner_FormBlock div.formRow.formRowPhoneInputRow .labelContainer p,
    #Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .labelContainer p,
    #Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .labelContainer p,
    #Edit_WORKEXPERIENCE_pageBlock .formRowTextAreaRow div.labelContainer p,
    #Add_WORKEXPERIENCE_pageBlock .formRowTextAreaRow div.labelContainer p {
        float: left;
    }

div.pageBlockInner_FormBlock div.formRow.formRowPhoneInputRow .controlContainer {
    overflow: visible;
}

div.pageBlockInner_FormBlock div.formRow .controlError {
    color: red;
    padding-left: 0;
}

.pageBlockInner_FormBlock div.inputContainer input.inputText,
.pageBlockInner_TextTagReplacementBlock div.inputContainer input.inputText,
.pageBlockInner_FormBlock .formRowPhoneInputRow .controlContainer input.inputText,
.pageBlockInner_FormBlock .formRowTextInputRow .controlContainer input.inputText,
.pageBlockInner_TextTagReplacementBlock .formRowTextInputRow .controlContainer input.inputText,
.pageBlockInner_FormBlock .formRowSelectInputRow_Common .controlContainer select,
.pageBlockInner_FormBlock .formRowMoneyInputRow .controlContainer input,
.pageBlockInner_FormBlock .formRowDateInputRow .controlContainer input,
.pageBlockInner_FormBlock .formRowTextAreaRow .controlContainer textarea,
div.pageBlockInner_FormBlock div.formRow.formRowNumericInputRow .controlContainer input.inputText,
#Edit_WORKEXPERIENCE_pageBlock .formRowTextAreaRow .controlContainer .inputTextArea,
#Add_WORKEXPERIENCE_pageBlock .formRowTextAreaRow .controlContainer .inputTextArea {
    border: 2px solid #9295a1;
    color: #000000;
    padding: 7px 10px 7px 10px;
    width: 100%;
    font-size: 1rem;
    box-sizing: border-box;
    min-width: 1px;
}

    .pageBlockInner_FormBlock div.inputContainer input.inputText:focus
    .pageBlockInner_FormBlock .formRowPhoneInputRow .controlContainer input.inputText:focus,
    .pageBlockInner_FormBlock .formRowTextInputRow .controlContainer input.inputText:focus,
    .pageBlockInner_TextTagReplacementBlock .formRowTextInputRow .controlContainer input.inputText:focus,
    .pageBlockInner_FormBlock .formRowSelectInputRow_Common .controlContainer select:focus,
    .pageBlockInner_FormBlock .formRowMoneyInputRow .controlContainer input:focus,
    .pageBlockInner_FormBlock .formRowDateInputRow .controlContainer input:focus,
    .pageBlockInner_FormBlock .formRowTextAreaRow .controlContainer textarea:focus {
        box-shadow: 0 0 2px 1px #9b2f55;
        border: 1px solid #9b2f55;
    }

.pageBlockInner_FormBlock div.curFocus div.controlContainer .inputText,
.pageBlockInner_FormBlock .formRowPhoneInputRow.curFocus .controlContainer input.inputText,
.pageBlockInner_FormBlock .formRowTextInputRow.curFocus .controlContainer input.inputText,
.pageBlockInner_TextTagReplacementBlock .formRowTextInputRow.curFocus .controlContainer input.inputText,
.pageBlockInner_FormBlock .formRowSelectInputRow_Common.curFocus .controlContainer select,
.pageBlockInner_FormBlock .formRowSelectInputRow_Common.curFocus .controlContainer select.inputSelect,
.pageBlockInner_FormBlock .formRowMoneyInputRow.curFocus .controlContainer input,
.pageBlockInner_FormBlock .formRowDateInputRow.curFocus .controlContainer input,
.pageBlockInner_FormBlock .formRowTextAreaRow.curFocus .controlContainer textarea {
    box-shadow: 0 0 2px 1px #9b2f55;
    border: 1px solid #9b2f55;
}

.pageBlockInner_FormBlock .formRowSelectInputRow_Common .controlContainer select {
    padding: 7px 10px 7px 10px;
}


.pageBlockInner_FormBlock div.curFocus label.formLabel {
    color: black;
    /**KMA move font weight rule from 2138**/
}

.intl-tel-input {
    width: 100%;
}

.passwordStrength {
    width: 100%;
}

.Application_Section_Questions3 .labelContainer ul {
    list-style-type: square;
    padding-left: 30px;
}

#Pos_Description_pageView #posdesc_pageBlockContainer .ApplyNowContainer a.buttonAnchorApply,
a.searchjobstextbtn,
a.diversitybtn,
a.buttonAnchorJobAlert,
.Pos_Description #eaContainer a.buttonAnchorApply,
a.landinglinkbtn,
.textpage_role_details a.nojobs_anchor,
.mapContainer .ButtonHolder .bigMapButton,
.buttonsLeft button.buttonAnchor,
.buttonsRight button.buttonAnchor,
.buttonsLeft a.buttonAnchor,
.buttonsRight a.buttonAnchor,
#Pos_Description_pageView #posdesc_pageBlock a.right,
button.buttonAnchor,
input.buttonSubmit,
a.buttonAnchor,
div.posDescriptionContainer317 .BigVacancyMap .moreJobs a,
.linkContainer a {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    outline: 0;
    font-family: 'Mokoko\ 400', serif;
    color: #ffffff;
    text-align: center;
    text-decoration: none !important;
    max-width: 100%;
    width: 100%;
    background-image: none;
    background-color: #e91018;
    border: 1px solid #e91018;
    border-radius: 0;
    padding: 10px 21px 8px 21px;
    font-weight: 400;
    transition: all .15s ease-in-out;
}

    #Pos_Description_pageView #posdesc_pageBlockContainer .ApplyNowContainer a.buttonAnchorApply:hover,
    a.searchjobstextbtn:hover,
    a.diversitybtn:hover,
    a.buttonAnchorJobAlert:hover,
    .Pos_Description #eaContainer a.buttonAnchorApply:hover,
    input.buttonActionId_change.hover,
    a.landinglinkbtn:hover,
    .textpage_role_details a.nojobs_anchor: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_pageBlock a.right:hover,
    button.buttonAnchor:hover,
    input.buttonSubmit:hover,
    a.buttonAnchor:hover,
    .linkContainer a:hover {
        background-color: #c60e13;
        border-color: #ba0d12;
        color: white;
        transition: all .15s ease-in-out;
    }

a.diversitybtn {
    float: none;
    width: auto;
    margin-top: 40px;
}

#Pos_Description_pageView #posdesc_pageBlockContainer .ApplyNowContainer a.buttonAnchorApply {
    margin-top: 4px;
    float: none;
    width: auto;
}

a.searchjobstextbtn {
    max-width: 200px;
}

a.buttonAnchorJobAlert {
    width: auto;
}

.verifContainer .buttonsLeft a {
    margin-top: 4px;
}

input.buttonActionId_change {
    margin-left: 10px !important;
}

a.landinglinkbtn {
    margin-top: 20px;
    width: auto;
}

.buttonsRight li a.buttonAnchor,
.buttonsRight li input,
.buttonsRight li input.buttonSubmit {
    margin: 0 !important;
}

li a.buttonAnchor.buttonActionId_saveSkill {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 4px !important; /*override above*/
}

#Pos_Description_pageView #posdesc_pageBlock a.right {
    margin-right: 0;
}

.textpage_role_details a.nojobs_anchor {
    max-width: 262px;
}

.buttonsRight li:nth-child(n+2) {
    margin-left: 5px !important;
}

.tooltip2_Surround,
.tooltip2_SurroundClosing {
    display: none !important;
}

.pos_description_review div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer {
    background: #fff;
}


.pageBlockInner_FormBlock hr {
    padding-top: 0;
    margin: 15px 0 10px;
}

div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .labelContainer,
div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .controlContainer {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
    width: 100%;
}

div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .labelContainer {
    margin-bottom: 10px;
}

div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .controlContainer .buttonsLeft,
div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .controlContainer .buttonsLeft ul,
div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .controlContainer .buttonsLeft ul li {
    width: 100%;
}

    div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .controlContainer .buttonsLeft ul li .fileuploadbutton {
        margin: 0 auto 10px;
        display: block;
        float: none;
    }

.pageBlockInner_FormBlock div.formRowFileUploadRow .filesContainer {
    margin: 0;
    border: none;
    background-color: white;
}

div#confirmdialogDialogContainer {
    z-index: 501 !important; /*override inline*/
}

.pageBlockInner_FormBlock div.formRowFileUploadRow .deletefile {
    position: relative;
    z-index: 500;
}

.charCounterValue {
    float: left;
}

#pageMessages {
    margin: 0;
}

    #pageMessages .actionMessageContainer {
        padding: 0;
        color: #fff;
    }

        #pageMessages .actionMessageContainer .actionMessage {
            padding-left: 25px;
        }

.linkContainer a {
    max-width: 12em;
    margin-top: 30px;
}

/*nojobs*/
div#noPositions_pageBlock {
    color: #000000;
}

#Home_pageView #noPositions_pageBlockContainer .bottomContainer .buttonContainer {
    overflow: auto;
    margin: 10px 4px 10px 4px;
}

    #Home_pageView #noPositions_pageBlockContainer .bottomContainer .buttonContainer a {
        max-width: 90%;
    }

/**roles*/

.slides li span a h3 {
    text-decoration: underline;
}

.slides li span a:hover h3 {
    text-decoration: none;
}

.slides li span p {
    margin-bottom: 10px;
}

.section-left div#latest-jobs .resultsBlock,
.section-left .category-description-text {
    padding-bottom: 40px;
}




/*#endregion */

/*#region textpage about */



/*#endregion */

/*#region Home Page Styling*/
.homehero {
    background-image: url(../images/custom/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    max-width: 1200px;
    min-height: 716px;
    margin-left: auto;
    margin-right: auto;
}

    .homehero .row {
        min-height: 716px;
    }

.searchbox {
    text-align: center;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    min-height: 80px;
    display: block;
    background-color: #ea1017;
    border-radius: .125rem;
    padding: 19px;
}

    .searchbox input#filter_text {
        min-width: calc(100% - 362px);
        height: 41px;
        margin-right: 11px;
    }

    .searchbox input.freesearchbtn {
        font-family: 'Mokoko\ 400', serif;
        padding: 8px 141px 8px 141px;
        color: #fff;
        background-color: #000000;
        border-radius: .125rem;
        transition: all .15s ease-in-out;
        max-width: 346px;
        display: inline-block;
        text-align: center;
    }

.homemain {
    width: 100%;
    background-color: #f7f8fa;
}

.hometitle {
    font-family: 'Mokoko\ 800', serif;
    color: white;
    font-size: 2rem;
    font-weight: 900;
    background-color: #e91018;
    display: inline;
    padding: 9px;
    line-height: 3rem;
}

.homepara {
    color: black;
    font-size: 1.1rem;
    background-color: white;
    display: inline;
    padding: 9px;
    line-height: 2rem;
}

.intranettitle {
    font-family: 'Mokoko\ 800', serif;
    color: #e91018; 
    font-size: 1.8rem;
    font-weight: 900;
    display: block;
    padding: 9px;
    line-height: 2.8rem;
}

.Home #intro_content_formRow {
    padding-bottom: 40px;
}

.Home .CodeListCountsSummary.pageBlockContainer {
    padding: 0;
    background: none;
}

    .Home .CodeListCountsSummary.pageBlockContainer .pageBlockContent {
        padding: 0;
    }

        .Home .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 {
            margin-left: 0;
        }

.CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer {
    width: calc(33% - 30px);
    height: 372px;
    margin: 15px 15px 15px 15px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
    box-shadow: 0 0.25rem 0.5rem 0 rgb(0 0 0 / 16%);
    transition: all .15s ease-in-out;
}


    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer:hover {
        /*box-shadow: 0 0 10px #ec008c;*/
        border: 1px solid rgba(0,0,0,.125);
    }

    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer.listItemContainer_Value1,
    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer.listItemContainer_Value2,
    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer.listItemContainer_Value3,
    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer.listItemContainer_Value4,
    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer.listItemContainer_Value5,
    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer.listItemContainer_Value6,
    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer.listItemContainer_Value7,
    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer.listItemContainer_Value8,
    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer.listItemContainer_Value9,
    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer {
        /*background: url(../images/custom/catimage.jpg) no-repeat;*/
    }


        .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer .listItemImageContainer {
            height: 206px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top -10px center;
            transition: all .15s ease-in-out;
        }



        .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer:hover .listItemImageContainer {
            transform: scale(1.04);
            transition: all .15s ease-in-out;
        }



        .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer .codeListBlockLower {
            height: 164px;
            background-color: #ffffff;
            padding: 18px;
        }

            .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer .codeListBlockLower .listItemTitle a {
                color: black;
                font-size: 1.3rem;
                text-decoration: none;
                font-family: 'Mokoko\ 400', serif;
            }


.CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemCountContainer {
    font-size: 1.1rem;
    color: white;
    line-height: 1.6rem;
    font-family: 'Mokoko\ 400', serif;
    display: inline-block;
    background-color: #e91018;
    padding: 7px 12px 7px 12px;
    margin-top: 10px;
    transition: all .15s ease-in-out;
    border-radius: 3px;
}

    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemCountContainer:hover {
        background-color: #c60e13;
        transition: all .15s ease-in-out;
    }
/*#endregion */

/*#region TextPage and General */

/*generic page content*/
.page-hero {
    background-image: url(../images/custom/2020brand.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    margin-bottom: 30px;
}

    .page-hero .row {
        min-height: 600px;
    }

    .page-hero h1 {
        font-size: 4rem;
        color: white;
        display: block;
        padding: 30px;
        background-color: rgb(68 78 85 / 0.80)
    }

        .page-hero h1 span {
            font-size: 1.6rem;
            color: white;
        }


h2.pagetitleone {
    font-size: 3rem;
    color: #0079c5;
    font-family: 'Mokoko\ 400', sans-serif;
}


.lefty {
    min-height: 400px;
    margin-bottom: 40px;
}

.righty {
    min-height: 400px;
    margin-bottom: 40px;
}

.fully {
    margin-bottom: 40px;
}

.fullycookie {
    min-height: 200px;
    margin-bottom: 40px;
}

.fullyresults {
    width: 100%;
    background-image: url("../images/custom/fullyapp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #bfbfbd;
    min-height: 130px;
    margin-bottom: 40px;
}

    .fullyresults .row {
        min-height: 130px;
    }

    .fullyresults h2 {
        font-size: 2rem;
        line-height: 2rem;
        color: #ffffff;
    }

.pageul {
    list-style-type: square;
    color: #4a4a48;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 2.2rem;
}

    .pageul:first-child {
        margin-top: 0;
    }

    .pageul li p {
        margin-top: 0;
    }


/*end*/

/*#endregion */

/*#region Application Review Styling */
.pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowButtons {
    overflow: hidden;
}

.questionsAnswerBlock div.appSummaryGridColumn {
    padding-bottom: 10px;
}

div#SubmitForm_checkboxlegal_formRow {
    padding-top: 20px;
}

    div#SubmitForm_contactconsent_formRow .labelContainer label,
    div#SubmitForm_checkboxlegal_formRow .labelContainer label {
        font-weight: 700;
    }
/*#endregion */

/*#region Results Page Styling */
.searchhero {
    background-image: url(../images/custom/banner17.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    max-width: 1200px;
    min-height: 563px;
    margin-left: auto;
    margin-right: auto;
}

.sitehero {
    background-image: url(../images/custom/otherhero.jpg);
}

/*.show {
    display: block !important;
}*/
.FilterContainer .ValueContainer {
    display: none;
    transition: all .15s ease-in-out;
}

.FilterContainer.show .ValueContainer {
    display: block;
    transition: all .15s ease-in-out;
}

.FilterContainer .HeaderLabel.active:after {
    content: url(../images/sprites/white-arrow-up.png);
}

.FilterContainer .HeaderLabel:after {
    content: url(../images/sprites/white-arrow-down.png);
    font-size: 16px;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
    color: #fff;
    font-weight: lighter;
}


/*smaller button*/
.buttonsRight a.buttonAnchor, #Pos_Description_pageView #posdesc_pageBlock a.right,
#Buttons_pageBlock .pageBlockInner .buttonHolder ul li a,
.Home .buttonsLeft a.buttonAnchor {
    padding: 10px 21px 8px 21px;
    display: block;
    text-align: center;
}

.Home #Buttons_pageBlock .pageBlockInner .buttonHolder ul li {
    width: 98%;
    margin-left: 0;
    margin-top: 5px;
    display: block;
    float: left;
}

.textpage_role_details .pageBlockInner_FormBlock div.formRow.formRowButtonRow,
.Home .pageBlockInner_FormBlock div.formRow.formRowButtonRow {
    padding-top: 8px;
}

.Pos_Find_Results_Map_pageView,
.Pos_Find_Results_pageView {
    padding-top: 20px;
}

div#posBrowser_Filter_pageBlockContainer {
    float: left;
    width: 30%;
    margin: -10px 0 18px 0;
    height: auto;
    overflow: hidden;
    background-color: white;
}

.Pos_Find_Results_Map div#posBrowser_Filter_pageBlockContainer {
    margin: -10px 0 18px 0;
}

#posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle {
    padding: 0 2.5%;
    overflow: hidden;
}

    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock {
        height: auto;
        width: 100%;
    }

.Pos_Find_Results #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle {
    padding: 0 2px;
    overflow: hidden;
}

    .Pos_Find_Results #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock,
    .Pos_Find_Results_Map #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock {
        padding-bottom: 30px;
    }

#posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer {
    border: none;
}

    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow {
        width: 100%;
        border-bottom: none;
        font-size: 1.15rem;
        padding: 5px 0 5px;
    }

        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .HeaderContainer {
            background: #e91018;
            border: none;
        }

            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .HeaderContainer .HeaderLabel {
                color: #ffffff;
                padding: 5px;
            }

        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .ValueContainer ul.ValueList {
            padding: 0;
        }

            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .ValueContainer ul.ValueList li {
                padding: 3px 1px 1px 21px;
                background: url(../images/sprites/search-unticked.png) no-repeat center left;
            }

                #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .ValueContainer ul.ValueList li.ValueItem_selected {
                    background: url(../images/sprites/search-ticked.png) no-repeat center left;
                }

                #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .ValueContainer ul.ValueList li a {
                    display: inline-block;
                    color: black;
                    padding: 0 10px;
                    text-decoration: none;
                    transition: all .15s ease-in-out;
                    font-size: 1.1rem;
                }


                    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .ValueContainer ul.ValueList li a:hover {
                        text-decoration: underline;
                    }


#posBrowser_Filter_pageBlock .HeaderContainer .HeaderLabel {
    float: none;
    cursor: pointer
}

#posBrowser_Filter_pageBlock .FilterContainer .ValueList li,
#posBrowser_Filter_pageBlock .FiltersContainer .AvailableList li {
    margin: 5px 0 0 5px;
    padding: 0;
    list-style: none;
    float: none;
}



.Home #intro_content_formRow {
    display: none;
}

.FilterContainer .ValueContainer {
    /*display: block; block  -- to show filters always*/
}

/*.FilterContainer.show .ValueContainer {
    display: block;
}*/

.Pos_Find_Results_Map .alternateViewsText,
.Pos_Find_Results .alternateViewsText,
.Pos_Find_Results .sortingText {
    font-size: 1rem;
    color: #ffffff;
    line-height: 17px;
    font-weight: 700;
    margin-top: 5px;
}

.filtersSummaryTextContainer {
    padding-bottom: 10px;
}

.Pos_Find_Results_Map .filtersExpander a,
.Pos_Find_Results .filtersExpander a,
.Pos_Find_Results .alternateViewsCurrent a,
.Pos_Find_Results_Map .alternateViewsCurrent a {
    padding: 5px;
    margin-left: 5px;
    color: #333333;
    background-color: white;
    border: 1px solid white;
    border-radius: 4px;
    text-decoration: none;
}

    .Pos_Find_Results .filtersExpander a.filtersExpanderButton_Expanded,
    .Pos_Find_Results .filtersExpander a:hover,
    .Pos_Find_Results_Map .filtersExpander a.filtersExpanderButton_Expanded,
    .Pos_Find_Results_Map .filtersExpander a:hover,
    .Pos_Find_Results .alternateViewsCurrent a:hover,
    .Pos_Find_Results_Map .alternateViewsCurrent a:hover {
        background-color: white;
        color: black;
        text-decoration: none !important;
    }

.Pos_Find_Results_Map .noResults .noRecordsContainer,
.Pos_Find_Results .noResults .noRecordsContainer {
    background-color: #e91018;
    padding: 10px;
    color: white;
    margin-top: 36px;
}

.pageBlockInner_GridBlock .pagingControls_Tiles .pagingText {
    float: left;
    margin-right: 10px;
    padding-top: 3px;
    font-weight: 700;
    color: white;
}

#posBrowser_Filter_pageBlock .filtersSummary,
.Pos_Find_Results .filtersExpander {
    display: none;
}

#posBrowser_Filter_pageBlock .FiltersContainer_Hidden {
    display: block;
}
/*end*/
/**fix sorting button**/
div.sortingCurrent a.normalanchor {
    background-image: url(../images/sprites/white-arrow-down.png);
    background-position: center right;
    background-repeat: no-repeat;
    color: #333333;
    background-color: white;
    border: 1px solid white;
    border-radius: 4px;
    padding: 5px;
    padding-right: 13px;
    margin-left: 5px;
    text-decoration: none;
}

    div.sortingCurrent a.normalanchor:hover {
        background-image: url(../images/sprites/white-arrow-down.png);
        background-color: white;
        color: black;
        text-decoration: none !important;
    }


#posBrowser_ResultsGrid_pageBlockContainer {
    margin: 0;
}

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle,
    #MapBlock_pageBlockContainer .pageBlockContainerMiddle {
        font-family: 'Open Sans', Arial, sans-serif;
    }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock,
        #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock {
            padding: 0;
        }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock {
            overflow: hidden;
        }

            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridTop,
            #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .gridTop {
                border: none;
                padding: 8px 6px 5px 6px;
                font-size: .87em;
                background-color: #e91018;
                margin-bottom: 18px;
            }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridTop .TilesGridAlternateViewsContainer,
                #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .gridTop .TilesGridAlternateViewsContainer {
                    margin: 0;
                }

                    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridTop .TilesGridAlternateViewsContainer .TilesGridAlternateViewsInnerContainer,
                    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .gridTop .TilesGridAlternateViewsContainer .TilesGridAlternateViewsInnerContainer {
                        padding: 0;
                        margin: 0;
                    }

.pageBlockInner_GridBlock .TilesGridSortingInnerContainer {
    float: left;
    clear: both;
    margin: 0px 0 0 1px;
    padding: 0px 10px 2px 15px;
}



#posBrowser_ResultsGrid_pageBlock .gridContent {
    margin-left: 0;
    margin-right: 0;
}

.pageBlockInner_GridBlock .pagingControls_Tiles a.scroller_moveprev {
    background-image: url(../images/sprites/white-arrow-left.png);
}

.pageBlockInner_GridBlock .pagingControls_Tiles a.scroller_movenext {
    background-image: url(../images/sprites/white-arrow-right.png);
}

.pageBlockInner_GridBlock .pagingControls_Tiles a > img {
    display: none;
}

.pageBlockInner_GridBlock .pagingControls_Tiles a {
    margin: 6px 5px 1px 1px;
}

    .pageBlockInner_GridBlock .pagingControls_Tiles a:hover {
        margin: 6px 5px 1px 1px;
        background-color: #d0d0d0;
    }

#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent,
#MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer {
    padding: 0;
}

.Pos_Find_Results .pageBlockInner_GridBlock .ListGridContainer .rowHeader {
    overflow: auto;
    padding: 4px 15px 4px 15px;
    min-height: 80px;
}


#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder {
    width: calc(100% - 14px);
    font-size: 1.15em;
    padding-bottom: 10px;
    border-radius: 0;
    display: inline-block;
    min-height: 125px;
    background-color: #ffffff;
    margin: 4px 5px;
}

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer {
        width: 100%;
        border: 2px solid #a22952;
        margin: 0 !important;
        height: auto;
        padding: 3px 3px 3px 150px;
        box-shadow: 0 0.25rem 0.5rem 0 rgb(0 0 0 / 16%);
        transition: all .15s ease-in-out;
        background: url(../images/custom/searchthumb.png) #ffffff;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center left 14px;
        background-size: 136px;
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:hover .rowContainer {
        color: #fff;
        background-color: #2c3137;
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader .rowLabel a {
        text-decoration: underline !important;
        color: #e91018;
        font-size: 1.5rem;
        font-family: 'Mokoko\ 400', serif;
        transition: all .15s ease-in-out;
        font-weight: 900;
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer,
    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer {
        padding: 4px;
    }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span {
            line-height: 1rem;
            font-size: 1rem;
        }


        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer2_desc {
            font-size: 14px;
        }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:hover .rowHeader .rowLabel a {
        color: #ffffff;
    }

.pageBlockInner_GridBlock .ListGridContainer .rowItemsInnerContainer2 {
    overflow: hidden;
    min-height: 34px;
}

/*COMMA*/
#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span.comma {
    display: none;
}

span.name_vacancyColumn.vacancyColumn {
    margin-left: 5px;
}

.Pos_Find_Results span.vacancyColumn {
    display: block;
}


#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span:last-child:after {
    display: none;
}

#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:hover:before {
    height: 100%;
}


/*#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridFooter {
    height: 150px;
    padding: 0 18%;
}*/

.posListHover {
    display: none !important;
}

.posBrowserMapBlock .addressContainer .addressLabel {
    font-size: .9rem;
    width: 97px;
    padding-top: 3px;
}

#MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressButton {
    float: right;
    padding: 2px 2px 3px 2px;
    background-color: #e91018;
    border: 1px solid #e91018;
    transition: all .15s ease-in-out;
    text-align: center;
    color: white;
    border-radius: 3px;
}

    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressButton:hover {
        background: white;
        color: black;
    }

.posBrowserMapBlock .addressContainer .addressInput {
    float: left;
    width: 125px;
    margin-right: 10px;
    border-radius: 0;
    border: 1px solid #444e55;
    height: 31px;
}

.posBrowserMapBlock .addressContainer {
    z-index: 88;
}

.posBrowserMapBlock .addressContainer {
    margin-top: 9px;
}
/*#endregion */

/*#region Job Description Styling */

/**NEW**/
.posdesc-hero {
    background-image: url(../images/custom/jobdescbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    max-width: 1200px;
    min-height: 563px;
    margin-left: auto;
    margin-right: auto;
}

    .posdesc-hero .row {
        min-height: 518px;
    }

/*.pdh-2 { employed
    background-image: url(../images/custom/jobdescbanner.jpg);
}*/
.pdh-5668 { /*volunteers*/
    background-image: url(../images/custom/jobdesc-volunteer.png);
}


.JobTitle {
    display: inline-block;
    background-color: #e91018;
    padding: 3px 10px 3px 10px;
}

#posdesc_pageBlockContainer #posdesc_pageBlock .JobTitle h1 {
    font-family: 'Mokoko\ 800', serif;
    color: white;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0px;
    line-height: 4rem;
}

.jdtitle {
    font-family: 'Mokoko\ 400', serif;
    color: black;
    font-size: 2rem;
    font-weight: 900;
}

.jdpara {
    color: black;
    font-size: 1.1rem;
}



div.posDescriptionContainer317 .LeftJobBox {
    display: block;
    float: none;
    overflow: hidden;
    position: relative;
    width: 100%;
}


#posdesc_pageBlock .earcu_posdescriptionContainer {
    text-align: left;
    padding: 30px 30px 10px 30px;
}

.VacancyMap {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#PosDescSharingItems .PosDescSharingItem:after {
    content: none
}

.posvideo-job {
    width: 100%;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 54px;
}

#posdesc_pageBlock .videoOuterContainer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.moviePlayerContainer {
    max-width: 100% !important; /*override inline styles*/
}

/**END-NEW**/
div.posDescriptionContainer317 .BigVacancyMap {
    width: auto;
    display: none;
}

div.posDescriptionContainer317 .BigVacancyMap {
    width: auto;
}

.Pos_Description #eaContainer a.googleMapsButton {
    color: white;
    text-decoration: none;
    font-weight: 400;
}

#posdesc_pageBlock .posDescriptionContainer {
    overflow: hidden;
}

#posdesc_pageBlockContainer {
    margin-top: 0;
}

    #posdesc_pageBlockContainer #posdesc_pageBlock,
    #posdesc_pageBlock .posDescriptionContainer {
        padding: 0;
        overflow: hidden;
    }

        #posdesc_pageBlockContainer #posdesc_pageBlock .stickyApply .buttonsRight a.buttonAnchor {
            font-weight: normal;
        }


.Pos_Description_Review .JobTitle h2 {
    font-size: 2rem;
    line-height: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}


#Pos_Description_pageView #posdesc_pageBlockContainer .ApplyNowContainer {
    overflow: inherit;
}

.mxclose {
    text-align: right;
    display: block;
}

.nomodpad {
    padding: 5px;
}
/**right side**/
.quickcheck {
    background-color: #f7f8fa;
    border-top: 30px solid white;
    padding-top: 12px;
    padding-left: 20px;
}


#posdesc_pageBlock ul.jobSum {
    font-size: 1.1rem;
    color: black;
    font-weight: 400;
    list-style-type: square;
    padding-left: 29px;
    list-style: square;
}

    #posdesc_pageBlock ul.jobSum li {
        list-style: square;
        padding-bottom: 3px;
    }

        #posdesc_pageBlock ul.jobSum li::marker {
            color: #e91018;
            font-size: 1.4rem;
        }

        #posdesc_pageBlock ul.jobSum li .jobSumLabel {
            font-weight: 400
        }



#posdesc_pageBlock .posAlerts,
#posdesc_pageBlock .possharing {
    border: 1px solid #9b2f55;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 40px !important; /*who cares about specificity*/
}

#posdesc_pageBlock .posdescriptionPropertyBox {
    border: none;
    padding: 10px 10px 10px 0px;
}

div.arrowList a.filename {
    text-decoration: underline;
}

#posdesc_pageBlockContainer #posdesc_pageBlock .section-right .ApplyNowContainer {
    margin-top: 4px;
    margin-bottom: 4px;
    display: block;
    min-height: 74px;
}

    #posdesc_pageBlockContainer #posdesc_pageBlock .section-right .ApplyNowContainer .buttonsRight ul li,
    #posdesc_pageBlockContainer #posdesc_pageBlock .section-right .ApplyNowContainer .buttonsRight {
        width: 100%;
        padding-left: 2px;
        padding-right: 2px;
    }

#PosDescSharingItems {
    overflow: auto;
    text-align: center;
    width: 153px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.posrightbox_info .buttonsRight a.buttonAnchor, #Pos_Description_pageView #posdesc_pageBlock a.right {
    min-width: 0;
}

#Pos_Description_pageView #posdesc_pageBlock a.right {
    min-width: 0;
    position: fixed;
    right: 0;
    top: 50vh;
    max-width: 175px;
    opacity: 0.3;
}

    #Pos_Description_pageView #posdesc_pageBlock a.right:hover {
        opacity: 1;
    }

#posdesc_pageBlockContainer #posdesc_pageBlock .descContent .RightJobBox .jobValues {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

#posdesc_pageBlock .posrightbox_info {
    padding: 20px 5px 40px 5px;
}

#posdesc_pageBlock .posDescriptionContainer317 .posdescriptionPropertyBox {
    margin-bottom: 30px;
}

div.arrowList {
    padding-top: 20px;
}

.emp-5668 {
    display: none
}

.vol-5668 {
    display: block
}

.emp-3639, .emp-3638 {
    display: block;
}

.vol-3639, .vol-3638 {
    display: none;
}

.arrowListTitle {
    font-weight: 700;
}

#posdesc_pageBlock ul.volben {
    font-size: 1rem;
    color: black;
    font-weight: 400;
    list-style-type: square;
    padding-left: 29px;
    list-style: square;
}

    #posdesc_pageBlock ul.volben li {
        list-style: square;
    }

        #posdesc_pageBlock ul.volben li::marker {
            color: #e91018;
            font-size: 1.4rem;
        }

div.volunteerlist ul,
div.arrowList ul {
    font-size: 1.1rem;
    color: black;
    font-weight: 400;
    list-style-type: square;
    padding-left: 29px;
    list-style: square;
}

    div.volunteerlist ul li,
    div.arrowList ul li {
        list-style: square;
        padding-bottom: 3px;
    }

        div.volunteerlist ul li::marker,
        div.arrowList ul li::marker {
            color: #e91018;
            font-size: 1.4rem;
        }


/*vary job sum*/
.jobValues.jv-5668 ul.jobSum li.SumItem_text11,
.jobValues.jv-5668 ul.jobSum li.SumItem_text10 {
    display: list-item !important;
}

.jobValues.jv-5668 ul.jobSum li.SumItem_codelist19value,
.jobValues.jv-5668 ul.jobSum li.SumItem_pospublishenddate {
    display: none;
}

/*#endregion */
/*#region Login/Register Styling */
.Pos_Questions div.pageBlockInner_FormBlock div.formRow.formRowRadioInputRow .labelContainer,
.Pos_Questions div.pageBlockInner_FormBlock div.formRow.formRowRadioInputRow .labelContainer label.formLabel,
.Pos_Questions div.pageBlockInner_FormBlock div.formRow.formRowRadioInputRow .controlContainer {
    max-width: 100%;
}

#questions_pageBlockContainer div#questions_buttons_formRow,
div#UsernameForm_buttons_formRow,
div#PasswordForm_buttons_formRow,
div#RegisterForm_buttons_formRow {
    margin-top: 60px;
}


#UsernameForm_pageBlock .ssoIcon a.ssoIconLink {
    position: relative;
}

    #UsernameForm_pageBlock .ssoIcon a.ssoIconLink:before {
        content: '';
        width: 64px;
        height: 64px;
        border-radius: 100%;
        background-color: #ffffff;
        display: block;
        box-sizing: border-box;
        margin: 0 auto;
    }

    #UsernameForm_pageBlock .ssoIcon a.ssoIconLink:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'Font Awesome 5 Brands';
        font-size: 40px;
        color: #e91018;
        transition: all .15s ease-in-out;
    }

#UsernameForm_pageBlock .ssoIcon.linkedin_ssoIcon a.ssoIconLink:after {
    content: "\f0e1";
}

#UsernameForm_pageBlock .ssoIcon.google_ssoIcon a.ssoIconLink:after {
    content: "\f1a0";
}

#UsernameForm_pageBlock .ssoIcon.facebook_ssoIcon a.ssoIconLink:after {
    content: "\f39e";
}

#UsernameForm_pageBlock .ssoIcon.microsoft_ssoIcon a.ssoIconLink:after {
    content: "\f3ca";
}

#UsernameForm_pageBlock .ssoIcon a.ssoIconLink:hover:after {
    opacity: .5;
}

#UsernameForm_pageBlock .ssoIcon a.ssoIconLink img {
    display: none;
}
/*#endregion */

/*#region Application Sections Styling */
#Application_Home_pageView .ulList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
}

    #Application_Home_pageView .ulList li.Section_SubmitAndDeclarations,
    #Application_Home_pageView .ulListItem {
        background-image: url(../images/custom/application-personaldetails.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        flex: 0 1 270px;
        margin: 18px 12px;
        text-decoration: none;
        text-align: left;
        border: 2px solid #e91018;
        cursor: pointer;
        margin-top: 4px;
        list-style: none;
        padding: 161px 10px 5px 10px;
        min-height: 1px;
        height: auto;
        overflow: auto;
        float: none;
        position: relative;
        box-shadow: 0 0.25rem 0.5rem 0 rgb(0 0 0 / 16%);
    }
        #Application_Home_pageView .ulListItem.Section_PersonalDetails {
            background-image: url(../images/custom/application-personaldetails.png);
        }

        #Application_Home_pageView .ulListItem.Section_CV {
            background-image: url(../images/custom/application-cv.png);
        }

        #Application_Home_pageView .ulListItem.Section_WorkExperience {
            background-image: url(../images/custom/application-workexperience.png);
        }

        #Application_Home_pageView .ulListItem.Section_Education {
            background-image: url(../images/custom/application-education.png);
        }

        #Application_Home_pageView .ulListItem.Section_LanguageSkills {
            background-image: url(../images/custom/application-language.png);
        }

        #Application_Home_pageView .ulListItem.Section_Referees {
            background-image: url(../images/custom/application-references.png);
        }

        #Application_Home_pageView .ulListItem.Section_Referral {
            background-image: url(../images/custom/application-references.png);
        }

        #Application_Home_pageView .ulListItem.Section_EqualOps {
            background-image: url(../images/custom/application-equality.png);
        }

        #Application_Home_pageView .ulListItem.Section_Questions1 {
            background-image: url(../images/custom/application-supporting.png);
        }

        #Application_Home_pageView .ulList li.Section_SubmitAndDeclarations {
            background-image: url(../images/custom/application-submit.png);
        }

        #Application_Home_pageView .ulListItem div.ulListItemLabel a {
            color: #e91018;
            text-decoration: none;
            font-size: 1.6rem;
        }

        #Application_Home_pageView .ulList li.Section_SubmitAndDeclarations:hover,
        #Application_Home_pageView .ulListItem:hover {
            border-color: #e91018;
            background-color: #e91018;
            transition: all .15s ease-in-out;
        }

            #Application_Home_pageView .ulListItem:hover div.ulListItemLabel a {
                color: white;
                text-decoration: none;
                transition: all .15s ease-in-out;
            }

        #Application_Home_pageView .ulList li.Section_SubmitAndDeclarations.Completed,
        #Application_Home_pageView .ulListItem.Completed {
            background-color: #e91018;
            /*background-image: url(../images/custom/application-completed.png);*/
        }

            #Application_Home_pageView .ulListItem.Completed div.ulListItemLabel a {
                color: white;
            }

    #Application_Home_pageView .ulList .Section_SubmitAndDeclarations div.ulListItemLabel,
    #Application_Home_pageView .ulList div.ulListItemLabel {
        padding-top: 0px;
        text-align: left;
    }
/*#endregion */

/*modal close*/
button.ui-dialog-titlebar-close:after {
    content: 'x';
    color: black;
    font-weight: 700;
}

/*#region Profile Styling */

#WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow {
    background-color: #2c3137;
    background-image: none;
    border: 2px solid #2c3137;
    width: 100%;
    font-size: 1.25em;
    padding: 0.8em 1em 0.8em 1em;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 10px;
}

    #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover {
        background-color: #e91018;
        border-color: #2c3137;
        transition: all .15s ease-in-out;
    }

    #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer {
        padding: 0;
        margin: 0;
        overflow: visible;
    }

        #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconImage {
            display: none;
        }

        #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue {
            margin-left: 0;
        }

            #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconLabel {
                transition: all .15s ease-in-out;
                margin-bottom: 0;
                display: inline-block;
                text-transform: none; /*uppercase*/
            }

                #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconLabel::first-letter {
                    text-transform: uppercase;
                }

                #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconLabel a {
                    font-weight: normal;
                    text-decoration: none;
                    color: white;
                }

            #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconDescription {
                display: none;
            }

        #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues {
            line-height: 27px;
            font-size: .7em;
            overflow: visible;
            transition: all .15s ease-in-out;
            float: right;
            padding-right: 5px;
            color: white;
        }

            #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue {
                margin: 0;
            }

                #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue .iconRowValueLabel {
                    margin-right: 0;
                }

                    #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue .iconRowValueLabel:after {
                        content: ':';
                        margin-right: 5px;
                    }

                #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue .iconRowValueData {
                    font-weight: normal;
                }

                    #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue .iconRowValueData:after {
                        content: '|';
                        padding: 0 12px;
                    }

                #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue.iconRowValue_additional_information_required {
                    color: white;
                    font-weight: 700;
                }

                #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues .iconRowValue:last-child .iconRowValueData:after {
                    display: none;
                }

    #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover:before {
        height: 100%;
    }

    #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover .iconContainer .iconValue .iconLabel,
    #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover .iconContainer .iconRowValues {
        color: #fff;
    }

.pageBlockInner_FormBlock .formRowIconRow .iconRowValues .iconRowValueHighLight {
    color: white;
    font-weight: 700;
}

div#WelcomeInfoBlock_Logout_formRow .iconLabel {
    display: block;
    width: 100%;
    height: 100%;
}

#MyDetails_pageView #MyDetailsStauts_pageBlock #eArcuContactConsent .contactConsentButtonContainer .ContactConsentLabel {
    padding-top: 0;
    padding-left: 6px;
    margin-top: -3px;
}

[src*="Profile/checkbox.png"] {
    background: url(../images/sprites/ticked.png) no-repeat;
    display: block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    padding-left: 24px;
}

[src*="Profile/checkbox_unchecked.png"] {
    background: url(../images/sprites/unticked.png) no-repeat;
    display: block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    padding-left: 24px;
}

.MyDetails div.pageBlockTitle {
    padding: 0;
}

.MyDetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft {
    width: 100%;
}

    .MyDetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuProfileSummary {
        display: none;
    }

    .MyDetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks {
        border: none;
        overflow: auto;
        padding: 0;
    }

        .MyDetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li {
            float: left;
            width: 49.5%;
        }

            .MyDetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li:nth-child(2n+2) {
                float: right;
            }

            .MyDetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li a {
                position: relative;
                display: block;
                color: #ffffff;
                text-align: center;
                text-decoration: none;
                transition: all .15s ease-in-out;
                max-width: 100%;
                width: 100%;
                background-image: none;
                background-color: #e91018;
                border: 1px solid #e91018;
                border-radius: 0;
                font-family: 'Mokoko\ 400', serif;
                padding: 10px 21px 8px 21px;
                font-weight: 400;
                margin: 0;
                margin-bottom: 10px;
            }

                .MyDetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li a:hover {
                    background-color: #2c3137;
                    color: white;
                    border-color: #2c3137;
                }

.MyDetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuRight {
    width: 100%
}

#MyDetails_pageView #MyDetailsStauts_pageBlock #eArcuProfileImage .imageContainer {
    background-image: url(../images/icons/icon_avatar.png) !important;
    background-repeat: no-repeat;
}

a#newProfileImageContainer {
    display: none
}

#MyDetails_Username_pageView #Summary_emailList_formRow .emailContainer,
#MyDetails_Username_pageView {
    background-color: white;
}

    #MyDetails_Username_pageView .usernameOrPrimaryEmailContainer {
        overflow: auto;
        margin: 0 auto 10px auto;
        padding: 10px;
        border: 2px solid #9b2f55;
        background-color: white;
    }

.MyDetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuBottom {
    margin-top: 20px;
}

/*mydetails*/
#MyDetails_pageView #MyDetailsStauts_pageBlock #eArcuContactConsent,
#MyDetails_pageView #MyDetailsStauts_pageBlock #eArcuProfileImage {
    border: 1px solid #f2f2f2;
}

.MyDetails .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer {
    border: 3px solid transparent;
    padding: 10px;
}

.MyDetails #MyDetails_pageView #MyDetailsStauts_pageBlock #eArcuContactConsent,
.MyDetails #MyDetails_pageView .pageBlockContainer_GridBlock,
.MyDetails #MyDetails_pageView #SkillsForm_pageBlockContainer,
.MyDetails #MyDetails_pageView #fileupload_pageBlockContainer {
    padding: 20px;
    border: 1px solid #f2f2f2;
    margin-right: 0;
}

.MyDetails .pageBlockInner_FormBlock div.formRowFileUploadRow .filesContainer {
    margin: 0;
    border: 3px solid transparent;
}

.MyDetails .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer .rowHeader {
    padding: 0;
}

    .MyDetails .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer .rowHeader .rowLabel {
        margin: 10px 0 0;
    }

.MyDetails .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer .rowContentContainer .rowItemsContainer {
    margin: 0;
    padding: 0;
}

    .MyDetails .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer .rowContentContainer .rowItemsContainer .rowItemContainer,
    .MyDetails .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer .rowContentContainer .rowItemsContainer .rowItemContainer .rowItemLabel {
        padding: 0;
    }


#MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 {
    padding: 20px;
    border: none;
    text-align: center;
    min-height: 90px;
    margin: 0;
}

    #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .logoContainer {
        width: 100%;
        margin-bottom: 20px;
    }

    #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .statusContainer {
        margin-left: 0;
        float: left;
        width: 100%;
    }

        #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .statusContainer .connectedContainer {
            margin-bottom: 20px;
        }

        #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .statusContainer a {
            position: relative;
            display: block;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            outline: 0;
            text-align: center;
            text-decoration: none;
            border-radius: 0;
            transition: all .15s ease-in-out;
            max-width: 50%;
            min-width: 12em;
            margin: 0 auto;
            background-color: #e91018;
            color: #fff;
            width: 100%;
            padding: .6em;
            border: none;
            font-family: 'Mokoko\ 400', serif;
        }

            #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .statusContainer a:hover {
                background-color: #2c3137;
            }

#MyDetails_pageView #eArcuContactConsent .buttonsRight .buttonAnchor:hover {
    color: #000;
}

.pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowButtons {
    padding: 0;
}

.interviewdetailform .pageBlockInner_FormBlock .mapRow .mapContainer_Small {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

    .interviewdetailform .pageBlockInner_FormBlock .mapRow .mapContainer_Small .mapInnerContainer {
        width: 100%;
        margin: 0;
    }

/*#endregion */

/*#region Application/Onboarding Styling */
/*v2 blox*/
#posSummaryBlockv2_pageBlock .MySummaryItemTitle {
    color: #9b2f55;
}

#posSummaryBlockv2_pageBlock .appCompleteChartBlock.done .appCompleteChartBlockInner { /*move this*/
    background: #9b2f55;
    border-color: #9b2f55;
}

#posSummaryBlockv2_pageBlock .MySummaryItemInner {
    border: 2px solid #9b2f55;
    background-color: #ffffff;
    padding: 8px 8px 8px 8px;
}

/**tick and continue**/
#Application_Section_CV_SectionCompleteBlock_completed {
    display: none
}

.pageBlockInner_FormBlock .fakecheck:hover,
.pageBlockInner_FormBlock .fakecheck {
    background-image: url(../images/sprites/unticked.png);
}

    .pageBlockInner_FormBlock .fakecheck.fakechecked:hover,
    .pageBlockInner_FormBlock .fakecheck.fakechecked {
        background-image: url(../images/sprites/ticked.png);
    }

div#EMailSummaryGrid_pageBlockContainer {
    padding-top: 20px;
}
/**interview**/
.interviewdetailform .pageBlockInner_FormBlock .mapRow .mapContainer .mapTitleBar {
    text-align: left;
}

#posSummaryBlockv2_pageBlock .PosMyWelcomePackSummaryLinks {
    display: none;
}

.OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulListItem {
    width: calc(33% - 8px);
    border: none;
    overflow: hidden;
    position: relative;
    background: none;
    display: block;
    margin: 0 0 10px 0;
    min-height: 10px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 4px;
}

.OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList li.Section_OfferSubmit {
    width: calc(33% - 8px);
    height: 250px;
}

.OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulListItem:hover {
    background-color: white;
    transition: all .15s ease-in-out;
}

    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulListItem:hover div.ulListItemLabel {
        color: black;
        text-decoration: underline;
        transition: all .15s ease-in-out;
    }

.OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList .Section_OfferSubmit div.ulListItemLabel,
.OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList div.ulListItemLabel {
    font-weight: 400;
    padding-top: 208px;
}

a.offerAnchor, a.downloadLink {
    text-decoration: underline;
}

.Pos_Questions label,
.MyWelcomePacks_OfferForm_TaxInformation label,
.MyWelcomePacks_OfferForm_Referee label,
.MyWelcomePacks_OfferForm_HealthQuestions label,
.MyWelcomePacks_OfferForm_GenericForm label {
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Offer_Accepted div#OfferDetails_video_formRow {
    padding-bottom: 40px;
}

div#RegisterForm_gdprinfo_formRow {
    padding-top: 20px;
}

    div#RegisterForm_gdprinfo_formRow div.textLiteral {
        text-align: left
    }

    div#RegisterForm_gdprinfo_formRow .labelContainer {
        width: 100%;
        max-width: 100%;
    }

label[for="Application_Login_RegisterForm_GpdrDeclaration"],
label[for="Login_RegisterForm_GpdrDeclaration"],
label[for="ProfileRegister_RegisterForm_GpdrDeclaration"],
label[for="ProfileRegisterWithAlerts_RegisterForm_GpdrDeclaration"] {
    max-width: 100% !important;
    width: 100% !important;
}

div.pageBlockInner_FormBlock div#RegisterForm_GpdrDeclaration_formRow .labelContainer,
div.pageBlockInner_FormBlock div#RegisterForm_GpdrDeclaration_formRow .controlContainer {
    max-width: 100%;
}
/*#endregion */


/*#region Job Alerts */
html body #lookupResults_gridTable {
    margin-bottom: 0;
    width: 100% !important;
}

.MyJobFeed th#col_lookupResults_name {
    width: 100% !important;
}

.MyJobFeed td.cell_lookupResults_name {
    font-size: 1.2rem;
    color: black;
    font-weight: 400;
}

.MyJobFeed .pageBlockInner_GridBlock table.gridTable tr.oddRow:hover td,
.MyJobFeed .pageBlockInner_GridBlock table.gridTable tr.evenRow:hover td {
    background-color: #9b2f55;
}

    .MyJobFeed .pageBlockInner_GridBlock table.gridTable tr.oddRow:hover td a,
    .MyJobFeed .pageBlockInner_GridBlock table.gridTable tr.evenRow:hover td a {
        color: white;
    }

.pageBlockInner_FormBlock div.controlContainer_ReadOnly div.selectmultipleContainer ul.selectmultiplelist li {
    padding-left: 5px;
}

.pageBlockInner_FormBlock label.formLabel {
    text-align: left;
    padding-bottom: 5px;
    font-weight: 700;
}

.pageBlockInner_FormBlock #fileupload_Files_formRow label.formLabel { /**file uploads**/
    text-align: center;
}

/*#posdesc_pageBlock .posDescriptionContainer,*/
#posBrowser_ResultsGrid_pageBlock div.ListGridContainer {
    overflow: hidden;
}

.pageBlockInner_FormBlock div.formRowTextAreaRow div.controlContainer_ReadOnly,
.pageBlockInner_FormBlock div.formRowTextAreaRow div.controlContainer_ReadOnlyWithControl {
    width: 30%;
}

.interviewdetailform .pageBlockInner_FormBlock .mapRow .mapInnerContainer_Small {
    width: 360px;
}

#eaContainer .pageBlockInner_FormBlock div.noselectmultipleoptionsmessage,
#eaContainer .formRowSelectMultiCodelistRow label {
    padding: 6px 7px;
}

#MyJobFeedForm_form div.formRow {
    margin-top: 1em;
}

.pageBlockInner_GridBlock table.gridTable th {
    color: black;
}

.MyJobFeed .pageBlockInner_GridBlock div.gridContentWithHeader {
    border: 1px solid #d0d0d0;
    background: none;
}

.MyJobFeed .pageBlockInner_GridBlock table.gridTable th {
    background: white;
}


/*#endregion */
/*mydeeets - connected*/
#MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .statusContainer {
    min-height: 160px;
}

/* Responsive Styling */
@media all and (max-width:1600px) {
    #posdesc_pageBlock .posdescriptionPropertyBox {
        padding: 10px 7px;
    }

    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulListItem {
        height: 200px;
    }

    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList li.Section_OfferSubmit {
        height: 200px;
    }

    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList .Section_OfferSubmit div.ulListItemLabel,
    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList div.ulListItemLabel {
        padding-top: 158px;
    }
}

@media all and (max-width:1298px) {
    #posdesc_pageBlock .posdescriptionPropertyBox {
        padding: 10px 0;
    }
}

@media all and (max-width:1280px) {
    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList .Section_OfferSubmit div.ulListItemLabel, .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList div.ulListItemLabel {
        padding-top: 139px;
    }
}

@media all and (max-width:1200px) {
    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width:1024px) {
    .MyDetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li {
        float: left;
        width: 100%;
    }

    li a.buttonAnchor.buttonActionId_saveSkill {
        padding-top: 11px;
        padding-bottom: 12px;
    }

    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulListItem {
        height: 200px;
        width: calc(50% - 8px);
    }

    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList li.Section_OfferSubmit {
        height: 200px;
        width: calc(50% - 8px);
    }

    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList .Section_OfferSubmit div.ulListItemLabel,
    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList div.ulListItemLabel {
        padding-top: 158px;
    }
}

@media screen and (max-width:992px) {
    .homehero {
        min-height: 340px;
    }

    /* .homehero .col-12 {
            margin-top: 37%;
        }*/

    .searchbox input#filter_text {
        min-width: calc(100% - 166px);
    }

    .searchbox input.freesearchbtn {
        max-width: 166px;
        padding: 8px 41px 8px 41px;
    }

    .hometitle {
        display: inline-block
    }

    .homepara {
        display: none
    }

    .posdesc-hero {
        min-height: 340px;
    }

        .posdesc-hero .row {
            min-height: 340px;
        }

    .searchhero {
        min-height: 340px;
    }

    #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer {
        float: none;
        display: block;
        width: 100%;
    }

    #posdesc_pageBlockContainer #posdesc_pageBlock .section-left .ApplyNowContainer {
        display: none;
    }

    /*    #Application_Home_pageView .ulListItem div.ulListItemLabel a {
        font-size: 1.2rem;
    }*/

    div#posBrowser_Filter_pageBlockContainer {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .Pos_Find_Results_Map div#posBrowser_Filter_pageBlockContainer {
        margin: 0 0 18px 0;
    }

    #posdesc_pageBlockContainer #posdesc_pageBlock .JobTitle h1 {
        font-size: 2rem;
        line-height: 2rem;
    }

    #posdesc_pageBlockContainer #posdesc_pageBlock .JobTitle h1 {
        font-size: 2rem;
        margin-bottom: 8px;
        line-height: 3rem;
    }
}

@media all and (max-width:768px) {
    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listItemCountContainer {
        font-size: 0.9rem;
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder {
        width: 100%;
        margin: 4px 0 0 0;
    }

    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer {
        width: calc(100% - 30px);
    }

    .buttonsLeft ul li,
    .buttonsRight ul li {
        width: 100%;
        padding-bottom: 10px;
    }

    .buttonsRight li:nth-child(n+2),
    #MyJobFeedForm_ajaxButtons_formRow .buttonsRight ul li {
        margin-left: 0 !important;
    }

    .buttonsLeft,
    .buttonsRight {
        width: 100%;
    }

    #posSummaryBlockv2_pageBlock .MySummaryItem {
        display: block;
        width: 100%;
        height: auto;
        margin: 10px 0 0 0;
    }

        #posSummaryBlockv2_pageBlock .MySummaryItem:first-child .MySummaryItemInner,
        #posSummaryBlockv2_pageBlock .MySummaryItem .MySummaryItemInner {
            margin-left: 0;
            margin-right: 0;
        }

    li a.buttonAnchor.buttonActionId_saveSkill {
        padding-top: 13px;
        padding-bottom: 13px;
        margin-bottom: -10px !important;
    }

    #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconLabel,
    #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues {
        float: left;
        width: 100%;
    }

    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulListItem {
        height: 250px;
        width: calc(100% - 8px);
    }

    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList li.Section_OfferSubmit {
        height: 250px;
        width: calc(100% - 8px);
    }

    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList .Section_OfferSubmit div.ulListItemLabel,
    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList div.ulListItemLabel {
        padding-top: 200px;
    }

    .pageBlockInner_GridBlock .TilesGridSortingInnerContainer {
        margin: 7px 0 0 -16px;
    }

    .pageBlockInner_GridBlock .TilesGridSortingContainer {
        width: 100%;
    }

    .MyJobFeed #dialogDialogContainer {
        width: 100% !important; /*override inline style*/
        left: 0 !important; /*override inline style*/
    }

    input.buttonActionId_change {
        margin-left: 0px !important;
    }


    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer {
        padding: 3px 3px 3px 3px;
        background: #ffffff;
    }

    #Pos_Description_pageView #posdesc_pageBlock a.right {
        display: none;
    }

    .searchbox input.freesearchbtn {
        max-width: initial;
        padding: 8px 41px 8px 41px;
        width: 100%;
        border: 0;
        margin-top: 10px;
    }

    .searchbox input#filter_text {
        min-width: 100%;
    }
}
/* Responsive Styling Ends*/

/* Talent Pools Events Styling */
.CandidateEvent_List .main {
    min-height: 400px;
}

body.TalentPool_List .pageBlockInner_GridBlock div.gridContent {
    border: none;
}

#talentpoolgrid_pageBlock .rowContainerHolder {
    float: left;
    width: 25%;
    max-width: 269px;
    overflow: auto;
}

#talentpoolgrid_pageBlock .rowContainer {
    min-height: 300px;
    border: 1px solid #dddde0;
    transition: all .15s ease-in-out;
}

    #talentpoolgrid_pageBlock .rowContainer:hover {
        background-color: #9b2f55;
        transition: all .15s ease-in-out;
    }


#talentpoolgrid_pageBlock .pageBlockInner_GridBlock .ListGridContainer .rowHeader {
    text-align: center;
    display: grid;
}

    #talentpoolgrid_pageBlock .pageBlockInner_GridBlock .ListGridContainer .rowHeader .rowLabel a {
        color: #0079c5;
        text-decoration: none;
        transition: all .15s ease-in-out;
    }

#talentpoolgrid_pageBlock .rowContainer:hover .rowHeader .rowLabel a {
    color: #ffffff;
    transition: all .15s ease-in-out;
}

#talentpoolgrid_pageBlock .rowContainer .rowItemsContainer2 img {
    filter: brightness(1.2);
    transition: all .15s ease-in-out;
}


#talentpoolgrid_pageBlock .rowContainer:hover .rowItemsContainer2 img {
    transform: scale(1.1);
    filter: brightness(1);
    transition: all .15s ease-in-out;
}

.talentPoolDescription p {
    color: #4a4a48;
    font-size: 1.5rem;
    line-height: 2.2rem;
}

@media screen and (max-width:992px) {
    #talentpoolgrid_pageBlock .rowContainerHolder {
        width: 50%;
        max-width: auto;
    }
}

@media screen and (max-width:768px) {
    #talentpoolgrid_pageBlock .rowContainerHolder {
        width: 100%;
        float: none;
        clear: both;
        margin: auto;
    }
}
/* Talent Pools Events Styling Ends */


/*telnum 3.62 fix*/
.iti--allow-dropdown {
    width: 100%;
}
/**/

/*#region quickapply */
#quickapplydialog .modalContent, #quickapplydialog .modalContent1 {
    min-height: auto !important;
}

#quickapplydialog .pageBlockInner_FormBlock .formRowTextLiteralRow:not(#QuickApplyForm_TitleBlock_formRow) .textLiteral {
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
/*#endregion */

