@charset "UTF-8";

/* COLORS */
/* FONT-FAMILY */
/* FONT SIZES */
/* MARGIN/PADDING SIZES */
/* TRANSITION */
/* BREAKPOINTS */
/* FONT MIXIN */
/* MEDIA QUERIES */
/* DO NOT CHANGE THESE THINGS */


.job-description * {
    box-sizing: border-box;
}

.job-description h3,
.job-description h3.job-title,
.job-description h3.application-instructions-header {
    font-size: 2rem;
}

.job-description h4.job-description-header,
.job-description h4.job-skills-header,
.job-description h4.job-notes-header,
.job-description h4.apply-with-header {
    font-size: 1rem;
}

.job-description .job-description-content p,
.job-description .job-description-content span,
.job-description .job-description-content li,
.job-description .job-skills p,
.job-description .job-skills span,
.job-description .job-skills li,
.job-description .job-notes.important-notes p,
.job-description .job-notes.important-notes span,
.job-description .job-notes.important-notes li {
    font-size: 1rem;
}

.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-type,
.job-description .job-addl-info .job-type *,
.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-size: 14px;
}

.job-description .job-addl-info .view-location-label {
    font-size: 16px;
    font-weight: 600;
}

.job-description .job-addl-info .location ul {
    margin-left: 50px;
}

.job-description .job-notes-header {
    color: red;
}

.job-description .content {
    background-color: white;
    padding: 1rem;
    margin: 0 auto;
    max-width: 65rem;
}

.job-description .content .job-payrange {
    color: #598700;
}

.job-description .modal .modal-content {
    position: fixed;
    width: 700px;
    max-height: 100vh;
    overflow: auto;
    left: calc(50% - 350px);
    top: 0;
    padding: 0;
}

@media (max-width: 450px) {
    .job-description .modal .modal-content {
        left: 0;
        width: 100%;
    }
}

.job-description .modal .modal-content .CloseModalButton {
    font-family: sans-serif;
    font-style: normal;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    font-size: 1.2em;
}

.job-description .job-share-modal-component:not(.job-share-modal-component--mobile) .modal-content {
    width: 540px;
    left: calc(50% - 270px);
    top: 6rem;
    max-height: calc(100% - 12rem);
    overflow-y: scroll;
}

.job-description .job-share-modal-component.job-share-modal-component--mobile .modal-content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.job-description .job-share-modal-component.job-share-modal-component--mobile .jobing-share-modal .modal-body {
    width: 100%;
}

.job-description .job-share-modal-component.job-share-modal-component--mobile .social-icons,
.job-description .job-share-modal-component.job-share-modal-component--mobile .share-link {
    display: none;
}

.job-description .job-share-modal-component.job-share-modal-component--mobile .submit {
    width: 100%;
    margin-left: 0;
}

.job-description .apply-with-jobing-component .jobing-icon {
    width: 1.1rem;
    height: 1.1rem;
}

