.page-jobs .c-jobs {
    margin-bottom: 60px;
}

.c-jobs {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .c-jobs {}
}

@media screen and (min-width: 1024px) {
    .c-jobs {}
}

.c-jobs * {
    box-sizing: border-box;
}

.c-job-main {
    display: flex;
    flex-direction: column;
    position: relative;
}

.page-jobs .c-job-main {
    gap: 5rem;
}

.c-job-main__left {
    background-color: #DD1A31;
    color: #fff;
    padding: 3.2rem;
    height: -moz-fit-content;
    height: fit-content;
}

@media screen and (min-width: 768px) {
    .c-job-main__left {
        padding: 3.2rem;
    }
}

@media screen and (min-width: 1024px) {
    .c-job-main__left {}
}

.c-job-main__left-inner {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    max-width: 989px;
    margin: 0 auto;
}

.page-jobs .c-job-main__left-inner {
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    .c-job-main__left-inner {
        position: relative;
    }
}

/*.c-job-main__left-inner > div:nth-child(1) {*/
/*    order: 2;*/
/*}*/
@media screen and (min-width: 768px) {
    .c-job-main__left-inner>div:nth-child(1) {
        position: absolute;
        width: 5.6rem;
        height: 5.6rem;
        right: 0;
        top: 0;
    }

    .c-job-main__left-inner>div:nth-child(1) .c-main-hero-search__button-search {
        padding: 0;
    }
}

