.page-number {
  cursor: pointer;
  padding: 0 5px;
}
.page-number .active-page {
  text-decoration: underline;
}

.filter-cat-results .f-cat {
  display: none;
}
.filter-cat-results .f-cat.active {
  display: flex;
}
.reset-button {
  cursor: pointer;
}

.pager {
  margin-top: 20px;
}

.pager .prev,
.pager .page-number,
.pager .next {
  cursor: pointer;
}

.job-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin-top: 1rem;
  border-bottom: 1px solid #F5F5F5;
}

.job-info {
  display: flex;
  flex-direction: column;
  padding-right: 1.5rem;
}
@media (min-width: 1050px) {
  .job-info {
    flex-direction: row;
  }
}

.job-location {
  color: #F6F6F5;
  margin-bottom: 4px;
  margin-top: 0.5rem;
}
@media (min-width: 1050px) {
  .job-location {
    margin-right: 9rem;
    margin-top: 0;
  }
}

.job-title {
  color: #F6F6F5;
}

.job-click,
.job-click * {
  text-decoration: none !important;
}

.job-arrow {
  transition: all 0.3s ease-in-out;
  right: 0;
  position: relative;
}

.job-click:hover .job-title {
  color: #B2D1F5;
}
.job-click:hover .job-arrow {
  right: -5px;
}

.multi-filter {
  position: relative;
}

.multi-filter .dropdown-toggle {
  width: 100%;
  padding: 1rem;
  font-family: "civane-extended", sans-serif;
  font-style: normal;
  font-display: swap;
  line-height: normal;
  margin: 0;
  color: #06223F;
  leading-trim: both;
  text-edge: cap;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #F5F5F5;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.multi-filter .dropdown-toggle::after {
  border: none;
  background: url("/wp-content/themes/wildfire/assets/img/arrows/menu-dropdown-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 6px;
  width: 12px;
}

.open .dropdown-toggle::after {
  transform: rotate(180deg);
}

.multi-filter .checkbox-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #F5F5F5;
  border-radius: 2px;
  z-index: 1000;
  display: none;
}

.green-checkbox__wrap:hover {
  cursor: pointer;
  background: #F6F6F5;
}

.multi-filter.open .checkbox-menu {
  display: block;
}

.multi-filter .checkbox-menu label {
  display: block;
  padding: 1rem 1rem;
}
.multi-filter .checkbox-menu label:first {
  padding-top: 1rem;
}
.multi-filter .checkbox-menu label:last-child {
  padding-bottom: 1rem;
}

.filter-cat {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.filter-cat > * {
  padding-right: 0;
  padding-bottom: 1rem;
}
.filter-cat > *:last-child {
  padding-right: 0;
  padding-bottom: 0;
}
@media (min-width: 780px) {
  .filter-cat > * {
    padding-right: 1rem;
    padding-bottom: 0rem;
  }
  .filter-cat > *:last-child {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.filter-cat .col-12 {
  width: 100%;
}
@media (min-width: 780px) {
  .filter-cat .col-md-2 {
    width: 10%;
  }
}
@media (min-width: 780px) {
  .filter-cat .col-md-5 {
    width: 45%;
  }
}

.filtering td {
  border: unset;
  background: unset;
}
/*# sourceMappingURL=career-map.css.map */
