/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
.search-block {
  position: relative;
  text-align: left;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.search-block .result-category > h3 {
  background-color: #004b8d;
  color: #fff;
  padding: 0.5rem 1rem;
  margin: 0;
}
.search-block .result-category.articles > h3:before {
  background-image: url(../img/newspaper.svg);
}
.search-block .result-category.houses > h3:before {
  background-image: url(../img/house.svg);
}
.search-block .result-category.programs > h3:before {
  background-image: url(../img/pdf.svg);
}
.search-block .result-category.blog-posts > h3:before {
  background-image: url(../img/newspaper.svg);
}
.search-block .result-category.events > h3:before {
  background-image: url(../img/calendar.svg);
}
.search-block .results {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.search-block .results li {
  margin: 0;
  border-bottom: 1px solid #b3b3b3;
}
.search-block .results li.more {
  text-transform: uppercase;
  padding: 0;
}
.search-block .results li.more a {
  display: block;
  line-height: 3.5em;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  padding: 0;
  color: #999999;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.search-block .results li.more a:hover {
  background-color: #6699cc;
  color: #fff;
}
.search-block .results li a {
  display: block;
  padding: 1rem 1rem 1.25rem;
  margin: 0;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.search-block .results li a h3 {
  color: #d9d9d9;
  font-weight: normal;
  transition: color 0.2s ease;
  padding: 0;
  margin: 0;
  font-size: 1.4em;
}
.search-block .results li a .permalink {
  font-size: 0.85em;
  color: #6699cc;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.search-block .results li a p {
  margin: 0;
  color: #b3b3b3;
  font-size: 1em;
  font-family: "ff-tisa-web-pro", "Georgia", "Times", serif;
}
.search-block .results li a:hover {
  background-color: #fff;
}
.search-block .results li a:hover h3 {
  color: #305680;
}
.search-block .results li a:hover p {
  color: #666666;
}
.search-block.classic {
  background-color: #fff;
  border-bottom: 0.6em solid #F4C182;
}
.search-block.classic .search-widget {
  background-color: #F4C182;
}
.search-block.classic .result-category > h3 {
  background-color: #6699cc;
  color: #fff;
}
.search-block.classic .results {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.search-block.classic .results li {
  border-bottom: 1px solid #d9d9d9;
}
.search-block.classic .results li.more {
  text-transform: uppercase;
  padding: 0;
}
.search-block.classic .results li.more a {
  color: #999999;
}
.search-block.classic .results li.more a:hover {
  background-color: #6699cc;
  color: #fff;
}
.search-block.classic .results li a h3 {
  color: #1d344d;
}
.search-block.classic .results li a .permalink {
  color: #cccccc;
}
.search-block.classic .results li a p {
  color: #666666;
}
.search-block.classic .results li a:hover {
  background-color: #f2f2f2;
}
.search-block.classic .results li a:hover h3 {
  color: #6699cc;
}

@media screen and (min-width: 45rem) {
  .search-block form {
    font-size: 1.2em;
  }
  .sidebar .search-block {
    margin-bottom: 1rem;
  }
  .sidebar .search-block p:last-child, .sidebar .search-block ul:last-child, .sidebar .search-block img:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 65rem) {
  .search-block .search-widget {
    padding: 1rem;
  }
  .search-block .result-category > h3 {
    padding: 0.5rem 1rem;
  }
  .search-block .results li a {
    padding: 1rem 1rem 1.25rem;
  }
  .search-block .results li.more a {
    padding: 0;
  }
  .sidebar .search-block {
    margin-bottom: 2rem;
  }
}
