/* HACK */
.-top-\[17rem\] {
    top: -17rem;
}

iframe {
    border: 0;
}

.max-md\:h-\[calc\(\(100vw\+9rem\)\*0\.8\)\] {
    height: calc(80vw + 7.2rem);
}
#jobs-list,
#footerpowered {
    display: none;
}

.c-jobs {
    width: 100%;
    padding: 8rem 2rem 8rem;
    max-width: none;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .c-jobs {
        padding: 8rem 4rem 8rem;
    }
}
@media screen and (min-width: 1024px) {
    .c-jobs {
        padding: 8rem 10rem 10rem;
    }
}
.c-jobs * {
    box-sizing: border-box;
}

.c-job-main {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .c-job-main {
        flex-direction: row;
        gap: 4.8rem;
    }
}
.c-job-main__left {
    background-color: #F5F5F7;
    color: #5E5B54;
    padding: 3.2rem;
    border-radius: 0.8rem;
    height: -moz-fit-content;
    height: fit-content;
}
@media screen and (min-width: 768px) {
    .c-job-main__left {
        padding: 3.2rem;
    }
}
@media screen and (min-width: 1024px) {
    .c-job-main__left {
        width: 30%;
    }
}
.c-job-main__left-inner {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
@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: #D31245;
}
.c-job-main__right .share-jobs__no-results {
    font-size: 1.6rem;
    color: #5E5B54;
}
.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-family: "Roboto";
    font-weight: 400;
    font-size: 2.1rem;
    font-style: italic;
    margin: 0;
}
.c-job-main__sorting-right {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .c-job-main__sorting-right {
        flex-flow: row;
        justify-content: start;
    }
    .c-job-main__sorting-right > div:nth-child(1) {
        margin-right: 1rem;
    }
}
@media screen and (min-width: 1024px) {
    .c-job-main__sorting-right {
        justify-content: space-between;
        width: auto;
    }
    .c-job-main__sorting-right > div {
        margin-bottom: 1rem;
    }
    .c-job-main__sorting-right > div:nth-child(1) {
        margin-right: 0;
    }
}
.c-job-main__sorting-right .c-jobs-sortby {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #F5F5F7;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    padding: 0.8rem 2.4rem;
    border: none;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
}
.c-job-main__sorting-right .c-jobs-sortby .Select {
    width: 13rem;
}
.c-job-main__sorting-right .c-jobs-sortby .Select .Select-value-label {
    color: #5E5B54;
}

.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: #5E5B54;
}
.c-main-hero-search__keyword-label {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #5E5B54;
}

.c-main-hero-search-wrap {
  z-index: 20;
  position: relative;
}

@media screen and (min-width: 1024px) {
    .hero + .c-main-hero-search-wrap {
        padding: 0 8rem;
    }
}

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

.autocomplete__input {
    width: 100%;
    color: #5E5B54;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.8rem;
    border: none;
}
.c-main-hero-search__keyword .keyword-search__input {
    padding: 1.6rem 2.4rem;
    background-color: #fff;
    border: 0.1rem solid #A7A9AC;
    border-radius: 0.8rem;
    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: 0.1rem solid #A7A9AC;
}
.c-main-hero-search__keyword .keyword-search__input-icon--search {
    color: #5E5B54;
}
.c-main-hero-search__button {
    background-color: #D31245;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.9rem;
    transition: ease all 0.5s;
    border-radius: 3rem;
    border: none;
    margin-top: 1.6rem;
}
.c-main-hero-search__button-search {
    padding: 1.2rem 2.5rem;
    background-color: #D31245;
    width: 100%;
    background-color: #D31245;
    border-radius: 3rem;
    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: #871A37;
    border: none;
    box-shadow: 0.1rem 0.2rem 1rem rgba(0, 0, 0, 0.25);
}
.c-main-hero-search__button:hover .c-main-hero-search__button-search, .c-main-hero-search__button:focus .c-main-hero-search__button-search {
    color: #fff;
    background-color: #871A37;
}
.c-main-hero-search__location i {
    color: #5E5B54;
}
.c-main-hero-search__location-content {
    display: flex;
    padding: 1.6rem 2.4rem;
    background-color: #fff;
    border-radius: 0.8rem;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    border: 0.1rem solid #A7A9AC;
    transition: ease all 0.5s;
}
.c-main-hero-search__location-content:focus-within {
    border: 0.1rem solid #A7A9AC;
}
.c-main-hero-search__location-drop {
    flex-grow: 1;
}
.c-main-hero-search__location-drop input {
    width: 100%;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.8rem;
    border: none;
    color: #5E5B54;
}
.c-main-hero-search__location-drop .menu {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 180%;
}
.c-main-hero-search__location-drop .menu .location-item {
    padding: 0.5rem 1.5rem;
}
.c-main-hero-search__location-drop .menu .location-item:not(:first-child) {
    margin-top: 0.5rem;
}
.c-main-hero-search__location-drop .menu .location-item:hover {
    background: #F5F5F7;
    color: #5E5B54;
}
.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: #F5F5F7;
    color: #5E5B54;
}

