 
@media(min-width:1024px) {
    nav .dropdown-content {
    width: 100%;
}

nav .dropdown-content > ul {
    width: 100%;
    padding: 0 1rem;
}

nav .dropdown-content > ul li {
    padding: 0.8rem 0rem;
}
}
.animate-spin-slow {
    animation: spiny 11s linear infinite !important;
}

@keyframes spiny {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


#to-top, #to-job {
    cursor: pointer !important;
}


.overflow-hidden img.object-cover {
opacity: 0;
    transform: scale(1.4);
    transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);    
}

img.isinview.object-cover {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.6s;
}

/*body:not(.page-jobs) .spacer*/
[id="company-profile-main"] .spacer{
    display:none;
}

/* COLORS */
/* FONT-FAMILY */
/* FONT SIZES */
/* MARGIN/PADDING SIZES */
/* TRANSITION */
/* BREAKPOINTS */
/* FONT MIXIN */
/* MEDIA QUERIES */
#jobs-list,
#footerpowered,
.c-jobs .c-jobs-list .results-list__item-brand{
    display: none;
}

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

.c-job-main {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .c-job-main {
        gap: 0;
    }
}
.c-job-main__left {
    color: #2E2D2B;
    border-radius: 0.8rem;
    height: -moz-fit-content;
    height: fit-content;
}
@media screen and (min-width: 1024px) {
    .c-job-main__left {
        width: 100%;
    }
}
.c-job-main__left-inner {
    background-color: #C6D9C2;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.c-job-main__right {
    padding: 6rem 2.4rem 0;
}
@media screen and (min-width: 768px) {
    .c-job-main__right {
        padding: 6rem 5.2rem 0;
    }
}
@media screen and (min-width: 1024px) {
    .c-job-main__right {
        width: 100%;
        padding: 4rem 10.4rem 0;
    }
}
.c-job-main__right .results-header {
    color: #2E2D2B;
}
.c-job-main__right .results-header__content-total {
    color: #014E36;
}
.c-job-main__right .share-jobs__no-results {
    font-size: 1.6rem;
    color: #2E2D2B;
}
.c-job-main__sorting {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-flow: column;
    
}
@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;
    flex-grow: 1;
}
@media screen and (min-width: 1024px) {
    .c-job-main__sorting-left {
        margin-bottom: 0;
    }
}
.c-job-main__sorting-left .results-header {
    font-weight: 400;
    font-size: 2.1rem;
    font-style: italic;
    font-family: "CircularStd", sans-serif;
    margin: 0;
}
.c-job-main__sorting-right {
 display: flex;
    justify-content: space-between;
    flex-flow: column;
    flex-grow: 1;

}

