/* FONT MIXIN */
/* MEDIA QUERIES */
/* COLORS */
/* FONT-FAMILY */
/* FONT SIZES */
/* MARGIN/PADDING SIZES */
/* TRANSITION */
/* BREAKPOINTS */
@media screen and (min-width: 1024px) {
    main.padding-top {
        padding-top: 11rem;
    }
}

.job-description .salary-comment, .job-description .job-payrange {
    display: none;
}

.c-jobs {
    width: 100%;
    padding: 0;
    max-width: none;
    margin-bottom: 4.8rem;

}
.c-jobs * { 
        font-family:"Gotham", sans-serif;
}
@media screen and (min-width: 768px) {
    .c-jobs {
        padding: 0 4rem;
    }
}
@media screen and (min-width: 1024px) {
    .c-jobs {
        margin-bottom: 6rem;
        padding: 0 9.6rem 6rem;
        max-width: none;
        margin: 0 auto;
    }
}
#jobs-list,
.filter-category-container.filter-custom_categories {
    display: none;
}
.c-job-main {
    display: flex;
    flex-direction: column;
    gap: 4.7rem;
}
@media screen and (min-width: 1024px) {
    .c-job-main {
        flex-direction: row;
        gap: 3.2rem;
    }
}
.c-job-main__left {
    background: #f2efef;
    color: #000;
    padding: 3rem 1.6rem 2rem;
    border-radius: 0;
    height: fit-content;
}

.c-job-main__right {
    padding: 0 15px
}

@media screen and (min-width: 768px) {
    .c-job-main__left {
        padding: 3rem 3.2rem 2rem;
    }
}
@media screen and (min-width: 1024px) {
    .c-job-main__left {
        width: 37rem;
    }
}
.c-job-main__left-inner {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 1024px) {
    .c-job-main__right {
        flex-grow: 1;
    }
}
.c-job-main__right .results-header {
    color: #57595d;
}
.c-job-main__right .results-header__content-total {
    color: #ba873f;
}
.c-job-main__sorting {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.c-job-main__sorting-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

  .c-job-main__sorting-right {
    flex-direction: row;
  }
}
.c-job-main__sorting-left .results-header {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0;
}
.c-job-main__sorting-right .c-jobs-sortby {
    width: fit-content;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 400;
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    padding: 0.8rem 2.4rem;
    border: 1px solid #707070;
    justify-content: center;
    align-items: center;
}
.c-job-main__sorting-right .c-jobs-sortby .Select {
    width: 13rem;
}
.c-job-main__sorting-right .c-jobs-sortby .Select.is-open .Select-control {
    background-color: rgba(0, 0, 0, 0) !important;
}
.c-job-main__sorting-right .c-jobs-sortby .Select .Select-control {
    color: #ba873f;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
.c-job-main__sorting-right .c-jobs-sortby .Select .Select-value-label {
    color: #ba873f !important;
}
.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: #000;
}
.c-main-hero-search__keyword-label {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #000;
}
.autocomplete__input {
    width: 100%;
    color: #333;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.4rem;
    background-color: transparent;
    border: none;
}
.c-main-hero-search__keyword .keyword-search__input {
    padding: 1rem 2.4rem 1rem 4.4rem;
    background-color: transparent;
    border-bottom: 1px solid #CDA349;
    border-radius: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    transition: ease all 0.2s;
}
.c-main-hero-search__keyword .keyword-search__input:focus-within {
    border: none;
}
.c-main-hero-search__keyword .keyword-search__input-icon--search {
    color: #ba873f;
}
.c-main-hero-search__button {
    background-color: #ba873f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.9rem;
    transition: ease all 0.2s;
    border-radius: none;
    border: none;
}
.c-main-hero-search__button-search {
    padding: 1rem 2.4rem;
    width: 100%;
    background-color: #ba873f;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    transition: ease all 0.2s;
    font-family: "Gotham", sans-serif;
   
}
.c-main-hero-search__button:hover,
.c-main-hero-search__button:focus {
    background-color: #000;
    color: #fff;
    border: none;
}
.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: #000;
}
.c-main-hero-search__location i {
    color: #ba873f;
}
.c-main-hero-search__location.location-search {
    margin-bottom: 2.2rem;
}
.c-main-hero-search__location-content {
    display: flex;
    padding: 1rem 2.4rem;
    background-color: transparent;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    border-bottom: 1px solid #CDA349;
    transition: ease all 0.2s;

    position: relative;
}
.c-main-hero-search__location-content:focus-within {
    border: none;
}
.c-main-hero-search__location-drop {
    flex-grow: 1;
}
.c-main-hero-search__location-drop input {
    width: 100%;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.4rem;
    border: none;
    color: #333;
    background-color: transparent;
}
.c-main-hero-search.custom-search-box {
    margin-bottom: 2.4rem;
}

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