.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: #5E5B54;
    width: 100%;
    padding: 0.5rem;
    z-index: 1;
    max-height: 19.3rem;
    overflow: auto;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 180%;
}

.horizontal-search-bar {
    z-index: 20;
    position: relative;
}
.horizontal-search-bar::after {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgb(245, 245, 247);
    z-index: -1;
}
@media screen and (min-width: 1024px) {
    .horizontal-search-bar::after {
        top: 4rem;
    }
}

.ssr-search-bar {
    width: 100%;
    padding: 0 2rem;
    height: 31rem;
    margin-top: -18.5rem;
    z-index: 10;
    position: relative;
}
@media screen and (min-width: 768px) {
    .ssr-search-bar {
        padding: 0 4rem;
    }
}
@media screen and (min-width: 1024px) {
    .ssr-search-bar {
        padding: 0 6.4rem;
        height: 13.3rem;
        margin-top: -12.65rem;
    }
}

.c-main-hero-search__horizontal.c-main-hero-search {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: normal;
    width: 100%;
    padding: 2rem;
    border: none;
    border-radius: 0.4rem;
    background-color: #fff;
    position: relative;
    z-index: 3;
    max-width: none;
}
@media screen and (min-width: 1024px) {
    .c-main-hero-search__horizontal.c-main-hero-search {
        flex-direction: row;
        align-items: stretch;
        margin-top: -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-family: "Roboto";
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    display: none;
    color: #5E5B54;
}
.c-main-hero-search__horizontal.c-main-hero-search .location-search {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    flex-grow: 1;
}
.c-main-hero-search__horizontal.c-main-hero-search .c-main-hero-search__location-label {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    display: none;
    color: #5E5B54;
}
.c-main-hero-search__horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu {
    background: #fff;
    color: #5E5B54;
    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: #F5F5F7;
    color: #5E5B54;
}
.c-main-hero-search__horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu .location-item--hightlight {
    background: #F5F5F7;
    color: #5E5B54;
}
.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: 19rem;
    }
}
.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: #D31245;
}
.c-main-hero-search__horizontal.c-main-hero-search .c-main-hero-search__button-search:hover {
    border: none;
    color: #fff;
    background: #871A37;
}

.jobs-current-searches {
    display: flex;
    flex-direction: column;
}
.jobs-current-searches__title {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #5E5B54;
}
.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.5s;
    cursor: default;
    color: #5E5B54;
    border: 0.1rem solid #5E5B54;
    border-radius: 10rem;
}
.jobs-current-searches__tag-item:hover {
    background-color: #fff;
    color: #5E5B54;
    border: 0.1rem solid #5E5B54;
}
.jobs-current-searches__tag-item:hover svg > path {
    fill: #5E5B54;
}
.jobs-current-searches__tag-close {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    width: 1.7rem;
    height: 1.7rem;
    transition: ease all 0.5s;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
}
.jobs-current-searches__tag-close svg {
    width: 16px;
    height: 16px;
}
.jobs-current-searches__tag-close svg > path {
    fill: #5E5B54;
}

.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.1rem solid #A7A9AC;
    margin-bottom: 0.8rem;
    border-radius: 0.8rem;
}
.c-jobs-filter .filter-category-container:last-child {
    margin-bottom: 0;
}
.c-jobs-filter .filter-category-container .filter-header {
    border-radius: 0.8rem;
}
.c-jobs-filter .filter-category-container .filter-options-list-container {
    border-radius: 0.8rem;
}
.c-jobs-filter .filter-header {
    padding: 1.6rem 2.4rem;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #5E5B54;
    background-color: #fff !important;
}
.c-jobs-filter .filter-option label {
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
    color: #5E5B54;
}
.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 .reset-filters__buton {
    font-family: "Roboto";
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
    text-decoration: none;
    color: #D31245;
    color: #D31245;
}
.c-jobs-filter .reset-filters .reset-filters__buton:hover {
    text-decoration: underline;
    color: #D31245;
}

