/*earcu*/

/*
    Jump to:
    Misc Styling
    Home Page Styling
    TextPage and General Styling
    Application Review Styling
    Results Page Styling
    Job Description Styling
    Login/Register Styling
    Application Sections Styling
    Profile Styling
    Application/Onboarding Styling
    Job Alerts
    Responsive Styling
    Talent Pools Events
*/
/*debug*/
/** {
    outline: 1px solid red;
}*/
/* Misc Styling */
:root {
    --fordgrey: #e9edf0;
    --fordblue: #001633;
    --fordbluehover: rgb(0 22 51 / 0.70);
    --fordblueoverlay: rgb(0 22 51 / 0.60);
    --fordlightblue: #013378;
    --lightblue: #22a3e6;
    --lightbluehover: rgb(34 163 230 / 0.70);
}

html body {
    color: black;
}

ol, ul {
    list-style: disc;
}

@-webkit-keyframes marqueeAnimation-95535400 {
    100% {
        margin-left: -1789.38px
    }
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    top: 102px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    background: var(--fordblue);
    color: #fff;
    border: 1px solid white;
}

    #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
        color: #fff;
    }


.marquee {
    width: 1600px;
    max-width: 100%;
    overflow: hidden;
    border: none;
    background: #001633;
    margin: auto;
}


#webticker {
    overflow: hidden;
    height: 30px;
    margin-bottom: 0
}

    #webticker li {
        list-style-type: none;
        font-family: "FordAntennaRegular";
        display: inline;
        float: left;
        padding: 0 10px;
        font-size: 13px;
        font-weight: bold
    }

        #webticker li.marqueeText {
            padding: 0px 10px 0px 10px;
        }

    #webticker a {
        text-decoration: none;
        color: white;
    }

        #webticker a:hover {
            text-decoration: underline
        }

        #webticker a img {
            border-left: 3px solid white;
            border-right: 3px solid white;
        }

img.ford-logo {
    position: absolute;
    right: 0;
    top: 0;
}
/*#region home */
.homehero {
    width: 100%;
    min-height: auto;
    height: 90vh;
    position: relative;
    overflow: hidden;
}


.hh-overlay {
    background-color: var(--fordblueoverlay);
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    align-items: center;
    display: flex;
}

swiper-container#hero-swiper {
    z-index: auto;
    height: 100%;
    width: 100%;
}

    swiper-container#hero-swiper swiper-slide img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

.homehero h1 {
    color: white;
    font-size: calc(20px + 20 * (100vw - 320px)/1080);
    font-weight: 400;
    margin-bottom: 26px;
}

video {
    max-width: 100%;
}

.videoContainer {
    position: relative;
}

    .videoContainer iframe {
        width: 100%;
        aspect-ratio: 16/9;
        height: auto;
    }

.homevideo {
    font-size: calc(12px + 20 * 40vw/1080);
    color: white;
    text-decoration: none;
}

    .homevideo i {
        font-size: 2rem;
        display: inline-block;
        vertical-align: middle;
    }

.modal-fullscreen-height {
    width: 80vw;
    max-width: none;
    height: auto;
    margin: auto;
}

.searchbox {
    margin-top: 5em;
    margin-bottom: 1em;
}

.filter_text-label {
    display: none;
}

input.homesearch {
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    background-image: url(../images/sprites/magnifying-glass.png);
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: left center;
    position: relative;
    padding-left: 48px;
    height: 70px;
    max-width: 380px;
    width: 100%;
}

    input.homesearch::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1; /* Firefox */
        font-size: 1.1rem;
    }


input.hs-loc {
    background-image: url(../images/sprites/marker.png);
    background-size: 34px;
}


.formparts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.formpart {
    flex: 0 1 404px;
    min-height: 70px;
    margin-bottom: 10px
}

.formpart-btn1 {
    flex: 0 1 122px;
    margin-bottom: 10px
}

.formpart-btn2 {
    flex: 0 1 315px;
    margin-bottom: 10px
}

a.homesearch-btn,
input.homesearch-btn {
    display: inline-block;
    color: white;
    background-color: var(--lightblue);
    outline: 0;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s ease-in;
    max-width: 383px;
    border-radius: 0;
    padding: 23px 24px;
    font-weight: 400;
    border: 0;
}

    a.homesearch-btn:focus-visible,
    input.homesearch-btn:focus-visible {
        outline: -webkit-focus-ring-color auto 1px;
    }


.welcome {
    min-height: 338px;
    background-color: var(--fordblue);
    width: 100%;
}

    .welcome .row {
        min-height: 338px;
    }

    .welcome h2 {
        color: white;
        font-size: calc(20px + 20 * (100vw - 320px)/1080);
    }

    .welcome p {
        color: white;
        font-size: 1.2rem;
        font-weight: 400;
    }

.whyjoin {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .whyjoin h2 {
        color: var(--fordblue);
        font-size: 3rem;
    }

.wjboxes {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

a.wjbox {
    flex: 0 0 48%;
    min-height: 460px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    display: flex;
    place-items: end;
}

    a.wjbox:focus-visible {
        outline: -webkit-focus-ring-color auto 1px;
        border: 3px solid #fff;
    }

.wjb-overlay {
    background-color: var(--fordblueoverlay);
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
}

a.wjbox.wj-01 {
    background-image: url(../images/custom/benefits_tile.jpg);
    background-position: center right;
}

a.wjbox.wj-02 {
    background-image: url(../images/custom/d&i_tile.jpg);
    background-position: 20% 100%;
}

a.wjbox.wj-03 {
    background-image: url(../images/custom/ld_header.jpg);
    background-position: center right;
}

a.wjbox.wj-04 {
    background-image: url(../images/custom/purpose.jpg);
    background-position: 40% 100%;
}

a.wjbox.wj-05 {
    background-image: url(../images/custom/learning_tile.jpg);
}

a.wjbox.wj-06 {
    background-image: url(../images/custom/purpose.jpg);
}

.wjboxes h2 {
    color: white;
    font-size: 2rem;
    position: relative;
    display: inline-block;
    padding: 0 20px 20px 20px;
    margin-bottom: 0;
}

.explore {
    width: 100%;
    background-color: #e9edf0;
}

    .explore .row {
        min-height: 416px;
    }

a.viewall-btn,
a.explore-btn {
    display: inline-block;
    color: white;
    background-color: var(--fordlightblue);
    outline: 0;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s ease-in;
    max-width: 100%;
    width: 349px;
    border-radius: 0;
    padding: 23px 24px;
    font-weight: 400;
    text-transform: uppercase
}

    a.viewall-btn:focus-visible,
    a.explore-btn:focus-visible {
        outline: -webkit-focus-ring-color auto 1px;
        border: 3px solid #fff;
    }

.explore h2 {
    color: var(--fordblue);
    font-size: 2rem;
}

.explore p {
    display: inline-block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
}

.latestjobs {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
}

body.Pos_Description .latestjobs {
    background: #f1f1f1;
}

div#slider-latest-jobs swiper-slide {
    background-color: var(--fordblue);
}

div#slider-latest-jobs .swiper-button-next {
    background-image: url(../images/sprites/round-arrow-right.png) !important;
}

