.jb-wrap {
  width: 100%;
  padding: 86px 0 50px;
  color: #5c6f7e;
  font-family: inherit;
}

.jb-wrap *,
.jb-wrap *::before,
.jb-wrap *::after {
  box-sizing: border-box;
}

.jb-top-search {
  margin-bottom: 35px;
  border: 1px solid #b7c1ca;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.98fr) 100px;
  overflow: visible;
  background: #ffffff;
}

.jb-search-segment {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 20px 40px;
  position: relative;
}

.jb-search-segment + .jb-search-segment,
.jb-search-submit {
  border-left: 1px solid #b7c1ca;
}

.jb-search-segment label {
  margin: 0;
  color: #5d7080;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.jb-search-segment-location label::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #5d7080;
  vertical-align: 0.12em;
}

.jb-search-segment input {
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #5d7080;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.12;
  outline: 0;
  box-shadow: none;
}

.jb-search-segment input::placeholder {
  color: #5d7080;
  opacity: 1;
}

.jb-search-submit {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: #fbfcfc;
  border-radius: 0 6px 6px 0;
}

.jb-search-submit button {
  width: 100%;
  min-height: 100%;
  border: 0;
  background-color: #ebebe9;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  color: #005ca8;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
}

.jb-search-submit button:hover {
  background-color: rgb(201, 201, 200);
}

.jb-search-submit svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.jb-search-submit-text {
  display: none;
}

.jb-filters {
  margin-bottom: 35px;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  background: transparent;
}

.jb-mobile-filter-toggle {
  display: none;
}

.jb-mobile-filter-panel {
  display: contents;
}

.jb-filter-pill,
.jb-field-pill {
  height: 30px;
  min-width: unset;
  max-width: 170px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
}

.jb-filter-pill {
  border: 2px solid #cbd3da;
  background: #ffffff;
  color: #5d7080;
  padding: 0 22px;
  gap: 10px;
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

button.jb-filter-pill {
  cursor: pointer;
}

.jb-filter-pill-active {
  border-color: #005ca8;
  background: #005ca8;
  color: #ffffff;
  padding: 0 24px;
  font-weight: 800;
}

.jb-filter-pill-active strong {
  color: inherit;
  font-size: inherit;
  font-weight: 800;
}

.jb-filter-pill-events strong {
  width: 14px;
  min-width: 14px;
  height: 12px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #eef1f3;
  color: #20282f;
  font-size: 12px;
  font-weight: 800;
}

.jb-filter-pill-control::after,
.jb-field-pill::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #5d7080;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.jb-filter-separator {
  width: 2px;
  height: 29px;
  margin: 0 16px 0 6px;
  background: #8796a2;
}

.jb-field {
  position: relative;
  display: flex;
  gap: 6px;
  min-width: 150px;
}

.jb-field label {
  font-size: 14px;
}

.jb-field-pill {
  min-width: unset;
  border: 2px solid #cbd3da;
  background: #ffffff;
  color: #5d7080;
  padding: 0 22px;
  flex-direction: row;
}

.jb-field-pill label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.jb-field-pill input,
.jb-custom-select-trigger {
  width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5d7080;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  outline: 0;
  box-shadow: none;
}

.jb-custom-select-trigger {
  cursor: pointer;
  text-align: left;
  overflow: hidden;
}

.jb-custom-select-trigger span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jb-custom-select:hover .jb-custom-select-trigger,
.jb-custom-select.is-open .jb-custom-select-trigger {
  opacity: .78;
  transform: translateY(-1px);
}

.jb-field-pill input::placeholder {
  color: #5d7080;
  opacity: 1;
}

.jb-custom-select-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  width: max(100%, 320px);
  max-height: 360px;
  overflow-y: auto;
  padding: 12px 0;
  border: 1px solid #b7c1ca;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(31, 45, 57, .18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  visibility: hidden;
  z-index: 50;
}

