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

iframe {
  border: 0;
}

#job-intro {
    padding: 6rem 0;
}

.mt-12 {
    margin-top: 30px;
}

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

.c-jobs {
    width: 100%;
    padding: 0rem 1.5rem 4rem;
    max-width: none;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .c-jobs {
        padding: 0 3.5rem 6rem;
    }
}
@media screen and (min-width: 1024px) {
    .c-jobs {
        padding: 0 4.5rem 6rem;
    }
}
.c-jobs * {
    box-sizing: border-box;
}

.c-job-main {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .c-job-main {
        flex-direction: row;
        gap: 4.5rem;
    }
}
.c-job-main__left {
    background-color: #f0f0f0;
    color: #000;
    padding: 3.2rem 1.5rem;
    border-radius: 0.8rem;
    height: -moz-fit-content;
    height: fit-content;
}
@media screen and (min-width: 768px) {
    .c-job-main__left {
        padding: 3.5rem;
    }
}
@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: #666;
}
.c-job-main__right .results-header__content-total {
    color: #B32317;
}
.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-family: "trade-gothic-next", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin: 0;
}
/*.c-job-main__sorting-right .c-jobs-sortby {*/
/*    width: -moz-fit-content;*/
/*    width: fit-content;*/
/*    background-color: #f0f0f0;*/
/*    font-family: "trade-gothic-next", sans-serif;*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    line-height: normal;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 0.8rem;*/
/*    padding: 0.8rem 2.4rem;*/
/*    border: 0.1rem solid #000;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border-radius: 2rem;*/
/*}*/
.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-family: "trade-gothic-next", sans-serif;*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    line-height: normal;*/
/*    border: none !important;*/
/*    background-color: #fff !important;*/
/*}*/


/* Sorting */
@media screen and (min-width: 1024px) {
    .c-job-main__left {
        width: 41rem !important;
    }

}

.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-top: 4rem;

}

.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 !important;
    background-color: #F3F3F4 !important;
    padding: 5px 20px !important;
    border-radius: 20px;
    width: inherit !important;
}

