.a-list--hero__item-small:before {
  content: counter(a) ".";
  display: inline-block;
  font-size: 40px;
  line-height: 60px;
  text-shadow: 0 3px 0 rgba(0,0,0,.1);
  font-weight: 700;
  margin-right: 2rem
}

@media (min-width:576px) {
  .a-list--hero__item-small:before {
    font-size: 48px;
    line-height: 80px
  }
}

.m-magazine-tile__image-preview {
  width: 189px;
  height: 254px;
  max-width: 189px;
  max-height: 254px;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(47,48,49,.2);
  box-shadow: 0 2px 4px 0 rgba(47,48,49,.2)
}

.m-section-banner__video {
  width: 100%
}

.a-list--hero__item-small {
  counter-increment: a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 22px
}

@media (min-width:576px) {
  .a-list--hero__item-small {
    font-size: 1.125rem;
    line-height: 1.6875rem
  }
}

@media (max-width: 575px) {
  .m-magazine-tile__overlay--is-open {
    display: block !important;
  }

  .m-magazine-tile__overlay {
    display: none;
  }

  .m-magazine-tile__overlay-content {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.m-section-banner--dark .m-section-banner__purple-background {
  background-color: #5C577A;
}

@media (min-width:576px) {
  .m-section-banner__purple-background {
    height: 644px
  }
}

.m-section-banner__purple-background {
  position: absolute;
  width: 100%;
  height: 75vh;
  top: 0;
  left: 0
}

.m-section-banner__purple-background--short {
  height: 45vh
}

@media (min-width:576px) {
  .m-section-banner__purple-background--short {
    height: 644px
  }
}

.white-links a {
  color: white;
  text-decoration: underline;
}

@media (min-width: 441px) and (max-width: 767px) {
  .selected-label {
    left: 102px;
  }
}
