/*
    Jump to:
    Fonts
    Misc Styling
    Home Page Styling
    TextPage atrnd 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
*/

/* Intranet specific */

body.Pos_Find_Results:not(.Intranet) .stickytp .intBtn,
body.Intranet .searchalerts.mt-4,
body.Intranet .stickytp .tpBtn,
body.Intranet .talent-pool-link,
body.Intranet .benefitmain {
    display: none;
}

/* end intranet */
:root {
    --purple: #7119F4;
    --darkgrey: #222222;
    --lightgrey: #f6f6f6;
    --othergrey: #6f6f6e;
    --blue: #2E69FF;
    --green: #6EFF1A;
    --ftext: #696969;
    --dark: #343a40;
    --dark-light-grey: #efefef;
    --ninetyten: #f15839;
    --dodoc: #0992f7;
    --riparian: #0093fb;
    --twolabs: #5c9cc1;
    --newgrey: #646F95; /*it's blue really*/
    --darkergrey: #3E496D; /*it's blue really*/
    --lightplum: #9E8EAA;
    --lightdarkerplum: #7B678B;
    --darkplum: #6b6e92;
}

/*debug*/
/** {
    outline: 1px solid red;
}*/
/*end*/
html body {
    color: var(--darkgrey);
}

/* Misc Styling */

ul,
ol {
    padding-left: 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

h1, h2, h3, h4 {
    color: var(--darkgrey);
    font-weight: 300;
    font-family: 'museo-sans-rounded', sans-serif;
}

    h2.open-title {
        font-size: 40px;
        line-height: 50px;
    }

.addpurple {
    color: var(--purple);
}

.d-768 {
    display: none;
}

.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: var(--purple);
    text-decoration: none;
}



    .alternateViews a:hover,
    .FiltersContainer .ButtonsContainer a.AddLink:hover,
    .FilterContainer .ButtonsContainer a.BackLink:hover,
    .FilterContainer .ButtonsContainer a.RemoveLink:hover,
    .Pos_Description #eaContainer a,
    a[class*="link_username_"]:hover,
    #eaContainer a:hover {
        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: 20px;
    padding-bottom: 12px;
    color: var(--darkgrey);
    font-family: 'museo-sans-rounded', sans-serif;
    font-weight: 300;
}


h2.search {
    font-size: 1.8rem;
    padding-left: 17px;
    font-weight: 500;
}

.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;
    font-size: 16px;
    line-height: 1.5;
    color: var(--darkgrey);
    font-family: 'RubikLight', sans-serif;
}

    section#breadcrumb a {
        font-size: 16px;
        line-height: 1.5;
        color: var(--darkgrey);
        font-family: 'RubikLight', sans-serif;
        text-decoration: none;
        background-size: 0 !important;
    }

        section#breadcrumb a:hover {
            text-decoration: underline
        }



.jobValues.jvtm { /*KMA check if needed*/
    display: none;
}

/*footerlinks*/
.fl-right {
    justify-content: flex-end;
    padding-top: 118px;
}

@media screen and (max-width:1024px) {
    .fl-right {
        padding-top: 146px;
    }
}

@media screen and (max-width:767px) {
    .fl-right {
        justify-content: flex-start;
        padding-top: 20px;
    }
}

/**/
a.img {
    text-decoration: none !important;
}

.pageBlockInner_GridBlock div.gridContent {
    padding-top: 5px;
}

.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,
#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: var(--darkgrey);
    height: auto;
    font-family: 'RubikMedium', sans-serif;
}

    #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;
}


input.freesearch,
.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: 1px solid var(--darkgrey);
    color: var(--darkgrey);
    padding: 7px 10px 7px 10px;
    width: 100%;
    font-size: 1.1rem;
    box-sizing: border-box;
    min-width: 1px;
    font-family: RubikLight, sans-serif;
    border-radius: 6px;
}

    input.freesearch:focus,
    .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,
    .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: none;
        border: 1px solid var(--purple);
    }

    input.freesearch:focus-within {
        outline: none;
    }

.ProfileRegister #RegisterForm_gdprinfo_formRow,
.ProfileRegister #RegisterForm_GpdrDeclaration_formRow,
.ProfileRegisterWithAlerts #RegisterForm_gdprinfo_formRow,
.ProfileRegisterWithAlerts #RegisterForm_GpdrDeclaration_formRow,
.Application_Login #RegisterForm_gdprinfo_formRow,
.Application_Login #RegisterForm_GpdrDeclaration_formRow {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
}

.filter_text-label {
    font-size: 25px;
    line-height: 35px;
    font-family: 'RubikMedium', sans-serif;
    color: white;
    font-weight: 500;
    display: block;
    margin-bottom: 7px;
}

input.freesearch {
    padding: 14px 10px 14px 10px;
    max-width: 100%;
}

    /*reset button*/
    input.freesearch::placeholder {
        color: var(--purple);
    }

.pageBlockInner_FormBlock .formRowSelectInputRow_Common .controlContainer select {
    padding: 7px 10px 7px 10px;
}


.pageBlockInner_FormBlock div.curFocus label.formLabel {
    color: var(--darkgrey);
}

.intl-tel-input {
    width: 100%;
}

.passwordStrength {
    width: 100%;
}

.Application_Section_Questions3 .labelContainer ul {
    list-style-type: square;
    padding-left: 30px;
}

a.medwriter-button,
a.slider-button,
span.envision-button,
input.freesearchbtn,
a.searchjobstextbtn,
a.diversitybtn,
a.buttonAnchorJobAlert,
.Pos_Description #eaContainer a.buttonAnchorApply,
a.landinglinkbtn,
.textpage_role_details a.nojobs_anchor,
.mapContainer .ButtonHolder .bigMapButton span.closeMapButton,
.mapContainer .ButtonHolder .bigMapButton a,
.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;
    color: #ffffff;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.25s ease-out;
    max-width: 100%;
    width: 100%;
    background-image: none;
    background-color: var(--purple);
    border: 2px solid var(--purple);
    border-radius: 10px;
    padding: 11px 28px 11px 28px;
    font-family: RubikLight, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

    a.medwriter-button:hover,
    input.freesearchbtn:hover,
    a.searchjobstextbtn:hover,
    .mapContainer .ButtonHolder .bigMapButton span.closeMapButton:hover,
    .mapContainer .ButtonHolder .bigMapButton a: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: white;
        color: var(--purple);
    }

.mapContainer .ButtonHolder .bigMapButton:hover {
    color: var(--purple) !important;
}

.mapContainer .ButtonHolder .bigMapButton {
    margin-top: 10px;
    margin-bottom: 10px;
    background: white
}


input.freesearchbtn {
    padding: 12px 10px;
    background-color: white;
    color: var(--purple);
    border-color: white;
    font-weight: 700;
    display: inline-block;
    max-width: 180px;
    font-family: RubikMedium, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

    input.freesearchbtn:hover {
        background-color: var(--purple);
        color: white;
        border-color: var(--purple);
    }

input.freesearchreset {
    border: none;
    display: inline-block;
    background: none;
    color: white;
    line-height: 34px;
    font-family: RubikNormal, sans-serif;
    font-weight: 400;
    margin-left: 7px;
}

    input.freesearchreset:hover {
        text-decoration: underline;
    }

.search-btn-pad {
}



.stickyapply {
    position: fixed;
    top: 40vh;
    right: 0px;
    z-index: 11;
}

    .stickyapply a.buttonAnchor {
        border: 2px solid #FFF;
    }

        .stickyapply a.buttonAnchor:hover {
            border: 2px solid var(--purple);
        }

a.googleMapsButton {
    color: white;
    text-decoration: none;
}

a.medwriter-button {
    padding: 6px 6px 6px 6px;
    font-size: 1rem;
    font-weight: 700;
    max-width: 366px;
}

a.diversitybtn {
    float: none;
    width: auto;
    margin-top: 40px;
}

span.envision-button {
    max-width: 134px;
    padding: 2px 10px;
    margin-top: 10px;
}

a.slider-button {
    border-color: white; /*white*/
    background-color: white;
    max-width: 172px;
    color: var(--purple);
    font-weight: 700;
    /*max-width: 134px;
    padding: 2px 10px;*/
}

    a.slider-button:hover {
        border-color: var(--purple);
        background-color: var(--purple);
        color: white;
    }

#Pos_Description_pageView #posdesc_pageBlockContainer .ApplyNowContainer a.buttonAnchorApply {
    margin-top: 4px;
    float: none;
    width: auto;
    margin-bottom: 3px;
}

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;
        }