.job-description .apply-with-jobing-component .ApplyModal {
    text-align: center;
    background-image: none;
    background: -moz-radial-gradient(50% 50%, farthest-side, #0061d6, #002c5f) no-repeat;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#0061d6), to(#002c5f)) no-repeat;
    background-color: #002c5f;
}

.job-description .apply-widget-component {
    display: block;
}

.job-description .apply-widget-container--top {
    margin-top: 15px;
}

.job-description .apply-button,
.job-description .map-button,
.job-description .job-share-button {
    transition: all 0.4s ease;
    text-align: left;
    text-decoration: none;
    border-radius: 0.3125rem;
    border: none;
    cursor: pointer;
    line-height: 1;
}

.job-description .map-button,
.job-description .job-share-button {
    font-size: 1rem;
    padding: 0.5rem;
    margin: 1rem 0;
    width: 100%;
    background-color: #f1f2f2;
    display: block;
    color: inherit;
}

.job-description .map-button .fa,
.job-description .job-share-button .fa {
    margin-left: 0.25rem;
    width: 2rem;
    text-align: left;
}

.job-description .map-button--flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.job-description .map-button--flex>div {
    width: calc(100% - 3rem);
}

.job-description .map-button--flex>div .map-button__label {
    width: 100%;
}

.job-description .map-button__label {
    font-size: initial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.job-description .apply-button {
    font-size: 1.1rem;
    padding: 1rem;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.job-description .apply-button.full {
    width: 100%;
}

.job-description .apply-button .fa,
.job-description .apply-button .jobing-icon {
    margin-right: 1rem;
}

.job-description .apply-button.apply-button__loading {
    cursor: not-allowed;
}

.job-description .apply-button.apply-button__loading .ellipsis-loading__one {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0s;
    animation: dot 1.3s infinite;
    animation-delay: 0s;
}

.job-description .apply-button.apply-button__loading .ellipsis-loading__two {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation: dot 1.3s infinite;
    animation-delay: 0.2s;
}

.job-description .apply-button.apply-button__loading .ellipsis-loading__three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation: dot 1.3s infinite;
    animation-delay: 0.3s;
}

@keyframes dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.job-description .job-addl-info .simple-apply-container {
    display: none;
    background-color: #f1f2f2;
}

.job-description .job-addl-info .simple-apply-container strong {
    display: block;
}

.job-description .job-addl-info .simple-apply-container .apply-button {
    margin: 0;
}

.job-description .simple-apply-container.bottom-styles .apply-button {
    margin-top: 1rem;
}

.job-description .simple-apply-container.bottom-styles .apply-button .click-here-text {
    display: none;
}

.job-description .simple-email-job-share {
    padding: 2rem 0;
}

.job-description .simple-email-job-share .email-job-header {
    margin: 0;
}

.job-description .simple-email-job-share .label {
    background-color: white;
    color: inherit;
    font-size: 1rem;
    padding: 0;
}

.job-description .simple-email-job-share .eRecipient {
    border-radius: 5px;
    padding: 8px 5px;
    width: 100%;
    color: gray;
    border: 1px solid;
}

.job-description .simple-email-job-share .email-submit-button {
    background: #4ebf02;
    color: #fff;
    border: 0;
    padding: 8px 12px;
    margin: 0;
    font-size: 18px;
    margin-top: 1rem;
    width: 100%;
    border-radius: 0.3125rem;
}

@media (min-width: 768px) {
    .job-description .content {
        padding: 3rem;
    }

    .job-description .main-content,
    .job-description .job-addl-info {
        display: inline-block;
        vertical-align: top;
    }

    .job-description .main-content {
        width: calc(100% - 15rem);
        padding-right: 2rem;
    }

    .job-description .job-addl-info {
        width: 15rem;
        padding-left: 2rem;
    }

    .job-description .job-addl-info .simple-apply-container {
        display: block;
    }

    .job-description .apply-widget-container--top {
        display: none;
    }
}

.job-description .recommendation__container {
    background-color: white;
    font-size: 1rem;
    margin-bottom: 3em;
    color: #999;
}

.job-description .recommendation__container .primary-background-color {
    color: white;
    border: 1px solid rgba(0, 0, 0, 0);
}

.job-description .recommendation__header__overlay-box {
    font-size: 10px;
    padding: 1.2em;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bolder;
    border-radius: 0.3125em;
    background-color: white;
    box-shadow: 0px 1px 14px -2px rgba(0, 0, 0, 0.2);
    position: absolute;
    line-height: 0;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
}

.job-description .recommendation__header {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: bolder;
    position: relative;
}

.job-description .recommendation__header__title {
    font-size: 23px;
    font-weight: 500;
}

.job-description .recommendation__header__title--320 {
    display: none;
}

.job-description .recommendation__info-container,
.job-description .recommendation__button-container {
    width: 50%;
    display: inline-block;
}

.job-description .recommendation__recommended-job-container {
    border-bottom: 1px solid #DDD;
    position: relative;
    padding: 1em;
}

.job-description .recommendation__button-container {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.job-description .recommendation__recommended-job-container--top {
    border-top: 1px solid #DDD;
}

.job-description .recommendation__info-container__headline {
    font-weight: bolder;
    padding-bottom: 0.25em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

.job-description .recommendation__info-container__location {
    padding-bottom: 0.25em;
    color: #CCC;
}

.job-description .recommendation__info-container__type {
    font-size: smaller;
    color: #CCC;
}

.job-description .recommendation__footer {
    text-align: center;
    padding: 1em;
}

.job-description .recommendation__footer .fa {
    margin-left: 2em;
}

.job-description .recommendation__button-container__view-button,
.job-description .recommendation__button-container__apply-button {
    display: inline-block;
    transition: all 0.4s ease;
    border-radius: 0.3125em;
    cursor: pointer;
    border-style: solid;
    width: 45%;
    height: 2em;
    box-sizing: border-box;
    text-align: center;
    border-width: 1.2px;
    vertical-align: middle;
    line-height: 200%;
    font-size: 0.8em;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
}

.job-description .recommendation__button-container__view-button {
    color: #999;
    border-color: #999;
}

.job-description .recommendation__button-container__view-button:hover {
    background-color: #999;
    border-color: #999;
    color: white;
}

.job-description .recommendation__button-container__apply-button {
    border-width: 1px;
    margin-left: 10%;
}

.job-description .recommendation__footer__search-all {
    display: inline-block;
    transition: all 0.4s ease;
    border-radius: 0.3125em;
    cursor: pointer;
    border-style: solid;
    padding: 0.25em;
    width: 15em;
    height: 2em;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1em;
    text-decoration: none;
    max-width: 100%;
}

.job-description .recommendation__footer__view-more {
    display: inline-block;
    cursor: pointer;
}

@media (min-width: 1094px) {
    .job-description .recommendation__header__overlay-box {
        transform: translate(-15px, 50%);
        left: 0;
        top: 0;
    }
}

@media (min-width: 768px) {
    .job-description .recommendation__container {
        margin-left: auto;
        margin-right: auto;
        max-width: 65em;
    }

    .job-description .recommendation__info-container {
        width: calc(100% - 15em);
    }

    .job-description .recommendation__button-container {
        width: 15em;
        padding-left: 2em;
        vertical-align: middle;
    }

    .job-description .recommendation__info-container {
        vertical-align: middle;
    }

    .job-description .recommendation__info-container__type {
        display: inline-block;
        font-size: 1em;
        width: 30%;
        vertical-align: top;
        padding-left: 0.2em;
        font-weight: bolder;
        color: #999;
    }

    .job-description .recommendation__info-container__headline-and-location-container {
        display: inline-block;
        width: 70%;
    }

    .job-description .recommendation__recommended-job-container {
        padding: 1em 3em;
    }
}

@media (max-width: 500px) {
    .job-description .recommendation__header__title--320 {
        display: inline;
    }

    .job-description .recommendation__header__title--default {
        display: none;
    }

    .job-description .recommendation__info-container {
        width: 100%;
        display: inline-block;
    }

    .job-description .recommendation__button-container {
        width: 100%;
        display: inline-block;
        padding-top: 1em;
        text-align: center;
    }

    .job-description .recommendation__button-container__apply-button {
        margin-left: 1em;
    }

    .job-description .recommendation__button-container__view-button,
    .job-description .recommendation__button-container__apply-button {
        width: calc((100% - 1em) / 2);
    }
}

.job-description .recommendation__button-container__view-button--only {
    width: 100%;
}

.job-description .crm-apply-modal--mobile .modal-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20000001;
    overflow: scroll;
    height: 100vh;
}

.job-description .job-description__categories-list {
    margin-left: 30px;
    list-style: disc;
}

#jobs-list,
#footerpowered {
    display: none;
}

.c-jobs {
    width: 100%;
    padding: 10rem 2.5rem 10rem;
    max-width: none;
}

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

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

.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: #000;
    color: #fff;
    padding: 3.2rem;
    border-radius: 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: #000;
}

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

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

/*.c-job-main__sorting-right .c-jobs-sortby {*/
/*    width: -moz-fit-content;*/
/*    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.15rem solid #000;*/
/*    border-radius: 20px;*/
/*    color: #000;*/
/*    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: #000;*/
/*    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: #000;
}

.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: 500;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #fff;
}

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

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

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

.c-main-hero-search__button {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.2rem;
    transition: ease all 0.2s;
    border-radius: 2rem;
    border: 0.2rem solid #000;
    margin-top: 1.6rem;
}

.c-main-hero-search__button-search {
    padding: 0.6rem 2.5rem;
    background-color: #fff;
    width: 100%;
    background-color: #fff;
    border-radius: 2rem;
    color: #000;
    transition: ease all 0.2s;
}

.c-main-hero-search__button:hover,
.c-main-hero-search__button:focus {
    background-color: #97999B;
    border: 0.2rem solid #97999B;
}

.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: #000;
    background-color: #97999B;
}

.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: 0.5rem;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    border: 0.15rem solid #000;
    transition: ease all 0.2s;
}

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

.c-main-hero-search__location-drop input {
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    border: none;
    color: #000;
}

.c-main-hero-search__location-drop .menu {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    background: #F3F3F3;
    color: #000;
    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: rgba(0, 0, 0, 0);
    color: #000;
}

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

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

@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: 500;
    font-size: 2.2rem;
    line-height: 3rem;
    display: none;
    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: 500;
    font-size: 2.2rem;
    line-height: 3rem;
    display: none;
    color: #fff;
}

.-horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu {
    background: #F3F3F3;
    color: #000;
    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: rgba(0, 0, 0, 0);
    color: #000;
}

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


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

.-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.2rem solid #000;
    transition: ease all 0.2s;
    color: #000;
    background: #fff;
}

.-horizontal.c-main-hero-search .c-main-hero-search__button-search:hover {
    border: 0.2rem solid #000;
    color: #000;
    background: #fff;
}

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

.jobs-current-searches__title {
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 3rem;
    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.4rem 0.8rem 0.4rem 1.2rem;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
    transition: ease all 0.2s;
    cursor: default;
    color: #000;
    border: 0.1rem solid #97999B;
    border-radius: 10rem;
}

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

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

.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.2s;
    background-color: #fff;
    border-radius: 50%;
}

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

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

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

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

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

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

.c-jobs-filter .reset-filters a:hover {
    text-decoration: none;
    color: #DA291C;
    transition: ease all 0.2s;
}

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

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

.c-jobs-list .results-container {
    position: relative;
}

.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: 0 0 2.4rem 0;
    background-color: #fff;
    gap: 1.8rem;
}

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

.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;
        color: #97999B;
    }
}

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

.c-jobs-list .results-list__item-street--label,
.c-jobs-list .results-list__item-brand--label {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #97999B;
}

.c-jobs-list .results-list__item-apply {
    padding: 1rem 2.2rem;
    background-color: #fff;
    border: none;
    border-radius: 0.4rem;
    text-decoration: none;
    transition: ease all 0.2s;
    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 .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 .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 .results-list__item-apply:hover,
.c-jobs-list .results-list__item-apply:focus {
    background-color: #fff;
}

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

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

.c-jobs-list .results-list__item-apply--label {
    color: #000;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.c-jobs-list .results-list__item-apply--icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border-radius: 50%;
    transition: ease all 0.2s;
}

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

.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;
    flex-flow: wrap;
    gap: 1rem;
}

@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: #666666;
}

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

.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: #fff;
    color: #000;
    border: 0.1rem solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    transition: ease all 0.2s;
}

.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: #DA291C;
    border: 0.1rem solid #DA291C;
}

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


.job-description .job-title {
    font-weight: 600 !important;
    font-size: 3.2rem !important;
    line-height: 3.8rem !important;
    margin-bottom: 3.2rem;
    color: #000 !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: 500 !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.6rem !important;
    line-height: 2.2rem !important;
    color: #97999B !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: 600 !important;
    font-size: 1.6rem !important;
    line-height: 2.2rem !important;
    padding: 1.5rem 0rem !important;
    color: #000 !important;
    border-radius: 2rem !important;
    border: 0.1rem solid #000 !important;
    background-color: #fff !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    transition: ease all 0.2s;
}

.job-description .apply-button:hover {
    border: 0.1rem solid #000 !important;
    background-color: #97999B !important;
    color: #000 !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: 600 !important;
    font-size: 1.6rem !important;
    line-height: 2.2rem !important;
    color: #000 !important;
    background-color: #fff !important;
    border: 0.1rem solid #000 !important;
    transition: ease all 0.2s;
    border-radius: 2rem !important;
}

.job-description .map-button:hover,
.job-description .job-share-button:hover {
    color: #000 !important;
    background-color: #97999B !important;
    border: 0.1rem solid #000 !important;
}

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

.job-description .map-button .location__label {
    width: -moz-fit-content !important;
    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.6rem !important;
    line-height: 2.2rem !important;
    /*color: #97999B !important;*/
    /*color: #97999B;*/
}

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















