@charset "UTF-8";
#content #wrapper .tx-jn-jobpostings .jobpostings-filters {
  margin-bottom: 40px;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-top {
  border-radius: 5px;
  border: solid 1px #b3b3b3;
  padding: 10px 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px #0001;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-top > .row {
  position: relative;
}
@media screen and (min-width: 768px) {
  #content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-top > .row > div:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #b3b3b3;
    transform: translateX(-5px);
  }
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-top > .row > div .form-group label {
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: .875rem;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-top > .row > div .form-group input,
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-top > .row > div .form-group select,
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-top > .row > div .form-group textarea {
  display: block;
  width: 100%;
  padding: .375rem 0;
  font-size: 1rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-top > .row > div .form-group input:focus,
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-top > .row > div .form-group select:focus,
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-top > .row > div .form-group textarea:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom {
  margin-bottom: 20px;
  font-size: .875rem;
  text-transform: uppercase;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .jobpostings-filters-bottom-wrap {
  column-gap: 1.5rem;
  row-gap: 0.75rem;
}
@media screen and (max-width: 994px) {
  #content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .jobpostings-filters-bottom-wrap > .col {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group {
  position: relative;
  margin-bottom: 0;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group select {
  display: inline-block;
  padding: 0.175rem;
  font-size: 1em;
  color: #495057;
  background-color: #f1f1f1;
  background-clip: padding-box;
  border: 1px solid #545454;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group select#jnfilter-careerlevel,
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group select#jnfilter-location,
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group select#jnfilter-area {
  width: 100%;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group select option {
  text-transform: none;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group select:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect {
  position: relative;
  display: flex;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect.is-enhanced select {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-ui {
  position: relative;
  width: 100%;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-trigger {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .6rem;
  min-height: 3rem;
  padding: 0.25rem 1rem;
  background-color: white;
  border: 1px solid #8f2818;
  border-radius: 5px;
  color: #545454;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
  width: 100%;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-trigger.is-active,
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-trigger:focus,
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-trigger:hover {
  background-color: #f1f1f1;
  border-color: #8f2818;
  outline: 0;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-trigger-label {
  letter-spacing: .03em;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-trigger-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1rem;
  height: 1rem;
  padding: 0 .15rem;
  background-color: #8f2818;
  border-radius: 999px;
  color: #fff;
  font-size: .9em;
  font-weight: 700;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-trigger-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: .35rem solid transparent;
  border-right: .35rem solid transparent;
  border-top: 0.42rem solid #545454;
  transition: transform 0.15s ease-in-out;
  margin-left: auto;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect.is-open .jnfilter-multiselect-trigger-icon {
  transform: rotate(180deg);
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-panel {
  position: absolute;
  top: calc(100.65%);
  left: 0;
  z-index: 30;
  width: 100%;
  min-width: 100%;
  max-width: 24rem;
  padding: 0;
  background-color: white;
  border: 1px solid rgba(84, 84, 84, 0.7);
  border-radius: 5px;
  box-shadow: 0 2px 10px #0002;
  overflow: hidden;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-options {
  max-height: 18rem;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
  scrollbar-width: thin;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-option-item {
  margin: 0;
  padding: 0;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-option-item:before {
  display: none;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-option {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .75rem;
  width: 100%;
  padding: .5rem;
  background: transparent;
  border: none;
  color: #545454;
  line-height: 1.15;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-option:focus,
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-option:hover {
  background-color: rgba(143, 40, 24, 0.08);
  outline: 0;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-option.is-selected {
  font-weight: 700;
  background-color: rgba(143, 40, 24, 0.09);
  color: #8f2818;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-option.is-empty {
  opacity: .55;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-option-text {
  flex: 1 1 auto;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .form-group .jnfilter-multiselect .jnfilter-multiselect-option-count {
  flex: 0 0 auto;
  white-space: nowrap;
  font-weight: inherit;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .jnfilter-ctabuttons {
  margin-top: 2rem;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .jnfilter-ctabuttons {
    margin-top: 1rem;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .jnfilter-ctabuttons .jnfilter-button {
  position: relative;
  display: inline-flex;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .jnfilter-ctabuttons .jnfilter-button .jnfilter-button-ui {
  position: relative;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .jnfilter-ctabuttons .jnfilter-button .jnfilter-button-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: .6rem;
  min-height: 2rem;
  padding: 0.25rem 0.75rem;
  background-color: #f1f1f1;
  border: 1px solid rgba(84, 84, 84, 0.7);
  border-radius: 999px;
  color: #545454;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .jnfilter-ctabuttons .jnfilter-button .jnfilter-button-trigger.is-active,
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .jnfilter-ctabuttons .jnfilter-button .jnfilter-button-trigger:focus,
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .jnfilter-ctabuttons .jnfilter-button .jnfilter-button-trigger:hover {
  background-color: #fff;
  border-color: #8f2818;
  outline: 0;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .jnfilter-ctabuttons .jnfilter-button .jnfilter-button-trigger-label {
  letter-spacing: .03em;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-bottom .jnfilter-ctabuttons .jnfilter-button .jnfilter-button-trigger-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: .35rem solid transparent;
  border-bottom: .35rem solid transparent;
  border-left: 0.42rem solid #545454;
  transition: transform 0.15s ease-in-out;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-reset {
  display: none;
  text-align: center;
  font-size: .875rem;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-filters-reset button {
  color: #900;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  background: none;
  border: none;
  transition: all 300ms ease;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-no-results {
  display: none;
  margin-bottom: 40px;
  padding: 20px;
  border: solid 1px #e4e4e4;
  background-color: #f1f1f1;
  text-align: center;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-no-results p:last-child {
  margin-bottom: 0;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-no-results .btn {
  display: inline-block;
  padding: .75rem 1.25rem;
  background-color: #900;
  border: solid 1px #900;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 300ms ease;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-no-results .btn:hover,
#content #wrapper .tx-jn-jobpostings .jobpostings-filters .jobpostings-no-results .btn:focus {
  background-color: transparent;
  color: #900;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-list .jnfilter-hidden {
  display: none !important;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-list .jobpostings-list-item {
  display: flex;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border: solid 1px #e4e4e4;
  text-decoration: none;
  color: #333333;
  box-shadow: 0 2px 10px #0002;
  transition: all 300ms ease;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-list .jobpostings-list-item .jobpostings-list-item-content .jnfilter-careerlevel-val,
#content #wrapper .tx-jn-jobpostings .jobpostings-list .jobpostings-list-item .jobpostings-list-item-content .jnfilter-location-val,
#content #wrapper .tx-jn-jobpostings .jobpostings-list .jobpostings-list-item .jobpostings-list-item-content .jnfilter-area-val {
  display: none !important;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-list .jobpostings-list-item .jobpostings-list-item-content .jobpostings-list-item-title {
  font-size: 1.2rem;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-list .jobpostings-list-item .jobpostings-list-item-arrow > span {
  transition: all 300ms ease;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-list .jobpostings-list-item:hover {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  border-color: #8f2818;
}
#content #wrapper .tx-jn-jobpostings .jobpostings-list .jobpostings-list-item:hover .jobpostings-list-item-arrow > span {
  transform: translateX(5px);
}
