#job-detail b span {font-weight: bold !important}


 /*///////////////////////////////////
/////////////////////////////////////
///////      GCE REFRESH    /////////
/////////       2020        /////////
/////////////////////////////////////
///////////////////////////////////*/

 /* KILL */

 .page-student-worker-jobs .footer__talent-community,
 #job-detail .job-description .application-instructions-header,
 #job-detail .job-description .custom-apply-text,
 #job-detail .salary-comment{
    display: none;
}


.page-student-worker-jobs .footer {
    border-top: #C6C6C6 solid 1px;
}
/* JOB ALERTS */

#company-follow .company-follow-container .leader {
    background-color: #272525 !important;
}

/* POP UP */

#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;
  }
  
  .popup {
    position: absolute;
    background: #fff;
    width: calc(100% - 2rem);
    height: auto;
    padding: 4rem 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
  }
  
  .popup__close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    font-size: 2rem;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    background-color: #272525;
    opacity: .5;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
  }
  
  .popup__close:hover,
  .popup__close:focus {
    color: #fff;
   opacity: 1;
  }

  @media (min-width: 992px) {
    .popup .row {
        display: flex;
    }
  }
  
  @media (max-width: 991px) {
    .popup .col-md-6:not(:last-child) {
      margin-bottom: 3rem;
    }
  }
  
  .featured-job_card p {
      margin-bottom: 10px !important;
  }
  
  .featured-job_card{
    width: 100%;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    text-align: left;
  }
  .featured-job_card a {
    width: fit-content;
    margin-bottom: 1rem;
  }
  
 
      .featured-job_card__wrapper {
          display: flex;
    flex-flow: column;
    width: 100%;

      }
      
  .popup__content {
      padding: 2rem;
  }
  
  @media(min-width: 768px) {
      .popup {
          width: 800px;
          max-width: 100%;
      }
      .featured-job_card__wrapper {
          flex-flow: row
      }
  }

/* POWERED BY */


#footerpowered {
    margin: 0;
    padding: 5rem 3rem;
    padding-top: 3rem;
    background-color: #eee;
}

#footerpowered .PoweredBy {
    margin: 0 auto;
    font-size: 1.2rem;
    color: #4A4A4A;
    font-weight: 700;
}

/* JOBSLIST RESET */

/*#jobs-list.jobs-list .app * {*/
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
/*}*/

/*#jobs-list.jobs-list .embedded-company-follow-form .embedded-company-follow-form * {*/
/*    font-size: 1.6rem;*/
/*}*/

/* NO JOBS EMBEDDED COMPANY FOLLOW */

/*#jobs-list.jobs-list .embedded-company-follow-form .embedded-company-follow-form input[type="email"],*/
/*#jobs-list.jobs-list .embedded-company-follow-form .embedded-company-follow-form .frequency-select,*/
/*#jobs-list.jobs-list .embedded-company-follow-form .embedded-company-follow-form .Select-control {*/
/*    height: auto;*/
/*    padding: 1rem 1.5rem;*/
/*    border: 1px solid #EEEEEE;*/
/*    -webkit-box-shadow: none;*/
/*    box-shadow: none;*/
/*    width: 100%;*/
/*    color: #4A4A4A;*/
/*}*/

/*#jobs-list.jobs-list .embedded-company-follow-form .embedded-company-follow-form .Select-control {*/
/*    padding-right: 0;*/
/*}*/

/*#jobs-list.jobs-list .embedded-company-follow-form .embedded-company-follow-form .subscribe-button.button-styles,*/
/*#jobs-list.jobs-list .job-search-button.primary {*/
/*    height: auto;*/
/*    width: 100%;*/
/*    background-color: #272525;*/
/*    border: solid 1px #272525;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*    letter-spacing: 2px;*/
/*    padding: 1.5rem 2rem;*/
/*    margin-top: 2rem;*/
/*    -webkit-transition: ease all .25s;*/
/*    -o-transition: ease all .25s;*/
/*    transition: ease all .25s;*/
/*}*/

