/* COLORS */
/* FONT-FAMILY */
/* FONT SIZES */
/* MARGIN/PADDING SIZES */
/* TRANSITION */
/* BREAKPOINTS */
/* FONT MIXIN */
/* MEDIA QUERIES */

#job-detail .title,
#job-detail .job-description-header {
    font-weight: bold !important;
}

br {
    /*display: none;*/
}

#jobs-list,
#footerpowered,
#job-detail .salary-comment {
    display: none;
}

.c-jobs {
    width: 100%;
    padding: 8rem 0rem 10rem;
    max-width: none;
    box-sizing: border-box;
}

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

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

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

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

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

.c-job-main__left {
    background-color: #242424;
    color: #fff;
    padding: 4.8rem 2rem;
    border-radius: 0 0.6rem 0.6rem 0;
    height: -moz-fit-content;
    height: fit-content;
}

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

@media screen and (min-width: 1024px) {
    .c-job-main__left {
        padding: 4.8rem 6.4rem 4.8rem 8rem;
        width: 30%;
    }
}

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

@media screen and (max-width: 767px) {
    .c-job-main__right {
        padding: 0 2.4rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .c-job-main__right {
        padding: 0 5.2rem;
    }
}

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

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

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

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

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

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

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

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

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

.c-job-main__sorting-left .results-header {
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.8rem;
    font-style: normal;
    margin: 0;
}

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

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

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

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

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

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

.jobs-sort-by_container {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #242424;

    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    padding: 0.8rem 2.4rem;
    border: 0.1rem solid #242424;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0.6rem;
}

.jobs-sort-by_container .jobs-sort-by_label {
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.8rem;
    color: #fff;
}

.c-job-main__sorting-right .c-jobs-sortby .Select {
    width: 15rem;
}

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

.jobs-sort-by_select_display {
    border: none !important;
    width: 15rem;
}

.jobs-sort-by_select_display_text {
    font-size: 1.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.jobs-sort-by_select_display_icon {
    border: none !important;
}

.jobs-sort-by_select_options {
    color: #333;
}

.jobs-sort-by_select_options li {
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: bold;
}

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

.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: 1.6rem;
    color: #fff;
}

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

.autocomplete__input {
    width: 100%;
    color: #242424;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.8rem;
    border: none;
    background-color: #fff;
}

.c-main-hero-search__keyword .keyword-search__input {
    padding: 1.6rem 2.4rem;
    background-color: #fff;
    border: none;
    border-radius: 0.6rem;
    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;
}

.custom-search-box .keyword-search__input {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

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

.c-main-hero-search__button {
    background-color: #D71C2E;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.1;
    transition: ease all 0.5s;
    border-radius: 0.6rem;
    border: none;
    margin-top: 1.6rem;
}

.c-main-hero-search__button-search {
    padding: 1.2rem 1.6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D71C2E;
    border-radius: 0.6rem;
    color: #fff;
    transition: ease all 0.5s;
    border: none;
    outline: none;
}

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

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

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

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

.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.8rem;
    line-height: 1.8rem;
    border: none;
    color: #242424;
    background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.c-main-hero-search__horizontal.c-main-hero-search {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: normal;
    width: 100%;
    padding: 2.5rem 2rem;
    border: none;
    border-radius: 0.6rem;
    background-color: #242424;
    position: relative;
    z-index: 3;
    max-width: 90rem;
    gap: 3rem;
    margin-top: -5rem;
}

@media screen and (min-width: 768px) {
    .c-main-hero-search__horizontal.c-main-hero-search {
        flex-direction: row;
        align-items: stretch;
        margin-left: auto;
        margin-right: auto;
        padding: 2rem 4rem;
    }
}

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

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

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

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

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

.c-main-hero-search__horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu .location-item:hover {
    background: rgba(0, 0, 0, 0);
    color: #D71C2E;
}

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

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

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

.c-main-hero-search__horizontal.c-main-hero-search .c-main-hero-search__button-search {
    border: none;
    transition: ease all 0.5s;
    color: #fff;
    background: #D71C2E;
    height: 100%;
}

.c-main-hero-search__horizontal.c-main-hero-search .c-main-hero-search__button-search:hover {
    border: 4rem;
    color: #D71C2E;
    background: #fff;
}

.c-main-hero-search__horizontal.c-main-hero-search .c-main-hero-search__button-search:focus,
.c-main-hero-search__horizontal.c-main-hero-search .c-main-hero-search__button-search:focus-visible,
.c-main-hero-search__button-search:focus,
.c-main-hero-search__button-search:focus-visible,
.jobs-sort-by_select_display:focus,
.jobs-sort-by_select_display:focus-visible,
select.page-size:focus,
select.page-size:focus-visible {
    outline: 2px solid blue;
}

button:focus,
button:focus-visible,
.oliviaButton:focus,
.oliviaButton:focus-visible {
    outline: 2px solid blue;
}

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

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

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

.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.5s;
    cursor: default;
    color: #000;
    border: none;
    border-radius: 10rem;
}

.jobs-current-searches__tag-item:hover {
    background-color: #fff;
    color: #000;
    border: none;
}

.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: #D71C2E;
    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: none;
    margin-bottom: 1.6rem;
    border-radius: 0.6rem;
}

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