.ssr-search-bar {
    width: 100%;
    z-index: 10;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .ssr-search-bar {
        height: 13.3rem;
    }
}
.-horizontal.c-main-hero-search {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: normal;
    width: 100%;
    padding: 1.6rem;
    border: none;
    border-radius: none;
    background-color: #242527;
}
@media screen and (min-width: 768px) {
    .-horizontal.c-main-hero-search {
        flex-direction: row;
        align-items: flex-end;
        gap: 3.2rem;
        padding: 1.8rem 4rem;
    }
}
@media screen and (min-width: 1024px) {
    .-horizontal.c-main-hero-search {
        padding: 2.8rem 9.6rem;
    }
}
.-horizontal.c-main-hero-search .keyword-search__input,
.-horizontal.c-main-hero-search .c-main-hero-search__location-content {
    border-bottom: 2px solid #ba873f;
}
.-horizontal.c-main-hero-search .c-main-hero-search__keyword > .keyword-search__input {
    background: rgba(0, 0, 0, 0);
    padding: 0 1.6rem 1rem 1.6rem;
}
.-horizontal.c-main-hero-search .c-main-hero-search__keyword > .keyword-search__input > input {
    background: inherit;
    color: #fff;
}
@media screen and (min-width: 1024px) {
    .-horizontal.c-main-hero-search .c-main-hero-search__keyword {
        flex-grow: 1;
    }
}
.-horizontal.c-main-hero-search .c-main-hero-search__keyword-label {
    font-style: normal;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #fff;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location.location-search {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    flex-grow: 1;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location-content {
    background: rgba(0, 0, 0, 0);
    padding: 0 1.6rem 1rem 1.6rem;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location-content input {
    background: inherit;
    color: #fff;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location-label {
    font-style: normal;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #fff;
}
.-horizontal.c-main-hero-search .c-main-hero-search__button {
    margin-top: 2rem;
}
@media screen and (min-width: 768px) {
    .-horizontal.c-main-hero-search .c-main-hero-search__button {
        margin-top: 0;
        width: 23rem;
    }
}
.-horizontal.c-top-hero-search {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: normal;
    width: 100%;
    padding: 1.6rem;
    border: none;
    border-radius: none;
    background-color: #242527;
}
@media screen and (min-width: 1024px) {
    .-horizontal.c-top-hero-search {
        flex-direction: row;
        align-items: flex-end;
    }
}
@media screen and (min-width: 1024px) {
    .-horizontal.c-top-hero-search .c-top-hero-search__keyword {
        flex-grow: 1;
    }
}
.-horizontal.c-top-hero-search .c-top-hero-search__keyword-label {
    font-style: normal;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #fff;
}
.-horizontal.c-top-hero-search .c-top-hero-search__location.location-search {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    flex-grow: 1;
}
.-horizontal.c-top-hero-search .c-top-hero-search__location-label {
    font-style: normal;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #fff;
}
.-horizontal.c-top-hero-search .c-top-hero-search__button {
    margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
    .-horizontal.c-top-hero-search .c-top-hero-search__button {
        width: 19rem;
    }
}
.jobs-current-searches {
    display: flex;
    flex-direction: column;
}
.jobs-current-searches__title {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #000;
    margin-bottom: 10px;
}
.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 1rem;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
    transition: ease all 0.2s;
    cursor: default;
    color: #57595d;
    border: none;
    border-radius: 0;
}
.jobs-current-searches__tag-item:hover {
    background-color: #fff;
    color: #57595d;
    border: none;
}
.jobs-current-searches__tag-item:hover svg > path {
    fill: #ba873f;
}
.jobs-current-searches__tag-close {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    width: 1.7rem;
    height: 1.7rem;
    transition: ease all 0.2s;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
}
.jobs-current-searches__tag-close svg {
  width: 16px;
  height: 16px;
}

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