div#slider-latest-jobs .swiper-button-prev {
    background-image: url(../images/sprites/round-arrow-left.png) !important;
}

.jobalerts {
    background-color: var(--fordblue);
    width: 100%;
}

    .jobalerts h2 {
        color: white;
        font-size: 2rem;
    }

    .jobalerts p {
        display: inline-block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        color: white;
        font-size: 1rem;
    }

hr.gglshort {
    background-color: var(--lightblue);
    height: 4px;
    margin-top: 27px;
    margin-bottom: 32px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    opacity: 1;
}

hr.gglsdark {
    background-color: var(--fordblue);
}

a.jobalert-btn {
    /*40 */
    display: inline-block;
    color: white;
    background-color: var(--lightblue);
    outline: 0;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s ease-in;
    max-width: 100%;
    width: 349px;
    border-radius: 0;
    padding: 23px 24px;
    font-weight: 400;
}

    a.jobalert-btn:focus-visible {
        outline: -webkit-focus-ring-color auto 1px;
        border: 3px solid #fff;
    }

/***general*/
.pagebanner {
    min-height: 250px;
    width: 100%;
    background-color: var(--fordlightblue);
    margin-bottom: 20px;
}

    .pagebanner .row {
        min-height: 250px;
    }

    .pagebanner h1 {
        font-size: 2rem;
        line-height: 2rem;
        color: white;
        margin-bottom: 62px;
    }
/*end*/

.swal2-popup.ayvpopup {
    background-color: #001633 !important;
    max-width: 500px;
}

.swal2-popup.swal2-toast .swal2-close {
    position: absolute !important;
}

.swal2-popup.swal2-toast .swal2-title {
    justify-content: center !important;
}

.swal2-popup.swal2-toast .swal2-header.ayvtitle h2 {
    font-size: 38px;
    color: white;
    padding: 30px 30px 10px 30px;
    text-align: center;
}

.swal2-popup.swal2-toast .swal2-content.ayvcontent {
    font-size: 20px;
    font-weight: 400;
    color: white;
    padding: 20px;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
    height: auto !important;
}

.swal2-popup.swal2-toast .swal2-styled.swal2-confirm.ayvbutton {
    font-size: 16px;
    padding: 23px 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}


@media screen and (max-width:768px) {
    .swal2-popup.swal2-toast .swal2-header.ayvtitle h2 {
        font-size: 25px;
        padding: 0px 22px;
    }

    .swal2-popup.swal2-toast .swal2-content.ayvcontent {
        font-size: 16px;
        padding: 10px 10px 20px 10px;
    }

    .swal2-popup.swal2-toast .swal2-styled.swal2-confirm.ayvbutton {
        margin-bottom: 0;
    }
}
/*#endregion */

/*#region textpages */
.textpage-hero {
    background-image: url(../images/custom/textpage-hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #001633;
    min-height: 500px;
    width: 100%;
    position: relative;
}

    .textpage-hero.tp-benefits {
        background-image: url(../images/custom/benefits_tile.jpg);
        background-position: 100% 16%;
    }

    .textpage-hero.tp-about {
        background-image: url(../images/custom/about_header.jpg);
    }

    .textpage-hero.tp-purpose {
        background-image: url(../images/custom/purpose.jpg);
    }

    .textpage-hero.tp-hotseat {
        background-image: url(../images/custom/ourpeople.jpg);
        background-position: 80% 60%;
    }

    .textpage-hero.tp-dayinthelife {
        background-image: url(../images/custom/dayinthelife.jpg);
        background-position: 10% 60%;
    }

    .textpage-hero.tp-diversity {
        background-image: url(../images/custom/d&i_header.jpg);
        background-position: 50% 20%;
    }

    .textpage-hero.tp-learning {
        background-image: url(../images/custom/ld_header.jpg);
        background-position: 50% 20%;
    }

    .textpage-hero.tp-privacy,
    .textpage-hero.tp-terms {
        background-image: url(../images/custom/jobsearch_header.jpg);
        background-position: 100% 80%;
    }

    .textpage-hero .row {
        min-height: 500px;
    }

.tp-overlay {
    background-color: var(--fordblueoverlay);
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
}

.textpage-hero h1 {
    color: white;
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 5px;
}


.firstcontent {
    margin-top: 60px;
}

/*benefits page*/
.benefits-page-container {
    margin-top: 29px;
}

    .benefits-page-container h2 {
        color: black;
        font-size: 2rem;
        text-align: center;
        margin-bottom: 29px;
    }

.benefit-page-items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.benefit-page-item {
    flex: 0 0 32%;
    min-height: 100px;
    text-align: center;
    border: 1px solid transparent;
    padding: 4px;
}


.bpi-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../images/custom/benefits_01.png);
    min-height: 83px;
}

.bpii-01 {
    background-image: url(../images/custom/benefits_01.png);
}

.bpii-02 {
    background-image: url(../images/custom/benefits_02.png);
}

.bpii-03 {
    background-image: url(../images/custom/benefits_03.png);
}

.bpii-04 {
    background-image: url(../images/custom/benefits_04.png);
}

.bpii-05 {
    background-image: url(../images/custom/benefits_05.png);
}

.bpii-06 {
    background-image: url(../images/custom/benefits_06.png);
}

.bpii-07 {
    background-image: url(../images/custom/benefits_07.png);
}

.bpii-08 {
    background-image: url(../images/custom/benefits_08.png);
}

.bpii-09 {
    background-image: url(../images/custom/benefits_09.png);
}

.bpii-10 {
    background-image: url(../images/custom/benefits_10.png);
}

.bpii-11 {
    background-image: url(../images/custom/benefits_11.png);
}

.bpii-12 {
    background-image: url(../images/custom/benefits_12.png);
}

.bpii-13 {
    background-image: url(../images/custom/benefits_13.png);
}

.bpi-txt {
}

    .bpi-txt p {
        margin-bottom: 0;
        font-weight: 400;
        line-height: 1.1rem;
    }

/*end*/

/* Roles / Departments */