@media(max-width: 1000px) {
    [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"] .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;
}


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

.c-jobs-search {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.c-jobs-search input:focus, .c-jobs-search input:active {
    outline: none;
}
.c-jobs-search__keyword {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    color: #000;
}
.c-jobs-search__keyword-label {
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    color: #000;
}
.autocomplete__input {
    width: 100%;
    color: #000;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    border: none;
}
.c-jobs-search__keyword .keyword-search__input {
    padding: 1.6rem 2.4rem;
    background-color: #fff;
    border: 0.15rem solid #fff;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    transition: ease all 0.5s;
}
.c-jobs-search__keyword .keyword-search__input:focus-within {
    border: 0.15rem solid #fff;
}
.c-jobs-search__keyword .keyword-search__input-icon--search {
    color: #000;
}
.c-jobs-search__button {
    background-color: #B32317;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    transition: ease all 0.5s;
    border-radius: 0.4rem;
    border: 0.2rem solid #B32317;
    margin-top: 1.6rem;
}
.c-jobs-search__button > button {
    text-transform: uppercase;
}
.c-jobs-search__button-search {
    padding: 2rem 3rem;
    background-color: #B32317;
    width: 100%;
    background-color: #B32317;
    border-radius: 0.4rem;
    color: #fff;
    transition: ease all 0.5s;
    border: none;
    outline: none;
}
.c-jobs-search__button:hover, .c-jobs-search__button:focus {
    background-color: #6B0D10;
    border: 0.2rem solid #6B0D10;
}
.c-jobs-search__button:hover .c-jobs-search__button-search, .c-jobs-search__button:focus .c-jobs-search__button-search {
    color: #fff;
    background-color: #6B0D10;
}
.c-jobs-search__location i {
    color: #000;
}
.c-jobs-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 #fff;
    transition: ease all 0.5s;
}
.c-jobs-search__location-content:focus-within {
    border: 0.15rem solid #fff;
}
.c-jobs-search__location-drop {
    flex-grow: 1;
}
.c-jobs-search__location-drop input {
    width: 100%;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    border: none;
    color: #000;
}
.c-jobs-search__location-drop .menu {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    background: #fff;
    color: #000;
    width: 100%;
    transition: all ease-in 0.6s;
    padding: 2.8rem;
    z-index: 1;
    border-radius: 0 0 0.8rem 0.8rem;
}
.c-jobs-search__location-drop .menu .location-item:hover {
    background: #f0f0f0;
    color: #000;
}
.c-jobs-search__location-drop .menu .location-item__text {
    display: flex;
    width: 100%;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: flex-end;
}
.c-jobs-search__location-drop .menu .location-item__zip::after {
    content: "-";
    margin: 0 0.3rem;
}
.c-jobs-search__location-drop .menu .location-item--hightlight {
    background: #f0f0f0;
    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-jobs-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: #f0f0f0;
    position: relative;
    z-index: 3;
    max-width: 123.4rem;
    border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
    .-horizontal.c-jobs-search {
        flex-direction: row;
        align-items: flex-end;
    }
}
@media screen and (min-width: 1024px) {
    .-horizontal.c-jobs-search .c-jobs-search__keyword {
        flex-grow: 1;
    }
}
.-horizontal.c-jobs-search .c-jobs-search__keyword-label {
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    display: none;
    color: #000;
}
.-horizontal.c-jobs-search .c-jobs-search__location.location-search {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    flex-grow: 1;
}
.-horizontal.c-jobs-search .c-jobs-search__location-label {
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    display: none;
    color: #000;
}
.-horizontal.c-jobs-search .c-jobs-search__location-drop .menu {
    background: #fff;
    color: #000;
    transform: translateY(calc(100% + 1.8rem));
    border: 0.1rem solid #f5f5f5;
}
.-horizontal.c-jobs-search .c-jobs-search__location-drop .menu .location-item:hover {
    background: #f0f0f0;
    color: #000;
}
.-horizontal.c-jobs-search .c-jobs-search__location-drop .menu .location-item--hightlight {
    background: #f0f0f0;
    color: #000;
}
.-horizontal.c-jobs-search .c-jobs-search__button {
    margin-top: 0rem;
}
@media screen and (min-width: 1024px) {
    .-horizontal.c-jobs-search .c-jobs-search__button {
        width: 19rem;
    }
}
.-horizontal.c-jobs-search .c-jobs-search__button-search {
    border: 0.1rem solid #B32317;
    transition: ease all 0.5s;
    color: #fff;
    background: #B32317;
}
.-horizontal.c-jobs-search .c-jobs-search__button-search:hover {
    border: 0.1rem solid #6B0D10;
    color: #fff;
    background: #6B0D10;
}

.jobs-current-searches {
    display: flex;
    flex-direction: column;
}
.jobs-current-searches__title {
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    color: #000;
}
.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: #000;
    border: 0.1rem solid #000;
    border-radius: 10rem;
}
.jobs-current-searches__tag-item:hover {
    background-color: #fff;
    color: #000;
    border: 0.1rem solid #000;
}
.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: #0098D0;
    border-radius: 50%;
}
.jobs-current-searches__tag-close svg {
    width: 16px;
    height: 16px;
}
.jobs-current-searches__tag-close svg > path {
    fill: #fff;
}

.c-jobs-filter {
    display: flex !important;
    flex-direction: column;
    gap: 2.4rem;
    max-width: none !important;
}
.c-jobs-filter .filter-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.c-jobs-filter .filter-group > h3 {
    display: none !important;
}
.c-jobs-filter .filter-category-container {
    background-color: #fff;
    border: 0.1rem solid #fff;
    margin-bottom: 0.8rem;
    border-radius: none;
}
.c-jobs-filter .filter-category-container:last-child {
    margin-bottom: 0;
}
.c-jobs-filter .filter-header {
    padding: 1.6rem 2.4rem;
    font-family: "trade-gothic-next", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    background-color: rgba(0, 0, 0, 0) !important;
}
.c-jobs-filter .filter-option label {
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
    color: #000;
}
.c-jobs-filter .filter-option label > .option-value {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    gap: 0.4rem;
    justify-content: space-between;
}
.c-jobs-filter .filter-options-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.c-jobs-filter .filter-options-list-container {
    padding: 0;
    border-top: none;
}
.c-jobs-filter .reset-filters {
    text-align: start;
}
.c-jobs-filter .reset-filters a {
    font-family: "trade-gothic-next", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    color: #000;
    color: #000;
}
.c-jobs-filter .reset-filters a:hover {
    text-decoration: underline;
    color: #000;
}

.c-jobs-list-only {
    margin-top: 3.4rem;
}
@media screen and (min-width: 1024px) {
    .c-jobs-list-only {
        margin-top: 0;
    }
}
.c-jobs-list-only .results-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.c-jobs-list-only .results-list__item {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 2.4rem 0;
    border-bottom: 0.1rem solid #000;
    background-color: #fff;
    gap: 1.8rem;
}
.c-jobs-list-only .results-list__item-header a {
    text-decoration: none;
    font-family: "trade-gothic-next", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border: none;
    color: #000;
}
.c-jobs-list-only .results-list__item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (min-width: 1024px) {
    .c-jobs-list-only .results-list__item-content {
        flex-direction: row;
        width: 100%;
        align-items: center;
    }
}
.c-jobs-list-only .results-list__item-street, .c-jobs-list-only .results-list__item-brand {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
    align-items: center;
}
.c-jobs-list-only .results-list__item-street--icon > svg > g > g, .c-jobs-list-only .results-list__item-brand--icon > svg > g > g {
    stroke: #000;
}
.c-jobs-list-only .results-list__item-street--label, .c-jobs-list-only .results-list__item-brand--label {
    font-family: "trade-gothic-next", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}
