.top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #214E34;
  padding: 17.5rem 0 9.375rem;
  position: relative;
}
.top .overlay {
  background: rgba(13, 31, 21, 0.5);
  position: absolute;
  inset: 0;
}
.top h1 {
  font-family: blithe, sans-serif;
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 1rem;
}
.top h1 span {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: nexa, sans-serif;
  font-size: 2.5rem;
}
.top h1 span img {
  width: 3.125rem;
  height: 3.125rem;
}
.top #breadcrumbs {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background-color: white;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 900;
}
.top #breadcrumbs .breadcrumb_last {
  color: #5C7457;
  font-weight: 400;
}
.top #breadcrumbs a {
  color: #214E34;
  text-decoration: none;
}
.top #breadcrumbs a:hover {
  color: #FEA902;
}
.top #breadcrumbs .separator {
  margin: 0 0.3125rem;
  display: inline-block;
  height: 0.5625rem;
  width: 0.625rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.847' height='11' viewBox='0 0 11.847 11'%3E%3Cg transform='translate(0 -16.02)'%3E%3Cg transform='translate(0 16.02)'%3E%3Cpath d='M11.6,21.136.6,16.059a.425.425,0,0,0-.506.118.421.421,0,0,0-.01.52L3.7,21.52.085,26.343a.423.423,0,0,0,.515.638l11-5.077a.423.423,0,0,0,0-.768Z' transform='translate(0 -16.02)' fill='%23fea902'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.search#search {
  margin-top: 2.5rem;
}
.search__form {
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
  max-width: 50rem;
  margin: 0 auto;
}
.search .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.search__input {
  flex: 1;
  outline: none;
  border: 1px solid #214E34;
  padding: 0.875rem 1.25rem;
  color: #214E34;
}
.search__input::placeholder {
  color: #214E34;
}
.search__submit,
.search #js-loadmore {
  border: none;
  cursor: pointer;
  appearance: none;
}
.search__meta {
  margin-top: 1.875rem;
  text-transform: uppercase;
  color: #214E34;
  text-align: center;
}
.search__loading {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}
.search__loading.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.search__results {
  margin-top: 1.875rem;
}
.search__results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.search__result {
  background: #fff;
  border: 1px solid rgba(254, 169, 2, 0.06);
  overflow: hidden;
  transition: 0.2s;
}
.search__result:hover {
  transform: translateY(-4px);
  border-color: rgba(33, 78, 52, 0.4);
}
.search__result-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.search__result img {
  width: 100%;
  height: 10.625rem;
  object-fit: cover;
  transition: 0.3s;
}
.search__result-content {
  padding: 0.9375rem;
}
.search__result-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  line-height: 1.35;
  color: #214E34;
}
.search__result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
  color: rgba(254, 169, 2, 0.6);
}
.search__result-excerpt {
  font-size: 0.9rem;
  color: rgba(254, 169, 2, 0.75);
  margin-bottom: 0.75rem;
}
.search__loadmore {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.search__loadmore-btn {
  padding: 0.9rem 1.8rem;
  border: none;
  background: #214E34;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: 0.2s;
}
.search__loadmore-btn.is-loading {
  opacity: 0.6;
  pointer-events: none;
}
.search-loading__spinner {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(254, 169, 2, 0.15);
  border-top-color: #214E34;
  animation: spin 0.75s linear infinite;
}

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