.header {
  color: #fff;
  background-image: linear-gradient(284deg, #fedd4e, #fcb43a);
  align-items: center;
  min-height: 50px;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  display: flex;
}

.header a {
  color: #fff;
  text-decoration: none;
}

.header-title {
  font-size: 1.2rem;
  font-weight: normal;
}

.header-title:after {
  content: " ▸ ";
  padding: 0 .5rem;
}

.header-subtitle {
  font-size: 1.2rem;
}

.algolia-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 1rem;
}

.ais-Highlight-highlighted {
  color: inherit;
  font-size: inherit;
}

.search-panel {
  gap: 25px;
  display: flex;
}

#searchbox {
  margin-bottom: 2rem;
}

#pagination {
  text-align: center;
  margin: 2rem auto;
}

#hits {
  margin-top: 1rem;
}

.hit-content {
  width: 100%;
}

.search-panel__filters {
  border: 1px solid #d5d7d8;
  min-width: 300px;
  height: -moz-fit-content;
  height: fit-content;
}

.search-panel__filters > span {
  text-align: center;
  background-color: #fff;
  padding: 20px 10px;
  text-decoration: underline;
  display: block;
}

.ais-Panel {
  border-bottom: 1px solid #d5d7d8;
  margin: 0;
}

.search-panel__filters > div:first-of-type {
  border-top: 1px solid #d5d7d8;
}

.hit-link.hit-btn.view-more {
  color: #fff;
  background-color: #2c3992;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px 0 0 auto;
  padding: 10px 15px;
  display: block;
}

.ais-HierarchicalMenu-list, .ais-Menu-list, .ais-NumericMenu-list, .ais-RatingMenu-list, .ais-RefinementList-list {
  font-weight: normal;
}

.ais-Breadcrumb-item--selected, .ais-HierarchicalMenu-item--selected, .ais-Menu-item--selected {
  font-weight: bold;
}

.search-panel__results {
  width: 100%;
}

.ais-Hits-list {
  flex-wrap: wrap;
  gap: 25px;
  display: flex;
}

.ais-Hits-item {
  width: calc(25% - 19px);
  padding: 20px;
}

.hit-resources > span {
  display: block;
}

/*# sourceMappingURL=index.4a5519d3.css.map */
