/* Banner fix height */
@media screen and (max-width: 600px) {
    .banner {
        padding: 30px 30px 75px !important;
    }
}

.banner__content {
    max-height: 25vh;
    overflow: auto;
}

#jobs-list {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

.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: 700;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    margin: 0;
}

.c-job-main__sorting-right {
    display: flex;
    /* flex-direction: column; */
    gap: 0.8rem;
}

.c-job-main__sorting-right .c-jobs-sortby,
.c-job-main__sorting-right .c-jobs-radius {
    width: fit-content;
    background-color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.2rem;
    display: flex !important;
    flex-direction: row;
    gap: 0.8rem;
    padding: 0.8rem 2.4rem !important;
    border: 0.2rem solid #477628 !important;
    border-radius: 0 !important;
    justify-content: center;
    align-items: center;
}

.c-job-main__sorting-right .jobs-sort-by_select_display,
.c-job-main__sorting-right .jobs-radius_select_display {
    border: none !important;
}

.c-job-main__sorting-right .jobs-sort-by_select_display_icon,
.c-job-main__sorting-right .jobs-radius_select_display_icon {
    border-left: none !important;
}

.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: #477628;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.2rem;
    border: none !important;
    background-color: #fff !important;
}

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

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

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

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

.c-main-hero-search__keyword-label {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.4rem;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    color: #fff;
    padding-bottom: 1.6rem;
}

.c-main-hero-search__keyword-input {
    width: 100%;
    color: #000;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    border: none;
}

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

.c-main-hero-search__keyword .keyword-search__input:focus-within {
    border: none;
}

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

.c-main-hero-search__button {
    background-color: #477628;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.8rem;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    transition: ease all 0.5s;
    border-radius: 0em;
    border: 0.4rem solid rgba(245, 195, 0, 1);
    margin-top: 1.6rem;
}

.c-main-hero-search__button>button {
    text-transform: uppercase;
}

.c-main-hero-search__button-search {
    padding: 1.5rem;
    background-color: #477628;
    width: 100%;
    background-color: #477628;
    border-radius: 0em;
    color: #fff;
    transition: ease all 0.5s;
}

.c-main-hero-search__button:hover,
.c-main-hero-search__button:focus {
    background-color: rgba(245, 195, 0, 1);
    border: 0.4rem solid rgba(245, 195, 0, 1);
}

.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: #477628;
    background-color: rgba(245, 195, 0, 1);
}

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

.c-main-hero-search__location-content {
    display: flex;
    padding: 1.6rem 2.4rem;
    background-color: #fff;
    border-radius: none;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    border: none;
    transition: ease all 0.5s;
    position: relative;
}

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

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

.c-main-hero-search__location-drop input {
    width: 100%;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    border: none;
    color: #000;
}

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

.c-main-hero-search__location-drop .menu .location-item:hover {
    background: #fff;
    color: rgba(245, 195, 0, 1);
}

.c-main-hero-search__location-drop .menu .location-item--hightlight {
    background: #fff;
    color: rgba(245, 195, 0, 1);
}

.ssr-search-bar {
    width: 100%;
    padding: 0 2rem;
    height: 31rem;
    margin-top: calc(-1 * (31rem / 2 + 3rem));
    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: calc(-1 * (13.3rem / 2 + 6rem));
    }
}

.-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: none;
    background-color: #477628;
    position: relative;
    z-index: 3;
    max-width: 123.4rem;
    border-radius: none;
}

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

@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-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.4rem;
    display: none;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    color: #fff;
}

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

.-horizontal.c-main-hero-search .c-main-hero-search__location-label {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.4rem;
    display: none;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    color: #fff;
}

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

.-horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu .location-item:hover {
    background: #fff;
    color: rgba(245, 195, 0, 1);
}

.-horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu .location-item--hightlight {
    background: #fff;
    color: rgba(245, 195, 0, 1);
}

.-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: 0.4rem solid #477628;
    transition: ease all 0.5s;
    color: #fff;
    background: rgba(245, 195, 0, 1);
}

.-horizontal.c-main-hero-search .c-main-hero-search__button-search:hover {
    border: 0.4rem solid rgba(245, 195, 0, 1);
    color: #fff;
    background: #477628;
}

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

.jobs-current-searches__title {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.4rem;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    color: #fff;
    margin-bottom: 2.4rem;
}