/*.c-job-main__left-inner > div:nth-child(2) {*/
/*    order: 3;*/
/*}*/
/*.c-job-main__left-inner > div:nth-child(3) {*/
/*    order: 1;*/
/*}*/
.c-job-main__right {
    max-width: 100rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.c-job-main__right .results-header {
    color: #666;
}

.c-job-main__right .results-header__content-total {
    color: #DD1A31;
}

.c-job-main__right .share-jobs__no-results {
    font-size: 1.6rem;
    color: #111111;
}

.c-job-main__sorting {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-flow: column;

}

@media screen and (min-width: 768px) {
    .c-job-main__sorting {
        flex-direction: row;
        align-items: center;
    }
}

@media screen and (min-width: 1024px) {
    .c-job-main__sorting {
        flex-flow: row;
        align-items: center;
    }
}

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

@media screen and (min-width: 1024px) {
    .c-job-main__sorting-left {
        margin-bottom: 0;
    }
}

.c-job-main__sorting-left .results-header {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 4rem;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin: 0;
}

.c-job-main__sorting-right {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .c-job-main__sorting-right {
        flex-flow: row;
        justify-content: start;
    }

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

@media screen and (min-width: 1024px) {
    .c-job-main__sorting-right {
        justify-content: space-between;
        width: auto;
    }

    .c-job-main__sorting-right>div {
        margin-bottom: 1rem;
    }

}

.c-job-main__sorting-right .c-jobs-sortby,
.c-job-main__sorting-right .c-jobs-radius {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #dddddd;
    display: none;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
    display: none;
    flex-direction: row;
    gap: 0.8rem;
    padding: 0.8rem 2.4rem;
    border: none;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
}

.c-job-main__sorting-right .c-jobs-sortby .Select,
.c-job-main__sorting-right .c-jobs-radius .Select {
    width: 13rem;
}

.c-job-main__sorting-right .c-jobs-sortby .Select .Select-value-label,
.c-job-main__sorting-right .c-jobs-radius .Select .Select-value-label {
    color: #111111;
}

.c-main-hero-search {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .c-main-hero-search {
        height: 100%;
        gap: 0;
    }
}

.c-main-hero-search input:focus,
.c-main-hero-search input:active {
    outline: none;
}

.c-main-hero-search__keyword {
    display: none;
    flex-direction: column;
    gap: 0;
    color: #fff;
}

.c-main-hero-search__keyword-label {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    display: none;
    color: #fff;
}

.c-main-hero-search__keyword-input {
    width: 100%;
    color: #111111;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.8rem;
    border: none;
}

.c-main-hero-search__keyword .keyword-search__input {
    padding: 1.6rem 2.4rem 1.6rem 5rem;
    background-color: #fff;
    border-radius: 0.8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    transition: ease all 0.5s;
}

@media screen and (min-width: 768px) {
    .c-main-hero-search__keyword .keyword-search__input {
        border-right: 0.1rem solid #DD1A31;
    }
}

.c-main-hero-search__keyword .keyword-search__input-icon--search {
    color: #111111;
}

@media screen and (min-width: 768px) {
    .c-main-hero-search__button {
        height: 100%;
    }
}

.c-main-hero-search__button-search {
    max-width: none;
    width: 100%;
    margin: 0;

    background-color: #FFF;
    color: #DD1A31;
    height: 58px;
    transition: all .2s ease;
    border: 0;
    display: block;
    font-size: 16px;
    font-weight: ;
}

@media screen and (min-width: 768px) {
    .c-main-hero-search__button-search {
        width: 100%;
        max-width: 200px;
    }
}



.c-main-hero-search__button:hover,
.c-main-hero-search__button:focus {
    background-color: #654321;
    border: none;
    box-shadow: 0.1rem 0.2rem 1rem rgba(0, 0, 0, 0.25);
}

.c-main-hero-search__button:hover .c-main-hero-search__button-search,
.c-main-hero-search__button:focus .c-main-hero-search__button-search {
    color: #fff;
    background-color: #654321;
}

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

.c-main-hero-search__location i {
    color: #111111;
}

.c-main-hero-search__location-content {
    display: flex;
    padding: 1.6rem 2.4rem;
    background-color: #fff;
    border-radius: 0.8rem;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;

    transition: ease all 0.5s;

    position: relative;
}

@media screen and (min-width: 768px) {
    .c-main-hero-search__location-content {
        border-right: 0.1rem solid #DD1A31;
    }
}


.c-main-hero-search__location-drop {
    flex-grow: 1;
}

.c-main-hero-search__location-drop input {
    width: 100%;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.8rem;
    border: none;
    color: #111111;
}

.c-main-hero-search__location-drop .menu {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 180%;
}

.c-main-hero-search__location-drop .menu .location-item {
    padding: 0.5rem 1.5rem;
}

.c-main-hero-search__location-drop .menu .location-item:not(:first-child) {
    margin-top: 0.5rem;
}

.c-main-hero-search__location-drop .menu .location-item:hover {
    background: #dddddd;
    color: #111111;
}

.c-main-hero-search__location-drop .menu .location-item__text {
    display: flex;
    width: 100%;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: flex-end;
}

.c-main-hero-search__location-drop .menu .location-item__zip::after {
    content: "-";
    margin: 0 0.3rem;
}

.c-main-hero-search__location-drop .menu .location-item--hightlight {
    background: #dddddd;
    color: #111111;
}

.location-search--has-value .c-main-hero-search__location-drop input[aria-expanded=true]+.menu {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    transform: translateY(100%);
    background: #fff;
    color: #111111;
    width: 100%;
    padding: 0.5rem;
    z-index: 1;
    max-height: 19.3rem;
    overflow: auto;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 180%;
}

.horizontal-search-bar {
    z-index: 20;
    position: relative;
}

.horizontal-search-bar::after {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgb(245, 245, 247);
    z-index: -1;
}

@media screen and (min-width: 1024px) {
    .horizontal-search-bar::after {
        top: 4rem;
    }
}

.ssr-search-bar {
    width: 100%;
    padding: 0 2rem;
    height: 31rem;
    margin-top: -18.5rem;
    z-index: 10;
    position: relative;
}

@media screen and (min-width: 768px) {
    .ssr-search-bar {
        padding: 0 4rem;
    }
}

@media screen and (min-width: 1024px) {
    .ssr-search-bar {
        padding: 0 6.4rem;
        height: 13.3rem;
        margin-top: -12.65rem;
    }
}

.-horizontal.c-main-hero-search {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: normal;
    width: 100%;
    padding: 2rem;
    border: none;
    border-radius: 0.4rem;
    background-color: #fff;
    position: relative;
    z-index: 3;
    max-width: none;
}

@media screen and (min-width: 1024px) {
    .-horizontal.c-main-hero-search {
        flex-direction: row;
        align-items: stretch;
        margin-top: -4rem;
    }
}

@media screen and (min-width: 1024px) {
    .-horizontal.c-main-hero-search .c-main-hero-search__keyword {
        flex-grow: 1;
    }
}

.-horizontal.c-main-hero-search .c-main-hero-search__keyword-label {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    display: none;
    color: #fff;
}

.-horizontal.c-main-hero-search .c-main-hero-search__location.location-search {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex-grow: 1;
}

.-horizontal.c-main-hero-search .c-main-hero-search__location-label {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    display: none;
    color: #fff;
}

.-horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu {
    background: #fff;
    color: #111111;
    transform: translateY(calc(100% + 1.8rem));
    border: 0.1rem solid #f5f5f5;
}

.-horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu .location-item:hover {
    background: #dddddd;
    color: #111111;
}

.-horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu .location-item--hightlight {
    background: #dddddd;
    color: #111111;
}

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

@media screen and (min-width: 1024px) {
    .-horizontal.c-main-hero-search .c-main-hero-search__button {
        width: 19rem;
    }
}

.-horizontal.c-main-hero-search .c-main-hero-search__button-search {
    border: none;
    transition: ease all 0.5s;
    color: #fff;
    background: #DD1A31;
}

.-horizontal.c-main-hero-search .c-main-hero-search__button-search:hover {
    border: none;
    color: #fff;
    background: #654321;
}

.jobs-current-searches {
    display: flex;
    flex-direction: column;
}

.jobs-current-searches__title {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    display: none;
    color: #fff;
}

.jobs-current-searches__tag-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
    margin: 0;
}

.jobs-current-searches__tag-item {
    padding: 0.4rem 0.8rem 0.4rem 1.2rem;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    font-size: initial;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
    transition: ease all 0.5s;
    cursor: default;
    color: #0C263A;
    border-radius: 10rem;
    border: 0.1rem solid #fff;
}

.jobs-current-searches__tag-item:hover {
    background-color: #fff;
    color: #0C263A;
    border: 0.1rem solid #0C263A;
}

.jobs-current-searches__tag-item:hover svg>path {
    fill: #111111;
}

.jobs-current-searches__tag-close {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    cursor: pointer;
    width: 1.7rem;
    height: 1.7rem;
    transition: ease all 0.5s;
    background-color: red;
    border-radius: 50%;
}

.jobs-current-searches__tag-close svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.jobs-current-searches__tag-close svg>path {
    fill: #fff;
}

.c-jobs-filter {
    display: flex !important;
    flex-direction: column;
    gap: 1.4rem;
    max-width: none !important;
}

.c-jobs-filter .filter-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .c-jobs-filter .filter-group {
        flex-direction: row;
        align-items: stretch;
        gap: 10px;
        /*width: calc(100% - 5.6rem);*/
        height: auto;
    }
}

