#body .page-title {
  color: #023692;
  font-weight: 800;
  font-size: 24px;
  text-align: left;
  width: 80%;
  display: block;
  margin: 1.5em auto;
}
#body article {
  width: 80%;
  margin: 2em auto;
}
#body article .article-title a {
  border-bottom: #F99B07 2px solid;
  color: #023692;
  font-weight: 1000;
  font-size: 20px;
}
#body article .text {
  color: #023692;
  font-weight: 600;
  font-size: 16px;
}
#body article .readmore a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F99B07;
  color: white;
  padding: 0.5em 1em;
  border-radius: 50px;
  font-size: 18px;
  margin-top: 1em;
}

#footer .search-form {
  width: 80%;
  margin: 2em auto;
  text-align: center;
}
#footer .search-form form {
  display: block;
}
#footer .search-form input {
  outline-color: #023692;
  font-size: 18px;
  padding: 0.2em 0.5em;
  color: #023692;
  font-weight: 1000;
  border-radius: 10px;
  border: #023692 solid 2px;
}
#footer .search-form input#searchsubmit {
  background-color: #023692;
  color: white;
  font-weight: 1000;
  border: none;
  padding: 0.3em 0.6em;
}

@media screen and (min-width: 1024px) {
  #body .page-title {
    font-size: 32px;
    margin: 3em auto 1em auto;
  }
  #body .page-title.no-result {
    text-align: center;
  }
  #body article .article-title a {
    font-size: 24px;
  }
  #body article .text {
    font-size: 20px;
  }
  #body article .readmore a {
    font-size: 20px;
  }
  #footer .search-form {
    margin: 4em auto;
  }
  #footer .search-form input {
    outline-color: #023692;
    font-size: 24px;
  }
}/*# sourceMappingURL=search.css.map */