.section__home {
  background: transparent;
  color: white;
  color: var(--fg-white);
  font-size: 22px;
  padding-top: 0;
}
.section__home__heading {
  font-size: 20px;
}

.home-sections {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 835px) {
  .home-sections {
    justify-content: flex-start;
  }
}

.home__list {
  list-style: square;
  padding: 0;
  margin-bottom: 0;
  padding-left: 1em;
  color: #CFB78B;
}
.home__list--numbered {
  list-style: decimal;
}
.home__list--numbered li {
  padding-left: 0.2em;
}
.home__list-item {
  padding: 0;
  padding-bottom: 0.5em;
  font-size: 16px;
  line-height: 1.4;
}
.home__list-item a {
  color: #EB8900;
  color: var(--standalone-link);
  font-size: 16px;
}
.home__list-item a:hover {
  color: #ffdd00;
}

.show-settings {
  cursor: pointer;
}

.home__index-strip {
  display: flex;
  margin-bottom: 10px;
}
.home__index-strip > * {
  display: block;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 30px;
  line-height: 1.4;
  color: inherit;
}
.home__index-strip > *:hover {
  background-color: #AD6500;
}
@media (max-width: 800px) {
  .home__index-strip > * {
    font-size: 1rem;
    padding: 0.5em;
  }
  .home__index-strip > * > svg {
    margin-right: 4px;
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 500px) {
  .home__index-strip > * {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: inherit;
  }
}
.home__index-strip > .saved {
  display: inline-flex;
  white-space: nowrap;
  width: auto;
  margin-left: 15px;
}
@media (max-width: 500px) {
  .home__index-strip > .saved {
    white-space: normal;
  }
}
.home__index-strip > .filter-button {
  width: auto;
  border: 0;
  white-space: nowrap;
  margin-left: 15px;
}
.home__index-strip > .filter-button.is-selected {
  background-color: var(--form-bg);
}
.home__index-strip > .filter-button svg {
  fill: currentColor;
}
.home__p {
  font-size: 16px;
  line-height: 1.5;
}
.home__p a:hover {
  color: #ffdd00;
}
.home__section {
  position: relative;
  margin-bottom: 1em;
  width: 33.3%;
  max-width: 33.3%;
  box-sizing: border-box;
  padding-right: 20px;
}
.home__section--browser-scores ol {
  color: inherit;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 835px) {
  .home__section {
    width: 40%;
    max-width: 40%;
    padding-right: 0;
  }
  .home__section:nth-child(odd) {
    width: 60%;
    max-width: 60%;
    padding-right: 0;
    border-right: 20px solid transparent;
    box-sizing: border-box;
  }
  .home__section--third-party:nth-child(odd) {
    width: 100%;
    max-width: 100%;
    margin-top: 1em;
  }
}
@media (max-width: 400px) {
  .home__section:nth-child(1n) {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.home__score-button {
  cursor: pointer;
  border: 0;
  font-size: 14px;
  color: #888;
  background-color: rgba(255, 255, 255, 0.1);
}
.home__score-button.is-selected {
  color: inherit;
  background-color: var(--color-bg);
}
.home__browser-score-options {
  margin-top: 0.5em;
  margin-bottom: -0.25em;
}
.home__browser-note-btn {
  font-size: 14px;
  color: #DB8000;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.home__browser-note-btn:hover {
  color: #ffdd00;
}
.home__subheading {
  display: inline-block;
  padding: 0.5em 0em 0.6em 0;
  margin: 0 3px 0 0;
  text-decoration: none;
  font-size: 1em;
  font-weight: 300;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 660px) {
  .home__subheading {
    font-size: 0.8em;
  }
}
.home__next-dyk-button {
  position: absolute;
  bottom: 10.5em;
  right: 1.5em;
  background-color: transparent;
  color: white;
  font-size: 14px;
}
@media (max-width: 835px) {
  .home__next-dyk-button {
    bottom: 0.5em;
    right: 0;
  }
}
.home__browser-bar {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 2px;
  padding-left: 4px;
  height: 1.4em;
  vertical-align: middle;
  transition: width 0.5s;
  white-space: nowrap;
}
.home__browser-bar--full {
  position: relative;
  z-index: 1;
}
.home__browser-bar--partial {
  opacity: 0.7;
}
.home__dyk-list {
  list-style: none;
}
.home__dyk-list .home__list-item {
  min-height: 8em;
}
.home__section--dyk.is-static .home__list-item:not(:first-child),
.home__section--dyk.is-static .home__next-dyk-button {
  display: none;
}

.home__col-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home__col-wrap ul {
  min-width: -webkit-min-content;
  min-width: min-content;
  margin-right: 1em;
}
.home__col-wrap a {
  white-space: nowrap;
}

/*# sourceMappingURL=home.css.map */