.jobs-current-searches__tag-close svg > path {
    fill: #ba873f;
}
.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: transparent;
    border: none;
    margin-bottom: 0.8rem;
    border-radius: none;
}
.c-jobs-filter .filter-category-container:last-child {
    margin-bottom: 0;
}
.c-jobs-filter .filter-header {
    padding: 1rem 2.4rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #707070;
    border: 1px solid #cda349;
    background-color: rgba(0, 0, 0, 0) !important;
}
.c-jobs-filter .filter-option label {
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
    color: #333;
}
.c-jobs-filter .filter-option label > .option-value {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    gap: 0.4rem;
    justify-content: space-between;
}
.c-jobs-filter .filter-options-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.c-jobs-filter .filter-options-list-container {
    padding: 0;
    border-top: none;
}
.c-jobs-filter .reset-filters {
    text-align: start;
}
.c-jobs-filter .reset-filters a {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-decoration: underline;
    color: #707070;
}
.c-jobs-list .results-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.c-jobs-list .results-list__item {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 1.6rem;
    border: 0.1rem none #d8c492;
    border-bottom: 0.2rem solid #d8c492;
    background-color: #fff;
    gap: 1.8rem;
}
.c-jobs-list .results-list__item-header a {
    text-decoration: none;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.3rem;
    color: #212121;
}
.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 {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
    align-items: center;
}
.c-jobs-list .results-list__item-street--icon > svg > g > g {
    stroke: #ba873f;
}
.c-jobs-list .results-list__item-apply {
    padding: 1.45rem 1.6rem;
    background-color: #ba873f;
    border: none;
    border-radius: none;
    text-decoration: none;
    transition: ease all 0.2s;
    margin-top: 1.6rem;
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .c-jobs-list .results-list__item-apply {
        margin-top: 0;
    }
}
@media screen and (min-width: 1024px) {
    .c-jobs-list .results-list__item-apply {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        height: fit-content;
        transform: translateY(50%);
    }
}
.c-jobs-list .results-list__item-apply:hover,
.c-jobs-list .results-list__item-apply:focus {
    background-color: #ae0c19;
}
.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 > g > g,
.c-jobs-list .results-list__item-apply:focus .results-list__item-apply--icon > svg > g > g {
    fill: #fff;
}
.c-jobs-list .results-list__item-apply--label {
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-transform: uppercase;
}
.c-jobs-list .results-list__item-apply--icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    background-color: rgba(0, 0, 0, 0);
    border-radius: none;
    transition: ease all 0.2s;
}
.c-jobs-list .results-list__item-apply--icon > svg > g > g {
    transition: ease all 0.2s;
    fill: #fff;
}
.c-jobs-pagination {
    margin: 3rem 0;
    display: block;
    position: relative;
    width: fit-content;
}
.c-jobs-pagination .page-size {
    display: none;
    border: none;
}
@media screen and (min-width: 1024px) {
    .c-jobs-pagination .page-size {
        background-color: #fff;
        display: flex;
        align-items: center;
        padding: 1.8rem;
        justify-content: center;
        text-align: center;
    }
}
.c-jobs-pagination .page-size:focus-visible {
    outline: none;
}
.c-jobs-pagination .pagination {
    display: flex;
    /* flex-flow: row-reverse; */
    justify-content: center;
}
@media screen and (min-width: 1024px) {
    .c-jobs-pagination .pagination {
        justify-content: flex-start;
    }
}
.c-jobs-pagination .pagination.mobile {
    display: none;
}
.c-jobs-pagination .page-links {
    background: #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 {
    text-decoration: none;
}
.c-jobs-pagination .page-links > a {
    cursor: pointer;
    margin: 0 0.5rem;
    color: #57595d;
}
.c-jobs-pagination .page-link {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    transition: ease all 0.2s;
}
.c-jobs-pagination .page-link:hover {
    text-decoration: none;
    color: #ae0c19;
}
.c-jobs-pagination .page-link.page-link-next,
.c-jobs-pagination .page-link.page-link-last,
.c-jobs-pagination .page-link.page-link-first,
.c-jobs-pagination .page-link.page-link-previous {
    height: 3.6rem;
    width: 3.6rem;
    background: rgba(0, 0, 0, 0);
    color: #ba873f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    transition: ease all 0.2s;
}
.c-jobs-pagination .page-link.page-link-next:hover,
.c-jobs-pagination .page-link.page-link-last:hover,
.c-jobs-pagination .page-link.page-link-first:hover,
.c-jobs-pagination .page-link.page-link-previous:hover {
    background: #ae0c19;
    color: #fff;
}
.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: #ba873f;
}
.job-description .job-title {
    font-weight: 600 !important;
    font-size: 2.8rem !important;
    line-height: 3.6rem !important;
    margin-bottom: 3.2rem;
    color: #333 !important;
}