.c-jobs-filter .filter-group>h3 {
    display: none !important;
}

.c-jobs-filter .filter-category-container {
    background-color: #fff;
    border: 0.1rem solid #aaaaaa;
    margin-bottom: 0.8rem;
    border-radius: 0;
    flex-basis: 100%;
}

@media screen and (min-width: 768px) {
    .c-jobs-filter .filter-category-container {
        margin-bottom: 0;
    }
}

.c-jobs-filter .filter-category-container:last-child {
    margin-bottom: 0;
}

.c-jobs-filter .filter-category-container .filter-header {
    border-radius: 0;

}

.c-jobs-filter .filter-category-container .filter-options-list-container {
    border-radius: 0;
}

.c-jobs-filter .filter-header {
    padding: 1.6rem 2.4rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #111111;

}

.c-jobs-filter .filter-option label {
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
    color: #111111;
}

.c-jobs-filter .filter-option label>.option-value {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    gap: 0.4rem;
    justify-content: space-between;
}

.c-jobs-filter .filter-options-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.c-jobs-filter .filter-options-list-container {
    padding: 0;
    border-top: none;
}

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

@media screen and (min-width: 768px) {
    .c-jobs-filter .reset-filters {
        text-align: end;
    }
}

.c-jobs-filter .reset-filters a {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-decoration: none;
    color: #fff;
}

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

.c-jobs-list {
    margin-top: 3.4rem;
}

@media screen and (min-width: 1024px) {
    .c-jobs-list {
        margin-top: 0;
    }
}

.c-jobs-list .results-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.c-jobs-list .results-list__item {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 2rem 0;
    border-bottom: 2px solid #FFB718;
    background-color: rgba(0, 0, 0, 0);
    /*gap: 1.8rem;*/
    cursor: pointer;
}

.c-jobs-list .results-list__item-header {
    /*margin-right: 19rem;*/
    width: 100%;
}