body.textpage_roles .textpage-hero {
    background-image: url(../images/custom/vacancies_header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 26%;
}

.cat-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.image-catj {
    width: 100%;
    height: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cat-align {
    background: linear-gradient(#ffffff00, var(--fordblueoverlay));
    position: absolute;
    top: 0;
    bottom: 20px;
    width: 100%;
    padding: 20px;
    align-items: end;
    display: grid;
    align-content: end;
    vertical-align: bottom;
    color: #fff;
}

    .cat-align h2 {
        color: #fff;
    }

    .cat-align a.viewj {
        display: inline-block;
        color: white;
        background-color: var(--lightblue);
        outline: 0px;
        text-align: center;
        transition: all 0.3s ease-in 0s;
        border-radius: 0px;
        padding: 10px 20px;
        font-weight: 400;
        text-decoration: none !important;
    }

        .cat-align a.viewj:focus-visible {
            outline: -webkit-focus-ring-color auto 1px;
            border: 2px solid #fff;
        }

.navy-bg {
    background-color: var(--fordblue);
    color: #fff;
}

    .navy-bg h2 {
        color: #fff;
    }

/*day in life*/
.dayinlife .nav {
    justify-content: center;
}

.dayinlife .nav-pills .nav-item {
    background-image: url(../images/custom/day-dot.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 106px;
}

    .dayinlife .nav-pills .nav-item:has(>.nav-link.active) {
        background-image: url(../images/custom/day-dot-big.png);
    }

.dayinlife .nav-pills .nav-link {
    border-radius: 0;
    color: var(--fordblue);
    text-align: center;
    font-size: 1.2rem;
    padding-top: 4px;
    padding-bottom: 14px;
    cursor: pointer;
}

    .dayinlife .nav-pills .nav-link.active,
    .dayinlife .nav-pills .show > .nav-link {
        color: white;
        background-color: var(--fordlightblue);
        background-image: url(../images/custom/downarrow.png);
        background-repeat: no-repeat;
        background-position: bottom center;
    }

.tab-content {
    background-color: var(--fordgrey);
}

.tp-bigger {
    font-size: 1.2rem;
}

video.tab-video {
    width: 746px;
    max-width: 100%;
    height: auto;
}
/* In the hot seat */
.hotseat-item {
    margin: 10px;
}

    .hotseat-item a {
        position: relative;
        z-index: 1;
        display: block;
    }

    .hotseat-item img {
        max-height: 260px;
        width: 100%;
        object-fit: cover;
    }

.hotseat-overlay {
    background-image: url(../images/sprites/video-play-button-overlay.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

/*people*/
.people-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.pc-person {
    flex: 0 0 400px;
    height: auto;
    position: relative;
}

.pcp-txt {
    font-weight: 400;
    color: #fff;
    padding: 20px;
    font-size: 1rem;
    line-height: 1.2rem;
    font-style: italic;
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(#ffffff00, var(--fordblueoverlay));
    align-content: end;
    display: grid;
}

.pc-person:hover .pcp-txt {
    background: linear-gradient(#ffffff00, rgb(0 22 51 / 97%));
}

a.btn.btn-primary {
    display: inline-block;
    color: white;
    background-color: var(--lightblue);
    outline: 0px;
    text-align: center;
    transition: all 0.3s ease-in 0s;
    border-radius: 0px;
    padding: 10px 20px;
    font-weight: 400;
    text-decoration: none !important;
    border: none;
}

/*end*/
/*#endregion */
ul,
ol {
    padding-left: 25px;
}

.earcu_posdescriptionnote ul {
    list-style: disc;
    padding-left: 0;
}


.earcu_posdescriptionnote li {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
}

.earcu_posdescriptionnote ul li:before {
    content: "";
    width: 26px;
    height: 12px;
    background-image: url(../images/custom/dot.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto;
    line-height: 1rem;
    display: inline-block;
}

.earcu_posdescriptionnote * {
    font-size: inherit !important;
}

ol {
    list-style: decimal;
}

h1, h2, h3, h4 {
    color: var(--fordblue);
}

    h2.open-title {
        font-size: 40px;
        line-height: 50px;
    }

.dn-768 {
    display: block;
}

.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(--fordblue);
    text-decoration: underline;
}



    .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#EarcuIntroTextBlockTitle,
h1.eArcuInfoHeader {
    font-size: 2rem;
    line-height: 2.2rem;
    padding-top: 20px;
    padding-bottom: 12px;
    color: black;
    font-weight: 300;
}

h1#EarcuHeadingTextBlockTitle {
    display: none;
}

h2.search {
    font-size: 1.8rem;
    padding-left: 17px;
    font-weight: 500;
}

.buttonsLeft ul, .buttonsRight ul {
    list-style-type: none;
    padding-left: 0;
}

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: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

    section#breadcrumb a {
        font-size: 16px;
        line-height: 1.5;
        color: #fff;
        text-decoration: none;
        background-size: 0 !important;
    }

        section#breadcrumb a:hover {
            text-decoration: underline
        }

a.img {
    text-decoration: none !important;
}

.pageBlockInner_GridBlock div.gridContent {
    padding-top: 5px;
    border: none;
}

.pageBlockInner_GridBlock .ListGridContainer .rowContainer {
    border-bottom: 1px solid #d0d0d0;
}

.pageBlockInner_GridBlock .ListGridContainer .rowLabel a.rcMenu {
    color: var(--fordlightblue);
}

.checkboxContainer .fakecheckbox {
    display: none;
}

.pageBlockInner_FormBlock div.formRow.formRowButtonRow {
    padding-top: 40px;
}

.pageBlockInner_FormBlock div#quicksearch_SaveButtonRow_formRow {
    padding-top: 10px;
}

.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 !important; /*override core without new rule*/
    width: 100%;
    color: black;
    height: auto;
}

    #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 {
        width: auto;
        float: left;
    }

    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(--fordblue);
    color: black;
    padding: 7px 10px 7px 10px;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    box-sizing: border-box;
    min-width: 1px;
}

    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(--lightblue);
    }

    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;
}

.pageBlockInner_FormBlock .formRowSelectInputRow_Common .controlContainer select {
    padding: 10px 10px 9px 10px;
}


.pageBlockInner_FormBlock div.curFocus label.formLabel {
    color: black;
}

.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.3s ease-in;
    max-width: 100%;
    width: 100%;
    background-image: none;
    background-color: var(--fordblue);
    border: none;
    border-radius: 0;
    padding: 8px 28px 8px 28px;
    min-width: 190px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}


    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: var(--fordbluehover);
        color: white;
        transition: all 0.3s ease-in;
    }


.mapContainer .ButtonHolder .bigMapButton {
    margin-top: 10px;
    margin-bottom: 10px;
    background: white
}

#Pos_Description_pageView #posdesc_pageBlock a.right {
    padding-top: 23px;
    padding-bottom: 23px;
    background-color: var(--fordlightblue)
}

.ApplyNowContainer .buttonsLeft.apply-main,
.ApplyNowContainer .buttonsLeft.apply-main ul li {
    width: 100%;
}

