<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c-goldstandard {
  padding: 1rem;
}
.c-goldstandard__filters,
.c-goldstandard__listings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-goldstandard__listing {
  flex: 0 0 32%;
  width: 32%;
  padding: 10px;
  background: white;
  margin-bottom: 1rem;
}
.c-goldstandard__listings {
  display: none;
}
.c-goldstandard__listings.active {
  display: flex;
}
.c-goldstandard__listing {
  display: none;
}
.c-goldstandard__listing.active {
  display: block;
}
.c-goldstandard__listing p {
  margin-bottom: 5px;
}
.c-goldstandard__listing h5 {
  font-weight: bold;
}
.c-goldstandard__filters {
  justify-content: center;
  margin: 2rem auto;
}
.c-goldstandard__filter {
  cursor: pointer;
  margin: 0 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}
.c-goldstandard__filter.active,
.c-goldstandard__filter:hover {
  color: #00809e;
  border-bottom: 2px solid #00809e;
}
.c-goldstandard__load-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-goldstandard__load-more &gt; div {
  text-align: center;
  margin: 2rem 1rem;
  position: relative;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
}
.c-goldstandard__search {
  display: flex;
  justify-content: flex-end;
}
.c-goldstandard__search &gt; div {
  display: flex;
  /* margin: auto; */
  margin-bottom: 2rem;
}
.c-goldstandard__search .c-search__button {
  position: relative;
}
@media only screen and (max-width: 769px) {
  .c-goldstandard__listing {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .c-goldstandard__listing {
    flex: 0 0 100%;
    width: 100%;
  }
}
.c-goldstandard__additional-filters {
  display: flex;
  justify-content: space-between;
}
.c-goldstandard__filter--region {
  font-weight: bold;
  cursor: pointer;
}
.c-goldstandard__filter--region.hidden {
  visibility: hidden;
}
.c-goldstandard__checkbox-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}
.c-goldstandard__checkbox-list.active {
  max-height: 1500px;
  overflow: visible;
}
.c-goldstandard__term-group {
  padding: 0 1rem 1rem;
}
.c-goldstandard__term-group .child-term {
  padding-left: 1rem;
}
</pre></body></html>