/* ==========================================================================
Kill!
========================================================================== */

#footerpowered,
#cc-expire-alert,
#not-found .o-line,
.application-instructions-header,
.custom-apply-text,
#company-follow,
/* .c-main-hero-search__location.location-search, */
#jobs-list.jobs-list {
    display: none !important;
}
[data-component="first-choice-jobs--home"] {
    font-size: 1.8rem;
}

.z-100 {
    z-index: 100;
}

.mt-\[1\.2rem\] {
    margin-top: 1.2rem;
}

.w-\[4\.86rem\] {
    width: 4.86rem;
}
/* ==========================================================================
Job Page
========================================================================== */
#job-detail .job-description {
    padding-top: 12rem;
}

#job-detail .primary-background-color-lighter:hover,
#job-detail .primary-background-color-lighter:focus {
    background-color: #E60F1A;
    color: #fff;
}

#job-detail .secondary-color {
    color: #fff;
}

#job-detail .primary-background-color {
    background-color: rgb(100 101 101);
}

#job-detail .ApplyButton:not(.CustomTop) {
    background-color: rgb(100 101 101)
}

#job-detail .ApplyButton:not(.CustomTop):hover {
    background-color: #E60F1A;

}

#job-detail .job-description .apply-with-jobing-component .jobing-icon {
    fill: #fff;
}

#job-detail .job-addl-info .map-button:hover,
#job-detail .job-addl-info .job-share-button:hover {
    color: #ffffff;
    background-color: #E60F1A;
}

/* ==========================================================================
Job Detail
========================================================================== */

body:not(#company-profile-main) .o-loader {
    display: none
}

.job-title {
    font-size: 4.8rem;
    margin-bottom: 1.44rem;
    font-weight: 900;
}a

body.page-jobs {
    background: #F9F9F9
}

#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-size: 2.4rem;
}

#job-detail .job-description .apply-button,
#job-detail .job-description .map-button, 
#job-detail .job-description .job-share-button {
    font-size: 1.92rem;
}

/* ==========================================================================
Hero Search Box
========================================================================== */

[data-component="first-choice-jobs--home"] {
    background-color: #fff;
    margin-top: 4.8rem;
}

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

[data-react-component="search-box"] {
    position: relative;
    display: block;
    background-color: #F4F4F4;
    padding: 3.6rem 2.4rem;
    width: 100%;
}

.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;
    padding-bottom: 1.8rem;
}

.c-main-hero-search>div:last-child:not(.location-permission-modal) {
    padding-bottom: 0;
}

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


.c-main-hero-search input {
    background-color: #fff;

    padding: 1.2rem;
    padding-left: 4rem;
    color: #333333;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 2.5rem;
}



.c-main-hero-search .location-search--has-value input[aria-expanded="true"] {
    border-radius: 0.5rem 0.5rem 0 0;
}

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

