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

@font-face {
  font-family: 'FF Unit Light';
  src: url(https://cdn5.onboard.org/assets/planai/fonts/planai/UnitOT-Light.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

body { margin: 0; padding: 0; }

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

.filter {
  border-radius: 0;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  background: #fff;
  color: #595959;
  box-shadow: none;
  font-family: 'FF Unit Light', Roboto, sans-serif;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
}

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

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

}

@media only screen and (min-width: 500px) {
  .filter-container {
    flex-direction: row;
    /* margin-bottom: 40px; */
  }

  .filter {
    width: auto;
    min-width: 30%;
    max-width: 30%;
    margin-right: 5%;
  }
}