  .stories-feature {
  margin-top: var(--spacing--large);
  position: relative;
}
@media print, screen and (min-width: 48.0625em) {
  .stories-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) {
  .stories-feature {
    position: relative;
  }
  .stories-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 */
.stories-feature > .grid-container {
  position: relative;
}
@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .stories-feature > .grid-container {
    padding-top: 3.125rem;
  }
}
  /* Vertical gray line separator */
  @media print, screen and (min-width: 48.0625em) {
  .stories-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) {
  .stories-feature {
    margin-top: var(--spacing--xlarge);
  }

  .stories-feature__inner.btn-wrapper {
    padding-bottom: var(--spacing--xlarge);
  }
}

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

/* Headings */
.stories-feature h3 {
  font-weight: 700;
  margin-top: 0;
}
.stories-feature h2 {
  margin-bottom: var(--spacing--default);
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .stories-feature h2 {
    margin-bottom: var(--spacing--xlarge);
    font-size: 4.5rem;
  }
}

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

/* Eyebrow utility */
.stories-feature__eyebrow,
.stories-feature__overline {
  margin-top: var(--spacing--xsmall);
  color: var(--accent-green);
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.3125rem;
  letter-spacing: 0.075rem;
}
@media print, screen and (min-width: 48.0625em) {
  .stories-feature__eyebrow,
  .stories-feature__overline {
    font-size: 1rem;
    margin-top: 0;
  }
}

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

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

@media print, screen and (max-width: 40em) {
  .grid-container.small-stories.swiper-container {
    padding-right: 50px;
  }
  .grid-container.small-stories::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 */
.stories-swiper-pagination {
  margin-top: var(--spacing--medium);
  text-align: left;
  margin-top: -.3125rem;
}
.stories-swiper-pagination .swiper-pagination-bullet {
  width: .6875rem;
  height: .6875rem;
  margin-right: .375rem;
  background-color: var(--brand--dark-blue-alternative);
}
.stories-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet {
  background-color: var(--brand--bright-blue);
}
@media print, screen and (min-width: 48.0625em) {
  .stories-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 */
.stories-feature .slider-navigation {
  top: 140px;
}

/* 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;
  }
}

/* Main container and vertical line separator */
.stories-feature > .grid-container > i {
  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;
}


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

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

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

/* Slider navigation position */
.stories-feature .slider-navigation {
  transform: translateY(50%);
}

/* Stories feature box layout */
@media print, screen and (min-width: 48.0625em) {
  .stories-feature__box {
    padding-bottom: var(--spacing--xlarge);
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
  }
}

/* Topic tag styles */
.stories-feature__box .topic-tag {
  margin-bottom: 0.3125rem;
  color: var(--brand--dark-blue-alternative);
  font-size: 0.875rem;
  font-weight: 700;
}

/* Blockquote styles inside box */
.stories-feature__box blockquote {
  margin-bottom: var(--spacing--2xsmall);
  font-size: 1.125rem;
  line-height: 1.625;
  padding: 0;
  border-left: 0;
}

/* Box inner responsive layout */
@media print, screen and (max-width: 40em) {
  .stories-feature__box .stories-feature__box-inner:first-of-type {
    margin-bottom: var(--spacing--default);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .stories-feature__box .stories-feature__box-inner {
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 1;
  }
  .stories-feature__box .stories-feature__box-inner:first-of-type {
    padding-right: 30px;
  }
  .stories-feature__box .stories-feature__box-inner:nth-of-type(2) {
    padding-left: 30px;
  }
}

/* Attribution and pronouns */
.stories-feature__attribution {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: var(--spacing--2xsmall);
}
@media print, screen and (min-width: 48.0625em) {
  .stories-feature__attribution {
    font-size: 1.125rem;
    margin-bottom: 0.1875rem;
  }
}
.stories-feature__pronouns {
  margin-bottom: 0;
  font-size: 0.875rem;
  margin-top: 0;
}