.c-main-hero-search .c-main-hero-search__button-search {
    background-color: #E60F1A;
    color: #fff;
    padding: 1.2rem;
    font-weight: bold;
    border-radius: 4.8rem;
    margin-top: 1.2rem;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.c-main-hero-search .c-main-hero-search__button-search:hover {
    background-color: #cd0c16;
    text-decoration: underline;
    color: #fff;
}

.c-main-hero-search .c-main-hero-search__button-search:active {
    -webkit-transition: 0s all ease-in-out;
    -o-transition: 0s all ease-in-out;
    transition: 0s all ease-in-out;
}

[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 1rem 1rem;
    background: #fff;
    padding: 2rem;
    position: absolute;
    overflow: auto;
    max-height: 18rem;
    height: auto;
    z-index: 2;
    top: 100%;
    -webkit-box-shadow: 0rem 0.7rem 2rem #00000014;
    box-shadow: 0rem 0.7rem 2rem #00000014;
    border-top: 0.1rem solid rgb(41 41 41 / 15%);
    width: 100%;
}

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

.c-main-hero-search .c-main-hero-search__keyword-input, .c-main-hero-search .c-main-hero-search__location-drop input {
    width: 100%;
}

.custom-search-box .location-search .location-item {
    padding: 0.6rem;
    text-align: left;
}

.custom-search-box .location-search .location-item {
    margin: 0.5rem;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.custom-search-box .location-search .location-item.location-item--hightlight {
    background-color: #fff;

}

.custom-search-box .location-search .location-item label {
    margin: 0 auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;


}

.custom-search-box .location-search .location-item__icon {
    position: relative;
    margin-left: 1.5rem;
}

.custom-search-box .location-search .location-item__icon::before {
    content: '';
    display: block;
    background-color: #E60F1A;
    background-image: url(https://d3s68wjo6828fe.cloudfront.net/oms/4216/image/2025/8/RXQ0H_iconNJ37jH/iconNJ37jH.png);
    position: relative;
    width: 3rem;
    height: 3rem;
    background-size: 60%;

    background-repeat: no-repeat;
    background-position: center
}

.location-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

}

.location-item__zip:after {
    content: '-';
    margin: 0 0.3rem;
}

[data-react-component="location-permission-request"] {
    display: none;
}


@media(min-width: 1024px) {
    [data-react-component="location-permission-request"] {
        position: absolute;
        bottom: 0;
        z-index: 999;
        max-width: 100%;
        width: 50%;
        display: block;
    }
}

.location-permission-modal {
    padding: 2.16rem;
    background-color: #E60F1A;
    border-radius: 1rem;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.location-permission__description {
    color: #fff;
    width: 100%;
}


.location-permission__description h1 {
    font-size: 2.1rem;
}

.location-permission__close-button {
    position: absolute;
    top: -1rem;
    right: -1rem;
    background-color: #fff;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

.location-permission__localte-me-button {
    background-color: #fff;

    padding: 0.9rem;
    font-weight: normal;
    font-size: 1.4rem;
}

.location-permission__description>p:first-child {
    margin-bottom: 1rem;
}


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

[data-react-prop-horizontal="true"] {
    width: calc(100% - 3.6rem);
    margin: 0 auto;
    /* margin-top: -3.6rem; */
    padding: 1.2rem;
    margin-bottom: 6rem;
}

@media(min-width: 1024px) {
    [data-react-prop-horizontal="true"] {
        width: calc(100% - 10.8rem);
        max-width: 144rem;
    }

    [data-react-prop-horizontal="true"] .location-permission__description {
        text-align: center;

    }
}

.c-main-hero-search.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: 1024px) {
    .c-main-hero-search.c-main-hero-search__horizontal {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

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

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



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

}

@media(min-width: 1024px) {
    .c-main-hero-search.c-main-hero-search__horizontal>div:not(.location-permission-modal) {
        width: auto;
        margin: 0 1rem 0 0.5rem;
    }



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

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

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


}


.c-job-main {
    width: calc(100% - 3.6rem);
    margin: 0 auto;
    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: 1024px) {
    .c-job-main {
        width: calc(100% - 10.8rem);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        max-width: 144rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.c-job-main__left {
    padding: 2.4rem;
    background-color: #333333;
}

.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;

}


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

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

    .c-job-main>div:nth-child(2) {
        width: calc(70% - 4rem);
        -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: 2.4rem;
}

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

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

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


.jobs-current-searches__title {
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    color: #fff;
    text-transform: capitalize;
}

.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: 10rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 0.5rem 1.5rem;*/
    margin: 0 0.5rem 1rem 0;

    border: solid 0.2rem rgba(182, 184, 185, 0.29);
    height: auto;

}

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

.jobs-current-searches__tag-close {
    background-color: #6F6F6F;
    margin: 0.3rem 0.3rem 0.3rem 1.2rem;
    border-radius: 50%;
    color: #fff;
    width: 1.89rem;
    height: 1.89rem;
    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: 1rem;
    height: 1rem;
}




.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: 768px) {
    .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: 1.2rem;
    }
}

@media(min-width: 1024px) {
    .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: 100rem) {*/
/*    .c-job-main__sorting-right > div:nth-child(1) {*/
/*    margin-right: 3rem;*/
/*}*/

/*}*/

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



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

[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: 0.5rem 2rem;
    /* border-radius: 2rem */
}

@media(max-width: 1023px) {

    [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: 13rem;
    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: 2.4rem;
}

@media(min-width: 1024px) {
    .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 {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2.4rem;
    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: 1.2rem;
    border-bottom: rgb(143 146 161 / 25%) 0.1rem 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: 1.2rem;
}

.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: 1.2rem;
    position: relative;
}

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

    line-height: 1.2em;
    background-color: #E60F1A;
    padding: 1.025em 2.5em;
    position: relative;
    border-radius: 0.6rem;
    -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: 50rem;
    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: 1.5rem;
}



@media(min-width: 768px) {
    .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: 2.5rem;
    }

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

}

.results-list__item-title {
    font-weight: bold;
    color: #333333;
    font-size: 1.8rem;
}

.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: 1rem;
}

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

.results-list__item-distance--icon {
    display: block;
    margin-right: 1.5rem;
}

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

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

.results-list__item-street {
    margin-bottom: 1.5rem;
}

.results-list__item-apply {
    border: 0.2rem solid rgba(182, 184, 185, 0.29);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    -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: #fff;
    color: #000;
    padding: 0.5rem 1.5rem;
    position: relative;
    border-radius: 2.4rem;
    -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: 768px) {
    .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: 0.3rem 0.3rem 0.3rem 1.2rem;
    background-color: #E60F1A;
    border-radius: 50%;
    color: #fff;
    width: 2.25rem;
    height: 2.25rem;
    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 .results-list__item-apply--icon {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    background-color: #cd0c16;
}



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

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


.results-list__item-apply--label {
    color: #000;
    font-weight: bold;
}

.results-header {
    color: #6D7278;
    font-weight: bold;
    font-size: 1.6rem;
}

.results-header__content-total {
    color: #E60F1A;
}

.results-header__content {
    color: #333333;
}

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

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

}

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

.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: #f3f3f4;
    color: #333333;
    border-radius: 2.4rem;
    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 0.5rem;
}

