.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.career_search {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.career_search form {
  max-width: 590px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: stretch;
  background: #d4d4d4;
  border-radius: 5px;
}

.career_search form input {
  border-width: 0;
  background-color: transparent;
  line-height: 46px;
}

.career_search .submitBtn {
  flex-basis: 250px;
  background-color: #b2282f;
  border-radius: 5px;
  color: #fff;
  line-height: 46px;
  font-family: 'aachen', serif;
  text-transform: uppercase;
  font-size: 18px;
}

.location-item {
  display: block;
  padding: 2rem 0 2rem;
  border-bottom: 1px solid #ddd;
}

.location-item *:last-child {
  margin-bottom: 0 !important;
}

.apply_button {
  text-align: right;
}

.pagination {
  display: block;
  text-align: center;
  margin: 2rem 0;
}

.pagination .btn {
  display: inline-block;
  margin: 3px;
  text-align: center;
  padding: 7px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #f3f3f3;
  box-sizing: content-box;
}

.pagination .btn.active {
  background-color: #222;
  color: #fff;
}

.career_search_result {
  max-width: 590px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: -5px;
  border-radius: 5px;
}

#app {
  margin-bottom: 2rem;
}
