.cmp-filters__key-item {
  margin: 20px 0 0 25px;
  display: block;
}
.cmp-filters__key-item-label {
  display: block;
  margin: 0 0 15px 0;
  font-weight: 200;
  font-size: 1.2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.cmp-filters__key-item-label:hover .cmp-filters__virtual-checkbox ~ .cmp-filters__key-checkmark {
  background-color: #ffffff;
}
.cmp-filters__key-item-label .cmp-filters__virtual-checkbox:checked ~ .cmp-filters__key-checkmark {
  background-color: #ffffff;
}
.cmp-filters__key-item-label .cmp-filters__virtual-checkbox:checked ~ .cmp-filters__key-checkmark:after {
  display: block;
}
.cmp-filters__key-item-label .cmp-filters__key-checkmark:after {
  left: 8px;
  top: -8px;
  width: 4px;
  height: 17px;
  border: solid #ff7300;
  border-width: 0 4px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmp-filters__virtual-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cmp-filters__key-checkmark {
  position: absolute;
  top: 2px;
  left: -25px;
  height: 15px;
  width: 15px;
  border: 1px solid #cccccc;
  background-color: #ececec;
}
.cmp-filters__key-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cmp-filters__key-symbol {
  display: block;
  margin: 0 2px 4px 0;
  font-weight: 600;
  float: left;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  color: #000000;
  line-height: 20px;
  background: #f7941d;
  display: inline-block;
}
.cmp-filters__key-symbol--minor {
  background: #6dcff6;
}
.cmp-filters__key-symbol--bachelor {
  background: #776df6;
}
.cmp-filters__key-symbol--master {
  background: #7cc576;
}
.cmp-filters__key-symbol-doctorate {
  background: #f69679;
}
.cmp-filters__key-symbol--online {
  background: #fff799;
}
.cmp-filters__key-symbol--firelands {
  background: #f26c4f;
}
.cmp-filters__key-symbol--certificate {
  background: #ffb477;
}
.cmp-filters__key--horizontal-display {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: -10px 0 20px -15px;
  flex-wrap: wrap;
}
.cmp-filters__key--horizontal-display .cmp-filters__key-title {
  display: none;
}
.cmp-filters__key--horizontal-display .cmp-filters__key-item {
  margin: 0 2px 0 20px;
}
.cmp-filters__key--horizontal-display .cmp-filters__key-item-label {
  margin: 5px 0 0 0;
  font-size: 14px;
}
.cmp-filters__key--horizontal-display .cmp-filters__key-symbol {
  margin: 0 2px 0 20px;
}
.cmp-filters__key--horizontal-display .cmp-filters__key-checkmark {
  margin: 0 2px 0 20px;
  display: block;
}
@media screen and (max-width: 500px) {
  .cmp-filters__key-item-label {
    font-size: 14px;
  }
}
