.cmp-pageList__container .cmp-pageList__sort.disabled,
.cmp-pageList__container .cmp-pageList__search.disabled,
.cmp-pageList__container .cmp-pageList__date-filter.disabled,
.cmp-pageList__container .cmp-pageList__date-sort.disabled,
.cmp-pageList__container .cmp-pageList__title-sort.disabled,
.cmp-pageList__container .cmp-pageList__check-filter-wrapper.disabled,
.cmp-pageList__container .cmp-pageList__select-filter-wrapper.disabled {
  display: none !important;
}
.cmp-pageList__container .cmp-pageList__check-filter-wrapper .cmp-pageList__filter.disabled,
.cmp-pageList__container .cmp-pageList__select-filter-wrapper .cmp-pageList__filter.disabled {
  display: none;
}
.cmp-pageList__container .cmp-pageList__pagination-wrapper > a {
  display: none;
}
.cmp-pageList__container .cmp-pageList__noresults {
  font-size: 32px;
  text-align: center;
  margin-top: 30px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .cmp-pageList__container .cmp-pageList__noresults {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-pageList__container .cmp-pageList__noresults {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1530px) {
  .cmp-pageList__container .cmp-pageList__noresults {
    font-size: 49px;
  }
}