.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.6rem 1.2rem;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
    transition: ease all 0.5s;
    cursor: default;
    color: #787878;
    border: 0.1rem solid #477628;
    border-radius: 10rem;
}

.jobs-current-searches__tag-item:hover {
    background-color: #477628;
    color: #fff;
    border: 0.1rem solid rgba(245, 195, 0, 1);
}

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

.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: #f1f1f2;
    border-radius: 50%;
}

.jobs-current-searches__tag-close svg {
    width: 0.9rem;
    height: 0.9rem;
}

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

.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: none;
    margin-bottom: 0.8rem;
    border-radius: none;
}

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

.c-jobs-filter .filter-header {
    padding: 1.6rem 2.4rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.2rem;
    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: 400;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-decoration: none;
    color: #fff;
}

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

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

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

.c-jobs-list .results-list__item-header a {
    text-decoration: none;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.4rem;
    text-transform: capitalize;
    color: #000;
}

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

@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>svg>g>g,
.c-jobs-list .results-list__item-brand--icon>svg>g>g {
    stroke: #55616c;
}

.c-jobs-list .results-list__item-street--label,
.c-jobs-list .results-list__item-brand--label {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #55616c;
}

.c-jobs-list .results-list__item-apply {
    padding: 1.5rem 2.2rem;
    background-color: #477628;
    border: 0.4rem solid rgba(0, 0, 0, 0);
    border-radius: 0rem;
    text-decoration: none;
    transition: ease all 0.5s;
    margin-top: 1rem;
    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 .results-list__item-apply {
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        height: fit-content;
    }
}

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

.c-jobs-list .results-list__item-apply:hover,
.c-jobs-list .results-list__item-apply:focus {
    background-color: rgba(245, 195, 0, 1);
    border: 0.4rem solid rgba(0, 0, 0, 0);
}

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

.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>g>g,
.c-jobs-list .results-list__item-apply:focus .results-list__item-apply--icon>svg>g>g {
    fill: #477628;
}