/*            #pageMessages .actionMessageContainer .actionMessage:before {
                content: "\f00d";
                font-family: "Font Awesome 5";
                padding-right: 10px;
            }

            #pageMessages .actionMessageContainer .actionMessage.actionMessageOk:before {
                content: '\f00c';
            }*/

.linkContainer a {
    max-width: 12em;
    margin-top: 30px;
}

/*nojobs*/
div#noPositions_pageBlock {
    color: var(--darkgrey);
}

#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;
    color: #971B2F;
    font-size: 1.3rem;
    text-decoration: none;
    background-image: linear-gradient(#971B2F, #971B2F);
    background-size: 0% 0.1em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.25s ease-out;
    max-width: fit-content;
}

    .slides li span a h3:hover {
        color: #971B2F;
        background-size: 100% 0.1em;
        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 Home Page Styling*/
.search-hero,
.templatemain-hero,
.roles-hero,
.homehero {
    background-image: url(../images/custom/envision-banner-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    min-height: 250px;
}


    .roles-hero .row,
    .search-hero .row,
    .homehero .row {
        min-height: 250px;
    }

    .roles-hero h1,
    .search-hero h1,
    .templatemain-hero h1,
    .homehero h1 {
        color: var(--darkgrey);
    }

    .roles-hero h1,
    .search-hero h1,
    .templatemain-hero h1,
    .homehero h1 {
        text-align: center;
        font-weight: bold;
    }

.Pos_Find_Results .templatemain-hero h1 {
    font-size: 4.8125rem;
    line-height: 100%;
    text-transform: uppercase;
}

.homehero p {
    color: var(--darkgrey);
}

.templatemain-hero,
.templatemain-hero .row {
    min-height: 250px;
}

    .templatemain-hero.pos_find_results,
    .templatemain-hero.Pos_Find_Results_Map {
        background-image: url(../images/custom/envision-banner-1.png);
    }

/*home button*/
.hero-btn {
    line-height: 45px;
    min-width: 250px;
    border-radius: 50px;
    font-size: 1.3rem;
}
/*end*/

.bg-drivenby {
    background-color: #222222;
}
/*who we are CHANGES - move this*/
.who-col {
    margin-top: -152px;
}

.brand-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.brand-card {
    flex: 0 0 270px;
    background-color: var(--lightgrey);
}

.bc-top {
    min-height: 115px;
    display: grid;
    place-items: center;
    padding: 10px;
}

.bc-bottom {
    min-height: 250px;
    padding: 10px;
}

    .bc-bottom h3 {
        font-size: 1.1rem;
        font-weight: 700;
    }

.bc-link {
    min-height: 30px;
    padding: 10px;
}

/*.bc-link a.slider-button {
    color: var(--purple);
    font-weight:700;
    text-decoration:none;
}*/

/*home medwriter*/
.home-medwriter {
    background-color: white;
    width: 100%;
}

    .home-medwriter h3 {
        font-weight: 700;
        font-size: 1.3rem;
        font-family: Rubik, sans-serif;
    }
/*end*/
/*home values*/
.home-values {
    background-color: white;
    width: 100%;
}

    .home-values h3 {
        font-weight: 700;
        font-size: 1.3rem;
        font-family: Rubik, sans-serif;
    }
/*end*/



.il00 {
    background-color: var(--lightgrey);
}

.il01 {
    background-color: var(--dodoc);
}

.il02 {
    background-color: var(--ninetyten);
}

.il03 {
    background-color: var(--twolabs);
}

.il04 {
    background-color: var(--riparian);
}

    .il04 img {
        max-width: 258px;
    }



/*end*/
.imgresp {
    width: 100%;
    height: auto;
}

.Home .section {
    border-bottom: 1px solid #d9d9d6;
    padding-bottom: 23px;
}

.mt10 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.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 {
    border: none;
    height: 239px;
    margin: 4px 12px 30px 12px;
    width: calc(33% - 22px);
    transition: all 0.25s ease-out;
}


    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer:hover {
        /*home box hover*/
    }

    .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: 159px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top -10px center;
        }


        .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer .codeListBlockLower {
            height: 101px;
            background-color: var(--lightgrey);
        }

            .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer .codeListBlockLower .listItemTitle a {
                color: var(--darkgrey);
                font-size: 1.3rem;
            }



.CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemCountContainer {
    font-size: 16px;
    color: var(--darkgrey);
    line-height: 22px;
    text-align: left;
    margin-left: 5px;
}
/*#region move to search */
.searchalerts {
    background-image: url(../images/custom/search-c.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left 50vw;
    background-color: var(--lightplum);
    min-height: 400px;
    max-width: 100%;
}

.searchalertsrow {
    min-height: 400px;
}

.searchalertsh2 {
    color: white;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 14px;
    line-height: 2.4rem;
}

.searchalertsp {
    color: white;
    font-size: 1rem;
}


/*#endregion */




.home-top {
    width: 100%;
    background-color: var(--darkgrey);
}

.slick-dots li button:before {
    opacity: .85;
    color: white;
}

.slick-dots li button:before {
    font-size: 11px;
    line-height: 20px;
}

.slick-dots li.slick-active button:before {
    color: var(--ninetyten);
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    color: var(--purple);
}


.bg-filx {
    background-color: #7119f4;
}

/*move driven by to here*/


.whoweare-top {
    background-image: linear-gradient(90deg,#7119f4 0,#6527f6 17.73%,#2e69ff);
    height: 186px;
}

.home-video {
    background-color: var(--lightgrey);
}

p.pquote {
    font-family: 'RubikMedium', sans-serif;
    font-style: italic;
}

/***HOME - latest jobs panel***/
.homeslider {
}

.hs-job {
    border: 1px solid #4d4d4d;
    padding: 18px;
    margin-bottom: 10px;
}

    .hs-job:hover {
        border: 1px solid #cccccc;
    }

    .hs-job a {
        color: white;
        font-size: 1.8rem;
        text-decoration: none;
        display: inline-block;
    }

        .hs-job a:hover {
            text-decoration: underline;
        }

    .hs-job p {
        color: white;
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 0;
    }

.homeslider .owl-theme .owl-dots .owl-dot.active span,
.homeslider .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--purple);
}


.home-envisioncardimage {
    background-image: url("../images/custom/logo-envision.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left 10px;
    width: 100%;
    min-height: 60px;
    padding: 10px;
    background-size: 144px 53px;
}

.home-envisioncardtext {
    padding: 10px;
    min-height: 248px;
}

.home-enone {
    background-image: url("../images/custom/logo-90ten.svg");
    background-color: var(--ninetyten);
}

.home-entwo {
    background-image: url("../images/custom/logo-dodoc.svg");
    background-color: var(--dodoc);
}

.home-enthree {
    background-image: url("../images/custom/logo-envision.svg");
    background-color: var(--lightgrey);
}

.home-enfour {
    background-image: url("../images/custom/logo-riparian.svg");
    background-color: var(--riparian);
}

.home-enfive {
    background-image: url("../images/custom/logo-two-labs.svg");
    background-color: var(--twolabs);
}

.home-envisioncardtext h3 {
    font-size: 1.4rem;
}

.home-acpleft {
    display: inline-block;
    font-family: 'RubikMedium',sans-serif;
    margin-bottom: 0;
    padding-right: 4px;
}

.home-acpright {
    font-weight: 300;
    display: inline-block;
    margin-bottom: 0;
}

/**end**/

/***ROLES - latest jobs panel***/
.grid-item {
    margin-bottom: 30px;
}

.envisioncard {
    /*padding: 10px;*/
    border: 1px solid var(--darkgrey);
    background-color: white;
}

.envisioncardimage {
    background-image: url("../images/custom/logo-envision.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left 10px;
    width: 100%;
    min-height: 60px;
    padding: 10px;
    background-size: 144px 53px;
}

.envisioncardtext {
    padding: 10px;
    min-height: 248px;
}

.enone {
    background-image: url("../images/custom/logo-90ten.svg");
    background-color: var(--ninetyten);
}

.entwo {
    background-image: url("../images/custom/logo-dodoc.svg");
    background-color: var(--dodoc);
}

.enthree {
    background-image: url("../images/custom/logo-envision.svg");
    background-color: var(--lightgrey);
}

.enfour {
    background-image: url("../images/custom/logo-riparian.svg");
    background-color: var(--riparian);
}

.enfive {
    background-image: url("../images/custom/logo-two-labs.svg");
    background-color: var(--twolabs);
}

.envisioncardtext h3 {
    font-size: 1.4rem;
}

.acpleft {
    display: inline-block;
    font-family: 'RubikMedium',sans-serif;
    margin-bottom: 0;
    padding-right: 4px;
}

.acpright {
    font-weight: 300;
    display: inline-block;
    margin-bottom: 0;
}

/**end**/
/*#endregion */
/*#region TextPage and General styling */
/*generic page content*/
/*.page-hero {
    background-image: url('');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    margin-bottom: 30px;
    background-attachment: fixed;
}

    .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;
        }

.ph-01 {
    background-image: url('../images/custom/head');
}

.ph-02 {
    background-image: url('../images/custom/header02.png');
}*/

h2.pagetitleone {
    font-size: 3rem;
    color: #0079c5;
}

.meet-testimonials {
    background-image: linear-gradient(90deg,#7119f4 0,#6527f6 17.73%,#2e69ff);
}

.owl-smto .item {
    /*background-color:white;
    border: 1px solid var(--lightgrey);*/
    min-height: 200px;
    padding: 10px;
}

.smix {
    display: block;
    /*column-gap:10px;*/
}
/*.smi-thumb {
    flex: 0 0 32%;
    display: grid;
    place-items: center;
    min-height: 180px;
}
    .smi-thumb img {
        border-radius:50%
    }*/
.smi-text {
    color: white;
    min-height: 180px;
    display: grid;
    place-items: center;
    text-align: left
}

    .smi-text p strong {
        font-weight: 700;
    }

.meet-testimonials .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    background-image: url(../images/custom/carousel-dot.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    flex-shrink: 0;
    height: 45px;
    width: 45px;
    margin-left: 30px;
    margin-right: 30px;
    opacity: 1;
}


.meet-testimonials .owl-theme .owl-dots .owl-dot.active span {
    background: transparent;
    background-image: url(../images/custom/carousel-slash.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    flex-shrink: 0;
    height: 45px;
    width: 45px;
    margin-left: 30px;
    margin-right: 30px;
    opacity: 1;
}

.meet-testimonials .owl-theme .owl-dots .owl-dot:hover span {
}

.mto-fill {
    background: linear-gradient(90deg,#7119f4 0,#6527f6 17.73%,#2e69ff);
}

.mto-mto-panel {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.meetvid {
}

.mto-benefitbox {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.mto-benefitboxes {
    flex: 0 0 244px;
    min-height: 100px;
    color: white;
    text-align: center;
}

.mto-modal {
    background-image: linear-gradient(to right, #a479f1, #859ff5);
}

/***SCRATCHPAD***/
.sliderbox {
    width: 880px;
    height: 330px;
    margin-left: auto;
    margin-right: auto;
}

.box {
    width: 880px;
    height: 330px;
}

.firstimg {
    position: absolute;
    background: url(../images/custom/page03.png) no-repeat;
    background-size: cover;
}

.slider {
    width: 520px;
    overflow: hidden;
    display: inline-block;
    transform: skewX(-20deg);
    transition: width 1.2s ease-in-out;
    margin-left: -76px;
    pointer-events: none;
    border-right: 4px solid #ceb888;
}

.secondimg {
    transform: skewX(20deg);
    margin-left: 76px;
    background: url(../images/custom/page02.png) no-repeat;
    background-size: cover;
    pointer-events: auto;
}

.slider:hover {
    width: 760px;
}

.firstimg:hover + .slider {
    width: 250px;
}

.values {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.value {
    display: block;
    flex: 0 0 286px;
    padding: 10px;
    margin: 18px;
    text-decoration: none;
    text-align: left;
    transition: all 0.25s ease-out;
}

    .value:hover {
        box-shadow: 0px 0px 17px -3px rgba(63,68,68,0.8);
        transition: all 0.25s ease-out;
    }

.value-1 li::marker {
    color: #eaaa00;
}

.value01 {
    background-color: #eaaa00;
    width: 148px;
    height: 148px;
    margin-inline: auto;
    border-radius: 90px;
}

.value-2 li::marker {
    color: #971B2F;
}

.value02 {
    background-color: #971B2F;
    width: 148px;
    height: 148px;
    margin-inline: auto;
    border-radius: 90px;
}

.value-3 li::marker {
    color: #719949;
}

.value03 {
    background-color: #719949;
    width: 148px;
    height: 148px;
    margin-inline: auto;
    border-radius: 90px;
}

.value-4 li::marker {
    color: #ceb888;
}

.value04 {
    background-color: #ceb888;
    width: 148px;
    height: 148px;
    margin-inline: auto;
    border-radius: 90px;
}

.v-txt {
    margin-top: 20px
}

    .v-txt h3 {
        color: #971B2F;
        text-align: center;
    }

    .v-txt p {
        font-size: 1.2rem;
        color: #3F4444;
        text-align: center;
    }

.pagetitle {
    color: #971B2F;
}

.pagepara {
    color: var(--darkgrey);
}

#slidesection {
    display: block;
}

#straightsection {
    display: none;
}

@media screen and (max-width:992px) {
    #slidesection {
        display: none;
    }

    #straightsection {
        display: block;
    }
}

/*end*/


/*#endregion */
/***owl slider***/
.owl-nav button span {
    color: #0079c5;
    font-weight: 700;
    font-size: 5rem;
    font-family: monospace;
}


.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    right: 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 */
.show {
    display: block !important;
}

.FilterContainer .ValueContainer,
.FilterContainer.hide .ValueContainer {
    display: none;
}


.FilterContainer.show .ValueContainer {
    display: block;
    transition: all 0.25s ease-out;
}

.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;
}

/*******/
.search-bg {
    background-color: #353a40;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}

.searchcontainer {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.px-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.search-form {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.search-input {
    flex: 1 1 calc(100% - 290px);
    border-radius: 0;
    display: grid;
    place-items: center;
    color: white;
}

.search-buttons {
    flex: 0 0 290px;
    border-radius: 0;
    color: white;
    padding-left: 43px;
}

div#posBrowser_Filter_pageBlockContainer {
    background-color: var(--dark);
    display: inline-block;
    width: 100%;
    margin: 0 0 12px 0px;
    height: auto;
    overflow: hidden;
}

.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;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 70px;
        padding-right: 70px;
    }

#posBrowser_Filter_pageBlock .FilterContainer_Text .ValueText {
    font-size: 16px;
    color: white;
}

#posBrowser_Filter_pageBlock .FilterContainer_Text .ClearText a {
    text-decoration: none;
    font-size: 14px;
    color: white;
}

div.pageBlockContentOverlay {
    background-color: transparent;
    opacity: 0;
}

.Pos_Find_Results .AvailableContainer {
    display: none;
}

#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-color: #353a40;
            border-bottom: none;
            border-top: none;
            overflow: hidden;
        }

            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .ValueContainer .noEntries,
            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .HeaderContainer .HeaderLabel {
                color: white;
                padding: 6px 6px 6px 6px;
                font-weight: 500;
                font-family: 'RubikMedium', sans-serif;
                font-size: 20px;
                line-height: 30px;
            }



                #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .HeaderContainer .HeaderLabel:after {
                    background-position: 100%;
                    background-repeat: no-repeat;
                    content: "\f107";
                    font: var(--fa-font-solid);
                    padding: 20px;
                    font-size: 15px;
                }

                #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .HeaderContainer .HeaderLabel.active:after {
                    content: "\f106";
                }

        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .ValueContainer ul.ValueList {
            padding: 0;
            display: flex;
            justify-content: left;
            flex-wrap: wrap;
            overflow: hidden;
        }

            #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .ValueContainer ul.ValueList li {
                padding: 1px 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: white;
                    padding: 0 0 0 7px;
                    text-decoration: none;
                    transition: all 0.25s ease-out;
                    background-size: 0 !important;
                    font-size: 16px;
                    line-height: 22px;
                    font-family: RubikNormal, sans-serif;
                    font-weight: 400;
                }

                    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .ValueContainer ul.ValueList li a:hover {
                        text-decoration: none;
                    }