/*#jobs-list.jobs-list .embedded-company-follow-form .embedded-company-follow-form .subscribe-button.button-styles:hover,*/
/*#jobs-list.jobs-list .job-search-button.primary:hover {*/
/*    background-color: #000;*/
/*}*/

/* JOBS LIST */

/*.page-jobs #jobs-list {*/
/*    margin-top: 9.8rem;*/
/*    border-top: solid 1px #eee;*/
/*}*/

/* main containers */

/*#jobs-list aside {*/
/*    position: relative;*/
/*    background-color: #D4D0D8;*/
/*    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/16591/image/2025/7/TMJAZ_job-search-bg1ewLEFW/job-search-bg1ewLEFW.jpg');*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    padding: 3rem;*/
/*    z-index: 2;*/
/*}*/

/*.jobs-list .stacked main {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*#jobs-list aside .filter-group>h3 {*/
/*    display: none;*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    #jobs-list.jobs-list .app.stacked {*/
/*        display: -webkit-box;*/
/*        display: -ms-flexbox;*/
/*        display: flex;*/
/*    }*/

/*    #jobs-list aside {*/
/*        width: 34%;*/
/*        display: inline-block;*/
/*        float: left;*/
/*        padding: 5rem 3rem;*/
/*    }*/

/*    #jobs-list.jobs-list .stacked main {*/
/*        display: inline-block;*/
/*        float: right;*/
/*        width: 66%;*/
/*        padding: 0 3rem 0 3rem;*/
/*    }*/

/*    #jobs-list.jobs-list main .results-container {*/
/*        padding: 0;*/
/*    }*/
/*}*/

/* search boxes */

/*#jobs-list .keyword-search,*/
/*#jobs-list .advanced-search-container {*/
/*    display: block;*/
/*    float: none;*/
/*    margin: 0 auto;*/
/*    max-width: none;*/
/*    padding: 0;*/
/*}*/

/*#jobs-list.jobs-list aside .filter-container input[type="text"],*/
/*#jobs-list.jobs-list aside .filter-container button,*/
/*#jobs-list.jobs-list aside .filter-container .filter-header {*/
/*    height: auto;*/
/*    font-size: 1.6rem;*/
/*    margin-bottom: .5rem;*/
/*}*/

/*#jobs-list .filter-block .filter-container .keyword-search:before,*/
/*#jobs-list .filter-group.keyword-search:before {*/
/*    content: "Search Jobs";*/
/*    display: block;*/
/*    width: 100%;*/
/*    margin: 2rem auto;*/
/*    margin-top: 0;*/
/*    font-weight: 700;*/
/*    font-size: 2rem;*/
/*    color: #4A4A4A;*/
/*    text-align: left;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 1px;*/
/*}*/

/*#jobs-list.jobs-list aside .filter-group>input,*/
/*#jobs-list.jobs-list aside .Select-control {*/
/*    border: none;*/
/*    color: #4A4A4A;*/
/*}*/

/*#jobs-list.jobs-list aside .filter-group>input {*/
/*    padding: 1rem 1.5rem;*/
/*}*/

/* filters */

/*#jobs-list.jobs-list .app.stacked .filter-block .filter-container .advanced-search-container {*/
/*    margin: 0;*/
/*    margin-top: 2rem;*/
/*}*/

/*#jobs-list .filter-group>span,*/
/*#jobs-list.jobs-list aside .reset-filters a {*/
/*    color: #2C3192;*/
/*}*/

/* jobslist items results container */

/*#jobs-list.jobs-list .stacked main .results-container .sort-container,*/
/*#jobs-list.jobs-list .stacked main .results-container .results-header,*/
/*#jobs-list.jobs-list .stacked main .results-container .card,*/
/*#jobs-list.jobs-list .stacked main .results-container .pagination {*/
/*    max-width: 100%;*/
/*}*/