.job-description {
    /*background-color: #f1f2f2;*/
    padding: 11rem 0 !important;
}
.job-description .content {
    max-width: 124rem !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 + 4rem)) !important;
        padding-right: calc(2rem) !important;
        display: inline-block;
        vertical-align: top;
    }
}
@media screen and (min-width: 1024px) {
    .job-description .main-content {
        width: calc(100% - (25.2rem + 6rem)) !important;
        padding-right: calc(3rem) !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(2rem) !important;
        display: inline-block;
        vertical-align: top;
    }
}
@media screen and (min-width: 1024px) {
    .job-description .job-addl-info {
        width: 25.2rem !important;
        padding-left: calc(3rem) !important;
    }
}
.job-description-header {
    font-weight: 700 !important;
    font-size: 3rem !important;
    line-height: 4.1rem !important;
    color: #333;
    margin-bottom: 1.6rem;
}
.job-description-content p,
.job-description-content span,
.job-description-content li {
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem !important;
    line-height: 2.7rem !important;
    color: #333;
}
.job-description-content ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    list-style: circle inside;
}
/*.job-description-content ul li::before {*/
/*    content: "•";*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: flex-start;*/
/*    flex: 0 0 2.4rem;*/
/*}*/
/*.job-description-content ol {*/
/*    padding: 0;*/
/*}*/
/*.job-description-content li {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*}*/
.job-description .apply-button {
    font-weight: 700 !important;
    font-size: 1.8rem !important;
    line-height: 3rem !important;
    padding: 0.6rem 2rem !important;
    color: #fff !important;
    border-radius: none !important;
    border: none !important;
    background-color: #ba873f !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    transition: ease all 0.2s;
}
.job-description .apply-button:hover {
    border: none !important;
    background-color: #ae0c19 !important;
    color: #fff !important;
}
.job-description .map-button,
.job-description .job-share-button {
    padding: 0.6rem 2rem !important;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
    font-weight: 700 !important;
    font-size: 1.8rem !important;
    line-height: 3rem !important;
    color: #ba873f !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0.1rem solid #ba873f !important;
    transition: ease all 0.2s;
    border-radius: none !important;
}
.job-description .map-button:hover,
.job-description .job-share-button:hover {
    color: #fff !important;
    background-color: #ae0c19 !important;
    border: 0.1rem solid #ae0c19 !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;
    color: #333;
}
.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;
}

.c-jobs {
    padding-bottom: 9.6rem;
}
#footerpowered {
    display: none;
}
.company-follow-container {
    display: none;
}
.-horizontal.c-main-hero-search .fa-crosshairs {
    visibility: hidden;
}
.c-main-hero-search .c-main-hero-search__location-drop .menu {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    background: #242527;
    color: #fff;
    width: 100%;
    transition: all ease-in 0.6s;
    padding: 2.8rem;
    z-index: 1;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu {
    background: #fff;
    color: #242527;
    transform: translateY(calc(100% + 1.8rem));
    border: 1px solid #f5f5f5;
}
.c-main-hero-search .c-main-hero-search__location-drop .menu .location-item--hightlight {
    color: red;
}
.c-main-hero-search .c-main-hero-search__location-drop .menu .location-item:hover {
    color: red;
}
/*.apply-preface-text,*/
/*.application-instructions-header,*/
/*.details .custom-apply-text {*/
/*    display: none;*/
/*}*/
/*.ApplyButton strong {*/
/*    display: none !important;*/
/*}*/

#page-locations #PContent{
    background-color: red;
}

.location-list{
    list-style-type: none;
}
.list-icon-wrapper{
    display: inline-block;
    /* width: 30px; */
    margin-right: 15px;
}
.location-list-item{
        display: flex;
    align-items: flex-start;
}
.job-types {
    overflow: hidden;
}

.paragraph a{
    text-decoration: underline;
}

.paragraph a:hover, .paragraph a:focus{
    color: #BA873F;
}


/*popup*/

