/*
* Variables.
*/
/* Primary Colors */
/* Secondary (Neutral) Colors */
/* Faculty Accent Colors */
/* Common Colors */
/* Fonts */
/* Font weights */
/* Custom breakpoints */
/* breakpoints are inspired from bootstrap 5 https://getbootstrap.com/docs/5.0/layout/breakpoints/ */
.spotlight-filter-block {
  margin-top: 4rem;
}
.spotlight-filter-block__title {
  margin-bottom: 3rem;
}
.spotlight-filter-block__departments {
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .spotlight-filter-block__departments {
    flex-basis: 100%;
  }
}
.spotlight-filter-block__departments li {
  background-color: #f5f5f5;
  position: relative;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .spotlight-filter-block__departments li {
    margin-bottom: 0;
  }
}
.spotlight-filter-block__departments li:hover {
  background: #8c0000;
  color: #ffffff;
}
.spotlight-filter-block__departments li input {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.spotlight-filter-block__departments li input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}
.spotlight-filter-block__departments li label {
  border: 1px solid #212529;
  cursor: pointer;
  font-weight: 600;
  display: block;
  padding: 10px;
  z-index: 90;
}
.spotlight-filter-block__departments li label:hover, .spotlight-filter-block__departments li label:focus {
  border-color: #8c0000;
}
.spotlight-filter-block__departments li input[type=radio]:checked + label {
  background: #212529;
  color: #ffffff;
}
@media (min-width: 712px) {
  .spotlight-filter-block__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.spotlight-filter-block__reset {
  text-align: center;
}
.spotlight-filter-block__reset a {
  display: inline-block;
  padding-right: 24px;
  position: relative;
}
.spotlight-filter-block__reset a:hover .spotlight-filter-block__reset-icon svg path {
  fill: #8c0000;
}
.spotlight-filter-block__reset-icon {
  position: absolute;
  right: 0;
  top: -2px;
}
.spotlight-filter-block__bottom-filters {
  display: flex;
  flex-direction: column;
  margin: 0 0 1rem 0;
  align-items: center;
}
@media (min-width: 712px) {
  .spotlight-filter-block__bottom-filters {
    flex-direction: row;
  }
}
.spotlight-filter-block__bottom-filters > div {
  margin-bottom: 6px;
}
@media (min-width: 712px) {
  .spotlight-filter-block__bottom-filters > div {
    margin: 0 8px 0 0;
  }
}
.spotlight-filter-block__bottom-filters button {
  background-color: #ffffff;
  border: none;
  color: #e31837;
  padding: 4px 12px;
}
.spotlight-filter-block__bottom-filters button::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #e31837;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 8px;
  transition: transform 0.2s;
  vertical-align: middle;
  width: 0;
}
.spotlight-filter-block__bottom-filters button.expanded::after {
  transform: rotate(180deg);
}
.spotlight-filter-block__filter {
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 712px) {
  .spotlight-filter-block__filter {
    text-align: left;
    width: auto;
  }
}
.spotlight-filter-block__select {
  background-color: transparent;
  list-style: none;
  height: 0;
  max-height: 210px;
  min-width: 240px;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  scrollbar-width: auto;
  scrollbar-color: #8c0000 #dee2e6;
  text-align: left;
  transition: height 0.2s;
  width: 100%;
  z-index: 100;
  /* Chrome, Edge, and Safari */
}
.spotlight-filter-block__select::-webkit-scrollbar {
  width: 16px;
}
.spotlight-filter-block__select::-webkit-scrollbar-track {
  background: #dee2e6;
}
.spotlight-filter-block__select::-webkit-scrollbar-thumb {
  background-color: #8c0000;
  border-radius: 10px;
  border: 3px solid #dee2e6;
}
@media (min-width: 992px) {
  .spotlight-filter-block__select {
    width: auto;
  }
}
.spotlight-filter-block__select.show {
  height: 210px;
}
.spotlight-filter-block__select li {
  background-color: #ffffff;
  color: #212529;
  display: block;
  height: 42px;
}
.spotlight-filter-block__select li:hover, .spotlight-filter-block__select li.active {
  background-color: #e31837;
  color: #ffffff;
}
.spotlight-filter-block__select li input {
  display: none;
}
.spotlight-filter-block__select li label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 22px 0 10px;
}
@media (min-width: 992px) {
  .spotlight-filter-block__select li label {
    white-space: nowrap;
  }
}
.spotlight-filter-block .profiles-grid-wrapper {
  margin-top: 60px;
}
.spotlight-filter-block .profiles-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 50px;
}
@media (min-width: 712px) {
  .spotlight-filter-block .profiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .spotlight-filter-block .profiles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.spotlight-filter-block .profiles-grid .profile-card {
  border: 1px solid lightgrey;
  padding: 0.5rem;
}
.spotlight-filter-block .profiles-grid .profile-card__intro {
  display: flex;
  gap: 1rem;
}
.spotlight-filter-block .profiles-pagination {
  margin: 1.5rem auto;
  text-align: center;
}
.spotlight-filter-block .profiles-pagination a {
  display: inline-block;
  margin: 0.5rem;
  text-transform: uppercase;
}

/*# sourceMappingURL=style.css.map */