/** CLEAN UP **/
.loader.loader-spinner-3,
.expired-job-joblist__button{
    display: none !important
}

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


}

.custom-search-box .location-search .location-item__icon {
    position: relative;
    margin-left: 15px;
}

.custom-search-box .location-search .location-item__icon::before {
    content: '';
    display: block;
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/8076/image/2025/7/W6Z8Y_faviconV2QTc0vh/faviconV2QTc0vh.png');
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-color: blue;*/
    width: 20px;
    height: 20px;
}



.location-item__text {
     display: flex;
     width: 100%;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: flex-end;
    
}

.location-item__zip:after {
    content: '-';
    margin: 0 3px;
}



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

@media(min-width: 600px) {
    .c-job-main__sorting-right {
        flex-flow: row;
        justify-content: start;
    }
    .c-job-main__sorting-right > div:nth-child(1) {
        margin-right: 1rem;
    }
}

@media(min-width: 1000px) {
     .c-job-main__sorting-right {
         justify-content: space-between;
         width:auto;
     }
      .c-job-main__sorting-right > div:nth-child(1) {
        margin-right: 0;
    }
}


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



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

}

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

@media(min-width: 1000px) {
    .c-job-main__sorting {
        flex-flow: row;
         align-items: center;
    }
    .c-job-main__sorting-left {
        margin-bottom: 0;
    }
}

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



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