/*#jobs-list.jobs-list .stacked main .results-container .results-header {*/
/*    font-size: 1.4rem;*/
/*    font-weight: 400;*/
/*    color: #4A4A4A;*/
/*}*/

/*#jobs-list.jobs-list .job-search-button.secondary {*/
/*    font-size: 1.2rem;*/
/*    color: #fff;*/
/*    letter-spacing: 1px;*/
/*    background-color: #272525;*/
/*    border: 1px solid #272525;*/
/*    padding: 1rem 1.5rem;*/
/*    min-width: 1rem;*/
/*}*/

/*#jobs-list.jobs-list .job-search-button.secondary.selected {*/
/*    background-color: #fff;*/
/*    color: #272525;*/
/*}*/

/*#jobs-list .results-list .result-item,*/
/*#jobs-list .results-list .result-item:nth-child(even) {*/
/*    background-color: #fff;*/
/*    -webkit-box-shadow: 0.2rem 0.2rem 1.1rem 0.2rem rgba(0, 0, 0, 0.15);*/
/*    box-shadow: 0.2rem 0.2rem 1.1rem 0.2rem rgba(0, 0, 0, 0.15);*/
/*    color: #272525;*/
/*    padding: 2rem;*/
/*    margin-bottom: .75rem;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    cursor: pointer;*/
/*    -webkit-transition: 0.25s all ease-in-out;*/
/*    -o-transition: 0.25s all ease-in-out;*/
/*    transition: 0.25s all ease-in-out;*/
/*}*/

/*#jobs-list .item-title span {*/
/*    display: block;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*}*/

/*#jobs-list.jobs-list .results-list .result-item .item-title>a {*/
/*    font-size: 1.8rem;*/
/*    color: #272525;*/
/*}*/

/*#jobs-list.jobs-list .results-list .result-item .item-title .street,*/
/*#jobs-list.jobs-list .results-list .result-item .item-title .location,*/
/*#jobs-list.jobs-list .results-list .result-item .item-title .city,*/
/*#jobs-list.jobs-list .results-list .result-item .item-title .state,*/
/*#jobs-list.jobs-list .results-list .result-item .item-title .city-state,*/
/*#jobs-list.jobs-list .results-list .result-item .item-title .pay,*/
/*#jobs-list.jobs-list .results-list .result-item .item-title .status {*/
/*    color: #4A4A4A;*/
/*    font-size: 1.6rem;*/
/*    letter-spacing: 1px;*/
/*}*/

/*#jobs-list.jobs-list .results-list .result-item .item-title .street {*/
/*    display: none;*/
/*}*/

/*@media screen and (min-width: 992px) {*/

/*    #jobs-list .results-list .result-item,*/
/*    #jobs-list .results-list .result-item:nth-child(even) {*/
/*        margin: .75rem 1%;*/
/*        padding: 3rem 2rem;*/
/*        width: 48%;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 521px) {*/
/*    #jobs-list.jobs-list .stacked main .results-container .sort-container {*/
/*        text-align: right;*/
/*    }*/

/*    #jobs-list.jobs-list .job-search-button.secondary:not(:last-child) {*/
/*        margin-right: .5rem;*/
/*    }*/

/*}*/

/* jobslist number */

/*#jobs-list.jobs-list .pagination a.not-selectable {*/
/*    color: #C6C6C6;*/
/*}*/

/*#jobs-list.jobs-list .pagination a {*/
/*    color: #272525;*/
/*}*/

/*#jobs-list.jobs-list .pagination a:hover {*/
/*    color: #2C3192;*/
/*}*/

/*#jobs-list.jobs-list .pagination select.page-size {*/
/*    height: auto;*/
/*    font-size: 1.3rem;*/
/*}*/

/* JOB DETAILS */

/*#job-detail .job-description {*/
/*    padding-top: 12.8rem;*/
/*}*/

/*#job-detail .job-description .content {*/
/*    max-width: 80rem;*/
/*}*/