.Intranet #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .ValueContainer ul.ValueList li.CodeListEntryId_2839 {
    display: grid;
}

#posBrowser_Filter_pageBlock .FilterContainer .ValueList span.count {
    display: none;
}


#posBrowser_Filter_pageBlock .HeaderContainer .HeaderLabel {
    float: none;
    cursor: pointer
}

#posBrowser_Filter_pageBlock .FilterContainer .ValueList li, #posBrowser_Filter_pageBlock .FiltersContainer .AvailableList li {
    margin: 5px 0 8px 5px;
    padding: 0;
    list-style: none;
    float: none;
    display: inline-block;
    flex: 0 0 24%;
    display: grid;
    place-items: center left;
}

#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer::after {
    width: 160px;
    height: 47px;
    content: 'Find out more';
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    border: 2px solid transparent;
    border-radius: 10px;
    text-align: center;
    color: #484848;
    background-color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 46px;
    transition: all 0.25s ease-in-out;
}

#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:hover .rowContainer .rowContentContainer::after {
    background-color: var(--darkergrey) !important;
    color: white;
    border-color: var(--darkergrey);
    transition: all 0.25s ease-in-out;
}

.Home #intro_content_formRow {
    display: none;
}

.Pos_Find_Results_Map .alternateViewsText,
.Pos_Find_Results .alternateViewsText,
.Pos_Find_Results .sortingText {
    font-size: 1rem;
    color: white;
    line-height: 17px;
    font-weight: 400;
    margin-top: 5px;
    display: none;
}