.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.6rem;
    color: #000;
}

.c-jobs-pagination .page-link.current-page.not-selectable {
    color: #E60F1A;
}

.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: 1023px) {
    .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: 2.4rem;
}

.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: 1.5rem 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: 2rem;
    -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: 1.4rem !important;
}

.advanced-search-container.c-jobs-filter .filter-category-container .filter-options-list-container .filter-options-list .option-value.count {
    margin-left: 2rem;
    background-color: #F3F3F4;
    padding: 0.3rem;

    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;

    margin: 1.2rem 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: #6D7278;
}

.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: 3rem 0;
    display: block;
    position: relative;
}

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

}

@media(min-width: 1024px) {
    .c-jobs-pagination .page-size {
        background-color: #fff;
        border-radius: 20rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.2rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}



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

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


.expired-job-message__button,
.expired-job-joblist__button {
    border: 0.1rem solid rgba(255, 255, 255, 0.2);
    margin-top: 3rem;
    display: inline-block;
    font-size: 1.6rem;
    -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: 1.5rem 4.5rem;
    position: relative;
    border-radius: 0.6rem;
    -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;
}







#location-list .c-header-navigation,
#PFoot,
#location-description #CompHTMLTop {
    display: none;

}

#location-description {
    background: url(https://d3s68wjo6828fe.cloudfront.net/oms/4216/image/2025/8/7GQU4_texture-slateccg1vB/texture-slateccg1vB.png) 0 0 repeat #262524;

}

/*---------------------------------*/

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

#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-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.92rem;
}

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

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

.c-main-hero-search__keyword .keyword-search__input::before {
  content: "\f002";
  font: 900 1em / 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;
}

.c-job-main .results-list__item-info>div>div {
  display: flex;
  align-items: center;
  gap: 20px;
}

[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;
  color: #000;
  z-index: 1;
}

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

.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: flex;
  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;
}


.reset-filters__buton {
  color: white;
}

.reset-filters__buton:hover {
  text-decoration: underline;
}

.pagination__list {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-flow: wrap;
    padding: 0;
}