/*#job-detail .job-title,*/
/*#job-detail h1 {*/
/*    font-size: 3.2rem;*/
/*    margin-bottom: .8rem;*/
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    color: #272525;*/
/*}*/

/*#job-detail .job-description h4.job-description-header,*/
/*#job-detail .job-description h4.job-skills-header,*/
/*#job-detail .job-description h4.job-notes-header,*/
/*#job-detail .job-description h4.apply-with-header {*/
/*    font-size: 1.6rem;*/
/*    letter-spacing: 2px;*/
/*    text-transform: uppercase;*/
/*    margin-bottom: 1.8rem;*/
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    color: #272525;*/
/*}*/

/*#job-detail .job-description .job-description-content p,*/
/*#job-detail .job-description .job-description-content span,*/
/*#job-detail .job-description .job-description-content li,*/
/*#job-detail .job-description .job-skills p,*/
/*#job-detail .job-description .job-skills span,*/
/*#job-detail .job-description .job-skills li,*/
/*#job-detail .job-description .job-notes.important-notes p,*/
/*#job-detail .job-description .job-notes.important-notes span,*/
/*#job-detail .job-description .job-notes.important-notes li {*/
/*    font-size: 1.6rem;*/
/*}*/

/*#job-detail .job-description .job-description-content p {*/
/*    margin-bottom: 2rem;*/
/*}*/

/*#job-detail .job-description .apply-button,*/
/*#job-detail .job-description .map-button,*/
/*#job-detail .job-description .job-share-button {*/
/*    font-size: 1.4rem;*/
/*    font-weight: 400;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 2px;*/
/*    border: solid 1px;*/
/*    border-radius: 0;*/
/*}*/

/*#job-detail .job-description .apply-button {*/
/*    border-color: #272525;*/
/*    background-color: #272525;*/
/*    color: #fff;*/
/*    padding: 1.5rem 1rem;*/
/*}*/

/*#job-detail .job-description .apply-button:hover {*/
/*    background-color: #000;*/
/*    border-color: #000;*/
/*}*/

/*#job-detail .job-description .map-button,*/
/*#job-detail .job-description .job-share-button {*/
/*    border-color: #eee;*/
/*    background-color: #eee;*/
/*    padding: 1.3rem 1rem;*/
/*}*/

/*#job-detail .job-description .map-button:hover,*/
/*#job-detail .job-description .job-share-button:hover {*/
/*    border-color: #4A4A4A;*/
/*    background-color: #4A4A4A;*/
/*    color: #fff;*/
/*}*/

/*@media (min-width: 768px) {*/
/*    #job-detail .job-description .main-content {*/
/*        width: calc(100% - 25rem);*/
/*    }*/

/*    #job-detail .job-description .job-addl-info {*/
/*        width: 25rem;*/
/*    }*/
/*}*/

/*#job-detail .job-description .content .main-content .job-body h2{*/
/*    font-size: 1.6rem;*/
/*    font-weight: 400;*/
/*}*/

.c-main-hero__video{
        position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    overflow: hidden;
}

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

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

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

@media screen and (min-width: 1024px) {
    .c-jobs {
        padding: 0 2.5rem 3.3333rem
    }
}

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

.c-job-main {
    display: flex;
    flex-direction: column;
    gap: 2.6667rem
}

@media screen and (min-width: 1024px) {
    .c-job-main {
        gap: 2.5rem
    }
}

.c-job-main__left {
    /*background-color: #522398;*/
    color: #4a4a4a;
    border-radius: none;
    height: -moz-fit-content;
    height: fit-content
}

@media screen and (min-width: 1024px) {
    .c-job-main__left {
        flex-shrink: 0
    }
}

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

@media screen and (min-width: 1024px) {
    .c-job-main__right {
        flex-grow: 1
    }
}

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


.c-job-main__sorting {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
}

@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: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0
}

