.filters .filter_tab {
  display: none;
}
.filters .filter_tab.active {
  display: block;
}
.filter li {
  width: 100%;
  box-sizing: border-box;
  color: #005971;
  font-size: 25px;
}
.filter li .filter_span {
  background-color: #fff;
  display: block;
  background-position: 10px;
  background-repeat: no-repeat;
  padding: 20px 2px 20px 70px;
  margin: 10px 3px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  background-size: 45px;
  position: relative;
  cursor: pointer;
  font-family: 'Colfax-Regular', Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.filter li .filter_span img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 45px;
  height: auto;
}
.shows .filter li {
  font-size: 14px;
}
.age_icon {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 45px;
  font-family: PBS_KIDS_Headline_Bold, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  padding: 13px;
}
.age-range-2 .age_icon {
  background-color: #abd037;
}
.age-range-3 .age_icon {
  background-color: #1ae8cf;
}
.age-range-4 .age_icon {
  background-color: #00c3f7;
  padding: 13px 12px;
}
.age-range-5 .age_icon {
  background-color: #ff0303;
}
.age-range-6 .age_icon {
  background-color: #fbb4ed;
}
.age-range-7 .age_icon {
  background-color: #fbe108;
  padding: 13px 14px;
}
.none_found {
  background: #fff;
  font-family: PBS_KIDS_Headline_Bold, Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  color: #00c4f8;
  padding: 50px 20px;
}
.none_found p {
  margin: 20px 0;
}
@media (min-width: 650px) {
  .filter li {
    width: 50%;
    float: left;
  }
  .filter li .filter_span {
    margin: 3px;
  }
}
@media (min-width: 992px) {
  .none_found {
    margin-top: 40px;
    font-size: 40px;
    padding: 65px;
    line-height: normal;
  }
  .none_found p {
    margin: 40px 0;
  }
}