.c-jobs-list-only .results-list__item-apply {
    padding: 2rem 3rem;
    background-color: #B32317;
    border: 0.2rem solid #B32317;
    border-radius: 0.4rem;
    text-decoration: none;
    transition: ease all 0.5s;
    margin-top: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .c-jobs-list-only .results-list__item-apply {
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        height: -moz-fit-content;
        height: fit-content;
    }
}
@media screen and (min-width: 1024px) {
    .c-jobs-list-only .results-list__item-apply {
        position: absolute;
        top: 50%;
        bottom: 0;
        right: 0;
        height: -moz-fit-content;
        height: fit-content;
        transform: translateY(-50%);
    }
}
.c-jobs-list-only .results-list__item-apply:hover, .c-jobs-list-only .results-list__item-apply:focus {
    background-color: #6B0D10;
    border: 0.2rem solid #6B0D10;
}
.c-jobs-list-only .results-list__item-apply:hover .results-list__item-apply--label, .c-jobs-list-only .results-list__item-apply:focus .results-list__item-apply--label {
    color: #fff;
}
.c-jobs-list-only .results-list__item-apply:hover .results-list__item-apply--icon, .c-jobs-list-only .results-list__item-apply:focus .results-list__item-apply--icon {
    background-color: rgba(0, 0, 0, 0);
}
.c-jobs-list-only .results-list__item-apply:hover .results-list__item-apply--icon > svg > g > g, .c-jobs-list-only .results-list__item-apply:focus .results-list__item-apply--icon > svg > g > g {
    fill: #fff;
}
.c-jobs-list-only .results-list__item-apply--label {
    color: #fff;
    font-family: "trade-gothic-next", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}
.c-jobs-list-only .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-only .results-list__item-apply--icon > svg > g > g {
    transition: ease all 0.5s;
    fill: #fff;
}
.c-jobs-list-only .results-container {
    margin-top: 2rem;
    position: relative;
}

.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 .pagination {
    display: flex;
    flex-flow: initial;
    justify-content: center;
    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;
}
@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.5s;
}
.c-jobs-pagination .page-link:hover {
    text-decoration: none;
    color: #B32317;
}
.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: #0098D0;
    color: #fff;
    border: 0.2rem solid #0098D0;
    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: #194789;
    color: #fff;
    border: 0.2rem solid #194789;
}
.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: #B32317;
}

.job-description .job-title {
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 700 !important;
    font-size: 3.4rem !important;
    line-height: normal !important;
    margin-bottom: 3.2rem;
    color: #000 !important;
}
.job-description .content {
    max-width: 131.2rem !important;
    margin-top: 10rem !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: "trade-gothic-next", sans-serif;
    font-weight: 700 !important;
    font-size: 2.8rem !important;
    line-height: normal !important;
    margin-bottom: 1.6rem;
    color: #000;
}
.job-description-content p,
.job-description-content span,
.job-description-content li {
    font-style: normal;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    line-height: 2.8rem !important;
    color: #000;
    color: #000 !important;
}
.job-description .apply-button {
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 700 !important;
    font-size: 1.8rem !important;
    line-height: 1.6rem !important;
    text-transform: uppercase !important;
    padding: 1.5rem 0rem !important;
    color: #fff !important;
    border-radius: 0.4rem !important;
    border: 0.1rem solid #B32317 !important;
    background-color: #B32317 !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.1rem solid #6B0D10 !important;
    background-color: #6B0D10 !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: "trade-gothic-next", sans-serif;
    font-weight: 700 !important;
    font-size: 1.8rem !important;
    line-height: 1.6rem !important;
    text-transform: uppercase !important;
    color: #B32317 !important;
    background-color: #fff !important;
    border: 0.1rem solid #B32317 !important;
    transition: ease all 0.5s;
    border-radius: 0.4rem !important;
}
.job-description .map-button:hover,
.job-description .job-share-button:hover {
    color: #fff !important;
    background-color: #B32317 !important;
    border: 0.1rem solid #B32317 !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: "trade-gothic-next", sans-serif;
    font-weight: 700 !important;
    font-size: 1.4rem !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    color: #000 !important;
    color: #000;
}
.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;
}