#overlay {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    z-index: 999999;
}

.c-popup__close {
  position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    width: 5rem;
    font-size: 2.2rem;
    background: #BA873F;
    color: #000;
    right: 0;
    cursor: pointer;
    transition: ease-in-out all 0.4s;
}

.c-popup__close:hover {
        color: #fff;
    background-color: #000;
}

.c-popup {
    position: absolute;
    background: #F3F3F3;
    width: calc(100% - 4rem);
    max-width: 76rem;
    height: auto;
    margin: 2rem auto;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}

.c-popup__content {
    padding: 4rem;
    text-align: left;
}

.popup-cta{
    gap: 1rem;
    margin: 0 auto;
    display: inline-flex;
    margin-top: 1rem;
}

.c-popup__content .paragraph{
    font-size: 2rem;
    margin-bottom: 1rem !important;

}
.c-popup__content .l-twi-2__text-title{

    margin-bottom: 1.5rem !important;

}

.c-popup__content .paragraph:nth-of-type(3){
    margin-bottom: 0rem !important;
}

.address{
}

@media (max-width: 450px){
    
    .c-popup{
        top: 400px;
    width: calc(100% - 2rem);
    }
    .c-popup__content {
        padding:  5rem 1rem ;
    }
    
}





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

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  z-index: 2;
}

.c-job-main .keyword-search__icon-container {
  width: fit-content;
  height: fit;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 1.5rem !important;
}

.c-job-main .keyword-search__icon-container svg {
  width: 2.4rem;
  height: 2.4rem;
}

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

[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;
  display: block;
}

[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;
  z-index: 1;
  color: #ba873f;
}

/* .c-main-hero-search .location-search .icon-container {
  position: absolute;
  right: 1.5rem !important;
  top: 50% !important;
  transform: translateY(-50%);
} */

.c-main-hero-search .location-search .icon-container>span {
  display: flex;
}

.c-main-hero-search .location-search .icon-container>span svg {
  height: 22px;
  width: 22px;
}

.c-main-hero-search .location-search .icon-container>span svg path {
  fill: #BA873F;
}

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


.autocomplete__input {
  width: 100%;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  border: none;
}

.page-size_text {
  display: none;
}




.jobs-sort-by[data-react-component="jobs-sort-by"] .jobs-sort-by_select_display,
.jobs-radius[data-react-component="jobs-radius"] .jobs-radius_select_display {
  border: none;
  width: 10rem;
  background-color: #80808024;
}

.jobs-radius_select_display_text,
.jobs-sort-by_select_display_text {

  width: 100%;
}

.jobs-radius[data-react-component="jobs-radius"] .jobs-radius_select_display_icon,
.jobs-sort-by[data-react-component="jobs-sort-by"] .jobs-sort-by_select_display_icon {
  display: none;
}

.jobs-radius[data-react-component="jobs-radius"] .c-jobs-radius,
.jobs-sort-by[data-react-component="jobs-sort-by"] .c-jobs-sortby {
  justify-content: space-between;
}

.jobs-radius[data-react-component="jobs-radius"] .c-jobs-radius>div,
.jobs-sort-by[data-react-component="jobs-sort-by"] .c-jobs-sortby>div {
  width: auto;
}


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

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

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

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

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

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

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

.c-main-hero-search .location-search-input .keyword-search__icon-container {
  position: relative !important;
  background: transparent;
}

.c-main-hero-search .keyword-search__input .keyword-search__icon-container svg,
.c-main-hero-search .location-search-input .keyword-search__icon-container svg {
  height: 2rem;
  width: 2rem;
  fill: #BA873F;
}

/* Focus styles for interactive elements */
a:focus-visible,
button:focus-visible,
/* input:focus-visible, */
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #007acc !important;
  outline-offset: 2px !important;
}

/* Optional: fallback for browsers that don't support :focus-visible */
a:focus,
button:focus,
/* input:focus, */
select:focus,
textarea:focus {
  outline: 3px solid #ffbf47;
  outline-offset: 2px;
}

/* Hide focus outline if not keyboard navigating */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
/* input:focus:not(:focus-visible), */
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: none;
}

.pagination__list {
    background: #fff;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
}

.pagination__list li {
    padding: 5px 10px;
}

.pagination__list li:has(a.page-link-first.not-selectable),
.pagination__list li:has(a.page-link-previous.not-selectable) {
    display: none;
}