.news-feature {
  margin-top: var(--spacing--large);
  position: relative;
}
@media print, screen and (min-width: 48.0625em) {
  .news-feature > .grid-container > i {
    position: absolute;
    top: 3.75rem;
    font-size: 3.5rem;
  }
}

/* Horizontal gray line separator (small down) */
@media print, screen and (max-width: 47.9375em) {
  .news-feature {
    position: relative;
  }
  .news-feature::before {
    margin-top: var(--spacing--default);
    margin-bottom: var(--spacing--default);
    content: "";
    display: block;
    height: 10px;
    background-color: var(--gray--bg);
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    position: static;
  }
}

/* Grid container inside feature */

.news-feature > .grid-container {
  position: relative;
}
@media print, screen and (min-width: 48.0625em) {
  .news-feature > .grid-container {
    padding-top: var(--spacing--xlarge);
  }
  /* Vertical gray line separator */

  .news-feature > .grid-container::after {
    content: "";
    display: block;
    border-left: 1px solid var(--gray--line);
    width: 0.0625rem;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7.5rem;
  }
}


/* Large margin top for medium up */
@media print, screen and (min-width: 48.0625em) {
  .news-feature {
    margin-top: var(--spacing--xlarge);
  }
  .news-feature__inner {
    padding-left: 160px;
  }
  .news-feature__inner.btn-wrapper {
    padding-bottom: var(--spacing--xlarge);
  }
}

/* Headings */
.news-feature h3 {
  font-weight: 700;
  margin-top: 0;
}

.news-feature h2 {
  margin-bottom: var(--spacing--default);
  font-size: 28px;
  font-weight: 600;
  margin-top: 0;
}
@media  print, screen and (min-width: 48.0625em) {
  .news-feature h2 {
    margin-bottom: var(--spacing--xlarge);
    font-size: 72px;
  }
}

/* Link arrow color */
.news-feature .link-arrow::after {
  color: var(--brand--bright-blue);
}

/* Eyebrow utility */
.news-feature__eyebrow,.news-feature__overline {
  margin-top: var(--spacing--xsmall);
  color: var(--accent-green);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 1.2px;
}
@media print, screen and (min-width: 48.0625em) {
  .news-feature__eyebrow {
    font-size: 16px;
    margin-top: 0;
  }
}

/* Aspect ratio frame margin */
.news-feature .aspect-ratio-frame {
  margin-bottom: var(--spacing--medium);
}
@media print, screen and (min-width: 48.0625em) {
  .news-feature .aspect-ratio-frame {
    max-width: 29.375em;
  }
}

/* Small stories/news grid container */
.grid-container.small-news {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
  background-color: var(--white);
}
.grid-container.small-news h3 {
  margin-bottom: var(--spacing--small);
}

@media print, screen and (max-width: 40em) {
  .grid-container.small-news.swiper {
    padding-right: 50px;
  }
  .grid-container.small-news::after {
    content: "";
    display: block;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
}

/* Swiper pagination */
.news-swiper-pagination .swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: var(--spacing--medium);
  position: relative;
  text-align: left;
  margin-top: -.3125rem;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
  z-index: 10;
}

.news-swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin-right: 6px;
  background-color: var(--brand--dark-blue-alternative);
}

.news-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet {
  background-color: var(--brand--bright-blue);
}
@media print, screen and (min-width: 48.0625em) {
  .news-swiper-pagination {
    display: none;
    visibility: hidden;
  }
}

/* Slider overflow container */
@media print, screen and (max-width: 40em) {
  .slider-overflow-container {
    margin-right: -20px;
    overflow: hidden;
  }
}

/* Slider navigation */
.slider-navigation {
  position: absolute;
  right: 20px;
  z-index: 2;
  opacity: 1;
  transition: 0.3s opacity;
}
@media print, screen and (min-width: 48.0625em) {
  .slider-navigation {
    display: none;
    visibility: hidden;
  }
}
.slider-navigation button {
  background-color: var(--brand--dark-blue-alternative);
  color: var(--white);
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
}
.slider-navigation button .fa-chevron-right::before {
  content: "\f178";
  font-size: 30px;
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-navigation button.slider-navigation__prev {
  display: none;
  visibility: hidden;
}
/* Stories/news slider navigation position */
.news-feature .slider-navigation {
  top: 70px;
}
/* Swiper wrapper grid-x */
@media print, screen and (max-width: 40em) {
  .swiper-wrapper.grid-x {
    flex-flow: row;
  }
  .swiper-wrapper.grid-x > .cell {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .swiper-wrapper.grid-x {
    width: auto;
    transform: none !important;
  }
  .swiper-wrapper.grid-x .cell.medium-4 {
    width: calc(33.33333% - 2.5rem) !important;
  }
}

.news-feature > .grid-container > i {
  content: "\f1ea";
  font-family: var(--font-awesome);
  color: var(--accent-green);
  font-size: 2.625rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
@media print, screen and (min-width: 48.0625em) {
  .news-feature {
    margin-top: var(--spacing--xlarge);
  }
  .news-feature > .grid-container {
    position: relative;
    padding-top: var(--spacing--xlarge);
  }
  .news-feature__inner {
    padding-left: 160px;
  }
  .news-feature__inner.btn-wrapper {
    padding-bottom: var(--spacing--xlarge);
  }
  .news-feature .small-news {
    padding-top: var(--spacing--xlarge);
    padding-bottom: var(--spacing--xlarge);
  }
}

.news-feature .grid-container.small-news {
  padding-bottom: var(--spacing--medium);
}
@media  print, screen and (min-width: 48.0625em) {
  .news-feature .grid-container.small-news {
    padding-bottom: var(--spacing--xlarge);
  }
}

.news-feature .slider-navigation {
  transform: translateY(-50%);
}

/* Small down: button wrapper margin */
@media print, screen and (max-width: 40em) {
  .news-feature__inner.btn-wrapper {
    margin-top: 30px;
  }
}

/* Topic tag styles */
.news-feature .topic-tag {
  margin-bottom: 0;
  color: var(--brand--dark-blue-alternative);
  font-size: .875rem;
  font-weight: 700;
}
.news-feature .topic-tag li {
  display: inline-block;
}
.news-feature .topic-tag li:not(:last-child) {
  margin-right: 0.25em;
}
.news-feature .topic-tag li:nth-last-child(n + 2)::after {
  content: ",";
}
