@import url(https://fonts.onboard.org/roboto.400,500.css);

body {
  margin: 0;
  padding: 0;
}

.filter-container {
  display: flex;
  flex-direction: column;
  background-color: #75b61e;
  margin-bottom: 5px;
}

.filter-pair {
  padding: 5px;
}

.filter {
  border-radius: 0;
  border: none;
  background: #fff;
  color: #595959;
  box-shadow: none;
  font-family: Roboto, sans-serif;
  display: block;
  width: 100%;
  height: 34px;
  font-size: 18px;
  padding: 6px 12px;
  line-height: 1.42857143;
}

.ob-initiative-link {
  text-decoration: underline;
  color: #008232;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  font-size: 1em;
}

.ob-initiative-div {
  color: #3c3c3c;
  font-family: Roboto, sans-serif;
  font-size: 1.25em;

}

@media(min-width: 500px) {
  .filter-container {
    flex-direction: row;
    margin-bottom: 0;
  }

  .filter-pair {
    width: 33.3%;
    padding: 10px 5px;
  }

}