.jb-custom-select:hover .jb-custom-select-menu,
.jb-custom-select.is-open .jb-custom-select-menu,
.jb-custom-select:focus-within .jb-custom-select-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.jb-custom-select-menu button {
  width: 100%;
  min-height: 38px;
  padding: 8px 18px;
  border: 0;
  background: transparent;
  color: #1f252b;
  cursor: pointer;
  display: block;
  font: inherit;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.jb-custom-select-menu button:hover,
.jb-custom-select-menu button:focus {
  background: #f2f6f9;
  outline: 0;
}

.jb-custom-select-menu button[aria-selected="true"] {
  color: #005ca8;
  font-weight: 700;
}

.jb-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.jb-actions button {
  height: 40px;
  padding: 0 18px;
  cursor: pointer;
}

.jb-actions a {
  font-size: 14px;
  text-decoration: none;
}

.jb-table {
  width: 100%;
  border-collapse: collapse;
}

.jb-table tbody td:nth-child(3) {
  text-transform: uppercase;
}

.jb-location-summary {
  position: relative;
  display: inline;
}

.jb-location-more {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #005ca8;
  cursor: help;
  font: inherit;
  font-weight: 700;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}

.jb-location-more:focus-visible {
  border-radius: 2px;
  outline: 2px solid #005ca8;
  outline-offset: 3px;
}

.jb-location-tooltip {
  position: absolute;
  z-index: 1000;
  top: calc(100% + 10px);
  left: 0;
  width: max-content;
  max-width: min(360px, 80vw);
  padding: 14px 16px;
  border-radius: 6px;
  background: #123c65;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .16s ease, transform .16s ease;
  visibility: hidden;
}

.jb-location-tooltip::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 24px;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #123c65;
  border-left: 7px solid transparent;
}

.jb-location-tooltip strong {
  display: block;
  margin-bottom: 7px;
  color: inherit;
}

.jb-location-tooltip-list,
.jb-location-tooltip-list > span {
  display: block;
}

.jb-location-tooltip-list > span + span {
  margin-top: 4px;
}