#Pos_Description_pageView #posdesc_pageBlock a.apply-main-btn {
    padding-top: 23px;
    padding-bottom: 23px;
    background-color: var(--fordlightblue);
    max-width: 380px;
    margin-left: auto;
    margin-right: auto !important;
    float: none;
    display: block;
}

a.googleMapsButton {
    color: white;
    text-decoration: none;
}

#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;
}

.buttonsRight li a.buttonAnchor,
.buttonsRight li input,
.buttonsRight li input.buttonSubmit {
    margin: 0 !important;
}

    .buttonsRight li a.buttonAnchor:focus,
    .buttonsRight li input:focus,
    .buttonsRight li input.buttonSubmit:focus,
    a.buttonAnchor.buttonLeft.buttonActionId_back:focus {
        outline: 1px solid black;
        border: 1px solid white;
    }

.pageBlockInner_FormBlock div.formRow.curFocus input {
    outline: 1px solid black;
    border: 1px solid white;
}

li a.buttonAnchor.buttonActionId_saveSkill {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 4px !important; /*override above*/
    min-width: 72px;
}

.pageBlockInner_FormBlock div.inputContainer input[name="newskill_display"] {
    width: 218px;
}

#Pos_Description_pageView #posdesc_pageBlock a.right {
    margin-right: 0;
}

#Pos_Description_pageView #posdesc_pageBlock a:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
    border: 2px solid #fff;
}

.textpage_role_details a.nojobs_anchor {
    max-width: 262px;
}

.buttonsRight li:nth-child(n+2) {
    margin-left: 5px !important;
}

.MyDetails_ForgetMe .buttonsRight li input.buttonSubmit.buttonActionId_remove_confirmed {
    margin-left: 5px !important;
    margin-bottom: 4px !important;
}

.tooltip2_Surround,
.tooltip2_SurroundClosing {
    display: none !important;
}

.pos_description_review div.pageBlockContainer#posSummaryBlockv2_pageBlockContainer {
    background: #fff;
}


.pageBlockInner_FormBlock hr {
    padding-top: 0;
    margin: 15px 0 10px;
}

div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .labelContainer,
div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .controlContainer {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
    width: 100%;
}

div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .labelContainer {
    margin-bottom: 10px;
}

div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .controlContainer .buttonsLeft,
div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .controlContainer .buttonsLeft ul,
div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .controlContainer .buttonsLeft ul li {
    width: 100%;
}

    div.pageBlockInner_FormBlock div.formRow.formRowFileUploadRow .controlContainer .buttonsLeft ul li .fileuploadbutton {
        margin: 0 auto 10px;
        display: block;
        float: none;
    }

.pageBlockInner_FormBlock div.formRowFileUploadRow .filesContainer {
    margin: 0;
    border: none;
    background-color: white;
}

div#confirmdialogDialogContainer {
    z-index: 501 !important; /*override inline*/
}

.pageBlockInner_FormBlock div.formRowFileUploadRow .deletefile {
    position: relative;
    z-index: 500;
}

.charCounterValue {
    float: left;
}

#pageMessages {
    margin: 0;
}

    #pageMessages .actionMessageContainer {
        padding: 0;
        color: #fff;
    }

        #pageMessages .actionMessageContainer .actionMessage {
            padding-left: 25px;
        }

.linkContainer a {
    max-width: 12em;
    margin-top: 30px;
}

div#noPositions_pageBlock {
    color: black;
}

#Home_pageView #noPositions_pageBlockContainer .bottomContainer .buttonContainer {
    overflow: auto;
    margin: 10px 4px 10px 4px;
}

    #Home_pageView #noPositions_pageBlockContainer .bottomContainer .buttonContainer a {
        max-width: 90%;
    }





/*#endregion */











.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.3s ease-in;
}

    .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: black;
            font-size: 1.3rem;
        }



.CodeListCountsSummary.pageBlockContainer .pageBlockContent .listContainer_Option2 .listItemCountContainer {
    font-size: 16px;
    color: black;
    line-height: 22px;
    text-align: left;
    margin-left: 5px;
}


/*#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**/



/** Latest Jobs **/

div#slider-latest-jobs {
    margin: 2em auto;
}

    div#slider-latest-jobs swiper-slide .jobimg {
        position: relative;
        height: 200px;
        background-image: url(../images/custom/page-tech.png);
        width: 100%;
        background-position: top;
        background-size: cover;
        overflow: hidden;
    }

        div#slider-latest-jobs swiper-slide .jobimg img {
            height: inherit;
            width: inherit;
            object-fit: cover;
            object-position: 50% 50%;
        }

        div#slider-latest-jobs swiper-slide .jobimg.category3 img,
        div#slider-latest-jobs swiper-slide .jobimg.category7 img {
            object-position: 50% 0%;
        }

    div#slider-latest-jobs swiper-slide:nth-child(3n+1) .jobimg {
        background-image: url(../images/custom/img1_latestjobs.jpg);
    }

    div#slider-latest-jobs swiper-slide:nth-child(3n+2) .jobimg {
        background-image: url(../images/custom/img2_latestjobs.jpg);
    }

    div#slider-latest-jobs swiper-slide:nth-child(3n+3) .jobimg {
        background-image: url(../images/custom/great_service_tile.jpg);
        background-position: center;
    }

    div#slider-latest-jobs swiper-slide {
        background-color: var(--fordblue);
    }

    div#slider-latest-jobs h3 {
        padding: 0;
        margin: 10px 20px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: left;
        text-decoration: none;
    }

    div#slider-latest-jobs p {
        padding: 0 20px;
        font-size: 12px;
        color: #fff;
        text-align: left;
    }



/*#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 */
body.Pos_Find_Results .textpage-hero,
.textpage-hero.category0 {
    background-image: url(../images/custom/jobsearch_header.jpg);
    background-position: 50% 90%;
}

.show {
    display: block !important;
}

.FilterContainer .ValueContainer,
.FilterContainer.show .ValueContainer {
    display: block;
    transition: all 0.3s ease-in;
}

#posBrowser_Filter_pageBlock .HeaderContainer .HeaderLabel {
    float: none;
}

#eaContainer .FilterContainer .HeaderLabel:hover {
    cursor: pointer;
}

.FilterContainer .HeaderLabel:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f067';
    /* content: '\02795'; */
    font-size: 16px;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
    color: #000;
    font-weight: lighter;
}

.FilterContainer .HeaderLabel.active:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f068';
    /* content: "\2796"; */
    color: #000;
}

.FilterContainer .ValueContainer {
    display: none;
}

.FilterContainer.show .ValueContainer {
    display: block;
}

.Pos_Find_Results_Map_pageView,
.Pos_Find_Results_pageView {
    padding-top: 20px;
}

div#posBrowser_Filter_pageBlockContainer {
    width: 30%;
    float: left;
}

.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: 1280px;
        margin-left: auto;
        margin-right: auto;
    }