@media(max-width: 1000px) {
    [data-react-prop-classname="c-jobs-sortby"] > div,
    .c-jobs-radius {
        margin: 0 auto;
        justify-content: space-between;
    }
}

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

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

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

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




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

#location-description {
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/8076/image/2025/7/QV7Q8_texture-slatefev3oA/texture-slatefev3oA.png) 0 0 repeat #262524;
    
}




/* ==========================================================================
Legacy
========================================================================== */


#location-description #PContentContainer {
    max-width: none;
    padding: 5rem 2rem;
}

#location-description #PTitle h1,
#location-description #PContent h4,
#location-description #PContent p,
#location-description #PContent span {
    color: #fff;
    display: block !important;
}

#location-description #PTitle h1 {
    margin-bottom: 1.5rem;
}

#location-description .open-jobs li {
    padding: 1rem;
    padding-left: 0;
    margin: 0.5rem 0;
    border-bottom: solid 0.2rem #fff;
}

#location-description .open-jobs li:hover {
    border-color:#FFBC0D ;
}

#location-description .open-jobs li a:hover {
    color: #fff;
    text-decoration: none;
}

#location-description .title {
    font-size: 1.2rem;
    font-weight: 900;
    display: block;
}

#open-jobs h2 {
    color: #DA291C;
}