.jb-location-more:hover + .jb-location-tooltip,
.jb-location-more:focus + .jb-location-tooltip,
.jb-location-more:focus-visible + .jb-location-tooltip {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.jb-recruiter-notice {
  position: fixed;
  z-index: 100000;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  padding: 14px clamp(20px, 5vw, 80px);
  border-top: 3px solid #8dc63f;
  background: #123c65;
  box-shadow: 0 -5px 18px rgba(0, 0, 0, .2);
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

body.has-jb-recruiter-notice {
  padding-bottom: 86px;
}

.jb-recruiter-notice strong {
  color: inherit;
}

.jb-table th,
.jb-table td {
  border-bottom: 1px solid #eee;
  padding: 12px 8px;
  text-align: left;
  vertical-align: top;
}

.jb-pagination {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

.jb-pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  margin-left: 6px;
  text-decoration: none;
}

.jb-pagination .current {
  font-weight: 700;
}

.jb-results-meta {
  margin: 10px 0 8px;
  color: #666;
  font-size: 14px;
}

.keyword_search_wrap {
  width: auto;
}

.jb-loc-wrap {
  position: relative;
}

.jb-loc-dropdown {
  position: absolute;
  left: 32px;
  right: 32px;
  top: calc(100% - 18px);
  background: #fff;
  border: 1px solid #cbd3da;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(31, 45, 57, .12);
  z-index: 999;
  display: none;
  overflow: hidden;
}

.jb-loc-dropdown button {
  width: 100%;
  text-align: left;
  padding: 13px 16px;
  border: 0;
  background: #ffffff;
  color: #5d7080;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
}

.jb-loc-dropdown button:hover {
  background: #f2f6f9;
}

.jb-loc-note {
  position: absolute;
  left: 52px;
  bottom: 14px;
  font-size: 12px;
  color: #5d7080;
  display: none;
}

.jb-distance {
  display: block;
  margin-top: 4px;
  color: #666;
  font-size: 13px;
}

.hero_wrapper {
  position: relative;
  margin-top: 115px;
}

.hero_wrapper h1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #ffffff;
  font-size: 68px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.hero_wrapper img {
  aspect-ratio: 4 / 1;
  object-fit: cover;
  width: 100%;
  object-position: center;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .jb-wrap {
    padding-top: 54px;
  }

  .jb-top-search {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr) 100px;
  }

  .jb-search-segment {
    gap: 10px;
    padding: 20px 40px;
  }

  .jb-search-segment label {
    font-size: 12px;
  }

  .jb-search-segment input {
    font-size: 16px;
  }

  .jb-filter-pill,
  .jb-field-pill input,
  .jb-custom-select-trigger {
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  .jb-recruiter-notice {
    padding: 10px 16px;
    font-size: 12px;
  }

  body.has-jb-recruiter-notice {
    padding-bottom: 108px;
  }
  html .jb-top-search {
    border: 1px solid #b7c1ca;
    display: block;
  }

  .jb-top-search {
    width: calc(100% - 48px);
  }

  .jb-search-segment-find,
  .jb-search-segment-location {
    grid-column: 1;
    width: 100%;
  }

  .jb-search-segment-location {
    border-left: 0;
    border-top: 0;
  }

  .jb-search-submit {
    grid-column: 1;
    grid-row: auto;
    min-height: 58px;
    border-left: 0;
    border-top: 0;
    border-radius: 0 0 6px 6px;
  }

  .jb-top-search .jb-search-segment,
  .jb-top-search .jb-search-submit,
  .jb-top-search .jb-search-submit button {
    border: 0;
  }

  .jb-search-segment input {
    font-size: 16px;
  }

  .jb-search-submit button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    border-top-right-radius: 0;
  }

  .jb-search-submit svg {
    width: 22px;
    height: 22px;
  }

  .jb-search-submit-text {
    display: inline;
    color: #005ca8;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }

  .jb-filters {
    gap: 12px;
  }

  .jb-mobile-filter-toggle {
    width: 90vw;
    min-height: 46px;
    border: 0;
    border-radius: 0;
    background: #005ca8;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
  }

  .jb-mobile-filter-icon {
    width: 18px;
    height: 12px;
    display: inline-block;
    position: relative;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }

  .jb-mobile-filter-icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    border-top: 2px solid currentColor;
  }

  .jb-mobile-filter-panel {
    width: 90vw;
    display: none;
    flex-direction: column;
    gap: 0;
  }

  .jb-filters.is-mobile-filter-open .jb-mobile-filter-panel {
    display: flex;
  }

  .jb-mobile-filter-panel .jb-field-pill {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 46px;
    border-radius: 0;
    justify-content: space-between;
    padding: 0;
  }

  .jb-mobile-filter-panel .jb-field-pill::after {
    margin-right: 18px;
  }

  .jb-mobile-filter-panel .jb-custom-select.is-open::after {
    display: none;
  }

  .jb-mobile-filter-panel .jb-field-pill + .jb-field-pill {
    border-top: 0;
  }

  .jb-mobile-filter-panel .jb-custom-select-trigger {
    min-height: 46px;
    padding: 0 18px;
  }

  .jb-mobile-filter-panel .jb-custom-select.is-open .jb-custom-select-trigger {
    display: none;
  }

  .jb-mobile-filter-panel .jb-custom-select-menu {
    width: 100%;
    max-height: none;
    position: static;
    border: 0;
    border-top: 1px solid #d5dce1;
    border-radius: 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    overflow: visible;
    padding: 4px 0 8px;
    pointer-events: auto;
    transform: none;
    transition: none;
    visibility: visible;
  }

  .jb-mobile-filter-panel .jb-custom-select:hover .jb-custom-select-menu,
  .jb-mobile-filter-panel .jb-custom-select:focus-within .jb-custom-select-menu {
    display: none;
  }

  .jb-mobile-filter-panel .jb-custom-select.is-open .jb-custom-select-menu {
    display: block;
  }

  .jb-mobile-filter-panel .jb-custom-select-menu button {
    min-height: 44px;
    padding: 10px 18px 10px 28px;
    font-size: 15px;
  }

  .jb-filter-separator {
    display: none;
  }

  .hero_wrapper h1 {
    font-size: 38px;
  }
}

@media screen and (max-width: 640px) {
  .jb-wrap {
    padding-top: 30px;
  }

  .jb-top-search {
    width: calc(100% - 32px);
  }

  .jb-filters {
    width: calc(100% - 32px);
  }

  .jb-search-submit {
    grid-column: 1;
    grid-row: auto;
    min-height: 58px;
    border-left: 0;
    border-top: 0;
    border-radius: 0 0 6px 6px;
  }

  .jb-search-segment {
    padding: 20px 40px;
  }

  .jb-search-segment label {
    font-size: 12px;
  }

  .jb-search-segment input {
    font-size: 16px;
  }

  .jb-filter-pill,
  .jb-field-pill {
    width: 100%;
    justify-content: space-between;
  }

  .jb-field-pill {
    min-width: 0;
  }
}