@media (max-width: 1000px) {
.c-job-main__sorting-right > div {
    margin-bottom: 1rem;
}
}
@media screen and (min-width: 768px) {
    .c-job-main__sorting-right {
        flex-flow: row;
        justify-content: end;
    }
    .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: end;
        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,
.c-job-main__sorting-right .c-jobs-radius {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #F8F7F5;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: "Corda", sans-serif;
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    padding: 0.8rem 1.6rem;
    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: #2E2D2B;
}

.c-main-hero-search {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    background: #014E36;
    padding: 2.4rem;
}
@media screen and (min-width: 768px) {
    .c-main-hero-search {
        padding: 2.4rem 5.2rem;
    }
}
@media screen and (min-width: 1024px) {
    .c-main-hero-search {
        flex-direction: row;
        padding: 1.5rem 10.4rem;
    }
}
.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: 2.4rem;
    color: #2E2D2B;
}
@media screen and (min-width: 1024px) {
    .c-main-hero-search__keyword {
        flex-grow: 1;
    }
}
.c-main-hero-search__keyword-label {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #2E2D2B;
    display: none;
}
.c-main-hero-search__keyword-input {
    width: 100%;
    color: #2E2D2B;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "CircularStd", sans-serif;
    border: none;
}
.c-main-hero-search__keyword .keyword-search__input {
    padding: 0.8rem 2.4rem;
    background-color: #fff;
    border: none;
    border-radius: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    transition: ease all 0.5s;
}
.c-main-hero-search__keyword .keyword-search__input:focus-within {
    border: none;
}
.c-main-hero-search__keyword .keyword-search__input-icon--search {
    color: #014E36;
}
.c-main-hero-search__button {
    background-color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "CircularStd", sans-serif;
    transition: ease all 0.5s;
    border-radius: 0.2rem;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.c-main-hero-search__button-search {
    padding: 1rem 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0.2rem;
    color: #014E36;
    transition: ease all 0.5s;
    border: none;
    outline: none;
}
.c-main-hero-search__button:hover, .c-main-hero-search__button:focus {
    background-color: #006F46;
    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: #006F46;
}
@media screen and (min-width: 1024px) {
    .c-main-hero-search__location {
        flex-grow: 1;
    }
}
.c-main-hero-search__location i {
    color: #014E36;
}
.c-main-hero-search__location-content {
    display: flex;
    padding: 0.8rem 2.4rem;
    background-color: #fff;
    border-radius: 3rem;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    border: none;
    transition: ease all 0.5s;
}
.c-main-hero-search__location-content:focus-within {
    border: none;
}
.c-main-hero-search__location-drop {
    flex-grow: 1;
}
.c-main-hero-search__location-drop input {
    width: 100%;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "CircularStd", sans-serif;
    border: none;
    color: #2E2D2B;
}
.c-main-hero-search__location-drop .menu {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 180%;
    font-family: "CircularStd", sans-serif;
}
.c-main-hero-search__location-drop .menu .location-item {
    padding: 0.5rem 1.5rem;
}
.c-main-hero-search__location-drop .menu .location-item:not(:first-child) {
    margin-top: 0.5rem;
}
.c-main-hero-search__location-drop .menu .location-item:hover {
    background: rgba(0, 0, 0, 0);
    color: #014E36;
}
.c-main-hero-search__location-drop .menu .location-item__text {
    display: flex;
    width: 100%;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: flex-end;
}
.c-main-hero-search__location-drop .menu .location-item__zip::after {
    content: "-";
    margin: 0 0.3rem;
}
.c-main-hero-search__location-drop .menu .location-item--hightlight {
    background: rgba(0, 0, 0, 0);
    color: #014E36;
}

.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: #2E2D2B;
    width: 100%;
    padding: 0.5rem;
    z-index: 999;
    max-height: 19.3rem;
    overflow: auto;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 180%;
    font-family: "CircularStd", sans-serif;
    box-shadow: 0px 7px 20px rgba(0,0,0,0.1);
}

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

.-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) {
    .-horizontal.c-main-hero-search {
        flex-direction: row;
        align-items: stretch;
        margin-top: -4rem;
    }
}
@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-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    display: none;
    color: #2E2D2B;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location.location-search {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    flex-grow: 1;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location-label {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    display: none;
    color: #2E2D2B;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu {
    background: #fff;
    color: #2E2D2B;
    transform: translateY(calc(100% + 1.8rem));
    border: 0.1rem solid #f5f5f5;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu .location-item:hover {
    background: rgba(0, 0, 0, 0);
    color: #014E36;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu .location-item--hightlight {
    background: rgba(0, 0, 0, 0);
    color: #014E36;
}
.-horizontal.c-main-hero-search .c-main-hero-search__button {
    margin-top: 0rem;
}
@media screen and (min-width: 1024px) {
    .-horizontal.c-main-hero-search .c-main-hero-search__button {
        width: 19rem;
    }
}
.-horizontal.c-main-hero-search .c-main-hero-search__button-search {
    border: none;
    transition: ease all 0.5s;
    color: #014E36;
    background: #fff;
}
.-horizontal.c-main-hero-search .c-main-hero-search__button-search:hover {
    border: none;
    color: #fff;
    background: #006F46;
}

.jobs-current-searches {
    display: flex;
    flex-direction: column;
    padding: 0 2.4rem;
}
@media screen and (min-width: 768px) {
    .jobs-current-searches {
        padding: 0 5.2rem;
    }
}
@media screen and (min-width: 1024px) {
    .jobs-current-searches {
        padding: 0 10.4rem;
    }
}
.jobs-current-searches__title {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #2E2D2B;
}
.jobs-current-searches__tag-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
}
.jobs-current-searches__tag-item {
    padding: 0.4rem 0.8rem 0.4rem 1.2rem;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
    transition: ease all 0.5s;
    cursor: default;
    color: #2E2D2B;
    border: 0.1rem solid #014E36;
    border-radius: 10rem;
        margin-top: 2rem;
}
.jobs-current-searches__tag-item:hover {
    background-color: #fff;
    color: #2E2D2B;
    border: 0.1rem solid #014E36;
}
.jobs-current-searches__tag-item:hover svg > path {
    fill: #006F46;
}
.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: #014E36;
    border-radius: 50%;
}
.jobs-current-searches__tag-close svg {
    width: 0.9rem;
    height: 0.9rem;
}
.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;
    padding: 0 2.4rem 2.4rem;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .c-jobs-filter {
        padding: 0 5.2rem 2.4rem;
        flex-direction: row;
    }
}
@media screen and (min-width: 1024px) {
    .c-jobs-filter {
        padding: 0 10.4rem 2.4rem;
    }
}
.c-jobs-filter .filter-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
}