#posBrowser_Filter_pageBlock .FilterContainer_Text .ValueText {
    font-size: 16px;
    color: var(--fordblue);
}

#posBrowser_Filter_pageBlock .FilterContainer_Text .ClearText a {
    text-decoration: none;
    font-size: 14px;
    color: var(--fordblue);
}

div.pageBlockContentOverlay {
    background-color: transparent;
    opacity: 0;
}

.Pos_Find_Results .AvailableContainer {
    display: none;
}

#posBrowser_Filter_pageBlock .FilterContainer_LocationRadius .ValueList li.possibleDistancesLabel {
    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: white;
            border-bottom: 1px solid var(--fordblue);
            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: black;
                padding: 6px 6px 6px 6px;
                font-weight: 400;
                font-size: 1.4rem;
            }

        #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .ValueContainer ul.ValueList {
            padding: 0;
            max-height: 350px;
            overflow-y: auto;
        }

            #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: black;
                    padding: 0 0 0 7px;
                    text-decoration: none;
                    transition: all 0.3s ease-in;
                    background-size: 0 !important;
                    font-size: 1rem;
                    line-height: 22px;
                    font-weight: 400;
                }


                    #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock .FiltersContainer .FilterRow .ValueContainer ul.ValueList li a:hover {
                        text-decoration: none;
                    }

#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_Filter_pageBlock .HeaderContainer .HeaderLabel {
    float: none;
}

#eaContainer .FilterContainer .HeaderLabel:hover {
    cursor: pointer;
}


.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 {
    width: 190px;
    height: 40px;
    display: inline-block;
    line-height: 24px;
    color: white;
    background-color: var(--lightblue);
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s ease-in;
    max-width: 190px;
    border-radius: 0;
    border: none;
    padding: 8px 10px !important;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
}

    .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: var(--lightbluehover);
    }

.Pos_Find_Results_Map .noResults .noRecordsContainer,
.Pos_Find_Results .noResults .noRecordsContainer {
    background-color: var(--fordblue);
    padding: 10px;
    color: white;
    margin-top: 20px;
}

.pageBlockInner_GridBlock .pagingControls_Tiles .pagingText {
    float: left;
    margin-right: 10px;
    padding-top: 14px;
    font-weight: 400;
    color: black;
    font-size: 1rem;
}


/*end*/

.pageBlockInner_GridBlock .sortingCurrent {
    float: none;
    clear: both;
    min-height: 40px;
    display: grid;
    place-items: center;
}

div.sortingCurrent a.normalanchor {
    background-image: url(../images/sprites/angle-down-regular.svg);
    background-position: top 1px right 0;
    background-repeat: no-repeat;
    color: black;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    padding-right: 20px;
    margin-left: 5px;
    text-decoration: none;
    background-size: contain;
}


.pageBlockInner_GridBlock .TilesGridSortingPopup ul {
    border: 1px solid var(--fordlightblue);
}

li.sorter a {
    text-decoration: none;
    color: black
}

    li.sorter a:hover {
        text-decoration: none;
        color: var(--fordlightblue);
    }

#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 .gridTop,
            #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .gridTop {
                border: none;
                padding: 5px 11px 7px 11px;
                margin-bottom: 10px;
                overflow: hidden;
            }

                #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridTop .TilesGridAlternateViewsContainer,
                #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .gridTop .TilesGridAlternateViewsContainer {
                    margin: 0;
                    display: inline-block;
                }

                    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridTop .TilesGridAlternateViewsContainer .TilesGridAlternateViewsInnerContainer,
                    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .gridTop .TilesGridAlternateViewsContainer .TilesGridAlternateViewsInnerContainer {
                        padding: 0;
                        margin: 0;
                    }

.pageBlockInner_GridBlock .TilesGridSortingPopup {
    z-index: 1;
}

.pageBlockInner_GridBlock .TilesGridSortingInnerContainer {
    float: left;
    clear: both;
    margin: 0px 0 0 1px;
    padding: 0px 10px 0px 15px;
}

#posBrowser_ResultsGrid_pageBlock .gridContent {
    margin-left: 0;
    margin-right: 0;
}

.pageBlockInner_GridBlock .pagingControls_Tiles {
    float: right;
}


    .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: 8px 8px 6px 8px;
}

.Pos_Find_Results #posBrowser_ResultsGrid_pageBlock div.ListGridContainer {
    overflow: hidden;
}

#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder {
    border-radius: 0;
    display: block;
    background-color: var(--fordgrey);
    color: black;
    margin-bottom: 20px;
}

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer {
        width: 100%;
        border: none;
        margin: 0 !important;
        min-height: 140px;
        height: auto;
        background: none;
        padding: 0;
        transition: all 0.3s ease-in;
        float: none;
        border: 1px solid transparent;
    }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowHeader .rowLabel a {
            text-decoration: none !important;
            color: var(--fordblue);
            font-size: 1.4rem;
            transition: all 0.3s ease-in;
            font-weight: 400;
            line-height: initial;
        }

        #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 {
            max-width: 70%;
        }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer {
            position: relative;
        }

            #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span {
                font-size: 1rem;
                display: inline;
            }
                /*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 .rowItemsInnerContainer2_desc {
                font-size: 1rem;
            }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:hover .rowHeader .rowLabel a {
        /**/
    }

#posBrowser_ResultsGrid_pageBlock .ListGridContainer .rowItemsInnerContainer {
    margin-left: 0;
}

.pageBlockInner_GridBlock .ListGridContainer .rowItemsInnerContainer2 {
    overflow: hidden;
    min-height: 48px;
}

span.name_vacancyColumn.vacancyColumn {
    margin-left: 5px;
}

#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer::after {
    width: 190px;
    height: 40px;
    content: 'SEE MORE';
    display: block;
    line-height: 24px;
    color: white;
    background-color: var(--lightblue);
    outline: 0;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s ease-in;
    max-width: 190px;
    border-radius: 0;
    border: none;
    padding: 8px 10px !important;
    font-weight: 400;
    font-size: 1rem;
    right: 20px;
    top: 0;
    position: absolute;
}

#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:hover .rowContainer .rowContentContainer::after {
    opacity: 0.7;
}


#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer .rowItemsInnerContainer span:last-child:after {
    display: none;
}

#posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder:hover:before {
    height: 100%;
}

.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: 4px 4px 2px 2px;
    background-color: var(--fordblue);
    border: 0;
    transition: all 0.3s ease-in;
    text-align: center;
    color: white;
    border-radius: 0;
    width: 48px;
    text-transform: uppercase;
}

    #MapBlock_pageBlockContainer .pageBlockContainerMiddle #MapBlock_pageBlock .mapOuterContainer .addressContainer .addressButton:hover {
        background-color: var(--fordbluehover);
    }

