.st-search-page {
    padding-top: 0;
}

.st-search-heading {
    font-size: 2rem;
}
.st-result-listing {
  font-size: 13px;
  letter-spacing: 0.8px;
  margin-top: 40px;
}

div.st-search-summary {
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  margin: 12px 0;
}

div.st-result-listing h2 {
  font-size: 13px;
  font-weight: normal;
  color: #333;
  margin: 0;
}

div.st-result-listing h2 .st-query {
  font-style: italic;
  color: #666;
}

div.st-result-listing h3 {
  font-size: 12px;
  margin: 5px 0;
}

div.st-result {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

div.st-result.final {
    border-bottom: none;
    margin-bottom: 0;
}

div.st-result .st-snippet {
  color: #333;
}

div.st-result .st-date {
  color: #999;
}

.st-pagination {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 5px;
}

.st-prev {
  margin-right: 20px;
}

.st-loading-message {
  font-size: 16px;
  font-style: italic;
  color: #999;
  margin: 10px auto;
}

.st-search-component {
  margin: 2rem 5rem;
}

.st-search-component .search-container {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

form input.st-search-input {
  height: 30px !important;
  background: #fff !important;
  text-indent: 0px !important;
  font-size: 13px;
  padding: 1px 6px;
  border: 1px solid #BCCDF0;
  /* border: 1px solid #DDD; */
  width: 99%;
}

label.st-search-label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    top: 0;
}

div.st-result-listing h3 {
  color: #1C4094;
  height: 1.4em;
  font-size: 16px;
  text-decoration: underline;
  overflow: hidden;
  font-weight: 500;
  cursor: pointer;
  font-family: "Open Sans", "Arial", sans-serif;
}

#st-results-container img {
  display: none;
}

.st-metadata {
  color: #000000;
  text-align: left;
  font-size: 13px;
  font-family: Arial, sans-serif;
}

.st-result-single {
  margin-bottom: 0; 
}

.st-pinned{
  border: 1px solid #eee;
  margin-bottom: 0;
  padding: 1em;
}

.st-link {
	color: #54565A;
}

.st-page {
  display: flex;
  justify-content: flex-end;
}

a.st-next.c-btn:hover,
a.st-prev.c-btn:hover {
    color: #fff;
    text-decoration: none;
}

a.st-prev.c-btn:focus,
a.st-next.c-btn:focus { 
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 27em) {
	.st-search-component { margin: 2rem 1rem; }
	.st-page { display: flex; justify-content: flex-start; flex-flow: wrap; }
	.st-page .c-btn { margin: 5px 0; }
}

