#header-links a {
  margin: 25px 3vw 25px 0;
  color: #4a4a4a;
  font: 3.2vw Rubik;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  flex-grow: 1;
}

#header-title {
  margin: 0 0;
}

#header-links:last-child {
  margin-right: 0;
}

#header-links {
  margin: 20px 0 25px;
}

.header-login-controls {
  font: 2.6vw Avenir;
  width: 42vw;
}

.header-login-controls-spacer {
  display: none;
}

.list-container {
  flex-direction: column;
}

.search-section {
  width: 100%;
}

.search-section .checkbox-item {
  font-size: 2vw;
}

#search {
  display: none;
}

.list {
  padding: 50px 20px;
}

.search-toggle-button {
  display: block;
}