.c-jobs {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}


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

.c-job-main__right {
  padding: 0 2rem;
}

@media screen and (min-width: 1024px) {
  .c-job-main {
    flex-direction: row;
    gap: 4.5rem;
    margin-top: 1.2rem;
  }
}

.c-job-main__left {
  background-color: #fff;
  color: #fff;
  padding: 3.2rem 1.5rem;
  border: 1px solid #000;
  height: fit-content;
}

@media screen and (min-width: 768px) {
  .c-job-main__left {
    padding: 3.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-job-main__left {
    width: 37rem;
  }
}

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

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

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

.c-job-main__right .results-header__content-total {
  color: #c65231;
}

.c-job-main__sorting {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.c-job-main__sorting-left .results-header {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

/*.c-job-main__sorting-right .c-jobs-sortby {*/
/*    width: -moz-fit-content;*/
/*    width: fit-content;*/
/*    background-color: #fff;*/
/*    font-family: "Open Sans", sans-serif;*/
/*    font-weight: 300;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 0.8rem;*/
/*    padding: 0.8rem 2.4rem;*/
/*    border: 0.15rem solid #c10230;*/
/*    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: #000;*/
/*    font-family: "Open Sans", sans-serif;*/
/*    font-weight: 700;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    border: none !important;*/
/*    background-color: #fff !important;*/
/*}*/
.c-job-main__sorting-right .c-jobs-sortby .Select .Select-value-label {
  color: #000;
}

.c-jobs-search {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.c-jobs-search input:focus,
.c-jobs-search input:active {
  outline: none;
}

.c-jobs-search__keyword {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.c-jobs-search__keyword-label {
  font-style: normal;
  line-height: 24px;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 50px;
  color: #000;
}

.autocomplete__input {
  width: 100%;
  color: #000;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 24px;
  border: none;
}

.c-jobs-search__keyword .keyword-search__input {
  padding: 1rem 2rem;
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
  transition: ease all 0.5s;
}

.c-jobs-search__keyword .keyword-search__input-icon--search {
  color: #000;
}


.c-jobs-search__button-search {
  height: inherit;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1rem 2rem;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
}


.c-jobs-search__button:hover .c-jobs-search__button-search,
.c-jobs-search__button:focus .c-jobs-search__button-search {
  color: #000;
  background-color: #f6dfa4;
  border-color: transparent;
}

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

.c-jobs-search__location i {
  color: #000;
}

.c-jobs-search__location-content {
  display: flex;
  padding: 1rem 2rem;
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
  border: 1px solid #000;
  transition: ease all 0.5s;
}

/* .c-jobs-search__location-content:focus-within {
  border: none;
} */

.c-jobs-search__location-drop {
  flex-grow: 1;
}

.c-jobs-search__location-drop input {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  border: none;
  color: #000;
  font-weight: normal;
}

.c-jobs-search__location-drop .menu {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  background: #F6F6F6;
  color: #000;
  width: 100%;
  transition: all ease-in 0.6s;
  padding: 2.8rem;
  z-index: 1;
}

.c-jobs-search__location-drop .menu .location-item:hover {
  background: rgba(0, 0, 0, 0);
  color: #c10230;
}

.c-jobs-search__location-drop .menu .location-item--hightlight {
  background: rgba(0, 0, 0, 0);
  color: #c10230;
}

.ssr-search-bar {
  width: 100%;
  padding: 0 2rem;
  height: 31rem;
  margin-top: -18.5rem;
  z-index: 10;
  position: relative;
}

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

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

.-horizontal.c-jobs-search {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: normal;
  width: 100%;
  padding: 2rem;
  border: none;
  background-color: #000;
  position: relative;
  z-index: 3;
  max-width: 123.4rem;
}

@media screen and (min-width: 768px) {
  .-horizontal.c-jobs-search {
    flex-direction: row;
    align-items: flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .-horizontal.c-jobs-search .c-jobs-search__keyword {
    flex-grow: 1;
  }
}

.-horizontal.c-jobs-search .c-jobs-search__keyword-label {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: none;
  color: #fff;
}

.-horizontal.c-jobs-search .c-jobs-search__location.location-search {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex-grow: 1;
}

.-horizontal.c-jobs-search .c-jobs-search__location-label {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: none;
  color: #fff;
}

.-horizontal.c-jobs-search .c-jobs-search__location-drop .menu {
  background: #F6F6F6;
  color: #000;
  transform: translateY(calc(100% + 1.8rem));
  border: 1px solid #f5f5f5;
}

.-horizontal.c-jobs-search .c-jobs-search__location-drop .menu .location-item:hover {
  background: rgba(0, 0, 0, 0);
  color: #c10230;
}

.-horizontal.c-jobs-search .c-jobs-search__location-drop .menu .location-item--hightlight {
  background: rgba(0, 0, 0, 0);
  color: #c10230;
}

.-horizontal.c-jobs-search .c-jobs-search__button {
  margin-top: 0rem;
}

@media screen and (min-width: 1024px) {
  .-horizontal.c-jobs-search .c-jobs-search__button {
    width: 19rem;
  }
}

.-horizontal.c-jobs-search .c-jobs-search__button-search {
  border: 0.2rem solid #c10230;
  transition: ease all 0.5s;
  color: #fff;
  background: #c10230;
}

.-horizontal.c-jobs-search .c-jobs-search__button-search:hover {
  border: 0.2rem solid #267DBF;
  color: #fff;
  background: #267DBF;
}

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

.jobs-current-searches__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

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

.jobs-current-searches__tag-item {
  padding: 0.4rem 0.8rem 0.4rem 1.2rem;
  background-color: #c10230;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  transition: ease all 0.5s;
  cursor: default;
  color: #fff;
  border: 0.1rem solid #c10230;
}

.jobs-current-searches__tag-item:hover {
  background-color: #000;
  color: #fff;
  border: 0.1rem solid #000;
}

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

.jobs-current-searches__tag-close {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: 1.7rem;
  height: 1.7rem;
  transition: ease all 0.5s;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
}

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

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

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

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

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

.c-jobs-filter .filter-category-container {
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 0.8rem;
}

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

.c-jobs-filter .filter-header {
  padding: 1.6rem 2.4rem;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  background-color: rgba(0, 0, 0, 0) !important;
}

.c-jobs-filter .filter-option label {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
  color: #000;
}

.c-jobs-filter .filter-option label>.option-value {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
  justify-content: space-between;
}

.c-jobs-filter .filter-options-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.c-jobs-filter .filter-options-list-container {
  padding: 0;
  border-top: none;
}

.c-jobs-filter .reset-filters {
  text-align: start;
}

.c-jobs-filter .reset-filters a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #c10230;
}

.c-jobs-filter .reset-filters a:hover {
  text-decoration: underline;
}

.c-jobs-list-only {
  margin-top: 3.4rem;
}

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

.c-jobs-list-only .results-list {
  list-style: none;
  padding: 0;
  margin: 0;
  
  
  /* gap: 2.4rem; */
}

@media(min-width: 1000px) {
  .c-jobs-list-only .results-list {
     display: flex;
     flex-flow: wrap;
  }
}


.c-jobs-list-only .results-list__item {
  display: inline-block;
  position: relative;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  margin: .75rem 15px;
    margin-left: 0;
  
  padding:1.25rem;
box-shadow: -1px -1px 15px 4px rgba(0, 0, 0, .04);
  background-color: #fff;
  gap: 0.8rem;
  width: 100%;

  
}

@media(min-width: 1000px) {
  .c-jobs-list-only .results-list__item {
   width: calc(50% - 15px);
  }
}

.c-jobs-list-only .results-list__item-header a {
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #000;
  display: inline-block;
  /* max-width: 80%; */
}

.c-jobs-list-only .results-list__item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .c-jobs-list-only .results-list__item-content {
    flex-direction: row;
    width: 100%;
    align-items: center;
  }
}

.c-jobs-list-only .results-list__item-street,
.c-jobs-list-only .results-list__item-brand {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  align-items: center;
}

.results-list__item-brand {
  margin-top: 1rem;
}

.results-list__item-street--icon {
  display: none;
}

.c-jobs-list-only .results-list__item-street--icon>svg>g>g,
.c-jobs-list-only .results-list__item-brand--icon>svg>g>g {
  stroke: #55616C;
}

.c-jobs-list-only .results-list__item-street--label,
.c-jobs-list-only .results-list__item-brand--label,
.results-list__item-city-state--label--label {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #55616C;
}

.c-jobs-list-only .results-list__item-apply {
  padding: .75rem;
  background-color: #000;
  border: 2px solid #000;
  text-decoration: none;
  transition: ease all 0.5s;
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

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

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

.c-jobs-list-only .results-list__item-apply:hover,
.c-jobs-list-only .results-list__item-apply:focus {
  background-color: #f6dfa4;
}

.c-jobs-list-only .results-list__item-apply:hover .results-list__item-apply--label,
.c-jobs-list-only .results-list__item-apply:focus .results-list__item-apply--label {
  color: #000;
}

.c-jobs-list-only .results-list__item-apply:hover .results-list__item-apply--icon,
.c-jobs-list-only .results-list__item-apply:focus .results-list__item-apply--icon {
  background-color: rgba(0, 0, 0, 0);
}

.c-jobs-list-only .results-list__item-apply:hover .results-list__item-apply--icon>svg>g>g,
.c-jobs-list-only .results-list__item-apply:focus .results-list__item-apply--icon>svg>g>g {
  fill: #fff;
}

.c-jobs-list-only .results-list__item-apply--label {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.c-jobs-list-only .results-list__item-apply--icon {
  display: none;
}

.results-list__item-apply:hover .results-list__item-apply--icon {
  color: #fff;
}

.c-jobs-list-only .results-list__item-apply--icon>svg>g>g,
.c-jobs-list-only .results-list__item-apply--icon>svg>path {
  transition: ease all 0.5s;
  fill: currentColor;
}

.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;
    width: auto;
    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;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .c-jobs-pagination .pagination {
    justify-content: flex-start;
  }
}

.c-jobs-pagination .pagination.mobile {
  display: none;
}

.c-jobs-pagination .page-links .pagination__list {
  background: #fff;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.c-jobs-pagination .page-links a {
  cursor: pointer;
  margin: 0 0.5rem;
  color: #666666;
}

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

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

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

.c-jobs-pagination .page-link.page-link-next:hover,
.c-jobs-pagination .page-link.page-link-last:hover,
.c-jobs-pagination .page-link.page-link-first:hover,
.c-jobs-pagination .page-link.page-link-previous:hover {
  background: #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: #c10230;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  display: none;
}

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

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

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

.results-header__content__total {
  color: #c10230;
}


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

.reset-filters__buton {
  background-color: transparent;
  padding: 0;
  border: none;
  color: #c10230;
}

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

.page-size_text {
  display: none;
}


.jobs-sort-by_select_display_icon {
  display: none;
}

.page-link svg path {
  fill: white;
}



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

.autocomplete {
  position: unset !important;
}

.location-search--has-value input[aria-expanded=true]+.menu {
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 20px;
  position: absolute;
  overflow: auto;
  max-height: 30rem;
  height: auto;
  z-index: 2;
  top: 100%;
  box-shadow: 0 7px 20px #00000014;
  border-top: 1px solid rgb(41 41 41 / 15%);
  width: 100%
}

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

.location-search .location-item {
  padding: 6px;
  text-align: left;
  color: #000;
}

.location-search .location-item {
  margin: 5px;
  transition: .3s all ease-in-out
}

.location-search .location-item.location-item--hightlight {
  background-color: #000;
  color: #fff;
  border-radius: 5px
}

.location-search .location-item label {
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between
}

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


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

.c-jobs-search__location-content {
  position: relative;
}

.results-list__item-distance {
  display: flex;
  gap: 1rem;
}

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

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

  .c-job-main__sorting-right>div:nth-child(1) {
    margin-right: 0;
  }
}



/*@media(max-width: 1000px) {*/
/*    .c-job-main__sorting-right > div:nth-child(1) {*/
/*    margin-right: 30px;*/
/*}*/

/*}*/

.c-jobs-sortby {
  margin-left: 0;
}

@media(max-width: 1000px) {
  .c-job-main__sorting-right>div {
    margin-bottom: 1rem
  }

}


@media(min-width: 1000px) {
.c-jobs-sortby {
  margin-left: 1rem;
}

}




.results-list__item-title {
  margin-bottom: 1rem;
}

.keyword-search__icon-container {
  right: 2rem !important;
}