.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: 3.6rem;
}
.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: none;
    background-color: #F5F5F7;
    gap: 1.8rem;
    cursor: pointer;
}
.c-jobs-list .results-list__item:hover::after {
    opacity: 1;
}
.c-jobs-list .results-list__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s opacity ease-in-out;
    box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
    z-index: -1;
}

.c-jobs-list .results-list__item-header {
    gap: 10px;
}

@media screen and (min-width: 1024px) {
    .c-jobs-list .results-list__item-header {
        width: 70%;
    }
}
.c-jobs-list .results-list__item-header a {
    text-decoration: none;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 1.2;
    text-transform: capitalize;
    border: none;
    color: #5E5B54;
}
.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: #5E5B54;
}
.c-jobs-list .results-list__item-street--label, .c-jobs-list .results-list__item-brand--label {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #5E5B54;
}
.c-jobs-list .results-list__item-apply {
    padding: 0.8rem 3.6rem 0.8rem 5rem;
    background-color: rgba(0, 0, 0, 0);
    border: solid 0.1rem #D31245;
    border-radius: 3rem;
    text-decoration: none;
    transition: ease all 0.5s;
    margin-top: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 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: #D31245;
    border: solid 0.1rem #D31245;
}
.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--label, .c-jobs-list .results-list__item-apply:focus .results-list__item-apply--label {
    color: #fff;
}
.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--icon, .c-jobs-list .results-list__item-apply:focus .results-list__item-apply--icon {
    background-color: rgba(0, 0, 0, 0);
}
.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--icon > svg path, .c-jobs-list .results-list__item-apply:focus .results-list__item-apply--icon > svg path {
    fill: #fff;
}
.c-jobs-list .results-list__item-apply--label {
    color: #D31245;
    transition: ease all 0.5s;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.9rem;
    text-transform: capitalize;
}
.c-jobs-list .results-list__item-apply--icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: ease all 0.5s;
}
.c-jobs-list .results-list__item-apply--icon > svg path {
    transition: ease all 0.5s;
    fill: #D31245;
}
.c-jobs-list .results-list.front {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.9rem;
}
.c-jobs-list .results-container {
    margin-top: 2rem;
    position: relative;
}
.c-jobs-list .results-container .card > h4 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #5E5454;
}

.c-jobs-pagination {
    margin: 3rem 0;
    display: block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}
.c-jobs-pagination .page-size {
    display: none;
    border: none;
}
@media screen and (min-width: 1024px) {
    .c-jobs-pagination .page-size {
        background-color: #fff;
        display: flex;
        align-items: center;
        padding: 1.8rem;
        justify-content: center;
        text-align: center;
        font-size: 16px;
    }
}
.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;
}
@media screen and (min-width: 1024px) {
    .c-jobs-pagination .page-links .pagination__list {
        margin-right: 3rem;
    }
}
.c-jobs-pagination .page-links  a {
    cursor: pointer;
    margin: 0 0.5rem;
    color: #666666;
}
.c-jobs-pagination .page-link {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    transition: ease all 0.5s;
}
.c-jobs-pagination .page-link:hover {
    text-decoration: none;
    color: #D31245;
}
.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: #5E5B54;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    transition: ease all 0.5s;
}
.c-jobs-pagination .page-link.page-link-next:hover, .c-jobs-pagination .page-link.page-link-last:hover, .c-jobs-pagination .page-link.page-link-first:hover, .c-jobs-pagination .page-link.page-link-previous:hover {
    background: #fff;
    color: #D31245;
    border: none;
}
.c-jobs-pagination .page-link.page-link-next.not-selectable, .c-jobs-pagination .page-link.page-link-last.not-selectable, .c-jobs-pagination .page-link.page-link-first.not-selectable, .c-jobs-pagination .page-link.page-link-previous.not-selectable {
    opacity: 0.5;
    cursor: not-allowed;
    display: none;
}
.c-jobs-pagination .page-link.current-page.not-selectable {
    color: #D31245;
}