/*.c-job-main__sorting-right .c-jobs-sortby {*/
/*   width: -moz-fit-content;*/
/*    width: fit-content;*/
/*    background-color: #fff;*/
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    font-size: 1.6rem;*/
/*    line-height: 2.4rem;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 0.8rem;*/
/*    padding: 0.8rem 2.4rem;*/
/*    border: 0.15rem solid #272525;*/
/*    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: #fff !important
}

/*.c-job-main__sorting-right .c-jobs-sortby .Select .Select-control {*/
/*    color: #4a4a4a;*/
/*    font-family: "Helvetica", sans-serif;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    font-size: .8889rem;*/
/*    line-height: 1.3333rem;*/
/*    border: none !important;*/
/*    background-color: #fff !important*/
/*}*/

/* Sorting */


.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

}

.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: #333;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
}

.c-main-hero-search {
    display: flex;
    flex-flow: column;
    gap: 0.4444rem;
    background-color: #D4D0D8;
    align-items: center;
    padding: 1rem;
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/16591/image/2025/7/TMJAZ_job-search-bg1ewLEFW/job-search-bg1ewLEFW.jpg);
}




@media(min-width: 1000px) {
    .c-main-hero-search {
        flex-flow: row
    }
}


.c-main-hero-search input:focus,
.c-main-hero-search input:active {
    outline: none
}

.c-main-hero-search__keyword,
.location-search {
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 100%;
}

.c-main-hero-search__keyword-label {
    display: none;
}