.c-jobs-list .results-list__item-apply--label {
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

.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>g>g {
    transition: ease all 0.5s;
    fill: #fff;
}

.c-jobs-pagination {
    margin: 3rem 0;
    display: block;
    position: relative;
    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;
    flex-flow: row-reverse;
    justify-content: 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 {
    background: rgba(245, 195, 0, 1);
    display: flex;
    align-items: center;
}

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

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

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

.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: rgba(245, 195, 0, 1);
    color: #fff;
    border: 0.2rem solid #477628;
    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: #477628;
    color: #fff;
    border: 0.2rem solid rgba(245, 195, 0, 1);
}

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


.job-description .job-title {
    font-weight: 400 !important;
    font-size: 3.2rem !important;
    line-height: 3.8rem !important;
    margin-bottom: 3.2rem;
    color: #477628 !important;
}

.job-description .content {
    max-width: 131.2rem !important;
}

.job-description .main-content {
    width: 100% !important;
    padding-right: 0 !important;
}

@media screen and (min-width: 768px) {
    .job-description .main-content {
        width: calc(100% - (21rem + 2rem)) !important;
        padding-right: calc(1rem) !important;
        display: inline-block;
        vertical-align: top;
    }
}

@media screen and (min-width: 1024px) {
    .job-description .main-content {
        width: calc(100% - (25rem + 3rem)) !important;
        padding-right: calc(1.5rem) !important;
    }
}

.job-description .job-addl-info {
    width: 100% !important;
    padding-left: 0 !important;
}

@media screen and (min-width: 768px) {
    .job-description .job-addl-info {
        width: 21rem !important;
        padding-left: calc(1rem) !important;
        display: inline-block;
        vertical-align: top;
    }
}

@media screen and (min-width: 1024px) {
    .job-description .job-addl-info {
        width: 25rem !important;
        padding-left: calc(1.5rem) !important;
    }
}

.job-description .job-addl-info .details {
    background-color: #fff;
}

.job-description-header {
    font-weight: 400 !important;
    font-size: 2.4rem !important;
    line-height: 2.9rem !important;
    margin-bottom: 1.6rem;
    color: #000;
}

.job-description-content p,
.job-description-content span,
.job-description-content li {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    line-height: 2.5rem !important;
    color: #55616c !important;
}

.job-description-content ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.job-description-content ul li::before {
    content: "•";
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex: 0 0 2.4rem;
}

.job-description-content ol {
    padding: 0;
}

.job-description-content li {
    display: flex;
    flex-direction: row;
}

.job-description .apply-button {
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    line-height: 2.7rem !important;
    padding: 1.5rem 0rem !important;
    color: #fff !important;
    border-radius: 0rem !important;
    border: 0.4rem solid rgba(0, 0, 0, 0) !important;
    background-color: #477628 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    transition: ease all 0.5s;
}

.job-description .apply-button:hover {
    border: 0.4rem solid rgba(245, 195, 0, 1) !important;
    background-color: rgba(245, 195, 0, 1) !important;
    color: #477628 !important;
}

.job-description .map-button,
.job-description .job-share-button {
    padding: 1.5rem 0rem;
    display: flex !important;
    flex-direction: row;
    justify-content: center !important;
    align-items: center !important;
    gap: 1.6rem;
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    line-height: 2.7rem !important;
    color: #fff !important;
    background-color: #477628 !important;
    border: 0.2rem solid rgba(0, 0, 0, 0) !important;
    transition: ease all 0.5s;
    border-radius: 0rem !important;
}

.job-description .map-button:hover,
.job-description .job-share-button:hover {
    color: #477628 !important;
    background-color: rgba(245, 195, 0, 1) !important;
    border: 0.2rem solid rgba(245, 195, 0, 1) !important;
}

.job-description .map-button .fa.fa-map-marker {
    width: fit-content !important;
}

.job-description .map-button .location__label {
    width: fit-content !important;
}

.job-description .job-addl-info .job-payrange,
.job-description .job-addl-info .job-payrange *,
.job-description .job-addl-info .salary-comment,
.job-description .job-addl-info .salary-comment *,
.job-description .job-addl-info .date,
.job-description .job-addl-info .date *,
.job-description .job-addl-info .job-status,
.job-description .job-addl-info .job-status *,
.job-description .job-addl-info .job-ref,
.job-description .job-addl-info .job-ref *,
.job-description .job-addl-info .job-description__categories,
.job-description .job-addl-info .job-description__categories *,
.job-description .job-addl-info .location,
.job-description .job-addl-info .location * {
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    line-height: 2.5rem !important;
    color: #55616c !important;
    color: #55616c;
}

.job-description .job-addl-info .job-payrange strong,
.job-description .job-addl-info .job-payrange * strong,
.job-description .job-addl-info .salary-comment strong,
.job-description .job-addl-info .salary-comment * strong,
.job-description .job-addl-info .date strong,
.job-description .job-addl-info .date * strong,
.job-description .job-addl-info .job-status strong,
.job-description .job-addl-info .job-status * strong,
.job-description .job-addl-info .job-ref strong,
.job-description .job-addl-info .job-ref * strong,
.job-description .job-addl-info .job-description__categories strong,
.job-description .job-addl-info .job-description__categories * strong,
.job-description .job-addl-info .location strong,
.job-description .job-addl-info .location * strong {
    font-weight: 700 !important;
}

.job-description .application-instructions-header,
.job-description .custom-apply-text {
    display: none;
}

#footerpowered {
    display: none;
}


[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-jobs .c-main-hero-search .keyword-search__input:before {
    width: 20px;
    height: 20px;
    content: "";
    background-size: contain;
    background-position: center;
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/9830/image/2025/6/R8TDT_searchicon4/searchicon4.svg);
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.c-jobs .c-main-hero-search .location-search-input:before {
    width: 20px;
    height: 20px;
    content: "";
    background-size: contain;
    background-position: center;
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/9830/image/2025/6/DP2J9_icon4/icon4.svg);
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.location-search__input-icon--pin {
    display: none !important;
}

.c-main-hero-search .autocomplete__input {
    width: 100%;
    color: #000;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    border: none;
}

.results-list__item-street--label__wrapper {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.c-job-main__sorting-right .c-jobs-sortby {
    width: fit-content;
    background-color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.2rem;
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    padding: 0.8rem 2.4rem;
    border: 0.2rem solid #477628;
    justify-content: center;
    align-items: center;
}

.c-jobs-filter-wrap .filter-option {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}

.c-jobs-filter-wrap .option-value.count {
    margin-left: auto;
}


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

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

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

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

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

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

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

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

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

.results-list__item-distance {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}


.page-links {
    flex-flow: wrap;
    gap: 1rem;
    padding: 1rem;
}