.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: 7px 15px 7px 15px;
    background-color: var(--purple);
    color: white;
    border: 1px solid var(--purple);
    border-radius: 44px;
    text-decoration: none;
    background-size: 0 !important;
}

    .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: var(--purple);
        text-decoration: none !important;
    }

.Pos_Find_Results_Map .noResults .noRecordsContainer,
.Pos_Find_Results .noResults .noRecordsContainer {
    background-color: var(--purple);
    padding: 10px;
    color: white;
    margin-top: 20px;
}

.pageBlockInner_GridBlock .pagingControls_Tiles .pagingText {
    float: left;
    margin-right: 10px;
    padding-top: 14px;
    font-weight: 400;
    color: var(--darkgrey);
    font-size: 1.2rem;
}
/*end*/



/**fix sorting button**/
div.sortingCurrent a.normalanchor {
    background-image: url(../images/sprites/arrow-down.png);
    background-position: top 1px right -2px;
    background-repeat: no-repeat;
    color: var(--darkgrey);
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    padding: 1px 4px 9px 4px;
    padding-right: 13px;
    margin-left: 5px;
    text-decoration: none;
    background-size: 0 !important;
}

    div.sortingCurrent a.normalanchor:hover {
        background-image: url(../images/sprites/arrow-down.png);
        background-color: white;
        color: var(--darkgrey);
        text-decoration: none !important;
    }

li.sorter a {
    text-decoration: none;
    color: #333333
}

    li.sorter a:hover {
        text-decoration: none;
        color: #971B2F
    }

#posBrowser_ResultsGrid_pageBlockContainer {
    margin: 0;
}

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle,
    #MapBlock_pageBlockContainer .pageBlockContainerMiddle {
    }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock,
        #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock {
            padding: 0;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            overflow: hidden;
        }

            /*#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }*/

            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridTop,
            #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .gridTop {
                border: none;
                padding: 5px 5px 7px 5px;
                font-size: .87em;
                /*background-color: #6c23f6;*/
                margin-bottom: 10px;
                overflow: hidden;
            }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridTop .TilesGridAlternateViewsContainer,
                #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .gridTop .TilesGridAlternateViewsContainer {
                    margin: 0;
                    display: none;
                }

                    #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 0px 15px;
    display: none;
}



#posBrowser_ResultsGrid_pageBlock .gridContent {
    margin-left: 0;
    margin-right: 0;
}

.pageBlockInner_GridBlock .pagingControls_Tiles {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

    .pageBlockInner_GridBlock .pagingControls_Tiles a > img {
        display: none;
    }

    .pageBlockInner_GridBlock .pagingControls_Tiles a {
        margin: 6px 0 1px 0;
        background-color: #fff;
        border: 1px solid #dee2e6;
        line-height: 1.25;
        padding: 18px 16px;
    }

        .pageBlockInner_GridBlock .pagingControls_Tiles a.buttonDisabled:hover,
        .pageBlockInner_GridBlock .pagingControls_Tiles a:hover {
            margin: 6px 0 1px 0;
            background-color: #e9ecef;
            background-position: center center;
            padding: 18px 16px;
            border: 1px solid #dee2e6;
        }

        .pageBlockInner_GridBlock .pagingControls_Tiles a.scroller_moveprev {
            background-image: url(../images/sprites/page-left.png);
            background-repeat: no-repeat;
            border-bottom-left-radius: 0.25rem;
            border-top-left-radius: 0.25rem;
        }

        .pageBlockInner_GridBlock .pagingControls_Tiles a.scroller_movenext {
            background-image: url(../images/sprites/page-right.png);
            background-repeat: no-repeat;
            border-bottom-right-radius: 0.25rem;
            border-top-right-radius: 0.25rem;
            border-left: none;
        }

            .pageBlockInner_GridBlock .pagingControls_Tiles a.scroller_movenext:hover {
                border-left: none;
            }

        .pageBlockInner_GridBlock .pagingControls_Tiles a.scroller_moveprev.buttonDisabled {
            background-image: url(../images/sprites/page-left-first.png);
        }

        .pageBlockInner_GridBlock .pagingControls_Tiles a.scroller_movenext.buttonDisabled {
            background-image: url(../images/sprites/page-right-last.png);
        }

#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent,
#MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer {
    padding: 0 10px;
}

.Pos_Find_Results .pageBlockInner_GridBlock .ListGridContainer .rowHeader {
    overflow: auto;
    padding: 24px 14px 6px 14px;
    min-height: 124px;
}

.Pos_Find_Results #posBrowser_ResultsGrid_pageBlock div.ListGridContainer {
    overflow: hidden;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 24px;
}

#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder {
    flex: 0 0 377px;
    border-radius: 10px;
    display: block;
    background-color: var(--newgrey);
    color: white;
}

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer {
        width: 100%;
        border: none;
        margin: 0 !important;
        height: 374px;
        background: none;
        padding: 0;
        transition: all 0.25s ease-out;
        float: none;
        border: 1px solid transparent;
    }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader .rowLabel a {
            text-decoration: none !important;
            color: white;
            font-size: 23px;
            transition: all 0.25s ease-out;
            font-family: 'RubikLight', sans-serif;
            font-weight: 300;
            line-height: 30px;
        }

        #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: 30px;
                font-size: 20px;
                display: block;
            }
                /*COMMA*/
                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span.comma {
                    display: none;
                }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span:last-child {
                    padding-right: 150px;
                }

            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer2_desc {
                font-size: 16px;
            }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:hover .rowHeader .rowLabel a {
        /*color: var(--darkgrey);*/
    }

.pageBlockInner_GridBlock .ListGridContainer .rowItemsInnerContainer2 {
    overflow: hidden;
    min-height: 90px;
}

span.name_vacancyColumn.vacancyColumn {
    margin-left: 5px;
}

#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:hover .rowContainer .rowContentContainer::after {
    background-color: var(--purple);
    color: white;
}


#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span:last-child:after {
    display: none;
}

.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: var(--purple);
    border: 2px solid var(--purple);
    transition: all 0.25s ease-out;
    text-align: center;
    color: white;
    border-radius: 29PX;
    font-family: 'RubikLight', sans-serif;
    width: 48px;
}

    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressButton:hover {
        background-color: white;
        border: 2px solid var(--purple);
        color: var(--purple);
    }

.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;
}

.search-bg,
div#posBrowser_Filter_pageBlockContainer {
    background: #9799A6;
}

.search-form {
    gap: 20px;
}

    .search-form .search-input {
        flex: auto;
    }

    .search-form .search-buttons {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

/* .search-form .search-buttons input.freesearchbtn {
            background: var(--purple);
            border: 1px solid var(--purple);
            color: #fff;
        }

             .search-form .search-buttons input.freesearchbtn:hover {
                background: #fff;
                color: var(--purple);
            }

         .search-form .search-buttons input.freesearchreset {
            margin: 0;
            border: 1px solid var(--purple);
            color: var(--purple);
            transition: all 0.25s ease-out;
            text-decoration: none;
            border-radius: 10px;
            padding: 12px 27px;
            line-height: 22px;
        }

             .search-form .search-buttons input.freesearchreset:hover {
                background: var(--purple);
                color: #fff;
            }*/

#posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock {
    padding-top: 30px;
}

    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow {
        padding: 0;
    }

        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .HeaderContainer {
            background: none;
            /*border-top: 1px solid var(--dark);*/
        }