.posBrowserMapBlock .addressContainer .addressInput {
    float: left;
    width: 125px;
    margin-right: 10px;
    border-radius: 0;
    border: 1px solid #444e55;
    height: 31px;
}

.posBrowserMapBlock .addressContainer {
    z-index: 88;
}

.posBrowserMapBlock .addressContainer {
    margin-top: 9px;
}
/*#endregion */

/*#region Job Description Styling */

.textpage-hero.category443 {
    background-image: url(../images/custom/admin_tile.jpg);
    background-position: 10% 30%;
}

.textpage-hero.category93 {
    background-image: url(../images/custom/aftersales_tile.jpg);
    background-position: left top;
}

.textpage-hero.category1588 {
    background-image: url(../images/custom/apprenticeship.jpg);
    background-position: left top;
}

.textpage-hero.category48 {
    background-image: url(../images/custom/bodyshop.jpg);
    background-position: left top;
}

.textpage-hero.category5 {
    background-image: url(../images/custom/finance.jpg);
    background-position: 50% 13%;
}

.textpage-hero.category9 {
    background-image: url(../images/custom/hr_tile.jpg);
}

.textpage-hero.category4 {
    background-image: url(../images/custom/it_tile.jpg);
    background-position: right center;
}

.textpage-hero.category7 {
    background-image: url(../images/custom/management.jpg);
}

.textpage-hero.category6 {
    background-image: url(../images/custom/marketing.jpg);
    background-position: 80% 20%;
}

.textpage-hero.category1978 {
    background-image: url(../images/custom/mobile_service.jpg);
    background-position: center 20%;
}

.textpage-hero.category1 {
    background-image: url(../images/custom/other_functional_areas.jpg);
    background-position: center;
}

.textpage-hero.category49 {
    background-image: url(../images/custom/parts.jpg);
    background-position: 70% 40%;
}

.textpage-hero.category3 {
    background-image: url(../images/custom/sales_tile.jpg);
    background-position: 20% 40%;
}

.textpage-hero.category1979 {
    background-image: url(../images/custom/job_alerts_tile.jpg);
    background-position: 80% 30%;
}

.textpage-hero.category1980 {
    background-image: url(../images/custom/technician.jpg);
    background-position: 40% 40%;
}




#posdesc_pageBlockContainer #posdesc_pageBlock .JobTitle h2,
#posdesc_pageBlockContainer #posdesc_pageBlock .JobTitle h1 {
    color: white;
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 5px;
}





#posdesc_pageBlockContainer #posdesc_pageBlock p.jd-breadcrumb {
    background-image: url(../images/sprites/house-chimney-light.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    padding-left: 26px;
    color: black;
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 0;
    filter: invert(1);
    margin-bottom: 62px;
}

    #posdesc_pageBlockContainer #posdesc_pageBlock p.jd-breadcrumb a {
        color: black;
        text-decoration: none;
    }


#posdesc_pageBlock ul.jobSum {
    font-size: 1rem;
    text-align: left;
    color: var(--fordblue);
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

    #posdesc_pageBlock ul.jobSum li {
        margin: 5px 0 8px 5px;
        padding: 0;
        list-style: none;
        float: none;
        flex: 0 0 32%;
    }

        #posdesc_pageBlock ul.jobSum li .jobSumLabel {
            display: inline;
            font-weight: normal;
            margin-right: 5px;
            padding-left: 15px;
            /*set icon on this*/
        }

        #posdesc_pageBlock ul.jobSum li .jobSumValue {
            margin-right: 0;
        }

li.jobSumItem.SumItem_payratevalue:before,
li.jobSumItem.SumItem_pospublishenddate:before,
li.jobSumItem.SumItem_displaysalarydescription:before,
li.jobSumItem.SumItem_codelist2value:before,
li.jobSumItem.SumItem_codelist11value:before,
li.jobSumItem.SumItem_codelist4value:before,
li.jobSumItem.SumItem_codelist5value:before,
li.jobSumItem.SumItem_codelist6value:before,
li.jobSumItem.SumItem_codelist7value:before {
    content: " ";
    width: 23px;
    height: 27px;
    position: absolute;
    margin-left: -20px;
    font-family: Font Awesome 6 Pro;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url(../images/sprites/folder-open-light.svg);
}

/*location*/
li.jobSumItem.SumItem_codelist4value:before {
    background-image: url(../images/sprites/location-dot-light.svg);
}
/*department*/
li.jobSumItem.SumItem_codelist99value:before {
    background-image: url(../images/sprites/folder-open-light.svg);
}
/*division*/
li.jobSumItem.SumItem_codelist7value:before {
    background-image: url(../images/sprites/building-light.svg);
}
/*employment*/
li.jobSumItem.SumItem_codelist2value:before {
    background-image: url(../images/sprites/file-signature-light.svg);
}
/*salary*/
li.jobSumItem.SumItem_payratevalue:before,
li.jobSumItem.SumItem_codelist6value:before,
li.jobSumItem.SumItem_displaysalarydescription:before {
    background-image: url(../images/sprites/money-bill-light.svg);
}

li.jobSumItem.SumItem_pospublishenddate:before {
    background-image: url(../images/sprites/calendar-days-light.svg);
}

#posdesc_pageBlock .PosDescriptionText {
    padding-right: 40px;
}

#posdesc_pageBlock .earcu_posdescriptionContainer {
    text-align: left;
    padding: 10px 0px 10px 0px;
}

.earcu_posdescription p strong {
    color: var(--fordblue);
}

.earcu_posdescription p {
    color: var(--fordblue);
    font-weight: 400;
    font-size: 1rem;
}

.VacancyMap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#JobDescriptionMap_vacancyMap_pageBlock #vacancyMap {
    width: 100%;
    height: 288px;
}

.mapContainer .ButtonHolder .miniMapButton {
    background: #e9edf0;
    display: block;
    padding: 5px 10px;
    text-align: center;
}

    .mapContainer .ButtonHolder .miniMapButton a {
        color: var(--fordblue);
        text-decoration: none;
    }

        .mapContainer .ButtonHolder .miniMapButton a:hover {
            text-decoration: underline;
        }

/*sharing*/
#posdesc_pageBlock .posDescriptionContainer317 .possharing {
    margin-bottom: 20px;
}

#posdesc_pageBlock .possharing {
    border: none;
    padding: 0;
}