.c-jobs-list .results-list__item-header a {
    text-decoration: none;
    font-family: "crete", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 1.2;
    text-transform: capitalize;
    border: none;
    color: #DD1A31;
}

.c-jobs-list .results-list__item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (min-width: 1024px) {
    .c-jobs-list .results-list__item-content {
        flex-direction: row;
        width: 100%;
        align-items: center;
    }
}

.c-jobs-list .results-list__item-street,
.c-jobs-list .results-list__item-brand {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
    align-items: center;
}

.c-jobs-list .results-list__item-street--icon,
.c-jobs-list .results-list__item-brand--icon {
    display: none;
}

.c-jobs-list .results-list__item-street--icon>svg>g>g,
.c-jobs-list .results-list__item-brand--icon>svg>g>g {
    stroke: #0C263A;
}

.c-jobs-list .results-list__item-street--label,
.c-jobs-list .results-list__item-brand--label {
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 4rem;
    color: #0C263A;
}

.c-jobs-list .results-list__item-apply {
    padding: none;
    background-color: rgba(0, 0, 0, 0);
    border: solid 0.1rem #DD1A31;
    border-radius: 3rem;
    text-decoration: none;
    transition: ease all 0.5s;
    margin-top: 1rem;
    padding: 0.5rem 2rem;
    width: -moz-fit-content;
    width: fit-content;
    /*display: none;*/
    flex-direction: row;
    /*gap: 1rem;*/
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 0;
}

@media screen and (min-width: 1024px) {
    .c-jobs-list .results-list__item-apply {
        /*position: absolute;*/

        /*top: 50%;*/
        /*bottom: 0;*/
        /*right: 2.4rem;*/
        height: -moz-fit-content;
        height: fit-content;
        /*transform: translateY(-50%);*/
    }
}

.c-jobs-list .results-list__item-apply:hover,
.c-jobs-list .results-list__item-apply:focus {
    background-color: #DD1A31;
    border: solid 0.1rem #DD1A31;
}

.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--label,
.c-jobs-list .results-list__item-apply:focus .results-list__item-apply--label {
    color: #fff;
}

.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--icon,
.c-jobs-list .results-list__item-apply:focus .results-list__item-apply--icon {
    background-color: rgba(0, 0, 0, 0);
}

.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--icon>svg path,
.c-jobs-list .results-list__item-apply:focus .results-list__item-apply--icon>svg path {
    fill: #fff;
}

.c-jobs-list .results-list__item-apply--label {
    color: #DD1A31;
    transition: ease all 0.5s;

    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.9rem;
    text-transform: capitalize;
}

.c-jobs-list .results-list__item-apply--icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: ease all 0.5s;
}

.c-jobs-list .results-list__item-apply--icon>svg path {
    transition: ease all 0.5s;
    fill: #DD1A31;
}

.c-jobs-list .results-list.front {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.2rem;
}

.c-jobs-list .results-container {
    margin-top: 2rem;
    position: relative;
}

.c-jobs-list .results-container .card>h4 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #5E5454;
}

.c-jobs-pagination {
    margin: 3rem 0;
    display: block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

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

@media screen and (min-width: 1024px) {
    .c-jobs-pagination .page-size {
        background-color: #fff;
        display: flex;
        align-items: center;
        padding: 1.8rem;
        justify-content: center;
        text-align: center;
    }
}

.c-jobs-pagination .page-size:focus-visible {
    outline: none;
}

.c-jobs-pagination .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .c-jobs-pagination .pagination {
        justify-content: flex-start;
    }
}

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

.c-jobs-pagination .page-links .pagination__list {
    background: #fff;
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

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

.c-jobs-pagination .page-links a {
    cursor: pointer;
    margin: 0 0.5rem;
    color: #666666;
}

.c-jobs-pagination .page-link {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    transition: ease all 0.5s;
}

.c-jobs-pagination .page-link:hover {
    text-decoration: none;
    color: #DD1A31;
}

.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: 3.6rem;
    width: 3.6rem;
    background: #fff;
    color: #111111;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    transition: ease all 0.5s;
}

.c-jobs-pagination .page-link.page-link-next:hover,
.c-jobs-pagination .page-link.page-link-last:hover,
.c-jobs-pagination .page-link.page-link-first:hover,
.c-jobs-pagination .page-link.page-link-previous:hover {
    background: #fff;
    color: #DD1A31;
    border: none;
}

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

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