#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder {
    flex: 30%;
    max-width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    place-items: initial;
    background: #9799A6;
    position: relative;
    min-height: 250px;
    border: none;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    padding: 30px;
    color: #fff;
    overflow: hidden;
    margin: 0;
    transition: all .2s ease;
    cursor: pointer;
}

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:nth-child(4n+2) {
        background: #646F95;
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:nth-child(4n+3) {
        background: #9E8EAA;
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:nth-child(4n+4) {
        background: #68858F;
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:before {
        content: 'Explore this role';
        position: absolute;
        bottom: 0;
        right: 0;
        border: 1px solid var(--dark);
        color: var(--dark);
        background-color: #fff;
        background-image: url(../images/icons/arrow-right-light.svg);
        background-size: 17px;
        background-repeat: no-repeat;
        background-position: 95% 85%;
        transition: all .25s ease-in-out;
        z-index: 2;
        width: 145px;
        height: 54px;
        padding: 5px 10px;
        border-radius: 10px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0.55px;
        display: flex;
        flex-direction: column;
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        border-top-left-radius: 20px;
        width: 155px;
        height: 65px;
        z-index: 1;
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:hover:before {
        background-color: var(--purple);
        border-color: var(--purple);
        background-image: url(../images/icons/arrow-right-light-white.svg);
        color: #fff;
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer {
        height: 100%;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer:before {
            background-image: url(../images/sprites/shape-left-white.svg);
            content: "";
            width: 49px;
            height: 66px;
            position: absolute;
            display: inline-block;
            right: 126px;
            bottom: -1px;
        }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer:after {
            background-image: url(../images/sprites/shape-left-white.svg);
            content: "";
            width: 49px;
            height: 66px;
            position: absolute;
            display: inline-block;
            right: -29px;
            bottom: 64px;
            z-index: 1;
        }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader,
        #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,
        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsInnerContainer2 {
            min-height: 1px;
            padding: 0;
            margin: 0;
        }

        /*#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer {
            padding-right: 150px;
        }*/

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer::after {
            display: none;
        }
/*#endregion */
/*#region Job Description Styling */
/**NEW**/
.posdesc-hero {
    background-image: url(../images/custom/envision-banner-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: grey;
    min-height: 250px;
    width: 100%;
}

    .posdesc-hero .row {
        min-height: 250px;
    }

        .posdesc-hero .row img {
            max-height: 128px;
            height: 100%;
            object-fit: contain;
            object-position: left center;
        }


/* #posdesc_pageBlockContainer #posdesc_pageBlock .posdesc-hero {
    text-align: center;
}*/

#posdesc_pageBlockContainer #posdesc_pageBlock .posdesc-hero .JobTitle h1 {
    font-weight: bold;
}

#posdesc_pageBlockContainer #posdesc_pageBlock .JobTitle h2,
#posdesc_pageBlockContainer #posdesc_pageBlock .JobTitle h1 {
    color: var(--darkgrey);
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 14px;
}

#posdesc_pageBlockContainer #posdesc_pageBlock .detailcol p {
    color: var(--darkgrey);
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
}

.jobdesc-hc {
    font-size: 25px;
    line-height: 35px;
}

    .jobdesc-hc strong {
        font-weight: 700;
        color: var(--purple);
    }



#posdesc_pageBlock ul.jobSum {
    font-size: 1rem;
    text-align: left;
    color: white;
}


div.posDescriptionContainer317 .LeftJobBox {
    display: block;
    float: none;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#posdesc_pageBlock .earcu_posdescriptionContainer {
    text-align: left;
    padding: 10px 0px 10px 0px;
}

.earcu_posdescription p strong {
    color: var(--purple);
    font-weight: 700;
    font-family: RubikMedium, sans-serif;
}

.VacancyMap {
    max-width: 100%;
    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*/
}

.posdesc-jobalerts {
    background-image: url("../images/custom/jobdesc-jobalerts.png");
    background-repeat: no-repeat;
    background-size: cover; /*contain auto*/
    background-position: center center;
    width: 100%;
    min-height: 500px;
}

    .posdesc-jobalerts .row {
        min-height: 500px;
    }


.pdja-title {
    color: #ffffff;
    font-size: 3rem;
    font-family: 'RubikLight', sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
}

.pdja-text {
    color: #c9c4be;
    font-family: 'RubikLight', sans-serif;
}


.earcu_posdescriptionnote {
    font-family: 'RubikLight', sans-serif;
    font-size: 1.2rem;
    line-height: 30px;
}




/**END-NEW**/
div#JobDescriptionMap_vacancyMap_pageBlock {
    padding: 0;
    margin-top: 10px;
}

div.posDescriptionContainer317 .BigVacancyMap {
    width: auto;
    display: none;
}

.Pos_Description #eaContainer a.googleMapsButton {
    color: white !important;
    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;
}

.jd-right .ApplyNowContainer .buttonsRight {
    float: none;
}

    .jd-right .ApplyNowContainer .buttonsRight ul,
    .jd-right .ApplyNowContainer .buttonsRight ul li {
        width: 100%;
    }

.benefits-container {
    margin-bottom: 10px;
    background-color: var(--lightplum);
    padding: 10px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

    .benefits-container h2 {
        color: white;
        font-family: 'museo-sans-rounded', sans-serif;
        font-weight: 300;
        text-align: center;
    }

.benefit-list {
    list-style-type: none;
    padding-left: 0;
}

    .benefit-list li {
        font-size: 1rem;
        color: white;
        position: relative;
        padding: 6px 0 6px 33px;
        font-weight: 400;
        border-bottom: 1px solid #cccc;
    }

        .benefit-list li::before {
            display: inline-block;
            text-rendering: auto;
            font: var(--fa-font-solid);
            left: 10px;
            position: absolute;
            top: 9px;
        }

        .benefit-list li.bl01::before {
            content: "\e529";
        }

        .benefit-list li.bl02::before {
            content: "\f0a3";
        }

        .benefit-list li.bl03::before {
            content: "\f4c4";
        }

        .benefit-list li.bl04::before {
            content: "\f8ba";
        }

        .benefit-list li.bl05::before {
            content: "\e21b";
        }

        .benefit-list li.bl06::before {
            content: "\e460";
        }

        .benefit-list li.bl07::before {
            content: "\f0d6";
        }

        .benefit-list li.bl08::before {
            content: "\e443";
        }

        .benefit-list li.bl09::before {
            content: "\f559";
        }

li.f5ca::before {
    content: "\f5ca";
}

li.f023::before {
    content: "\f023";
}

li.f481::before {
    content: "\f481";
}

li.e53c::before {
    content: "\e53c";
}

li.f21e::before {
    content: "\f21e";
}

li.f469::before {
    content: "\f469";
}

li.f06e::before {
    content: "\f06e";
}

li.e39a::before {
    content: "\e39a";
}

li.f256::before {
    content: "\f256";
}

li.f206::before {
    content: "\f206";
}

li.e300::before {
    content: "\e300";
}

li.e597::before {
    content: "\e597";
}

li.f5c9::before {
    content: "\f5c9";
}

li.f06e::before {
    content: "\f06e";
}

li.e528::before {
    content: "\e528";
}

li.f193::before {
    content: "\f193";
}

li.e300::before {
    content: "\e300";
}

li.f133::before {
    content: "\f133";
}

li.e066::before {
    content: "\e066";
}

li.e528::before {
    content: "\e528";
}

li.e4df::before {
    content: "\e4df";
}
/**right side**/
#posdesc_pageBlock .posDescriptionContainer317 .posAlerts,
#posdesc_pageBlock .posDescriptionContainer317 .possharing {
    border: 1px solid #D9D9D6;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

#posdesc_pageBlock .posdescriptionPropertyBox {
    border: none;
    padding: 10px 10px 10px 0px;
}

#posdesc_pageBlock ul.jobSum li .jobSumValue a {
    text-decoration: none;
    color: inherit;
}

#posdesc_pageBlock ul.jobSum li {
    padding-bottom: 2px;
    display: block;
}

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;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