#PosDescSharingItems {
    overflow: auto;
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 4px
}


    #PosDescSharingItems .PosDescSharingItem:after {
        content: none
    }

    #PosDescSharingItems .PosDescSharingItem {
        border-radius: 0;
        display: inline-block;
        margin: 0;
        flex: 0 0 24%;
        height: 70px;
        float: none;
        color: #fff;
        text-decoration: none;
        text-align: center;
        line-height: 66px;
        transition: all 0.3s ease-in;
        background-color: var(--fordblue);
        border-color: var(--fordblue);
    }

        #PosDescSharingItems .PosDescSharingItem:before {
            width: 10px;
            height: 10px;
            font-family: "Font Awesome 6 Brands"
        }

        #PosDescSharingItems .PosDescSharingItem#linkedin_PosDescSharingItem::before {
            content: '\f0e1';
        }

        #PosDescSharingItems .PosDescSharingItem#facebook_PosDescSharingItem::before {
            content: '\f39e';
        }

        #PosDescSharingItems .PosDescSharingItem#twitter_PosDescSharingItem::before {
            content: '\e61b';
        }

        #PosDescSharingItems .PosDescSharingItem#email_PosDescSharingItem::before {
            font-family: "Font Awesome 6 Pro";
            content: '\f0e0';
            font-weight: 900;
        }

        #PosDescSharingItems .PosDescSharingItem:hover {
            transition: all 0.3s ease-in;
            background-color: var(--fordbluehover);
            border-color: var(--fordbluehover);
        }


a#linkedin_PosDescSharingItem div,
a#facebook_PosDescSharingItem div,
a#twitter_PosDescSharingItem div,
a#email_PosDescSharingItem div {
    display: none;
}


.earcu_posdescriptionnote {
    font-size: 1rem;
}

/**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;
    }




.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-top: 29px;
}

    .benefits-container h2 {
        color: black;
        font-size: 2rem;
        text-align: center;
        margin-bottom: 29px;
    }

.benefit-items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.benefit-item {
    flex: 0 0 47%;
    min-height: 100px;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 130px;
    align-items: end;
    display: grid;
}


.bii-01:before {
    content: "";
    width: 80px;
    height: 80px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/custom/benefits_01.png);
}

.bii-02:before {
    content: "";
    width: 80px;
    height: 80px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/custom/benefits_02.png);
}

.bii-03:before {
    content: "";
    width: 80px;
    height: 80px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/custom/benefits_03.png);
}

.bii-04:before {
    content: "";
    width: 80px;
    height: 80px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/custom/benefits_04.png);
}

.bii-05:before {
    content: "";
    width: 80px;
    height: 80px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/custom/benefits_05.png);
}

.bii-06:before {
    content: "";
    width: 80px;
    height: 80px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/custom/benefits_06.png);
}

.bii-07:before {
    content: "";
    width: 80px;
    height: 80px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/custom/benefits_07.png);
}

.bii-08:before {
    content: "";
    width: 80px;
    height: 80px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/custom/benefits_08.png);
}

.bii-09:before {
    content: "";
    width: 80px;
    height: 80px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/custom/benefits_09.png);
}

.bi-txt p {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.1rem;
}

#posdesc_pageBlock .posDescriptionContainer317 .posdescriptionPropertyBox {
    background-color: #e9edf0;
    border: none;
    margin-top: 26px;
    margin-bottom: 20px;
    padding: 42px 48px;
}

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;
    }

#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;
}

div.arrowdocs {
    padding-top: 20px;
}
/*#endregion */

/*#region Login/Register Styling */

#PasswordForm_username_view_formRow a {
    color: var(--fordblue);
}


.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(--fordlightblue);
        transition: all 0.3s ease-in;
    }

#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: .7;
}

#UsernameForm_pageBlock .ssoIcon a.ssoIconLink img {
    width: 0;
    height: 0;
    max-width: 0;
}
/*#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.Section_SubmitAndDeclarations,
    #Application_Home_pageView .ulListItem {
        border: 2px solid var(--fordblue);
        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 .ulListItem div.ulListItemLabel a {
            color: var(--fordblue);
            text-decoration: none;
            font-size: 1.6rem;
            font-weight: 300;
        }

        #Application_Home_pageView .ulList li.Section_SubmitAndDeclarations:hover,
        #Application_Home_pageView .ulListItem:hover {
            border-color: var(--fordblue);
            background-color: var(--fordblue);
            transition: all 0.3s ease-in;
        }

            #Application_Home_pageView .ulListItem:hover div.ulListItemLabel a {
                color: white;
                text-decoration: none;
                transition: all 0.3s ease-in;
            }

        #Application_Home_pageView .ulList li.Section_SubmitAndDeclarations.Completed,
        #Application_Home_pageView .ulListItem.Completed {
            background-color: var(--fordblue);
        }

            #Application_Home_pageView .ulListItem.Completed div.ulListItemLabel a {
                color: white;
            }

    #Application_Home_pageView .ulList .Section_SubmitAndDeclarations div.ulListItemLabel,
    #Application_Home_pageView .ulList 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: black;
    font-weight: 700;
}

/*#region Profile Styling */

#WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow {
    background-image: none;
    background-color: var(--fordblue);
    border: none;
    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;
}

    #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow:hover {
        background-color: var(--fordbluehover);
        transition: all 0.3s ease-in;
    }

    #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.3s ease-in;
                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 {
                    text-decoration: none;
                    color: white;
                    background-size: 0 !important;
                    font-weight: 400;
                }

            #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.3s ease-in;
            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.3s ease-in;
                max-width: 100%;
                width: 100%;
                background-image: none;
                background-color: var(--fordblue);
                border: none;
                border-radius: 0;
                padding: 8px 21px 8px 21px;
                font-weight: 400;
                margin: 0;
                margin-bottom: 10px;
                text-transform: uppercase;
                font-size: 1rem;
            }

                .MyDetails #MyDetailsStauts_pageBlockContainer #MyDetailsStauts_pageBlock .eArcuLeft #eArcuLinks ul li a:hover {
                    background-color: var(--fordbluehover);
                    color: white;
                }

.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(--fordblue);
        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.3s ease-in;
            max-width: 50%;
            min-width: 12em;
            margin: 0 auto;
            background-color: var(--fordblue);
            border: none;
            border-radius: 0;
            color: #fff;
            font-size: 1rem;
            width: 100%;
            padding: 8px;
            text-transform: uppercase;
        }

            #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer2 .statusContainer a:hover {
                background-color: var(--fordbluehover);
                color: white;
            }

#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;
    }

/*#endregion */

/*#region Application/Onboarding Styling */
/*v2 blox*/
#posSummaryBlockv2_pageBlock .appCompleteChartBlock.done .appCompleteChartBlockInner { /*move this*/
    background: var(--lightblue);
    border-color: var(--lightblue);
}

#posSummaryBlockv2_pageBlock .MySummaryItemInner {
    border: 1px solid var(--fordblue);
    background-color: #ffffff;
    padding: 8px 8px 8px 8px;
}

.pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowContainer_Last {
    border-bottom: 1px solid #d0d0d0;
    padding: 2px;
}

#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;
}

.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.3s ease-in;
}

    .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulListItem:hover div.ulListItemLabel {
        color: black;
        text-decoration: underline;
        transition: all 0.3s ease-in;
    }