.c-jobs-filter .filter-category-container .filter-header {
    border-radius: 0.6rem;
}

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

.c-jobs-filter .filter-header {
    padding: 1.6rem 2.4rem;
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.8rem;
    color: #242424;
    background-color: #fff !important;
}

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

.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-container .filter-options-list {
    list-style: none;
    display: none;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.c-jobs-filter .filter-options-list-container.is-expanded .filter-options-list {
    display: flex;
}

.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: 600;
    font-size: 1.5rem;
    line-height: 1.2;
    text-decoration: none;
    color: #fff;
    color: #fff;
}

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

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

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

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

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

.c-jobs-list .results-list__item-header {
    margin-right: 18rem;
}

.c-jobs-list .results-list__item-header a {
    text-decoration: none;
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.2;
    text-transform: capitalize;
    border: none;
    color: #242424;
}

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

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

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

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

.c-jobs-list .results-list__item-street--label,
.c-jobs-list .results-list__item-brand--labe,
.c-jobs-list .results-list__department--label {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.7rem;
    letter-spacing: 0.25px;
    color: #242424;
}

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

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

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

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

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

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

.c-jobs-list .results-list__item-apply--label {
    color: #fff;
    transition: ease all 0.5s;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.1;
    text-transform: capitalize;
}

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

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

.c-jobs-list .results-list.front {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.7rem;
    letter-spacing: 0.25px;
}

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

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

.c-jobs-pagination {
    margin: 3rem 0;
    display: block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff !important;
}

.c-jobs-pagination .page-size {
    display: none;
    border: none;
    background-color: #fff !important;
}

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

.c-jobs-pagination .pagination {
    display: flex;
    justify-content: center;
    background-color: #fff !important;
    gap: 10px;
}

@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: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

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

.c-jobs-pagination .page-links>a {
    cursor: pointer;
    padding: 0 0.5rem;
    width: 2.4rem;
    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: #D71C2E;
}

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

.c-jobs-pagination .page-link.page-link-next:hover,
.c-jobs-pagination .page-link.page-link-last:hover,
.c-jobs-pagination .page-link.page-link-first:hover,
.c-jobs-pagination .page-link.page-link-previous:hover {
    background: #fff;
    color: #D71C2E;
    border: 0.2rem solid #D71C2E;
}

.c-jobs-pagination .page-link.page-link-next:hover svg,
.c-jobs-pagination .page-link.page-link-last:hover svg,
.c-jobs-pagination .page-link.page-link-first:hover svg,
.c-jobs-pagination .page-link.page-link-previous:hover svg {
    fill: #000;
}

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

.c-jobs-pagination .page-link svg {
    fill: #fff;
}

.c-jobs-pagination .page-link.page-link-next svg,
.c-jobs-pagination .page-link.page-link-previous svg {
    margin-left: 4px;
}

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

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

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

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

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

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

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

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

.job-description {
    /* 2 deep unordered lists use a circle */
    /* 3 deep (or more) unordered lists use a square */
}

.job-description ul,
.job-description menu,
.job-description dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-padding-start: 4rem;
    padding-inline-start: 4rem;
}

.job-description ul,
.job-description ol,
.job-description menu {
    counter-reset: list-item;
}

.job-description ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}

.job-description li {
    display: list-item;
    text-align: match-parent;
}