/* Expired jobs list */


.results-list__item {
    display: block;
}

.results-list__item-header,
.results-list__item-brand{
   
    margin-bottom: 15px;
}



@media(min-width: 600px) {
    .results-list__item-header {
         display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    }
    .results-list__item-brand {
        margin-bottom: 0;
    }
  
}

.results-list__item-title {
    font-weight: bold;
    color: #292929;
}

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

.results-list__item-distance--icon {
    display: block;
    margin-right: 15px;
}

.results-list__item-street--icon,
.results-list__item-brand--icon{
    display: block;
    margin-right: 10px;
}

.results-list__item-street,
.results-list__item-brand {
    display: flex;
}

.results-list__item-street {
    margin-bottom: 15px;
}

.results-list__item-apply {
   border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    
    line-height: 1.2em;
    background-color: #194789;
    padding: 5px 15px;
    position: relative;
    border-radius: 0.5rem;
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
}

.results-list__item-content {
    display: flex;
    justify-content: space-between;
    
    flex-flow: column
}

@media(min-width: 600px) {
.results-list__item-content {
    flex-flow: row;
    align-items: center;
}    
}

.results-list__item-apply--icon {
    margin: 3px 3px 3px 1rem;
    background-color: #cf1f3d;
    border-radius: 50%;
    color: #fff;
    width: 1.875rem;
    height: 1.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), transform .4s cubic-bezier(.215,.61,.355,1);;
}

.results-list__item-apply:hover .results-list__item-apply--icon {
    transform: scale(1.08);
    background-color: #292929;
}



.results-list__item {
    margin-bottom: 2rem;
    border-bottom: 1px rgb(0 0 0 / 6%) solid;
    padding-bottom: 2rem;
}

.results-list__item:last-child{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}


.results-list__item-apply--label {
    color: #292929;
    font-weight: bold;
}

.results-header {
    color: #6D7278;
    font-weight: bold;
    font-size: 16px;
}

.results-header__content-total {
    color: #DB0007;
}

.results-header__content {
    color: #292929;
}

a:focus-visible,
button:focus-visible,
select:focus-visible {
  outline: 2px solid blue;
}

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

.location-search {
  position: relative;
}

.c-jobs-search__location-content.location-search-input .autocomplete {
  position: static;
}


.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 {
  background: #E9F5F7;
  color: #151730;
}

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



.location-search__icon-right svg[aria-labelledby='removeSelectionTitle'] {
  width: 22px;
  height: 22px;
}

.jobs-sort-by_select_display_text,
.jobs-radius_select_display_text {
  min-width: 75px;
}

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





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


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

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

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

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


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



/* share */



#job-detail .job-description .job-share-modal-component:not(.job-share-modal-component--mobile) .modal-content {
    top: 20rem;
}

#job-detail .job-description .job-share-modal-component.job-share-modal-component--mobile .jobing-share-modal .modal-body {
    margin-top: 5rem;
}

#job-detail .jobing-share-modal input,
#job-detail .jobing-share-modal textarea {
    font-size: inherit;
}



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

.c-job-main .results-list__item-info>div>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

[data-react-component="jobs-filter"] .advanced-search-container {
    width: 100%;
    max-width: 350px;
    display: inline-block
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-group {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-group>* {
    display: block;
    width: 100%;
    margin: 0
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header {
    position: relative;
    background-color: #fff;
    color: #555555;
    padding: 12px 20px 12px 12px;
    cursor: pointer;
    font-size: 16px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header.open::after {
    border-top-color: transparent;
    border-bottom-color: #555555;
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%)
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header::after {
    content: "";
    border: 6px solid transparent;
    border-top-color: #555555;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%)
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header .filter-title {
    margin-right: 20px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
    -o-transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
    transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
    position: relative
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container.is-expanded {
    -webkit-transition: max-height 300ms ease-in;
    -o-transition: max-height 300ms ease-in;
    transition: max-height 300ms ease-in;
    max-height: 500px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list {
    max-height: 200px;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    list-style-type: none;
    margin: 0
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list .option-value {
    color: #555555;
    font-size: 16px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list div {
    position: relative
}

[data-react-component="jobs-filter"] .reset-filters {
    padding: 10px 0;
    clear: left
}

.c-job-main .c-jobs-filter .filter-option .option-value.text {
    flex: 1;
}

.c-job-main .c-jobs-search__location-label {
    display: none;
}

.c-job-main .filter-option {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.c-job-main .filter-option .option-value.text {
    flex: 1;
}

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

.btn.btn-underline {
  color: #035e80;
}

.page-link svg {
  fill: currentColor;
}