#PosDescSharingItems {
    gap: 6px;
}

    #PosDescSharingItems a {
        width: auto;
        height: auto;
        float: none;
        margin: 0;
        font-size: 30px;
        text-decoration: none;
        line-height: 1;
        color: var(--purple);
    }

        #PosDescSharingItems a:before {
            font-family: "Font Awesome 6 Brands";
        }

        #PosDescSharingItems a#linkedin_PosDescSharingItem:before {
            content: '\f0e1';
        }

        #PosDescSharingItems a#facebook_PosDescSharingItem:before {
            content: '\f39e';
        }

        #PosDescSharingItems a#twitter_PosDescSharingItem:before {
            content: '\e61b';
        }

        #PosDescSharingItems a#email_PosDescSharingItem:before {
            font-family: "Font Awesome 6 Pro";
            content: '\f0e0';
            font-weight: 900;
        }

        #PosDescSharingItems a div {
            display: none;
        }

dotlottie-player {
    display: none;
}

dotlottie-player {
    display: block;
    margin-bottom: 20px;
}

.posrightbox_info .buttonsRight a.buttonAnchor, #Pos_Description_pageView #posdesc_pageBlock a.right {
    min-width: 0;
}


#posdesc_pageBlockContainer #posdesc_pageBlock .descContent .RightJobBox .jobValues {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

#posdesc_pageBlock .posrightbox_info {
    padding: 20px 5px 40px 5px;
    font-size: 1.2rem;
}

#posdesc_pageBlock .posDescriptionContainer317 .posdescriptionPropertyBox {
    border: 1px solid #eaeaea;
    margin-top: 20px;
    margin-bottom: 0;
    background-color: var(--darkplum);
    padding: 12px;
    border-radius: 10px;
}

div.arrowdocs {
    padding-top: 20px;
}

#intRef {
    display: none;
}

.Intranet #intRef {
    display: block;
}
/*#endregion */
/*#region Login/Register Styling */
.stickyhome {
    position: fixed;
    top: 50vh;
    right: 0px;
    z-index: 11;
}

    .stickyhome a.buttonAnchor {
        width: 60px;
        max-width: 60px;
        height: 60px;
        padding: 16px 9px 16px 10px !important;
        border: 2px solid var(--purple);
    }

        .stickyhome a.buttonAnchor:hover {
            padding: 16px 9px 16px 10px;
        }

#PasswordForm_username_view_formRow a {
    color: var(--purple);
    font-family: 'RubikMedium', sans-serif;
}


.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;
    background-size: 0 !important;
}

    #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: var(--purple);
        transition: all 0.25s ease-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 */
#questions_question_130_formRow .controlContainer textarea.inputTextArea,
#questions_question_131_formRow .controlContainer textarea.inputTextArea,
#questions_question_132_formRow .controlContainer textarea.inputTextArea,
#questions_question_133_formRow .controlContainer textarea.inputTextArea,
#questions_question_142_formRow .controlContainer textarea.inputTextArea,
#questions_question_165_formRow .controlContainer textarea.inputTextArea,
#questions_question_28_formRow .controlContainer textarea.inputTextArea {
    height: 70px
}

#Application_Home_pageView .ulList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    #Application_Home_pageView .ulList li.ulListItem {
        border: 2px solid var(--purple);
        background: #ffffff;
        cursor: pointer;
        list-style: none;
        padding: 5px 10px 5px 10px;
        height: 100px;
        overflow: auto;
        float: none;
        display: grid;
        place-items: center left;
        flex: 0 1 346px;
        margin: 10px;
    }

        #Application_Home_pageView .ulList li.ulListItem div.ulListItemLabel a {
            color: var(--purple);
            text-decoration: none;
            font-size: 1.6rem;
            font-family: 'museo-sans-rounded', sans-serif;
            font-weight: 300;
        }

        #Application_Home_pageView .ulList li.ulListItem:hover {
            border-color: var(--purple);
            background-color: var(--purple);
            transition: all 0.25s ease-out;
        }

            #Application_Home_pageView .ulList li.ulListItem:hover div.ulListItemLabel a {
                color: white;
                text-decoration: none;
                transition: all 0.25s ease-out;
            }

        /* #Application_Home_pageView .ulList li.ulListItem.Completed {
            background-color: #971B2F;
            background-image: url("../images/custom/boxbg.png");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

            #Application_Home_pageView .ulList li.ulListItem.Completed div.ulListItemLabel a {
                color: white;
            }*/

        #Application_Home_pageView .ulList li.ulListItem div.ulListItemLabel {
            margin: 0;
            padding-top: 0px;
            text-align: left;
        }

.Application_Section_EqualOps .pageBlockInner_FormBlock div.textLiteralAlignment_Unknown {
    width: 100%;
    max-width: 500px;
    margin-top: 42px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

    .Application_Section_EqualOps .pageBlockInner_FormBlock div.textLiteralAlignment_Unknown strong {
        font-weight: 700 !important;
    }
/*#endregion */
/*modal close*/
button.ui-dialog-titlebar-close:after {
    content: 'x';
    color: var(--darkgrey);
    font-weight: 700;
}

/*#region Profile Styling */

#WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow {
    background-image: none;
    background-color: var(--newgrey);
    border: 1px solid var(--newgrey);
    width: calc(33% - 11px);
    font-size: 1.4rem;
    padding: 16px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    float: none;
    min-height: 168px;
    margin: 5px;
    border-radius: 10px;
}

    #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover {
        background-color: var(--darkgrey);
        border: 1px solid var(--darkgrey);
        transition: all 0.25s ease-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 0.25s ease-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-family: 'museo-sans-rounded', sans-serif;
                    font-weight: 300;
                    text-decoration: none;
                    color: white;
                    background-size: 0 !important;
                }

            #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconValue .iconDescription {
                display: none;
            }

        #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow .iconContainer .iconRowValues {
            line-height: 24px;
            font-size: 0.9rem;
            overflow: visible;
            transition: all 0.25s ease-out;
            float: none;
            padding-right: 5px;
            color: white;
            margin-top: 15px;
        }

            #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;
}

#MyDetails_pageView #MyDetailsStauts_pageBlock #eArcuContactConsent .contactConsentButtonContainer a {
    background-size: 0 !important;
}

[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 0.25s ease-out;
                max-width: 100%;
                width: 100%;
                background-image: none;
                background-color: var(--purple);
                border: 2px solid var(--purple);
                border-radius: 30px;
                padding: 10px 21px 8px 21px;
                font-family: 'RubikLight', sans-serif;
                font-weight: 300;
                margin: 0;
                margin-bottom: 10px;
            }

                .MyDetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li a:hover {
                    background-color: #ffffff;
                    color: var(--purple);
                }

.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: 1px solid var(--purple);
        background-color: white;
    }

.MyDetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuBottom {
    margin-top: 20px;
}

.MyDetails a.buttonActionId_delete {
    margin-right: 2px !important;
    width: auto;
}
/*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;
            box-sizing: border-box;
            outline: 0;
            text-align: center;
            text-decoration: none;
            transition: all 0.25s ease-out;
            max-width: 50%;
            min-width: 12em;
            margin: 0 auto;
            background-color: var(--purple);
            border: 2px solid var(--purple);
            border-radius: 30px;
            color: #fff;
            width: 100%;
            padding: .6em;
            font-family: 'RubikLight', sans-serif;
        }

            #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .statusContainer a:hover {
                background-color: white;
                border: 2px solid var(--purple);
                color: var(--purple);
            }

#ToDoList_pageBlockContainer {
    display: none;
}


#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;
    }

body.InterviewBookingByApplication .pageBlockInner_GridBlock table.gridTable th {
    background: #6528f6;
    color: #fff;
    min-width: auto !important;
}

body.InterviewBookingByApplication .pageBlockInner_GridBlock table#SlotGrid_gridTable {
    table-layout: auto;
}

body.InterviewBookingByApplication .pageBlockInner_GridBlock div.pagingControls a.scroller,
body.InterviewBookingByApplication .pageBlockInner_GridBlock div.pagingControls a.pagenumber {
    display: inline-block;
    background: transparent;
    text-decoration: none;
    color: #6528f6;
    font-weight: bold;
}

/*#endregion */

