.filterList .filterList__expander ~ .facets-widget-collapsible-checkboxes {
  display: block;
}

.filterList .filterList__expander:checked ~ .facets-widget-collapsible-checkboxes {
  display: none;
}

.facets-widget-collapsible-checkboxes .facets-widget-collapsible-checkboxes {
  margin-left: 20px;
}


.ln-ajax-progress-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: .3;
  background: rgba(255,255,255,.8);
  position: absolute;
  z-index: 100;
  overflow: hidden;
  text-indent: -99999em;
  top: 0;
}

.ln-ajax-progress-fullscreen:before {
  content: " ";
  display: block;
  width: 120px;
  height: 120px;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
  border-radius: 120px;
  border-width: 10px;
  border-style: solid;
  border-color: #d6232f transparent #d6232f transparent;
  overflow: hidden;
  text-indent: -99999em;
  margin: auto;
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
}

.solr-search.newsFeedWrap {
  position: relative;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