.autocomplete__input {
    width: 100%;
    color: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.c-main-hero-search__keyword .keyword-search__input {
    padding: .8889rem 1.3333rem .8889rem 4rem;
    background-color: #fff;
    border: .0833rem solid #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .8889rem;
    transition: .3s ease all
}

.c-main-hero-search__keyword .keyword-search__input:focus-within {
    border: .0833rem solid #fff
}

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

.c-main-hero-search__button {
       padding: 1.2rem 2.5rem;
    background-color: #272525;
    width: 100%;
    background-color: #272525;
    border-radius: 0;
    color: #fff;
    transition: 0.3s ease all;
    
}
@media(min-width: 1000px) {
    .c-main-hero-search__button {
        width: auto;
    }
}

.c-main-hero-search__button>button {
    text-transform: uppercase
}

.c-main-hero-search__button-search {
    width: 100%;
    background-color: #272525;
    border-radius: 0;
    color: #fff;
    transition: 0.3s ease all;
}

.c-main-hero-search__button:hover,
.c-main-hero-search__button:focus {
    background-color: #ffe903;
    /*border: .1111rem solid #ffe903*/
}

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

.location-search i {
    color: #000
}

.c-main-hero-search__location-content {
    display: flex;
    padding: .8889rem 1.3333rem;
    background-color: #fff;
    flex-direction: row;
    align-items: center;
    gap: .8889rem;
    border: .0833rem solid #fff;
    transition: .3s ease all;
    position: relative;
}

.reset-filters__buton {
  text-decoration: underline;
}

.c-main-hero-search__location-content:focus-within {
    border: .0833rem solid #fff
}

.c-main-hero-search__location-drop {
    flex-grow: 1
}

.c-main-hero-search__location-drop input {
    width: 100%;
    color: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

/*.c-main-hero-search__location-drop .menu {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    transform: translateY(100%);*/
/*    background: #fff;*/
/*    color: #000;*/
/*    width: 100%;*/
/*    transition: all ease-in .6s;*/
/*    padding: 1.5556rem;*/
/*    z-index: 1*/
/*}*/

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

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


/* [data-react-prop-horizontal="false"] .c-main-hero-search .location-search--has-value input[aria-expanded="true"] + .menu {
    top: initial;
} */

.c-main-hero-search .location-search--has-value input[aria-expanded="true"] + .menu {
    /* border-radius: 0 0 10px 10px; */
    background: #fff;
    /* padding: 20px; */
    position: absolute;
    overflow: auto;
    color: #000;
    left:0;
    max-height: 15rem;
    height: auto;
    z-index: 2;
    top: 100%;
    border: 1px solid rgb(41 41 41 / 15%);
    width: 100%;
}

@media(max-width: 768px) {
    .c-main-hero-search  .location-search--has-value input[aria-expanded="true"] + .menu {
         max-height: 12.5rem;
    }
}




.custom-search-box .location-search .location-item {
     padding: 6px;
       text-align: left;
}
.custom-search-box .location-search .location-item {
    margin: 5px;
    transition: 0.3s all ease-in-out;
}
.custom-search-box .location-search .location-item.location-item--hightlight {
        background-color: #272525;
    border-radius: 5px;
    color: #000;
     }
     
     .custom-search-box .location-search .location-item.location-item--hightlight label {color: #fff;}
      
.custom-search-box .location-search .location-item label{
margin: 0 auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;


}
.custom-search-box .location-search .location-item__icon {
    position: relative;
    margin-left: 15px;
}

/* .custom-search-box .location-search .location-item__icon::before {
    content: '';
    display: block;
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/16591/image/2025/7/8OZQ3_is-mcdOqo5Rf/is-mcdOqo5Rf.png');
    position: relative;
    width: 30px;
    height: 30px;
} */


.location-item__text {
     display: flex;
     width: 100%;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: flex-end;
    
}

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



.ssr-search-bar {
    width: 100%;
    padding: 0 1.1111rem;
    height: 17.2222rem;
    margin-top: -10.2778rem;
    z-index: 10;
    position: relative
}

@media screen and (min-width: 768px) {
    .ssr-search-bar {
        padding: 0 2.2222rem
    }
}

@media screen and (min-width: 1024px) {
    .ssr-search-bar {
        padding: 0 3.5556rem;
        height: 7.3889rem;
        margin-top: -7.02775rem
    }
}

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

.jobs-current-searches__title {
    display: none;
}

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

.jobs-current-searches__tag-item {
    padding: .2222rem .4444rem .2222rem .6667rem;
    background-color: #646565;
    display: flex;
    flex-direction: row;
    gap: .4444rem;
    justify-content: center;
    align-items: center;
    transition: .3s ease all;
    cursor: default;
    color: #fff;
    border: none;
    border-radius: none
}

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

.jobs-current-searches__tag-item:hover svg>path {
    fill: #272525
}

.jobs-current-searches__tag-close {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    transition: .3s ease all;
    background-color: #fff;
    border-radius: 50%
}

.jobs-current-searches__tag-close svg {
    width: 16px;
    height: 16px
}

.jobs-current-searches__tag-close svg>path {
    fill: #272525
}

.c-jobs-filter {
    display: flex !important;
    flex-direction: column;
    max-width: none !important
}

.c-jobs-filter .filter-group {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

@media(min-width: 768px) {
  
.c-jobs-filter .filter-group {
    
    gap: 4.25rem
}  
}

.c-jobs-filter .filter-group>h3 {
    display: none !important
}

 [data-react-component="jobs-filter"] .advanced-search-container .filter-group>*  {
     position: relative;
 }

@media(min-width:768px) {
    .c-jobs-filter .filter-group {
        flex-direction: row
    }
    [data-react-component="jobs-filter"] .advanced-search-container .filter-group>* {
    width: auto !important;
}
.c-jobs-filter {
   width: calc(100% - 12rem) !important
}
}




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

.c-jobs-filter .filter-header {
    padding: .8889rem 1.3333rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 1.9rem !important;
    line-height: 2.6rem !important;
    color: #4a4a4a;
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 12px 20px 12px 0 !important;
}

.c-jobs-filter .filter-option label {
    display: flex;
    flex-direction: row;
    gap: 1.3333rem;
    color: #4a4a4a
}

.c-jobs-filter .filter-option label>.option-value {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    gap: .2222rem;
    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;
    position: absolute !important;
    z-index: 99;
    background: #fff;
    box-shadow: 1px 1px 15px 0px #00000017;
    border-radius: 5px;
    width: 100%;
}

@media(min-width: 768px) {
    .c-jobs-filter .filter-options-list-container{width: 50rem;}
}
.option-value .count{
    margin-left: 1.5rem;
}
.c-jobs-filter .reset-filters {
    text-align: end;
    padding: 0 !important;
}

.c-jobs-filter .reset-filters a {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: .1.75rem;
    text-decoration: none;
    text-decoration: underline;
    color: #000;

}

.c-jobs-list {
    margin-top: 1.8889rem
}

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

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

.card.primary-color .results-list {
    display: block;
    padding-inline-start: 40px;
    list-style: initial;
}

.c-jobs-list .results-list__item {
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: none;
    background-color: #fff;
    transition: 0.3s ease all;
    box-shadow: rgba(0, 0, 0, 0.15) 0.2rem 0.2rem 1.1rem 0.2rem;
    padding: 1.25rem;
    width: calc(50% - 1.5rem);
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

@media screen and (min-width: 768px) {
    .c-jobs-list .results-list__item {
        padding: 2.5rem 16rem 2.5rem 2.5rem;
    }
}

@media screen and (max-width: 999px) {
    .c-jobs-list .results-list__item {
        width: 100%;
    }
}

.c-jobs-list .results-list__item:hover {
    background-color: #fff
}

.c-jobs-list .results-list__item:hover .results-list__item-header a {
    color: #272525
}

.c-jobs-list .results-list__item:hover .results-list__item-street--icon>svg>g>g,
.c-jobs-list .results-list__item:hover .results-list__item-brand--icon>svg>g>g {
    stroke: #4a4a4a
}

.c-jobs-list .results-list__item:hover .results-list__item-street--label,
.c-jobs-list .results-list__item:hover .results-list__item-brand--label {
    color: #4a4a4a
}

.c-jobs-list .results-list__item-header a {
    text-decoration: none;
    color: #272525;
    font-size: 2.4rem;
}

.c-jobs-list .results-list__item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1.5rem;
}
.results-list__item-street--icon{
    height: 20px;
}
@media screen and (min-width: 1024px) {
    .c-jobs-list .results-list__item-content {
        flex-direction: row;
        width: 100%;
        align-items: center
    }
}

.c-jobs-list .results-list__item-street,
.c-jobs-list .results-list__item-brand {
    display: flex;
    flex-direction: row;
    gap: .6667rem;
    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 {
    transition: .3s ease all;
    stroke: #4a4a4a
}

/*.c-jobs-list .results-list__item-street--label,
.c-jobs-list .results-list__item-brand--label {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-style: normal;
    font-weight: 400;
    font-size: .8889rem;
    line-height: 1.3333rem;
    color: #4a4a4a;
    transition: .3s ease all
}*/

.c-jobs-list .results-list__item-apply {
    border: none;
    text-decoration: none;
    transition: .3s ease all;
    margin-top: 0.5556rem;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}

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

.c-jobs-list .results-list__item-apply:hover,
.c-jobs-list .results-list__item-apply:focus {
    background-color: #ffe903;
    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: #000
}

.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: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.2rem;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
}

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

.c-jobs-list .results-list__item-apply--icon svg {
    width: 8px;
}

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

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

 .c-jobs-pagination .page-link {
     font-weight: 400;
     font-size: 1.6rem;
     line-height: 2.4rem;
     transition: 0.3s ease all;
 }

 .c-jobs-pagination .page-link:hover {
     text-decoration: none;
     color: #000;
 }

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

 .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: #000;
     color: #fff;
     border: 0.1rem solid #000;
 }

 .c-jobs-pagination .page-link.page-link-next.not-selectable,
 .c-jobs-pagination .page-link.page-link-last.not-selectable,
 .c-jobs-pagination .page-link.page-link-first.not-selectable,
 .c-jobs-pagination .page-link.page-link-previous.not-selectable {
     opacity: 0.5;
     cursor: not-allowed;
     display: none;
 }

 .c-jobs-pagination .page-link.current-page.not-selectable {
     color: #272525;
 }




/*************************************************************/
/* Job details page*/
/*************************************************************/

@media screen and (min-width: 768px) {
    .job-description {
        padding: 10rem 0 3rem 0 !important;
    }
}
.job-description .job-title {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 3.3rem !important;
    line-height: 5rem !important;
    margin-bottom: 3.2rem;
    color: #000 !important;
}
.job-description .content {
    max-width: 131.2rem !important;
}
.job-description .main-content {
    width: 100% !important;
    padding-right: 0 !important;
}
@media screen and (min-width: 768px) {
    .job-description .main-content {
        width: calc(100% - (21rem + 2rem)) !important;
        padding-right: calc(1rem) !important;
        display: inline-block;
        vertical-align: top;
    }
}
@media screen and (min-width: 1024px) {
    .job-description .main-content {
        width: calc(100% - (25rem + 3rem)) !important;
        padding-right: calc(1.5rem) !important;
    }
}
.job-description .job-addl-info {
    width: 100% !important;
    padding-left: 0 !important;
}
@media screen and (min-width: 768px) {
    .job-description .job-addl-info {
        width: 21rem !important;
        padding-left: calc(1rem) !important;
        display: inline-block;
        vertical-align: top;
    }
}
@media screen and (min-width: 1024px) {
    .job-description .job-addl-info {
        width: 25rem !important;
        padding-left: calc(1.5rem) !important;
    }
}
.job-description .job-addl-info .details {
    background-color: #fff;
}
.job-description-header {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 2.2rem !important;
    line-height: 3.3rem !important;
    margin-bottom: 1.6rem;
    color: #000;
}
.job-description-content p,
.job-description-content span,
.job-description-content li {
    font-style: normal;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 1.9rem !important;
    line-height: 2.9rem !important;
    color: #000 !important;
}
/*.job-description-content ul {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 0.8rem;*/
/*}*/
.job-description-content ol {
    padding: 0;
}
.job-description .apply-button {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 1.8rem !important;
    line-height: 2.2rem !important;
    letter-spacing: 0.1rem !important;
    text-transform: uppercase !important;
    padding: 1.5rem 0rem !important;
    color: #fff !important;
    border-radius: none !important;
    border: 0.1rem solid #272525 !important;
    background-color: #272525 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    transition: 0.3s ease all;
    text-decoration: none !important;
}
.job-description .apply-button:hover {
    border: 0.1rem solid #000 !important;
    background-color: #000 !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: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    line-height: 2.2rem !important;
    color: #000 !important;
    background-color: #EEEEEE !important;
    border: 0.2rem solid #EEEEEE !important;
    transition: 0.3s ease all;
    border-radius: none !important;
    text-decoration: none !important;
}
.job-description .map-button:hover,
.job-description .job-share-button:hover {
    color: #fff !important;
    background-color: #272525 !important;
    border: 0.2rem solid #272525 !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: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 1.6rem !important;
    line-height: 2.4rem !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;
}

.mb-0{
    margin-bottom: 0 !important;
}

.job-description-content p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.talent-comm-btn{
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-decoration: none;
color: #FFF;
    letter-spacing: 2px;
    padding: 2rem 0;
    
}

.no-mb{
    margin-bottom: 0 ! important;
}



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

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    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
}

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

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

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

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

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

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

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

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

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


.keyword-search__icon svg {
    fill: #999;
}

.c-jobs-list .card.primary-color .results-list.front {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}


/* 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;
}

.card.primary-color .results-list.front {
    list-style-type: none;
}

.c-main-hero-search .location-search {
    position: relative;
}

.c-main-hero-search__location-content .autocomplete {
    position: static;
}

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

[data-react-component=jobs-list-only] .results-container .results-list__item-header {
    gap: 10px;
}

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

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

.pagination__list li a {
    text-decoration: none;
    color: #666666;
    padding: 10px;
}

.pagination__list li a.not-selectable {
    color: #272525;
}

.pagination__list li a svg {
    fill: currentColor;
}

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