@font-face {
  font-family: "Lyon Display";
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url("https://evolutioniq.com/wp-content/uploads/2020/12/LyonDisplay-Medium-Web.woff2")
      format("woff2"),
    url("https://evolutioniq.com/wp-content/uploads/2020/12/LyonDisplay-Medium-Web-1.woff")
      format("woff");
}
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap");
#wrapper {
  font-family: "Source Sans Pro", sans-serif;
  color: #212651;
}
#wrapper h1,
#wrapper h2 {
  font-family: "Lyon Display";
  font-weight: 500;
  color: #373d61;
  font-size: 3.5rem;
}
#submit_app {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  border: none;
  background: #212651 !important;
  border-radius: 0 !important;
  transition: all 0.3s ease;
}
#submit_app:hover {
  background: #212651;
  transition: all 0.3s ease;
  box-shadow: 0 2px 14px rgb(0 0 0 / 50%);
}
.filter-container {
  font-family: "Source Sans Pro", sans-serif;
}
.filter-container .filter-label {
  color: #000000;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.opening {
  margin-bottom: 40px;
}
.opening a {
  font-family: "Lyon Display";
  font-weight: 500;
  color: #373d61;
  font-size: 2.5rem;
}
#wrapper h3 {
  color: #5590ff;
  font-size: 16px;
  text-transform: uppercase;
}

#wrapper .location {
  color: #767676;
  margin: 1rem 0px 0 0;
  display: inline-block;
  font-size: 16px;
}
.accessible .filter-container {
  margin-right: 25px;
  color: #373d61;
  margin-bottom: 2rem;
}
.filter-container select {
  padding: 0.5rem;
  border-color: #ddd;
  width: 100%;
}