@media(min-width: 768px) {
    .c-jobs-filter .filter-group {
    flex-direction: row;
    }
}
.c-jobs-filter .filter-group > h3 {
    display: none !important;
}
.c-jobs-filter .filter-category-container {
    background-color: #fff;
    /*border: 0.2rem solid #fff;*/
    margin: 0;
    border-radius: 0.2rem;
    width: 100%;
    display: block;
}
.c-jobs-filter .filter-category-container .filter-header {
    border-radius: 0.2rem;
}
.c-jobs-filter .filter-category-container .filter-options-list-container {
    border-radius: 0.2rem;
}
.c-jobs-filter .filter-header {
    padding: 0.8rem 1.6rem;
    font-weight: 400;
    font-size: 1.6rem;
    font-family: "CircularStd", sans-serif;
    line-height: 1.5;
    color: #2E2D2B;
    background-color: #fff !important;
}
.c-jobs-filter .filter-option label {
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
    color: #2E2D2B;
    margin-bottom: 1em;
}

.c-jobs-filter .filter-option:last-child label {
    margin-bottom: 0;
}
.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;
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container {
     position: relative;
        width: 100%;
    
    background-color: #fff;
    margin-top: 5px;
    box-shadow: 4px 7px 7px 0px #00000029;
}

@media screen and (min-width: 768px) {
    [data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container {
   position: absolute !important;
    width: calc(100% / 3);
    }
}

.c-jobs-filter .reset-filters {
    text-align: start;
}
@media screen and (min-width: 768px) {
    .c-jobs-filter .reset-filters {
        width: -moz-fit-content;
        width: fit-content;
    }
}
.c-jobs-filter .reset-filters a {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
    text-decoration: none;
    color: #014E36;
    text-decoration: underline;
    font-family: "CircularStd", sans-serif;
    color: #014E36;
}

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

.card.primary-color .results-list {
    flex-direction: column;
    gap: 0;
}
.c-jobs-list .results-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
}
@media screen and (min-width: 1024px) {
    .c-jobs-list .results-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 4.8rem;
    }
}
.c-jobs-list .results-list__item {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem;
    border-bottom: none;
    background-color: #F8F7F5;
    gap: 2.4rem;
    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;
}
@media screen and (min-width: 1024px) {
    .c-jobs-list .results-list__item {
        width: calc((100% - 4.8rem) / 2);
    }
}
.c-jobs-list .results-list__item-header {
    margin-right: 0;
}

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

.results-list__item-distance--icon {
    margin-right: 1rem;
}
.c-jobs-list .results-list__item-header a {
    text-decoration: none;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    text-transform: capitalize;
    border: none;
    font-family: "CircularStd", sans-serif;
    color: #2E2D2B;
}
.c-jobs-list .results-list__item-content {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.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: #014E36;
}
.c-jobs-list .results-list__item-street--label, .c-jobs-list .results-list__item-brand--label {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #2E2D2B;
}
.c-jobs-list .results-list__item-apply {
    padding: 1rem 3rem;
    background-color: #014E36;
    border: none;
    border-radius: 0.2rem;
    text-decoration: none;
    transition: ease all 0.5s;
    margin-top: none;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}
.c-jobs-list .results-list__item-apply:hover, .c-jobs-list .results-list__item-apply:focus {
    background-color: #006F46;
    border: none;
}
.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;
    transition: ease all 0.5s;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    text-transform: capitalize;
    font-family: "CircularStd", sans-serif;
}
.c-jobs-list .results-list__item-apply--icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: ease all 0.5s;
}
.c-jobs-list .results-list__item-apply--icon > svg > g > g {
    transition: ease all 0.5s;
    fill: #fff;
}
.c-jobs-list .results-list.front {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: "CircularStd", sans-serif;
}
.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.5;
    color: #2E2D2B;
    font-family: "CircularStd", sans-serif;
}