.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%;
}
/*#endregion */

/*#region Job Alerts */
html body #lookupResults_gridTable {
    margin-bottom: 0;
    width: 100% !important;
}

.MyJobFeed th#col_lookupResults_name {
    width: 100% !important;
}

.MyJobFeed td.cell_lookupResults_name {
    font-size: 1.2rem;
    color: black;
    font-weight: 400;
}

.MyJobFeed .pageBlockInner_GridBlock table.gridTable tr.oddRow:hover td,
.MyJobFeed .pageBlockInner_GridBlock table.gridTable tr.evenRow:hover td {
    background-color: var(--fordblue);
}

    .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 #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: black;
}

.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;
}


.gdprcookie {
    font-family: FordAntennaRegular, sans-serif;
    background-color: #013378;
}

    .gdprcookie h1 {
        font-size: 20px;
    }

.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    padding: 10px;
    border: none;
    border-radius: 0;
    margin: 6px;
    background: none;
    cursor: pointer;
    background-color: var(--lightblue);
}
/* Responsive Styling */

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */

@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:1400px) {
    .Pos_Find_Results #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock, .Pos_Find_Results_Map #posBrowser_Filter_pageBlockContainer .pageBlockContainerMiddle #posBrowser_Filter_pageBlock {
        padding-left: 0;
        padding-right: 0;
    }
}

@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:1220px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 5px;
        padding-right: 16px;
        font-size: 14px;
    }
}

@media screen and (max-width:1200px) {
    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer {
        max-width: 60%;
    }
}

@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) {
    img.ford-logo {
        display: none;
    }

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
    }

    .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
        position: relative;
        right: auto;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        float: left;
    }

    a.nav-link.dropdown-toggle.show {
        color: #001633;
    }

    .searchbox {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .brno {
        display: none;
    }

    .formpart, .formpart-btn1, .formpart-btn2 {
        flex: 0 0 100%;
        min-height: 70px;
        margin-bottom: 10px
    }


    .dayinlife .nav-pills .nav-item {
        background-image: none;
        min-height: auto;
    }

        .dayinlife .nav-pills .nav-item:has(>.nav-link.active) {
            background-image: none;
        }

    .dayinlife .nav-pills .nav-link {
        font-size: 1.2rem;
        padding-top: 6px;
        padding-bottom: 8px;
    }

        .dayinlife .nav-pills .nav-link.active,
        .dayinlife .nav-pills .show > .nav-link {
            color: white;
            background-color: var(--fordlightblue);
            background-image: none;
        }


    #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 .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;
    }

    #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow {
        width: calc(50% - 14px);
        min-height: 168px;
        margin: 5px;
    }

    #posdesc_pageBlock ul.jobSum li {
        flex: 0 0 96%;
    }

    .ApplyNowContainer .buttonsLeft.apply-main {
        display: none;
    }

    #Application_Home_pageView .ulList li.Section_SubmitAndDeclarations,
    #Application_Home_pageView .ulListItem {
        flex: 0 1 100%;
        margin: 10px;
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder {
        flex: 0 0 48%;
    }

    #posBrowser_Filter_pageBlock .FilterContainer .ValueList li, #posBrowser_Filter_pageBlock .FiltersContainer .AvailableList li {
        flex: 0 0 49%;
    }

    .Pos_Find_Results #posBrowser_ResultsGrid_pageBlock div.ListGridContainer {
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    .explore {
        min-height: 330px;
        background-image: none;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .explore .row {
            min-height: 330px;
        }
}


@media all and (max-width:768px) {
    .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.3s ease-in;
        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%;
    }

    #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;
    }

    #Application_Home_pageView .ulList li.Section_SubmitAndDeclarations, #Application_Home_pageView .ulListItem {
        padding: 0px 10px 0px 10px;
        height: 70px;
        display: grid;
        place-items: center left;
    }

    #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer {
        min-height: 210px;
    }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer .rowItemsContainer {
            max-width: 100%;
        }

        #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle #posBrowser_ResultsGrid_pageBlock .gridContent .rowContainerHolder .rowContainer .rowContentContainer::after {
            right: auto;
            left: auto;
            top: auto;
            bottom: 0px;
            margin: 20px auto;
            position: relative;
        }

    #WelcomeInfoBlock_pageBlockContainer #WelcomeInfoBlock_pageBlock .formRowIconRow {
        width: calc(100% - 12px);
        min-height: 168px;
        margin: 5px 0;
    }

    #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%;
    }

    .dn-768 {
        display: none;
    }

    .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.3s ease-in;
}

    #talentpoolgrid_pageBlock .rowContainer:hover {
        background-color: #00a6e2;
        transition: all 0.3s ease-in;
    }

#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.3s ease-in;
    }

#talentpoolgrid_pageBlock .rowContainer:hover .rowHeader .rowLabel a {
    color: #ffffff;
    transition: all 0.3s ease-in;
}

#talentpoolgrid_pageBlock .rowContainer .rowItemsContainer2 img {
    filter: brightness(1.2);
    transition: all 0.3s ease-in;
}


#talentpoolgrid_pageBlock .rowContainer:hover .rowItemsContainer2 img {
    transform: scale(1.1);
    filter: brightness(1);
    transition: all 0.3s ease-in;
}

.talentPoolDescription p {
    color: #4a4a48;
    font-size: 1.5rem;
    line-height: 2.2rem;
}

@media screen and (max-width:992px) {
    #talentpoolgrid_pageBlock .rowContainerHolder {
        width: 50%;
        max-width: auto;
    }
}

@media screen and (max-width:768px) {
    #talentpoolgrid_pageBlock .rowContainerHolder {
        width: 100%;
        float: none;
        clear: both;
        margin: auto;
    }

    .homehero {
        height: 460px;
    }

    a.homesearch-btn, input.homesearch-btn {
        padding: 10px 24px;
    }

    .formpart, .formpart-btn1, .formpart-btn2 {
        min-height: auto;
    }
}


@media all and (max-width:600px) {
    a.wjbox {
        flex: 100%;
        min-height: 360px;
    }

    .homehero .swiper-button-next, .homehero .swiper-button-prev {
        display: none;
    }
}

@media screen and (max-width:500px) {
    .benefit-page-item {
        flex: 0 0 100%;
    }

    .benefit-item {
        flex: 0 0 100%;
        min-height: auto;
        text-align: center;
    }
}
/* Talent Pools Events Styling Ends */

/*telnum 3.62 fix*/
.iti--allow-dropdown {
    width: 100%;
}

/*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: black;
        }

        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 odds */
.findrow {
    padding: 0;
    margin: 0;
}

#posBrowser_Filter_pageBlock .FiltersContainer .ButtonsRow {
    display: none;
}


/*#endregion */
