/*--------------------------
LINDE 2023
--------------------------*/
#hiring-stats.p-section__page-top {
    background-color: #F1F6F9;
    padding-bottom: 20rem;
}

/*--------------------------
LINDE 2022
--------------------------*/

.talent-community-modal__container .c-btn--blue {
    display: inline-block;
}

/* footerpowered */

#footerpowered,
#jobs-list span.street {
    display: none !important;
}

/* COMAPNY FOLLOW */

#company-follow.company-follow * {
    font-family: "LindeDax", sans-serif !important;
}

#company-follow .company-follow-container {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#company-follow .company-follow-container .leader {
    background-color: #005591 !important;
}

/* JOB DETAILS */

#job-detail .job-description {
    padding-top: 20rem;
    padding-bottom: 8rem;
    background-color: #F1F6F9;
}


#job-detail .job-title {
    font-weight: 700;
    font-size: 2.4rem;
    color: #0D3545;
    margin-bottom: .5rem;
}

#job-detail .job-description .content {
    max-width: 100rem;
}

#job-detail .job-description .job-addl-info .simple-apply-container {
    background-color: transparent;
}


#job-detail .job-description h4.job-description-header,
#job-detail .job-description h4.job-skills-header,
#job-detail .job-description h4.job-notes-header,
#job-detail .job-description h4.apply-with-header {
    font-weight: 900;
    font-style: normal;
    font-size: 1.8rem;
    color: #424242;
    margin-bottom: 1.8rem;
}

#job-detail .job-description .job-description-content p,
#job-detail .job-description .job-description-content span,
#job-detail .job-description .job-description-content li,
#job-detail .job-description .job-description-content a,
#job-detail .job-description .job-skills p,
#job-detail .job-description .job-skills span,
#job-detail .job-description .job-skills li,
#job-detail .job-description .job-notes.important-notes p,
#job-detail .job-description .job-notes.important-notes span,
#job-detail .job-description .job-notes.important-notes li {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #656F72;
}

#job-detail .job-description .apply-button {
    background-color: #00A0E1;
    border: solid 0.1rem #00A0E1;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}

#job-detail .job-description .map-button,
#job-detail .job-description .job-share-button {
    color: #00A0E1;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: .5rem;
    border: solid 0.1rem #00A0E1;
    padding: 1rem;
}

#job-detail .job-description .map-button:hover,
#job-detail .job-description .job-share-button:hover {
    color: #fff;
    background-color: #0D3545;
    border-color: #0D3545;
}

@media (min-width: 768px) {
    #job-detail .job-description .main-content {
        width: calc(100% - 20rem);
    }

    #job-detail .job-description .job-addl-info {
        width: 20rem;
    }
}

/* ==========================================================================
Jobs Search box
========================================================================== */

[data-component="cost-cutters-jobs--home"] {
    margin-top: 4rem;
}

.c-main-hero-search.-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media(min-width: 1000px) {
    .c-main-hero-search.-horizontal {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.c-main-hero-search.-horizontal .c-main-hero-search__location-label,
.c-main-hero-search.-horizontal .c-main-hero-search__keyword-label {
    display: none;
}

.c-main-hero-search.-horizontal .c-main-hero-search__button-search {
    margin-top: 0;
}

[data-react-prop-horizontal="false"] .c-main-hero-search .location-search--has-value input[aria-expanded="true"] + .menu {
    top: initial;
}

.c-main-hero-search .location-search--has-value input[aria-expanded="true"] + .menu {
    border-radius: 0 0 10px 10px;
    background: #fff;
    padding: 20px;
    position: absolute;
    overflow: auto;
    max-height: 15rem;
    height: auto;
    z-index: 2;
    top: 100%;
    border-top: 1px solid rgb(41 41 41 / 15%);
    width: 100%;
}

@media(max-width: 768px) {
    .c-main-hero-search  .location-search--has-value input[aria-expanded="true"] + .menu {
         max-height: 12.5rem;
    }
}



.c-main-hero-search.-horizontal>div:not(.location-permission-modal) {
    margin: 10px 10px 10px 10px;
    padding-bottom: 0;
    width: 100%;

}

@media(min-width: 1000px) {
    .c-main-hero-search.-horizontal>div:not(.location-permission-modal) {
        width: auto;
        margin: 0 10px 0 5px;
    }



    .c-main-hero-search.-horizontal>div:nth-child(1) {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }

    .c-main-hero-search.-horizontal>div:nth-child(2) {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }

    .c-main-hero-search.-horizontal>div:nth-child(3) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }


}


.c-job-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media(min-width: 1000px) {
    .c-job-main {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        /* max-width: 1440px; */
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 auto;
    }
}

.c-job-main__left {
    position: relative;
    padding: 2.4rem;
    background-color: #005591;
}

.c-job-main>div:nth-child(1) {
    width: 100%;
}

.c-job-main>div:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;

}