/*#region Application/Onboarding Styling */
/*v2 blox*/
#posSummaryBlockv2_pageBlock .appCompleteChartBlock.done .appCompleteChartBlockInner { /*move this*/
    /*    background: #971B2F;
    border-color: #971B2F;*/
    background: var(--green);
    border-color: var(--green);
}

#posSummaryBlockv2_pageBlock .MySummaryItemInner {
    border: 1px solid var(--purple);
    background-color: #ffffff;
    padding: 8px 8px 8px 8px;
}

/*edit block*/
.pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer_Last {
    border-bottom: 1px solid #d0d0d0;
    padding: 2px;
}

/**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 0.25s ease-out;
}

    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulListItem:hover div.ulListItemLabel {
        color: var(--darkgrey);
        text-decoration: underline;
        transition: all 0.25s ease-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;
}


.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%;
}

#posSummaryBlockv2_pageBlock .MySummaryItemInner {
    background: #F1F1F1;
    border-radius: 20px;
    border: none;
    padding: 20px;
}

    #posSummaryBlockv2_pageBlock .MySummaryItemInner a {
        color: #7119f4;
        text-decoration: none;
    }

    #posSummaryBlockv2_pageBlock .MySummaryItemInner .appCompleteChartBack {
        border: none;
        background: #7119f4;
    }

        #posSummaryBlockv2_pageBlock .MySummaryItemInner .appCompleteChartBack .appCompleteChartBlock .appCompleteChartBlockInner {
            height: 20px;
        }

#Application_Home_pageView .ulList {
    gap: 20px;
}

    #Application_Home_pageView .ulList li.ulListItem {
        flex: 17%;
        max-width: 19%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        place-items: initial;
        background-image: none;
        background: #9799A6;
        position: relative;
        height: 200px;
        border: none;
        border-radius: 20px;
        padding: 20px 65px 20px 20px;
        color: #fff;
        overflow: hidden;
        margin: 0;
        transition: all .2s ease;
    }

        #Application_Home_pageView .ulList li.ulListItem:nth-child(5n+2) {
            background: #646F95;
        }

        #Application_Home_pageView .ulList li.ulListItem:nth-child(5n+3) {
            background: #9E8EAA;
        }

        #Application_Home_pageView .ulList li.ulListItem:nth-child(5n+4) {
            background: #F1F1F1;
            color: var(--darkgrey);
        }

        #Application_Home_pageView .ulList li.ulListItem:nth-child(5n+5) {
            background: #68858F;
        }

        #Application_Home_pageView .ulList li.ulListItem:hover {
            background: var(--purple);
            color: #fff;
        }

        #Application_Home_pageView .ulList li.ulListItem:before {
            content: '';
            font-family: "Font Awesome 6 Pro";
            font-weight: 100;
            color: inherit;
            font-size: 30px;
            line-height: 1;
        }

        #Application_Home_pageView .ulList li.ulListItem .ulListItemLabel a {
            color: inherit !important;
            font-size: 1.4rem;
        }

        #Application_Home_pageView .ulList li.ulListItem.Section_PersonalDetails:before {
            content: '\f2bd';
        }

        #Application_Home_pageView .ulList li.ulListItem.Section_CV:before {
            content: '\f15c';
        }

        #Application_Home_pageView .ulList li.ulListItem.Section_WorkExperience:before {
            content: '\f4fe';
        }

        #Application_Home_pageView .ulList li.ulListItem.Section_Education:before {
            content: '\f19d';
        }

        #Application_Home_pageView .ulList li.ulListItem.Section_ProfQual:before {
            content: '\f508';
        }

        #Application_Home_pageView .ulList li.ulListItem.Section_Referees:before {
            content: '\f4a6';
        }

        #Application_Home_pageView .ulList li.ulListItem.Section_Referral:before {
            content: '\f2b5';
        }

        #Application_Home_pageView .ulList li.ulListItem.Section_EqualOps:before {
            content: '\f0c0';
        }

        #Application_Home_pageView .ulList li.ulListItem.Section_SupportingFile:before,
        #Application_Home_pageView .ulList li.ulListItem.Section_Questions1:before {
            content: '\f0c6';
        }

        #Application_Home_pageView .ulList li.ulListItem.Section_SubmitAndDeclarations:before {
            content: '\f14a';
        }

        #Application_Home_pageView .ulList li.ulListItem .ulListItemValueContainer {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            #Application_Home_pageView .ulList li.ulListItem .ulListItemValueContainer .ulListItemValue {
                display: none;
            }

        #Application_Home_pageView .ulList li.ulListItem.Completed {
            border-bottom-right-radius: 0;
        }

            #Application_Home_pageView .ulList li.ulListItem.Completed:after {
                content: '\f058';
                font-family: "Font Awesome 6 Pro";
                font-weight: 100;
                position: absolute;
                bottom: 0;
                right: 0;
                width: 45px;
                height: 45px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                background: #fff;
                border-top-left-radius: 20px;
                color: var(--darkgrey);
                font-size: 30px;
                line-height: 1;
            }

            #Application_Home_pageView .ulList li.ulListItem.Completed .ulListItemValueContainer:before,
            #Application_Home_pageView .ulList li.ulListItem.Completed .ulListItemValueContainer:after {
                background-image: url(../images/sprites/shape-left-white.svg);
                content: "";
                width: 49px;
                height: 45px;
                position: absolute;
                display: inline-block;
            }

            #Application_Home_pageView .ulList li.ulListItem.Completed .ulListItemValueContainer:before {
                right: 10px;
                bottom: 0px;
            }

            #Application_Home_pageView .ulList li.ulListItem.Completed .ulListItemValueContainer:after {
                right: -36px;
                bottom: 44px;
                z-index: 1;
            }
/*#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: var(--darkgrey);
    font-weight: 400;
}

.MyJobFeed .pageBlockInner_GridBlock table.gridTable tr.oddRow:hover td,
.MyJobFeed .pageBlockInner_GridBlock table.gridTable tr.evenRow:hover td {
    background-color: var(--blue);
}

    .MyJobFeed .pageBlockInner_GridBlock table.gridTable tr.oddRow:hover td a,
    .MyJobFeed .pageBlockInner_GridBlock table.gridTable tr.evenRow:hover td a {
        color: white;
        background-size: 0 !important;
    }

.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;
}



.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: var(--darkgrey);
}

.MyJobFeed .pageBlockInner_GridBlock div.gridContentWithHeader {
    border: 1px solid #d0d0d0;
    background: none;
}

.MyJobFeed .pageBlockInner_GridBlock table.gridTable th {
    background: white;
}

.pageBlockInner_FormBlock div.SelectMultiRow .selectmultiplerow {
    overflow: hidden;
}
/*#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 screen and (max-width:1240px) {
    #posBrowser_Filter_pageBlock .FilterContainer .ValueList li, #posBrowser_Filter_pageBlock .FiltersContainer .AvailableList li {
        flex: 0 0 32%;
    }
}

@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) {
    #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer {
        float: none;
        display: block;
        width: 100%;
    }

    #posdesc_pageBlockContainer #posdesc_pageBlock .section-left .ApplyNowContainer {
        display: none;
    }

    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer {
        border: none;
        height: 239px;
        margin: 4px 12px 30px 12px;
        width: calc(46% - 4px);
    }

    #Application_Home_pageView .ulList li.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;
        margin-bottom: 8px;
    }

    .Pos_Find_Results #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock,
    .Pos_Find_Results_Map #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock {
        padding-left: 20px;
        padding-right: 20px;
    }

    .px-70 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow {
        width: calc(50% - 14px);
        min-height: 168px;
        margin: 5px;
    }

    .jd-textapply {
        display: none;
    }

    .mto-mto {
        background: linear-gradient(90deg,#7119f4 0,#6527f6 17.73%,#2e69ff);
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder {
        flex: 0 0 48%;
    }

    .stickyapply {
        display: none;
    }

    .searchalerts {
        background-image: none;
    }

    #posBrowser_Filter_pageBlock .FilterContainer .ValueList li, #posBrowser_Filter_pageBlock .FiltersContainer .AvailableList li {
        flex: 0 0 49%;
    }
}

@media all and (max-width:767px) {
    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listItemCountContainer {
        font-size: 0.9rem;
    }

    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer .listItemImageContainer {
        height: 133px;
    }

    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer {
        height: 208px;
        margin: 4px 4px;
        width: calc(100% - 8px);
        background-size: cover;
        box-shadow: none;
        transition: all 0.25s ease-out;
        border: 1px solid #cccccc;
    }

        .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer .codeListBlockLower {
            background-color: var(--lightgrey);
            padding-right: 4px;
        }


    .buttonsLeft ul li,
    .buttonsRight ul li {
        width: 100%;
        padding-bottom: 10px;
    }

    .textpage_role_details a.nojobs_anchor {
        max-width: 100%;
    }

    .buttonsRight li:nth-child(n+2),
    #MyJobFeedForm_ajaxButtons_formRow .buttonsRight ul li {
        margin-left: 0 !important;
    }

    .buttonsLeft,
    .buttonsRight {
        width: 100%;
    }

    .search-form {
        justify-content: center;
    }

    .search-input {
        flex: 0 0 100%;
    }

    .search-buttons {
        flex: 0 0 100%;
        padding-left: 0;
        padding-top: 8px;
        justify-content: space-between;
    }

    input.freesearchbtn {
        clear: both;
        margin-top: 0;
    }

    input.freesearchreset {
        clear: both;
        float: right;
        line-height: 56px;
    }

    #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;
    }

    .CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemContainer .listItemImageContainer {
        background-position: top -48px center;
    }

    /*#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer {
        height: 364px;
    }*/

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span:last-child {
        padding: 0;
    }

    #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow {
        width: calc(100% - 12px);
        min-height: 168px;
        margin: 5px 0;
    }

    .mto-quote {
        background-position: top 10% left 5%, bottom 10% right 5%;
        background-size: 18px, 18px;
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder {
        flex: 0 0 100%;
    }

    #posBrowser_Filter_pageBlock .FilterContainer .ValueList li, #posBrowser_Filter_pageBlock .FiltersContainer .AvailableList li {
        flex: 0 0 99%;
    }

    .d-768 {
        display: block;
    }
}
/* 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 0.25s ease-out;
}

    #talentpoolgrid_pageBlock .rowContainer:hover {
        background-color: #00a6e2;
        transition: all 0.25s ease-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 0.25s ease-out;
    }

#talentpoolgrid_pageBlock .rowContainer:hover .rowHeader .rowLabel a {
    color: #ffffff;
    transition: all 0.25s ease-out;
}

#talentpoolgrid_pageBlock .rowContainer .rowItemsContainer2 img {
    filter: brightness(1.2);
    transition: all 0.25s ease-out;
}


#talentpoolgrid_pageBlock .rowContainer:hover .rowItemsContainer2 img {
    transform: scale(1.1);
    filter: brightness(1);
    transition: all 0.25s ease-out;
}

.talentPoolDescription p {
    color: #4a4a48;
    font-family: 'RubikLight', sans-serif;
    font-size: 1.5rem;
    line-height: 2.2rem;
}

@media screen and (max-width:991px) {
    #talentpoolgrid_pageBlock .rowContainerHolder {
        width: 50%;
        max-width: auto;
    }
}

@media screen and (max-width:767px) {
    #talentpoolgrid_pageBlock .rowContainerHolder {
        width: 100%;
        float: none;
        clear: both;
        margin: auto;
    }

    /*    .homehero {
        background-image: url(../images/custom/homehero992.png);
    }

    .posdesc-hero {
        background-image: url(../images/custom/posdeschero992.png);
    }*/
}
/* Talent Pools Events Styling Ends */

