@import url(https://cdn6.onboard.org/assets/groellerhospitality/fonts/fonts.css);

body {
  margin: 0;
  padding: 0;
  font-family: "PlutoCondMedium";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.8px;
  color: rgb(66, 73, 75);
}

.ob-iframe {
  margin: 20px 0;
}

p {
  margin: 0;
  margin-bottom: 8px;
}

.filter-selections-container {
  display: flex;
  flex-direction: column;
}

.location-filter {
  width: 100%;
}

.department-filter {
  width: 100%;
  margin-top: 14px;
}

.space {
  width: 60px;
}

.filter-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.filter {
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  border: 1px solid #D0D7DB;
  background-color: white;
  font-family: "PlutoCondLight";
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.8px;
  color: rgb(66, 73, 75);
  width: 100%;
}

.speculative-link-text {
  font-size: 16px;
}

@media(min-width: 700px) {
  .filter-selections-container {
    flex-direction: row;
  }

  .location-filter {
    margin-top: 0;
  }

  .department-filter {
    margin-top: 0;
  }

  .filter {
    padding: 15px 15px;
  }
}