.c-main-hero-search input {
    background-color: #fff;
    color: #002D5A;
    width: 100%;
    font-size: 1.6rem;
    padding: 1.6rem;
    padding-left: 4rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.keyword-search__input-icon--search,
.location-search__input-icon--pin {
    position: absolute;
    left: 1.5rem;
    color: #002D5A;
}

.c-main-hero-search label {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.c-main-hero-search .c-main-hero-search__button-search {
    font-size: 1.8rem;
    font-weight: 700;
    border: solid 0.2rem;
    padding: 1.6rem;
    text-align: center;
    color: #fff;
    border-color: #00A0E1;
    background-color: #00A0E1;
    margin: 2.4rem 0;
    transition: ease all 0.2s;
}

.c-main-hero-search>div:not(.location-permission-modal) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

@media(max-width: 1000px) {
    .c-job-main__right {
        margin-top: 3rem;
    }
}

@media(min-width: 1000px) {
    .c-job-main>div:nth-child(1) {
        width: 30%;
        margin-right: 40px;
    }

    .c-job-main>div:nth-child(2) {
        width: calc(70% - 40px);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;

    }

}






.c-jobs-filter.advanced-search-container .filter-group h3 {
    display: none;
}

.c-job-main .advanced-search-container {
    max-width: 100%;
}

.c-jobs-filter {
    margin-top: 2rem;
}

[data-react-component="jobs-filter"] .advanced-search-container {
    max-width: 100% !important;
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header::after {
    border-top-color: #002D5A !important;
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header.open::after {
    border-top-color: transparent !important;
    border-bottom-color: #002D5A !important;
}

@media(max-width: 1000px) {
    [data-react-component="jobs-filter"] .advanced-search-container.c-jobs-filter {
        width: 100%;
        max-width: 100%;
    }
}

.c-jobs-filter .filter-header {
    background: none !important;
}


.jobs-current-searches__title {
    font-size: 2.4rem;
    display: block;
    color: #fff;
    font-weight: 700;
}

.jobs-current-searches__tag-list {
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.jobs-current-searches__tag-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #D6D6D6;
    border-radius: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 5px 15px;*/
    margin: 0 5px 10px 0;

    border: solid 2px rgba(182, 184, 185, 0.29);
    height: auto;

}

.jobs-current-searches__tag-label {
    padding: 0 0 0 1rem;
}

.jobs-current-searches__tag-close {
    background-color: #6F6F6F;
    margin: 3px 3px 3px 1rem;
    border-radius: 50%;
    color: #fff;
    width: 1.575rem;
    height: 1.575rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jobs-current-searches__tag-close svg {
    fill: #fff;
    width: 10px;
    height: 10px;
}




.c-job-main__sorting-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media(min-width: 600px) {
    .c-job-main__sorting-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .c-job-main__sorting-right>div:nth-child(1) {
        margin-right: 1rem;
    }
}

@media(min-width: 1000px) {
    .c-job-main__sorting-right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .c-job-main__sorting-right>div:nth-child(1) {
        margin-right: 0;
    }
}



/*@media(max-width: 1000px) {*/
/*    .c-job-main__sorting-right > div:nth-child(1) {*/
/*    margin-right: 30px;*/
/*}*/

/*}*/

@media(max-width: 1000px) {
    .c-job-main__sorting-right>div {
        margin-bottom: 1rem
    }
}



.c-jobs-sortby {
    margin-left: 1rem;
}

[data-react-prop-classname="c-jobs-sortby"]>div,
.c-jobs-radius {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F3F3F4;
    padding: 5px 20px;
}

@media(max-width: 1000px) {

    [data-react-prop-classname="c-jobs-sortby"]>div,
    .c-jobs-radius {
        margin: 0 auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

[data-react-prop-classname="c-jobs-sortby"] .Select-clear-zone,
.c-jobs-radius .Select-clear-zone {
    display: none;
}

[data-react-prop-classname="c-jobs-sortby"]>div .Select,
.c-jobs-radius .Select {
    width: 130px;
    font-weight: bold;
}

[data-react-prop-classname="c-jobs-sortby"] .Select-control,
.c-jobs-radius .Select-control {
    border: none;
    background: none;
}

.c-jobs-radius .Select.is-disabled>.Select-control {
    background: none;
}

[data-react-prop-classname="c-jobs-sortby"] .Select-control:hover,
.c-jobs-radius .Select-control:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.c-job-main__sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.c-job-main__sorting-left {
    margin-bottom: 2rem;
}

@media(min-width: 1000px) {
    .c-job-main__sorting {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .c-job-main__sorting-left {
        margin-bottom: 0;
    }
}





.c-jobs-sortby .is-open>.Select-control {
    background-color: transparent;
}

.c-jobs-sortby .Select-menu-outer {
    background-color: transparent;
}

[data-react-prop-classname="c-jobs-list"] {
    width: 100%;
}

.c-jobs-list {
    padding: 2.4rem 0;
    height: auto;
    margin-top: 2.4rem;
}

.c-jobs-list .results-list {
    padding: 0;
    margin: 0 auto;

}

.c-jobs-list .result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    border-bottom: rgb(143 146 161 / 25%) 1px solid;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
}

.c-jobs-list .result-item:last-child {
    border-bottom: none;
}

.c-jobs-list .result-item>.item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 1rem;
    position: relative;
}

.c-jobs-list .result-item:after {
    content: 'Apply Now \00a0\00a0 \f105';
    font: normal normal normal 14px/1 FontAwesome, "Speedee", sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    font-size: 16px;

    line-height: 1.2em;
    background-color: #00A0E1;
    padding: 1.025em 2.5em;
    position: relative;
    border-radius: 0.5rem;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

.c-jobs-list a.item-title {
    color: #333333;
    font-weight: bold;
    width: 500px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}






.results-list__item {
    display: block;
}

.results-list__item-header,
.results-list__item-brand {

    margin-bottom: 15px;
}



@media(min-width: 600px) {
    .results-list__item-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .results-list__item-brand {
        margin-bottom: 0;
    }

}

.results-list__item-title {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.6rem;
}

.results-list__item-distance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

@media(min-width: 600px) {
    .results-list__item-distance {
        margin-top: 0;
    }
}

.results-list__item-distance--icon {
    display: block;
    margin-right: 15px;
}

.results-list__item-street--icon,
.results-list__item-brand--icon {
    display: block;
    margin-right: 10px;
}

.results-list__item-street,
.results-list__item-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.results-list__item-street {
    margin-bottom: 15px;
    flex-flow: column;
}

.results-list__item-apply {
    border: .1rem solid #00A0E1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2em;
    background-color: #00A0E1;
    color: #fff;
    padding: .8rem 1.6rem;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

.results-list__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-flow: column;

    flex-flow: column
}

@media(min-width: 600px) {
    .results-list__item-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.results-list__item-apply--icon {
    margin: .3rem .3rem .3rem 1rem;
    border-radius: 50%;
    color: #fff;
    width: 1.875rem;
    height: 1.875rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), transform .4s cubic-bezier(.215, .61, .355, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    ;
}

.results-list__item-apply:hover {
    border-color: #005591;
    background-color: #005591;
}

.results-list__item-apply:hover .results-list__item-apply--icon {
    -webkit-transform: translate(.8);
    -ms-transform: translate(.8);
    transform: translate(.8);
}



.results-list__item {
    margin-bottom: 2rem;
    border-bottom: 1px rgb(0 0 0 / 6%) solid;
    padding-bottom: 2rem;
}

.results-list__item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}


.results-list__item-apply--label {
    color: #fff;
    font-weight: 700;
}

.results-header {
    color: #000;
    font-weight: 400;
    font-size: 1.6rem;
}

.results-header__content-total {
    color: #00A0E1;
}

.results-header__content {
    color: #333333;
}

.c-jobs-pagination .pagination.mobile {
    display: none;
}

.c-jobs-pagination .page-links {
    padding: 1rem 2rem;
    background: #fff;
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

@media(min-width: 1000px) {
    .c-jobs-pagination .page-links {
        margin-right: 30px;
    }
}

.c-jobs-pagination .page-link.page-link-next,
.c-jobs-pagination .page-link.page-link-last,
.c-jobs-pagination .page-link.page-link-first,
.c-jobs-pagination .page-link.page-link-previous {
    height: 2.4rem;
    width: 2.4rem;
    background: #00A0E1;
    color: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 .8rem;
}

.c-jobs-pagination .page-link.page-link-first.not-selectable,
.c-jobs-pagination .page-link.page-link-next.not-selectable,
.c-jobs-pagination .page-link.page-link-previous.not-selectable,
.c-jobs-pagination .page-link.page-link-last.not-selectable {
    opacity: 0.5;
    cursor: not-allowed;
    display: none;
}

.c-jobs-pagination .page-links>a {
    cursor: pointer;
    margin: 0 0.5rem;
    color: #002D5A;
    font-size: 1.4rem;
    text-decoration: none;
}

.c-jobs-pagination .page-links>a:hover,
.c-jobs-pagination .page-link.current-page.not-selectable {
    color: #005591;
}

.c-jobs-pagination .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media(max-width: 1000px) {
    .c-jobs-pagination .pagination {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.c-main-hero-search__location-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-main-hero-search__location-drop {
    width: 100%;
}





.c-jobs-current-location {
    margin-bottom: 2rem;
}

.results-container {
    position: relative;
}


.c-jobs-filter .filter-category-container .filter-options-list-container .filter-options-list input[type="checkbox"] {
    float: right;
    width: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}


.advanced-search-container.c-jobs-filter .filter-category-container .filter-options-list-container .filter-options-list {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 15px 0;
}


.c-jobs-filter .filter-category-container .filter-options-list-container .filter-options-list label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em;
}

.advanced-search-container.c-jobs-filter .filter-category-container .filter-options-list-container .filter-options-list label>.option-value {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list .option-value {
    font-size: 14px !important;
}

.advanced-search-container.c-jobs-filter .filter-category-container .filter-options-list-container .filter-options-list .option-value.count {
    margin-left: 20px;
    background-color: #F3F3F4;
    padding: 3px;
    border-radius: .5rem;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), transform .4s cubic-bezier(.215, .61, .355, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    ;

}

.advanced-search-container.c-jobs-filter .filter-category-container {
    background-color: #fff;
    color: #002D5A;
    margin: 1.6rem 0 !important;
}

.advanced-search-container.c-jobs-filter .filter-category-container .filter-header {
    padding: 1.2rem 0;
}

.advanced-search-container .filter-category-container .filter-header .filter-title {
    color: #002D5A;
}

.c-jobs-filter .reset-filters {
    text-align: right;
}

.c-jobs-filter .reset-filters a {
    text-decoration: underline;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.c-jobs-filter .reset-filters a,
.c-jobs-filter .reset-filters a:hover {
    color: #fff;
}

.c-jobs-pagination {
    margin: 30px 0;
    display: block;
    position: relative;
}

.c-jobs-pagination .page-size {
    display: none;

}

.c-jobs-filter__link-wrapper {
    padding: 1.6rem 0 0 0;
    margin: 1.6rem 0 0 0;
    border-top: solid .1rem #D2E1EB;
}

.c-jobs-filter__link-wrapper,
.c-jobs-filter__link {
    color: #fff;
}

.c-jobs-filter__link:hover {
    color: #D2E1EB;
}


@media(min-width: 1000px) {
    .c-jobs-pagination .page-size {
        background-color: #E8F0F5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

}




/* ==========================================================================
Expired 
========================================================================== */

.expired-job-message-container .expired-job-message {
    border-top: 0px;
    border-bottom: 4px solid #24272a;
    color: #333333;
    background: #fff;
    padding: 3.2em 1.2em;
    text-align: center;
}


.expired-job-message__button,
.expired-job-joblist__button {
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    display: inline-block;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2em;
    background-color: #24272a;
    padding: 15px 45px;
    position: relative;
    border-radius: 0.5rem;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}



.expired-job-message__button--label,
.expired-job-joblist__button--label {
    font-weight: bold;
    color: #fff;
}

.expired-job-joblist__button {
    display: block;
    border-radius: 0;
    text-align: center;
    margin: 0 auto;
}

.expired-job-joblist__button:hover,
.expired-job-message__button:hover {
    background-color: #333333;
}

/* EMAIL UPDATES */

#company-follow.company-follow * {
    font-family: "LindeDax", sans-serif !important;
}

#company-follow .company-follow-container .leader {
    font-size: 1.3rem !important;
    font-weight: 700;
    background-color: #005591 !important;
}

/* .c-main-hero-search__keyword .keyword-search__input::before {
    content: "\f002";
    font: 900 14px / 1 "Font Awesome 6 Free";
    display: block;
    color: #000;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    z-index: 2;
} */

.c-job-main .keyword-search__icon-container {
    width: fit-content;
    height: fit;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    right: 1.5rem !important;
}

.c-job-main .keyword-search__icon-container svg {
    width: 2.4rem;
    height: 2.4rem;
}

.results-list__item-street--more-locations__wrapper {
  /* gap: 5px !important; */
  font-weight: bold;
  font-style: italic;
}
.c-job-main .results-list__item-info>div>div {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5px;
}

[data-react-component="jobs-filter"] .advanced-search-container {
    width: 100%;
    max-width: 350px;
    display: inline-block
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-group {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-group>* {
    display: block;
    width: 100%;
    margin: 0
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header {
    position: relative;
    background-color: #fff;
    color: #555555;
    padding: 12px 20px 12px 12px;
    cursor: pointer;
    font-size: 16px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header.open::after {
    border-top-color: transparent;
    border-bottom-color: #555555;
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%)
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header::after {
    content: "";
    border: 6px solid transparent;
    border-top-color: #555555;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%)
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header .filter-title {
    margin-right: 20px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
    -o-transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
    transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
    position: relative;
    display: none;
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container.is-expanded {
    -webkit-transition: max-height 300ms ease-in;
    -o-transition: max-height 300ms ease-in;
    transition: max-height 300ms ease-in;
    max-height: 500px;
    display: block;
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list {
    max-height: 200px;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    list-style-type: none;
    margin: 0
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list .option-value {
    color: #555555;
    font-size: 16px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list div {
    position: relative
}

[data-react-component="jobs-filter"] .reset-filters {
    padding: 10px 0;
    clear: left
}

.c-job-main .c-jobs-filter .filter-option .option-value.text {
    flex: 1;
}

.c-main-hero-search .location-search__input-icon--pin {
    font: normal normal normal 14px / 1 FontAwesome;
    z-index: 1;
    color: #000;
}

.c-main-hero-search .location-search .icon-container {
    position: absolute;
    right: 1.5rem !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.c-main-hero-search .location-search .icon-container>span {
    display: flex;
}

.c-job-main .c-main-hero-search__location-label {
    display: none;
}

.c-job-main .filter-option {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.c-job-main .filter-option .option-value.text {
    flex: 1;
}


.autocomplete__input {
    width: 100%;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    border: none;
}

.page-size_text {
    display: none;
}




.jobs-sort-by[data-react-component="jobs-sort-by"] .jobs-sort-by_select_display,
.jobs-radius[data-react-component="jobs-radius"] .jobs-radius_select_display {
    border: none;
    width: 10rem;
    background-color: #80808024;
}

.jobs-radius_select_display_text,
.jobs-sort-by_select_display_text {

    width: 100%;
}

.jobs-radius[data-react-component="jobs-radius"] .jobs-radius_select_display_icon,
.jobs-sort-by[data-react-component="jobs-sort-by"] .jobs-sort-by_select_display_icon {
    display: none;
}

.jobs-radius[data-react-component="jobs-radius"] .c-jobs-radius,
.jobs-sort-by[data-react-component="jobs-sort-by"] .c-jobs-sortby {
    justify-content: space-between;
}

.jobs-radius[data-react-component="jobs-radius"] .c-jobs-radius>div,
.jobs-sort-by[data-react-component="jobs-sort-by"] .c-jobs-sortby>div {
    width: auto;
}


.c-main-hero-search .keyword-search__input .autocomplete,
.c-main-hero-search .location-search-input .autocomplete {
    width: 100%;
    height: 100%;
    position: unset;
}

.c-main-hero-search .keyword-search__input .autocomplete .autocomplete__suggestion.menu,
.c-main-hero-search .location-search-input .autocomplete .autocomplete__suggestion.menu {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #ffffff;
    color: #000000;
    padding: 0;
    z-index: 99;
    border-radius: 0.5rem;
    box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}

.c-main-hero-search .keyword-search__input .autocomplete .autocomplete__suggestion.menu label,
.c-main-hero-search .location-search-input .autocomplete .autocomplete__suggestion.menu label {
    display: block;
    padding: 1rem 2rem;
    transition: background-color 0.2s;
}

.c-main-hero-search .keyword-search__input .autocomplete .autocomplete__suggestion.menu label:hover,
.c-main-hero-search .location-search-input .autocomplete .autocomplete__suggestion.menu label:hover {
    background-color: #d3d3d3;
}

.c-main-hero-search .keyword-search__input .icon-container,
.c-main-hero-search .location-search-input .icon-container {
    background: transparent;
}

.c-main-hero-search .keyword-search__input .icon-container .location-search__icon-left,
.c-main-hero-search .location-search-input .icon-container .location-search__icon-left {
    display: none;
}

.c-main-hero-search .keyword-search__input .keyword-search__icon-container {
    /* display: none; */
    background-color: transparent;
}

.c-main-hero-search .location-search-input .keyword-search__icon-container {
    position: relative !important;
    background: transparent;
}

.c-main-hero-search .keyword-search__input .keyword-search__icon-container svg,
.c-main-hero-search .location-search-input .keyword-search__icon-container svg {
    height: 2rem;
    width: 2rem;
    fill: #000;
}

/* Focus styles for interactive elements */
a:focus-visible,
button:focus-visible,
/* input:focus-visible, */
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid #007acc !important;
    outline-offset: 2px !important;
}

/* Optional: fallback for browsers that don't support :focus-visible */
a:focus,
button:focus,
/* input:focus, */
select:focus,
textarea:focus {
    outline: 3px solid #ffbf47;
    outline-offset: 2px;
}

/* Hide focus outline if not keyboard navigating */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
/* input:focus:not(:focus-visible), */
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
    outline: none;
}

.c-main-hero-search__keyword-label {
    display: none;
}

.c-job-main .location-search {
    margin-top: 10px;
}

.card.primary-color .results-list.front {
    list-style-type: none;
}

.reset-filters__buton {
    color: white;
    text-decoration: underline;
}


.pagination__list {
  display: flex;
    gap: 1rem;
    list-style: none;
}

.pagination__list li a {
  text-decoration: none;
}