[data-react-prop-classname=c-jobs-sortby]>div,
.c-jobs-radius {
    display: flex;
    align-items: center;
    background-color: #F3f3f4;
    padding: 0.5rem 2rem !important;
    border-radius: 0.4rem;
    width: inherit;
    font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {

    [data-react-prop-classname=c-jobs-sortby]>div,
    .c-jobs-radius {
        margin: 0 auto;
        justify-content: space-between !important;
    }
}

[data-react-prop-classname=c-jobs-sortby]>div .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]>div .Select-control,
.c-jobs-radius .Select-control {
    border: none;
    background: none;
}

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

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



[data-react-component="search-box"] .c-main-hero-search__keyword,
[data-react-component="search-box"] .c-main-hero-search__location {
    display: block;
}


[data-react-component="jobs-radius"] .c-jobs-radius,
[data-react-component="jobs-sort-by"] .c-jobs-sortby {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1rem;

}



@media(min-width: 768px) {
    body [data-component="job"] [data-react-component="search-box"] {
        position: relative;
        width: 100%;
        height: 100%;
    }

    [data-react-component="jobs-radius"] .c-jobs-radius,
    [data-react-component="jobs-sort-by"] .c-jobs-sortby {
        margin-bottom: 0;
    }
}


@media screen and (min-width: 768px) {
    [data-component="job"] .c-main-hero-search {
        height: 100%;
        display: flex;
        flex-flow: wrap;
    }

    [data-component="job"] .c-main-hero-search .c-main-hero-search__keyword,
    .c-main-hero-search .location-search {
        flex: 5
    }

    [data-component="job"] .c-main-hero-search .c-main-hero-search__location {
        flex: 5
    }

    [data-component="job"] .c-main-hero-search .c-main-hero-search__button {
        max-width: 200px;
        width: 100%;
        margin: 0;
    }

}

[data-component="job"] .c-main-hero-search__keyword .keyword-search__input,
[data-component="job"] .c-main-hero-search__location-content {
    border-radius: 0;
}


.c-jobs-current-location {
    font-size: initial;
    margin-bottom: 1rem;
}


[data-component="job"] .c-main-hero-search input {
    text-overflow: ellipsis;
    padding-right: 25px;
}


.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: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

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

}

.results-list__item-title {
    font-weight: bold;
    color: #292929;
}

.results-list__item-distance {
    display: flex;
    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: flex;
}

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

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

.results-list__item-apply {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;

    line-height: 1.2em;
    background-color: #FFBC0D;
    padding: 5px 15px;
    position: relative;
    border-radius: 0.5rem;
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
}

.results-list__item-content {
    display: flex;
    justify-content: space-between;

    flex-flow: column
}

@media(min-width: 600px) {
    .results-list__item-content {
        flex-flow: row;
        align-items: center;
    }
}

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

.results-list__item-apply:hover .results-list__item-apply--icon {
    transform: scale(1.08);
    background-color: #292929;
}



.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: #292929;
    font-weight: bold;
}

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

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

.results-header__content {
    color: #292929;
}

.c-jobs-filter .filter-category-container {
    position: relative;
    background-color: transparent;
    border: 0;
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container {
    position: absolute !important;
    width: 100%;
}

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

body [data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header.open::after {
    border-bottom-color: #DD1A31;
}

[data-react-component="jobs-filter"] .reset-filters {
    padding: 0 !important;
}

.heading-primary {
    font-size: 64px;
    line-height: 56px;
}

@media (min-width: 768px) {
    .heading-primary {
        font-size: 100px;
        line-height: 96px;
    }
}


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

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    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;
    z-index: 1;
    color: #DD1A31;
}

.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);
    overflow: scroll;
}

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

.reset-filters__buton {
    color: #FFF !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    border: none;
    background-color: transparent;
    font-size: 16px;
}

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

.page-jobs .job-banner--custom h3 {
    color: #fff !important;
}


.page-jobs .job-banner--custom a {
    color: #FFB718 !important;
}

.page-jobs .job-banner--custom {
    border-top: 4px solid white;
    max-width: 989px;
    margin: 0 auto;
}

.page-jobs .job-search__title {
    padding-top: 60px;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-align: center;
}


.results-header__content__total {
    color: #DD1A31;
}

.location-search__icon-right svg {
    width: 24px;
    height: 24px;
}