.container-map a > path.available {
fill: #DA291C;
    stroke-width: 0.5px;
    transition: 0.3s all ease-in-out;
    stroke: #ffbc0e;
}
.container-map a:hover > path.available {
    fill: #DA291C
}

.container-state {
    margin-bottom: 2rem;
}

.list-states .list-locations li a {
    color: #333;
    font-weight: bold;
}

.list-states .list-locations li  {
    padding: 1rem 0;
}

.container-state span {
    font-size: 1.5rem;
    font-weight: bold;
}

#location-list .inner {
    padding: 2rem 0;
}

.container-locations-united-states h3,
.container-locations-canada h3{
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #000;
    background: #DA291C;
    padding: 1rem;
    text-align: center;
}

.container-locations-canada {
    display: none;
}

[data-namespace="jobs"] {
    margin-top: 15rem;
}


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

.c-job-main .c-main-hero-search .keyword-search__icon-container {
    height: fit-content !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.c-job-main .c-main-hero-search .keyword-search__icon-container svg {
    width: 24px;
    height: 24px;
}

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

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

.results-header__content__total {
    color: #DA291C;
}

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


.location-search-input .autocomplete .autocomplete__suggestion.menu label {
  display: flex !important;
}
.location-search {
  position: relative;
}

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

.keyword-search__input .autocomplete .autocomplete__suggestion.menu,
.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);
}

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

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

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

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

[data-react-component=jobs-list-only] .results-container .results-list__item-title .remote {

  display: block;
  margin-top: 1rem;
  width: max-content;
}

.results-list__item-street:has(.results-list__item-street--label:empty) {
  display: none;
}