[data-react-prop-classname=c-jobs-sortby] > div,
.c-jobs-radius {
    display: flex;
    align-items: center;
    background-color: #F3f3f4;
    padding: 0.5rem 2rem !important;
    border-radius: 0.4rem;
    width: inherit;
    font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
    [data-react-prop-classname=c-jobs-sortby] > div,
.c-jobs-radius {
        margin: 0 auto;
        justify-content: space-between !important;
    }
}
[data-react-prop-classname=c-jobs-sortby] > div .Select-clear-zone,
.c-jobs-radius .Select-clear-zone {
    display: none;
}
[data-react-prop-classname=c-jobs-sortby] > div .Select,
.c-jobs-radius .Select {
    width: 13rem;
    font-weight: bold;
}
[data-react-prop-classname=c-jobs-sortby] > div .Select-control,
.c-jobs-radius .Select-control {
    border: none;
    background: none;
}
[data-react-prop-classname=c-jobs-sortby] > div .Select-control:hover,
.c-jobs-radius .Select-control:hover {
    box-shadow: none;
}

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

.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-family: "Roboto";
    font-weight: 400 !important;
    font-size: 4rem !important;
    line-height: 1.2 !important;
    margin-bottom: 3.2rem;
    color: #5E5B54 !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-family: "Roboto";
    font-weight: 500 !important;
    font-size: 2rem !important;
    line-height: 1.2 !important;
    margin-bottom: 1.6rem;
    color: #5E5B54;
}

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

.job-description-content p,
.job-description-content span,
.job-description-content li {
    font-style: normal;
    font-family: "Roboto";
    font-weight: 400 !important;
    font-size: 2rem !important;
    line-height: 2.6rem !important;
    color: #5E5B54 !important;
}
.job-description .apply-button {
    font-family: "Roboto";
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    line-height: 2.9rem !important;
    text-transform: capitalize !important;
    padding: 1.5rem 0rem !important;
    color: #fff !important;
    border-radius: 3rem !important;
    border: none !important;
    background-color: #D31245 !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: none !important;
    background-color: #871A37 !important;
    color: #fff !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-family: "Roboto";
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    line-height: 2.9rem !important;
    text-transform: capitalize !important;
    color: #D31245 !important;
    background-color: #fff !important;
    border: 0.1rem solid #D31245 !important;
    transition: ease all 0.5s;
    border-radius: 3rem !important;
}
.job-description .map-button:hover,
.job-description .job-share-button:hover {
    color: #fff !important;
    background-color: #D31245 !important;
    border: 0.1rem solid #D31245 !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-family: "Roboto";
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    line-height: 2.9rem !important;
    color: #5E5B54 !important;
    color: #5E5B54;
}
.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;
}




/* ==========================================================================
Legacy
Map
========================================================================== */
#location-description #PHead header,
#location-description #PFoot footer,
#location-description  #CompHTMLPageTop{
    display:none;
}



#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: #000;
    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:rgba(239,62,66,0.9) ;
}

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

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

.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: #D31245;
    padding: 1rem;
    text-align: center;
}




/* Added Tailwind */