.job-description :is(ul, ol, dir, menu, dl) ul,
.job-description :is(ul, ol, dir, menu, dl) ol,
.job-description :is(ul, ol, dir, menu, dl) dir,
.job-description :is(ul, ol, dir, menu, dl) menu,
.job-description :is(ul, ol, dir, menu, dl) dl {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.job-description :is(ol, ul, menu, dir) ul,
.job-description :is(ol, ul, menu, dir) menu,
.job-description :is(ol, ul, menu, dir) dir {
    list-style-type: circle;
}

.job-description :is(ol, ul, menu, dir) :is(ol, ul, menu, dir) ul,
.job-description :is(ol, ul, menu, dir) :is(ol, ul, menu, dir) menu,
.job-description :is(ol, ul, menu, dir) :is(ol, ul, menu, dir) dir {
    list-style-type: square;
}


.job-description .job-title {
    font-weight: 400 !important;
    font-size: 5rem !important;
    line-height: 1.2 !important;
    margin-bottom: 3.2rem;
    color: #242424 !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: 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: 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: 1rem !important;
        display: inline-block;
        vertical-align: top;
    }
}

@media screen and (min-width: 1024px) {
    .job-description .job-addl-info {
        width: 25rem !important;
        padding-left: 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: 1.2 !important;
    margin-bottom: 1.6rem;
    color: #242424;
}

.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.7rem !important;
    letter-spacing: 0.25px;
    color: #242424 !important;
}

.job-description-content p:empty {
    height: 2rem;
}

body .job-description-content p {
    display: block;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    unicode-bidi: isolate;
}

.job-description .apply-button {
    font-weight: 500 !important;
    font-size: 1.8rem !important;
    line-height: 1.1 !important;
    text-transform: capitalize !important;
    padding: 1.5rem 0rem !important;
    color: #fff !important;
    border-radius: 0.6rem !important;
    border: 0.2rem solid #D71C2E !important;
    background-color: #D71C2E !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.2rem solid #D71C2E !important;
    background-color: #fff !important;
    color: #D71C2E !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: 500 !important;
    font-size: 1.8rem !important;
    line-height: 1.1 !important;
    text-transform: capitalize !important;
    color: #D71C2E !important;
    background-color: #fff !important;
    border: 0.2rem solid #D71C2E !important;
    transition: ease all 0.5s;
    border-radius: 0.6rem !important;
}

.job-description .map-button:hover,
.job-description .job-share-button:hover {
    color: #fff !important;
    background-color: #D71C2E !important;
    border: 0.2rem solid #D71C2E !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.8rem !important;
    line-height: 2.7rem !important;
    letter-spacing: 0.25px;
    color: #242424 !important;
    color: #242424;
}

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

.c-jobs .has-value.Select--single>.Select-control .Select-value .Select-value-label,
.c-jobs .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .divider {
        position: relative;
    }

    .divider.-dark:after {
        border-left: 1px dotted #000;
    }

    .divider:after {
        content: '';
        position: absolute;
        height: 100%;
        border-left: 1px dotted #fff;
        right: -3rem;
    }
}

.normal-case {
    text-transform: initial !important;
}

.w-full {
    width: 100%;
}

.shrink-0 {
    flex-shrink: 0;
}

.max-w-\[33\.5rem\] {
    max-width: 33.5rem;
}

.max-w-\[93rem\] {
    max-width: 93rem;
}

@media (min-width: 768px) {
    .md\:max-w-\[40\.9rem\] {
        max-width: 40.9rem;
    }

    .md\:items-start {
        align-items: flex-start !important;
    }
}

@media (min-width: 1024px) {
    .lg\:max-w-\[64\.6rem\] {
        max-width: 64.6rem;
    }

    .hero-image {
        height: 35vw !important;
    }

    .lg\:h-\[54\.4rem\] {
        height: 54.4rem !important;
    }
}

@media screen and (max-width: 767px) {
    .benefit-header-image {
        object-position: right !important;
    }

    .heading-sm {
        font-size: 4rem;
    }
}

@media (min-width: 1280px) {
    .benefit-img {
        max-width: 65.5rem;
    }
}

