/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-title {
  font-size: 1em;
}

.headline {
  display: none;
}

/* Search
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#search-row {
  display: none;
}

/* Results Title
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#results-title-row h2 {
  font-size: 6rem;
  margin-top: 5rem;
}

#results-title-row hr {
  margin: 0;
  padding: 10px 0;
}

/* Results List
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.results-group-title-icon {
  display: none;
}

.results-group-list {
  margin: 10px 0 20px 10px;
}

.results-group-title h3 {
  margin: 5px 0 0 0;
  font-size: 3rem;
}

.results-group-list li span {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: 300;
}

.results-group-list li {
  font-size: 0.6em;
  font-weight: 100;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#footer-row hr {
  margin: 10px;
  padding: 0;
}

#footer-row p {
  margin-bottom: .5rem;
}

#footer-website {
  display: block;
}
