.c-jobs {
    width: 100%;
    padding: 0rem 1.5rem 4rem;
    max-width: none;
}

@media screen and (min-width: 768px) {
    .c-jobs {
        padding: 0 3.5rem 6rem;
    }
}

@media screen and (min-width: 1024px) {
    .c-jobs {
        padding: 0 4.5rem 6rem;
    }
}

.c-job-main {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
}

@media screen and (min-width: 1024px) {
    .c-job-main {
        flex-direction: row;
        gap: 4.5rem;
    }
}

.c-job-main__left {
    background-color: #27282D;
    color: #fff;
    padding: 3.2rem 1.5rem;
}

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

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

.c-job-main__left-inner {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

@media screen and (min-width: 1024px) {
    .c-job-main__right {
        flex-grow: 1;
    }
}

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

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

.c-job-main__sorting {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .c-job-main__sorting {
        flex-direction: row;
        justify-content: space-between;
    }
}

.c-job-main__sorting-left .results-header {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

/*.c-job-main__sorting-right .c-jobs-sortby {*/
/*    width: -moz-fit-content;*/
/*    width: fit-content;*/
/*    background-color: #fff;*/
/*    font-family: "Open Sans", sans-serif;*/
/*    font-weight: 300;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 0.8rem;*/
/*    padding: 0.8rem 2.4rem;*/
/*    border: 0.15rem solid #D03F43;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.c-job-main__sorting-right .c-jobs-sortby .Select {
    width: 13rem;
}

.c-job-main__sorting-right .c-jobs-sortby .Select.is-open .Select-control {
    background-color: #fff !important;
}

/*.c-job-main__sorting-right .c-jobs-sortby .Select .Select-control {*/
/*    color: #0A2D44;*/
/*    font-family: "Open Sans", sans-serif;*/
/*    font-weight: 700;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    border: none !important;*/
/*    background-color: #fff !important;*/
/*}*/
.c-job-main__sorting-right .c-jobs-sortby .Select .Select-value-label {
    color: #0A2D44;
}

.c-jobs-search {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

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

.c-jobs-search__keyword {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    color: #fff;
}

.c-jobs-search__keyword-label {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.autocomplete__input {
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    border: none;
}

.c-jobs-search__keyword .keyword-search__input {
    padding: 1.6rem 2.4rem;
    background-color: #fff;
    border: 0.15rem solid #0A2D44;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    transition: ease all 0.5s;
}


.c-jobs-search__keyword .keyword-search__input-icon--search {
    color: #000;
}

.c-jobs-search__button {
    background-color: #D03F43;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    transition: ease all 0.5s;
    border: 0.2rem solid #D03F43;
    margin-top: 1.6rem;
}

.c-jobs-search__button-search {
    padding: 1.2rem 2.5rem;
    width: 100%;
    background-color: #D03F43;
    color: white;
    transition: ease all 0.5s;
    border: none;
}

.c-jobs-search__button:hover,
.c-jobs-search__button:focus {
    background-color: #ffffff;
}

.c-jobs-search__button:hover .c-jobs-search__button-search,
.c-jobs-search__button:focus .c-jobs-search__button-search {
    color: #D03F43;
    background-color: #ffffff;
}

.c-jobs-search__location i {
    color: #000;
}

.c-jobs-search__location-content {
    display: flex;
    padding: 1.6rem 2.4rem;
    background-color: #fff;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    border: 0.15rem solid #0A2D44;
    transition: ease all 0.5s;
}

.c-jobs-search__location-content:focus-within {
    border: none;
}

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

.c-jobs-search__location-drop input {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    border: none;
    color: #000;
    font-weight: normal;
}

.c-jobs-search__location-drop .menu {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    background: #F6F6F6;
    color: #000;
    width: 100%;
    transition: all ease-in 0.6s;
    padding: 2.8rem;
    z-index: 1;
}

.c-jobs-search__location-drop .menu .location-item:hover {
    background: rgba(0, 0, 0, 0);
    color: #D03F43;
}

.c-jobs-search__location-drop .menu .location-item--hightlight {
    background: rgba(0, 0, 0, 0);
    color: #D03F43;
}

.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-jobs-search {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: normal;
    width: 100%;
    padding: 2rem;
    border: none;
    background-color: #0A2D44;
    position: relative;
    z-index: 3;
    max-width: 123.4rem;
}

@media screen and (min-width: 768px) {
    .-horizontal.c-jobs-search {
        flex-direction: row;
        align-items: flex-end;
    }
}

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

.-horizontal.c-jobs-search .c-jobs-search__keyword-label {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: none;
    color: #fff;
}

.-horizontal.c-jobs-search .c-jobs-search__location.location-search {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    flex-grow: 1;
}

.-horizontal.c-jobs-search .c-jobs-search__location-label {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: none;
    color: #fff;
}

.-horizontal.c-jobs-search .c-jobs-search__location-drop .menu {
    background: #F6F6F6;
    color: #000;
    transform: translateY(calc(100% + 1.8rem));
    border: 1px solid #f5f5f5;
}

.-horizontal.c-jobs-search .c-jobs-search__location-drop .menu .location-item:hover {
    background: rgba(0, 0, 0, 0);
    color: #D03F43;
}

.-horizontal.c-jobs-search .c-jobs-search__location-drop .menu .location-item--hightlight {
    background: rgba(0, 0, 0, 0);
    color: #D03F43;
}

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

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

.-horizontal.c-jobs-search .c-jobs-search__button-search {
    border: 0.2rem solid #D03F43;
    transition: ease all 0.5s;
    color: #fff;
    background: #D03F43;
}

.-horizontal.c-jobs-search .c-jobs-search__button-search:hover {
    border: 0.2rem solid #267DBF;
    color: #fff;
    background: #267DBF;
}

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

.jobs-current-searches__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.c-jobs-filter .filter-category-container {
    background-color: #fff;
    border: 0.15rem solid #0A2D44;
    margin-bottom: 0.8rem;
}

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

.c-jobs-filter .filter-header {
    padding: 1.6rem 2.4rem;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    background-color: rgba(0, 0, 0, 0) !important;
}

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

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

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

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

.c-jobs-filter .reset-filters a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #D03F43;
}

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

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

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

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

.c-jobs-list-only .results-list__item {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 2.4rem 0;
    border-bottom: 0.1rem solid #000;
    background-color: #fff;
    gap: 1.8rem;
}

.c-jobs-list-only .results-list__item-header a {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000;
    display: inline-block;
    max-width: 80%;
}

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

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

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

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

.c-jobs-list-only .results-list__item-street--label,
.c-jobs-list-only .results-list__item-brand--label {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #55616C;
}

.c-jobs-list-only .results-list__item-apply {
    padding: 1rem 2.2rem;
    background-color: #D03F43;
    border: 0.2rem solid #D03F43;
    text-decoration: none;
    transition: ease all 0.5s;
    margin-top: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .c-jobs-list-only .results-list__item-apply {
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        height: -moz-fit-content;
        height: fit-content;
    }
}

@media screen and (min-width: 1024px) {
    .c-jobs-list-only .results-list__item-apply {
        position: absolute;
        top: 50%;
        bottom: 0;
        right: 0;
        height: -moz-fit-content;
        height: fit-content;
        transform: translateY(-50%);
    }
}

.c-jobs-list-only .results-list__item-apply:hover,
.c-jobs-list-only .results-list__item-apply:focus {
    background-color: #fff;
    border: 0.2rem solid #D03F43;
    color: #D03F43;
}

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

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

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

.c-jobs-list-only .results-list__item-apply--label {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.c-jobs-list-only .results-list__item-apply--icon {
    display: none;
}

.results-list__item-apply:hover .results-list__item-apply--icon {
    color: #fff;
}

.c-jobs-list-only .results-list__item-apply--icon>svg>g>g,
.c-jobs-list-only .results-list__item-apply--icon>svg>path {
    transition: ease all 0.5s;
    fill: currentColor;
}

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

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

.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: #D03F43;
    color: #fff;
    border: 0.1rem solid #D03F43;
    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: #267DBF;
    color: #fff;
    border: 0.1rem solid #267DBF;
}

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


.c-jobs-search__keyword .keyword-search__input::before {
    content: "\f002";
    font: 900 1em / 1 "Font Awesome 6 Free";
    display: block;
    color: #000;
}

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

[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
}

[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-jobs-search .location-search__input-icon--pin {
    font: normal normal normal 14px / 1 FontAwesome;
    color: #000;
}

.c-job-main .c-jobs-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;
}

.results-header__content__total {
    color: #D03F43;
}


/* 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 {
    border: none;
    background-color: transparent;
}

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



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