.c-jobs-pagination {
    margin: 3rem 0;
    display: block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}
.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 {
    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: #014E36;
}
.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: #F8F7F5;
    color: #2E2D2B;
    border: none;
    border-radius: 0.4rem;
    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: #99D08D;
    color: #014E36;
    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: #014E36;
}

[data-react-prop-classname=c-jobs-sortby] > div,
.c-jobs-radius {
    display: flex;
    align-items: center;
    background-color: #F8F7F5;
    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;
}
@media screen and (min-width: 768px) {
    .job-description {
        padding: 10rem 0 3rem 0 !important;
    }
}
.job-description .job-title {
    font-family: "Corda", sans-serif;
    font-weight: 500 !important;
    font-size: 5.2rem !important;
    line-height: 1.5 !important;
    margin-bottom: 3.2rem;
    color: #2E2D2B !important;
}
.job-description .content {
    max-width: 131.2rem !important;
}
.job-description .main-content {
    width: 100% !important;
    padding-right: 0 !important;
}
@media screen and (min-width: 768px) {
    .job-description .main-content {
        width: calc(100% - (21rem + 2rem)) !important;
        padding-right: 1rem !important;
        display: inline-block;
        vertical-align: top;
    }
}
@media screen and (min-width: 1024px) {
    .job-description .main-content {
        width: calc(100% - (25rem + 3rem)) !important;
        padding-right: 1.5rem !important;
    }
}
.job-description .job-addl-info {
    width: 100% !important;
    padding-left: 0 !important;
}
@media screen and (min-width: 768px) {
    .job-description .job-addl-info {
        width: 21rem !important;
        padding-left: 1rem !important;
        display: inline-block;
        vertical-align: top;
    }
}
@media screen and (min-width: 1024px) {
    .job-description .job-addl-info {
        width: 25rem !important;
        padding-left: 1.5rem !important;
    }
}
.job-description .job-addl-info .details {
    background-color: #fff;
}
.job-description-header {
    font-family: "CircularStd", sans-serif;
    font-weight: 700 !important;
    font-size: 2.2rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1.6rem;
    color: #2E2D2B;
}
.job-description-content p,
.job-description-content span,
.job-description-content li {
    font-style: normal;
    font-family: "CircularStd", sans-serif;
    font-weight: 400 !important;
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
    color: #2E2D2B !important;
}
.job-description-content p:empty {
    height: 2rem;
}
.job-description .apply-button {
    font-weight: 400 !important;
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
    text-transform: capitalize !important;
    padding: 1.5rem 0rem !important;
    color: #fff !important;
    border-radius: 0.2rem !important;
    border: none !important;
    background-color: #014E36 !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: #006F46 !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-weight: 400 !important;
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
    text-transform: capitalize !important;
    color: #006F46 !important;
    background-color: #fff !important;
    border: 0.1rem solid #006F46 !important;
    transition: ease all 0.5s;
    border-radius: 0.2rem !important;
}
.job-description .map-button:hover,
.job-description .job-share-button:hover {
    color: #fff !important;
    background-color: #006F46 !important;
    border: 0.1rem solid #006F46 !important;
}
.job-description .map-button .fa.fa-map-marker {
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.job-description .map-button .location__label {
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.job-description .job-addl-info .job-payrange,
.job-description .job-addl-info .job-payrange *,
.job-description .job-addl-info .salary-comment,
.job-description .job-addl-info .salary-comment *,
.job-description .job-addl-info .date,
.job-description .job-addl-info .date *,
.job-description .job-addl-info .job-status,
.job-description .job-addl-info .job-status *,
.job-description .job-addl-info .job-ref,
.job-description .job-addl-info .job-ref *,
.job-description .job-addl-info .job-description__categories,
.job-description .job-addl-info .job-description__categories *,
.job-description .job-addl-info .location,
.job-description .job-addl-info .location * {
    font-weight: 400 !important;
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
    color: #2E2D2B !important;
    color: #2E2D2B;
}
.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;
}


.job-body:before {
    content: "A career at Whole Foods Market is more than just the work you do- it's about your personal growth and creating meaningful change. Our purpose is to nourish people and the planet. That means improving how people eat, funding grants for school gardens, providing access to fresh and healthy food to people living within food deserts, alleviating poverty in developing countries, and so much more. Working with us means you are making a difference within your community and beyond. We aren’t just a grocery store: we’re world-changers. And with your help, we will continue to set the standards of excellence and revolutionize the grocery industry.";
    font-weight: bold;
    margin-bottom: 2rem;
    display: block;

}




/* ==========================================================================
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:#c7d9c2 ;
}

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

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

.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: #fff;
    background: #014f36;
    padding: 1rem;
    text-align: center;
}


#PContent .inner{
    margin-right: auto;
    margin-left: auto;
    padding-right: 7vw;
    padding-left: 7vw;
    max-width: 2560px;
}

.container-map svg {width: 100%;}

#PHead,
#PFoot .pre-footer,
#PFoot footer,
#PFoot .footer__copyright {
    display: none;
}





/* Video*/
.c-main-hero__video-wrapper {
    position: absolute;
    left:0;
    right:0;
    top:0;
    width: 100%;
    height: 100%;
}
.c-main-hero__video-wrapper:before {
  content: '#teamwfm';
    position: absolute;
    z-index: 2;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: 'Corda';
    justify-content: center;
    width: 100%;
    font-weight: bold;
    font-size: 5rem;
    height: 100%;
    background-color: #00000054;
}
.c-main-hero__video-item {
  position: relative;
  display: block;
  width: 100%;
  z-index:1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  overflow: hidden
}

.hero-slider {
    z-index: 5;
}

.slider-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Hidden Olivia*/
.sage-section{
    display: none;
}

@media screen and (min-width: 1024px){
    [data-page="store-support-offices"] section:nth-of-type(1),
    [data-page="store-careers"] section:nth-of-type(1),
    [data-page="distribution-and-production-careers"] section:nth-of-type(1){
        margin-bottom: 6rem;
    }
}


/*FAQ PAGE*/

.btn-accordion {
  background-color: rgb(248 247 245);
  color: #444;
  cursor: pointer;
  padding: 1rem 1.5rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-accordion .header-tertiary{
    font-size: 2rem;
}
/*.active, 
.accordion-btn:hover {
  background-color: #e8e7e4;
}*/

.btn-accordion:after {
  content: '\002B';
    color: #000;
    font-weight: 900;
    margin-left: 5px;
    font-family: CircularStd;
    font-weight: 700;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    height: 37px;
}


.btn-accordion.active:after {
  content: "\2796";
  font-size: 1.75rem;
}

[data-page="faq-page"] .header-secondary{
   font-size: 3rem;
    font-family: 'CircularStd';
    font-weight: 500;
}

@media screen and (min-width: 1024px){
    [data-page="faq-page"] .header-secondary{
        font-size: 4rem;
    }
}

/*.active:after {*/
/*  content: "\2212";*/
/*}*/

.acc-content {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*.accordion{
	margin-bottom: 1rem
}*/

.acc-content .paragraph:nth-of-type(1) {
    margin-top: 1.5rem;
}
.acc-content .paragraph {
    margin-bottom: 1rem;
    line-height: 1.5;
}
.acc-content .paragraph:last-of-type {
    margin-bottom: 1rem;
}

ul .paragraph:nth-of-type(1) {
        margin-top: .5rem;
}
.acc-content ul{
    list-style: disc;
    padding: revert;
}


.acc-content a{
    font-weight: 600;
    color:#014e36;
}
.acc-content a:hover,
.acc-content a:active{
    color:#000;
    text-decoration: underline;
}

@media screen and (max-width: 615px) {
  .sm\:h-\[35rem\] {
     height: 30rem !important;
  }
  }

.page-jobs>div .c-main-hero-search::after{
    display: none;
    
    
}


/* XL Screen fix*/
@media screen and (min-width: 1500px) {
    .xl-position-\[150px\] {
        background-position: center -150px !important;
    }
    .xl-position-\[200px\] {
        background-position: center -200px !important;
    }
}

@media screen and (min-width: 1920px) {
    .xl\:h-\[70rem\]{
         height: 70rem !important;
    }
    .header-primary .max-lg\:hidden{
        display: none;
    }
}

.internship__slide>div .slick-slide>div {
    display: flex;
    align-items: center;
}

