.block-facet--links ul {
  display: none;
  padding: 0 0 16px 0;
  margin-bottom: 0;
  border-bottom: 2px solid #662d91;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.block-facet--links ul.open {
  display: block;
}
li.facet-item {
  list-style-type: none;
  padding: 2px 0;
}
.js-facets-links a.is-active {
  font-weight: 700;
}

/* Facets accordions */
.accordion--toggler {
  cursor: pointer;
  font-weight: 700;
  color: #662d91;
  background: none;
  border: 0;
  border-bottom: 2px solid #662d91;
  font-size: 1.1em;    width: 100%;
  text-align: left;
}
.accordion--toggler .fa {
  float: right;
  line-height: 1.4em;
}

/* Custom date search form */
.date-search-form h3 {
  font-size: 1.1em;
  font-weight: 700;
  border-top: 0;
  margin-bottom: 20px;
}

.viewsreference-title,
.border-heading,
.border_heading {
  border-top: 2px solid #662d91;
  border-bottom: 2px solid #662d91;
  padding: 16px;
  margin: 0;
}
.border_bottom_heading {
  border-top: 0;
}
.border-heading {
  padding: 16px 0;
}
.border_heading.events {
  background: #fbe7f0;
  padding: 32px 16px;
}
.border_heading.news {
  background: #c1e6e7;
  padding: 32px 16px;
}
.border_heading.publications {
  background: #e0c1f7;
  padding: 32px 16px;
}