/*telnum 3.62 fix*/
.iti--allow-dropdown {
    width: 100%;
}
/**/


/***MOVE THIS***/


/***END***/

.xxv #pageContent {
    display: none;
}

/*roles extras*/
li.item {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

    li.item span {
        display: inline-block;
        flex: 0 0 33%;
        padding: 10px;
        border: 1px solid white;
    }

        li.item span:hover {
            background-color: var(--darkgrey);
        }

        li.item span a,
        li.item span a h3 {
            text-decoration: none;
            color: white;
        }

        li.item span p {
            font-size: 16px;
            color: white;
        }



/*end*/


/*#region creative application - move this */
#posSummaryBlockv2_pageBlock .appCompleteChartBack {
    background-image: linear-gradient(to right, #a479f1, #859ff5);
    border: 1px solid var(--darkgrey);
}
/*is this block required?*/
#posSummaryBlockv2_pageBlock .appCompleteChartBlockInner {
    background: #fff;
    height: 12px;
    margin: 0;
    border: none;
}
/*overwrite 2574*/
#posSummaryBlockv2_pageBlock .appCompleteChartBlock.done .appCompleteChartBlockInner {
    background: transparent;
    /*border-color: var(--green);*/
}

@keyframes change {
    30% {
        background-image: url(../images/custom/ev-app-bg1.png);
    }

    50% {
        background-image: url(../images/custom/ev-app-bg2.png);
    }

    80% {
        background-image: url(../images/custom/ev-app-bg3.png);
    }
}

body[class^="Application_Section"] .application-bg {
    /*background-color: #a479f1;*/
    background-image: url(../images/custom/ev-app-bg1.png);
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    /*animation: change 10s linear 1s infinite;*/
}

    body[class^="Application_Section"] .application-bg .cpanel {
        box-shadow: 0px 0px 5px 1px rgb(63 68 68 / 0.9);
        background-color: rgb(255 255 255 / 0.90);
        animation: bounce 1s;
    }

.cpanel h1#EarcuHeadingTextBlockTitle {
    color: var(--purple);
}


@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-8px);
    }

    60% {
        transform: translateY(-4px);
    }
}

/**move to roles**/
.roles-hero .col-8 {
    background-color: rgb(111 111 110 / 0.80);
}

.pdh-1,
.ait-bg {
    background-image: url(../images/custom/envision-bg.png);
}

.pdh-67,
.a90ten-bg {
    background-image: url(../images/custom/envision-bg.png);
}

.pdh-69,
.ariparian-bg {
    background-image: url(../images/custom/envision-bg.png);
}

.pdh-65,
.aenvision-bg {
    background-image: url(../images/custom/envision-bg.png);
}

.pdh-69,
.atwolabs-bg {
    background-image: url(../images/custom/envision-bg.png);
}

.pdh-66,
.adodoc-bg {
    background-image: url(../images/custom/dodoc-bg.png);
}

/*end*/

/*#endregion */


/*#region PANIC */

.cpanel {
    padding: 0;
}

.findrow {
    padding: 0;
    margin: 0;
}

#posBrowser_Filter_pageBlock .FiltersContainer .ButtonsRow {
    display: none;
}

@media all and (max-width:991px) {
    header .row {
        flex-direction: column;
    }

        header .row .col-md-3,
        header .row .col-md-9 {
            width: 100%;
            text-align: center;
        }

        header .row a.logo img {
            max-width: 100%;
        }

        header .row #buttons {
            text-align: center !important;
            margin-top: 1.5rem !important;
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            justify-content: center;
        }

            header .row #buttons a {
                min-width: 1px;
            }

    .Pos_Find_Results .templatemain-hero h1 {
        font-size: 3.125rem;
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder,
    #Application_Home_pageView .ulList li.ulListItem {
        flex: 43%;
        max-width: 47%;
    }
}

@media all and (max-width:767px) {
    .Pos_Find_Results .templatemain-hero h1 {
        font-size: 40px;
    }
}

@media all and (max-width:500px) {
    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder {
        flex: 100%;
        max-width: 100%;
        min-height: 1px;
        border-bottom-right-radius: 20px;
    }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:before,
        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:after,
        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer:before,
        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer:after {
            display: none;
        }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer {
            gap: 20px;
        }

            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer {
                padding: 0;
            }

    #Application_Home_pageView .ulList li.ulListItem {
        flex: 100%;
        max-width: 100%;
        height: auto;
        gap: 20px;
    }
}

/*#endregion */

/*#region cookie consent */



body #cconsent-bar {
    background: white;
    color: var(--darkgrey);
}

    body #cconsent-bar button.ccb__edit {
        color: var(--darkgrey);
    }


    body #cconsent-bar button.consent-give,
    body #cconsent-modal .ccm__footer button {
        background: var(--purple);
        color: #fff;
        transition: none;
        border: 3px solid var(--purple);
        border-radius: 30px;
    }

        body #cconsent-bar button.consent-give:hover {
            background: #fff;
            color: var(--purple);
            border: 3px solid var(--purple);
        }

        body #cconsent-modal .ccm__footer button:hover {
            background: white;
            border: 3px solid var(--purple);
            color: var(--purple);
        }
/*#endregion */