/*.absolute {*/
/*  position: absolute;*/
/*}*/
/*.relative {*/
/*  position: relative;*/
/*}*/
.-bottom-\[2\.1rem\] {
  bottom: -2.1rem;
}
.-left-\[14\.1rem\] {
  left: -14.1rem;
}
.-right-\[12rem\] {
  right: -12rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[6\.6rem\] {
  top: 6.6rem;
}
.-z-20 {
  z-index: -20;
}
.z-10 {
  z-index: 10;
}
/*.mx-auto {*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/
.mr-0 {
  margin-right: 0px;
}
.mr-\[18\.9rem\] {
  margin-right: 18.9rem;
}
.mt-\[5\.2rem\] {
  margin-top: 5.2rem;
}
/*.block {*/
/*  display: block;*/
/*}*/
/*.flex {*/
/*  display: flex;*/
/*}*/
/*.grid {*/
/*  display: grid;*/
/*}*/
/*.hidden {*/
/*  display: none;*/
/*}*/
.h-\[10rem\] {
  height: 10rem;
}
.h-\[11\.2rem\] {
  height: 11.2rem;
}
.h-\[11rem\] {
  height: 11rem;
}
.h-\[22\.8rem\] {
  height: 22.8rem;
}
.h-\[40rem\] {
  height: 40rem;
}
.h-\[41\.2rem\] {
  height: 41.2rem;
}
.h-\[50rem\] {
  height: 50rem;
}
.h-\[55\.2rem\] {
  height: 55.2rem;
}
.h-\[56rem\] {
  height: 56rem;
}
.h-\[calc\(0\.33\*100vw-9\.3rem\)\] {
  height: calc(0.33 * 100vw - 9.3rem);
}
.h-\[calc\(100vw-4rem\)\] {
  /* height: calc(100vw - 4rem); */
}
.h-auto {
  height: auto;
}
/*.h-full {*/
/*  height: 100%;*/
/*}*/
.max-h-\[15rem\] {
  max-height: 15rem;
}
.max-h-\[46rem\] {
  max-height: 46rem;
}
.\!w-\[calc\(\(100\%-6rem\)\/2\)\] {
  width: calc((100% - 6rem) / 2)!important;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[11\.2rem\] {
  width: 11.2rem;
}
.w-\[13rem\] {
  width: 13rem;
}
.w-\[40rem\] {
  width: 40rem;
}
/*.w-fit {*/
/*  width: fit-content;*/
/*}*/
/*.w-full {*/
/*  width: 100%;*/
/*}*/
.max-w-\[24rem\] {
  max-width: 24rem;
}
.max-w-\[36rem\] {
  max-width: 36rem;
}
.max-w-\[60rem\] {
  max-width: 60rem;
}
.max-w-\[70rem\] {
  max-width: 70rem;
}
.max-w-\[76\.5rem\] {
  max-width: 76.5rem;
}
/*.max-w-none {*/
/*  max-width: none;*/
/*}*/
.flex-\[2\.4rem\] {
  flex: 2.4rem;
}
/*.flex-shrink-0 {*/
/*  flex-shrink: 0;*/
/*}*/
.shrink-0 {
  flex-shrink: 0;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-5\/12 {
  flex-basis: 41.666667%;
}
.basis-7\/12 {
  flex-basis: 58.333333%;
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/*.grid-flow-row {*/
/*  grid-auto-flow: row;*/
/*}*/
/*.grid-flow-col {*/
/*  grid-auto-flow: column;*/
/*}*/
.\!flex-row {
  flex-direction: row!important;
}
/*.flex-row {*/
/*  flex-direction: row;*/
/*}*/
/*.flex-col {*/
/*  flex-direction: column;*/
/*}*/
.\!flex-col-reverse {
  flex-direction: column-reverse!important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto
}
/*.items-center {*/
/*  align-items: center;*/
/*}*/
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-\[0\.8rem\] {
  gap: 0.8rem;
}
.gap-\[1\.2rem\] {
  gap: 1.2rem;
}
.gap-\[1\.6rem\] {
  gap: 1.6rem;
}
.gap-\[1\.8rem\] {
  gap: 1.8rem;
}
.gap-\[10rem\] {
  gap: 10rem;
}
.gap-\[2\.4rem\] {
  gap: 2.4rem;
}
.gap-\[3\.6rem\] {
  gap: 3.6rem;
}
.gap-\[4\.8rem\] {
  gap: 4.8rem;
}
.gap-\[6rem\] {
  gap: 6rem;
}
.gap-\[8rem\] {
  gap: 8rem;
}
.gap-x-\[2\.4rem\] {
  column-gap: 2.4rem;
}
.gap-y-\[2\.4rem\] {
  row-gap: 2.4rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-\[0\.4rem\] {
  border-radius: 0.4rem;
}
.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}
.rounded-\[1rem\] {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-t-\[0\.4rem\] {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.bg-\[\#888\] {
  --tw-bg-opacity: 1;
  background-color: rgb(136 136 136 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-top {
  object-position: top;
}
.p-0 {
  padding: 0px;
}
.p-\[2\.4rem\] {
  padding: 2.4rem;
}
.\!px-0 {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.\!px-\[2rem\] {
  padding-left: 2rem!important;
  padding-right: 2rem!important;
}
.\!px-\[6rem\] {
  padding-left: 6rem!important;
  padding-right: 6rem!important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-\[10rem\] {
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-\[2\.4rem\] {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.px-\[2rem\] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[4\.8rem\] {
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}
.px-\[4rem\] {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-\[8rem\] {
  padding-left: 8rem;
  padding-right: 8rem;
}
.py-\[0\.4rem\] {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.py-\[2\.4rem\] {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.py-\[2rem\] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[4\.8rem\] {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
.py-\[4rem\] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-\[6rem\] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-\[8rem\] {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pb-\[1\.9rem\] {
  padding-bottom: 1.9rem;
}
.pb-\[5\.1rem\] {
  padding-bottom: 5.1rem;
}
.pb-\[6rem\] {
  padding-bottom: 6rem;
}
.pt-\[10rem\] {
  padding-top: 10rem;
}
.pt-\[160\%\] {
  padding-top: 160%;
}
.pt-\[2\.4rem\] {
  padding-top: 2.4rem;
}
.pt-\[21\.2rem\] {
  padding-top: 21.2rem;
}
.pt-\[34\.2rem\] {
  padding-top: 34.2rem;
}
.pt-\[39rem\] {
  padding-top: 39rem;
}
.pt-\[56\.5\%\] {
  padding-top: 56.5%;
}
.pt-\[8rem\] {
  padding-top: 8rem;
}
.text-center {
  text-align: center;
}
.text-\[1\.4rem\] {
  font-size: 1.4rem;
}
.text-\[1\.6rem\] {
  font-size: 1.6rem;
}
.text-\[1\.8rem\] {
  font-size: 1.8rem;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow-\[0\.4rem_0_2rem_0_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0.4rem 0 2rem 0 rgba(0,0,0,0.15);
  --tw-shadow-colored: 0.4rem 0 2rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {
  .md\:-bottom-\[2\.1rem\] {
    bottom: -2.1rem;
  }
  .md\:-left-\[14\.1rem\] {
    left: -14.1rem;
  }
  .md\:-right-\[12rem\] {
    right: -12rem;
  }
  .md\:top-\[6\.6rem\] {
    top: 6.6rem;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mr-\[18\.9rem\] {
    margin-right: 18.9rem;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:\!w-\[calc\(\(100\%-6rem\)\/2\)\] {
    width: calc((100% - 6rem) / 2)!important;
  }
  .md\:max-w-\[60rem\] {
    max-width: 60rem;
  }
  .md\:max-w-\[70rem\] {
    max-width: 70rem;
  }
  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
  .md\:basis-5\/12 {
    flex-basis: 41.666667%;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:\!flex-col-reverse {
    flex-direction: column-reverse!important;
  }
  .md\:items-stretch {
    align-items: stretch;
  }
  .md\:rounded-tl-none {
    border-top-left-radius: 0px;
  }
  .md\:\!px-0 {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .md\:\!px-\[6rem\] {
    padding-left: 6rem!important;
    padding-right: 6rem!important;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-\[2\.4rem\] {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .md\:px-\[4\.8rem\] {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
  .md\:px-\[4rem\] {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:py-\[2\.4rem\] {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .md\:pb-\[6rem\] {
    padding-bottom: 6rem;
  }
  .md\:pt-\[34\.2rem\] {
    padding-top: 34.2rem;
  }
  .md\:pt-\[56\.5\%\] {
    padding-top: 56.5%;
  }
  .md\:pt-\[8rem\] {
    padding-top: 8rem;
  }
}
@media (min-width: 1024px) {
  .lg\:mr-0 {
    margin-right: 0px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[40rem\] {
    height: 40rem;
  }
  .lg\:h-\[50rem\] {
    height: 50rem;
  }
  .lg\:h-\[calc\(0\.33\*100vw-9\.3rem\)\] {
    height: calc(0.33 * 100vw - 9.3rem);
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:max-h-\[46rem\] {
    max-height: 46rem;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:max-w-\[76\.5rem\] {
    max-width: 76.5rem;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }
  .lg\:basis-5\/12 {
    flex-basis: 41.666667%;
  }
  .lg\:basis-7\/12 {
    flex-basis: 58.333333%;
  }
  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }
  .lg\:\!flex-row {
    flex-direction: row!important;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-\[10rem\] {
    gap: 10rem;
  }
  .lg\:gap-x-\[2\.4rem\] {
    column-gap: 2.4rem;
  }
  .lg\:object-top {
    object-position: top;
  }
  .lg\:p-0 {
    padding: 0px;
  }
  .lg\:px-\[10rem\] {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .lg\:px-\[8rem\] {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .lg\:py-\[6rem\] {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-\[8rem\] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:pb-\[5\.1rem\] {
    padding-bottom: 5.1rem;
  }
  .lg\:pt-\[10rem\] {
    padding-top: 10rem;
  }
  .lg\:pt-\[39rem\] {
    padding-top: 39rem;
  }
}

@media (min-width: 1280px) {
  .xl\:h-\[25vw\] {
      height: 25vw;
  }
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}



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

.results-header__content__total {
  color: #F4633A;
}


.reset-filters__buton {

}

.page-size_text {
    display: none;
}