@media (min-width: 768px) {
    .md\:translate-y-\[-15\%\] {
        --tw-translate-y: -15%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .md\:translate-y-\[-30\%\] {
        --tw-translate-y: -30%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .md\:bottom-0 {
        bottom: 0;
    }
}

@media (min-width: 1024px) {
    .md\:translate-y-\[-30\%\] {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

@media (max-width: 767px) {
    .sm\:disc-none {
        list-style-type: none !important;
    }
}

.mfp-content {
    width: 100%;
    max-width: 900px;
}


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

.c-main-hero-search .location-search__input-icon--pin {
    font: normal normal normal 14px / 1 FontAwesome;
    color: #000;
}

.keyword-search__icon-container {
    top: 50% !important;
    transform: translateY(-50%);
    right: 24px !important;
    height: fit-content;
}

.page-size_text {
    display: none;
}

.location-search {
    position: relative;
}

.c-main-hero-search__location-content.location-search-input .autocomplete {
    position: static;
    overflow: auto;
}


.location-search--has-value .location-search-input input[aria-expanded=true]+.menu {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    /* transform: translateY(100%); */
    background: #fff;
    color: #000;
    width: 100%;
    padding: 0.5rem;
    z-index: 1;
    max-height: 19.3rem;
    overflow: auto;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 3px;
}

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

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

.c-main-hero-search__location-content .menu .location-item:hover {
    color: #D71C2E;
}

.jobs-radius_select_options li {
    color: #000;
}

.jobs-radius_select_display_text {
    min-width: 75px;
    font-weight: bold;
}

.jobs-radius_label {
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.8rem;
    color: #fff;
}

.c-jobs-radius .jobs-radius_select_wrapper .jobs-radius_select_display {
    border: none;
}

.c-jobs-radius .jobs-radius_select_wrapper .jobs-radius_select_display_icon {
    border-left: none;
}

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

.results-list__item-street--icon svg g {
    stroke: #000;
}

.location-search__icon-left {
  display: none;
}

.success-stories-grid a:focus,
.success-stories-grid a:focus-visible,
.relative .video-popup-button:focus,
.relative .video-popup-button:focus-visible {
    border: 1px solid blue;
    opacity: 1;
}


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




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

.location-permission-modal {
    padding: 1.8rem;
    background-color: #D71C2E;
    border-radius: 10px;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 999;
    display: flex;
    margin-top: 2rem;
    align-items: center;
    justify-content: space-between;
    
}

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


.location-permission__description h1 {
    font-size: 21px;
}

.location-permission__close-button {
position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-permission__localte-me-button {
    background-color: #fff;
    border-radius: 5px;
    padding: 9px;
    font-weight: normal;
    font-size: 14px;
}

.location-permission__description>p:first-child {
    margin-bottom: 10px;
}





.results-list__department--label:before {
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="19"><path d="M4.572 5.492V4.008c0-.245.193-.446.428-.446H6.43c.235 0 .428.201.428.446v1.484a.438.438 0 0 1-.428.446H5a.438.438 0 0 1-.428-.446Zm5 .446h1.427c.237-.001.429-.2.429-.446V4.008A.438.438 0 0 0 11 3.562H9.572c-.237.001-.429.2-.429.446v1.484c0 .245.193.446.43.446H9.57ZM4.998 9.5h1.429a.438.438 0 0 0 .428-.445V7.57a.438.438 0 0 0-.427-.445H5a.438.438 0 0 0-.428.445v1.485c0 .244.193.445.428.445H5Zm4.572 0H11c.237 0 .429-.2.429-.445V7.57A.438.438 0 0 0 11 7.125H9.572c-.237 0-.429.2-.429.445v1.485c0 .244.193.445.43.445H9.57Zm-2.715 3.117v-1.484a.438.438 0 0 0-.427-.445H5a.438.438 0 0 0-.428.445v1.484c0 .245.193.445.428.445H6.43a.438.438 0 0 0 .428-.445h-.001Zm2.715.445H11c.237 0 .429-.2.429-.445v-1.484a.438.438 0 0 0-.43-.445H9.572c-.237 0-.43.2-.43.445v1.484c0 .245.194.445.43.445ZM16 17.665V19H0v-1.336c0-.245.193-.445.428-.445h.697V.89c0-.494.382-.891.857-.891h12.036c.475 0 .857.397.857.89V17.22h.697c.235 0 .428.2.428.445h-.001Zm-13.16-.482h4.017v-2.487c0-.244.193-.445.43-.445h1.428c.235 0 .428.2.428.445v2.487h4.018V1.817L2.858 1.78l-.019 15.4Z" fill="%23000" fill-rule="nonzero"/></svg>');
    /* background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="20"><g transform="translate(1 1)" stroke="%23D6D6D6" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><path d="M15 7.364C15 13.09 7.5 18 7.5 18S0 13.09 0 7.364C0 3.297 3.358 0 7.5 0 11.642 0 15 3.297 15 7.364h0Z"/><circle cx="7.5" cy="7.5" r="2.5"/></g></svg>'); */
    width: 16px;
    height: 19px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
}

.results-list__department--label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2.2rem;

}