.transition {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.stories-of-impact {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 45em) {
  .stories-of-impact .top-title {
    margin-bottom: 4rem;
  }
}
@media (min-width: 45em) {
  .stories-of-impact {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .stories-of-impact.full {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.stories-of-impact .slick-dots {
  bottom: auto;
  top: 19rem;
  text-align: left;
  margin-left: 1.75rem;
}
@media (min-width: 45em) {
  .stories-of-impact .slick-dots {
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: 0.5rem;
  }
}
.stories-of-impact .slick-dots li button {
  width: 18px;
  height: 18px;
}
@media (min-width: 45em) {
  .stories-of-impact .slick-dots li button {
    width: 30px;
    height: 30px;
  }
}
.stories-of-impact .slick-dots li button:after {
  width: 6px;
  height: 6px;
}
@media (min-width: 45em) {
  .stories-of-impact .slick-dots li button:after {
    width: 13px;
    height: 13px;
  }
}
.stories-of-impact .slick-dots li:not(.slick-active) button:after {
  background: #9B9B9B;
}
.stories-of-impact .stories-image-slide-image {
  width: 100%;
  height: 18rem;
  padding-bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 3rem;
}
@media (min-width: 45em) {
  .stories-of-impact .stories-image-slide-image {
    margin-bottom: 0;
    height: 0;
    padding-bottom: 113%;
  }
}
.stories-of-impact .stories-image-slide-image.mobile-stretch {
  margin-left: -2rem;
  margin-right: -2rem;
  width: calc(100% + 4rem);
}
@media (min-width: 45em) {
  .stories-of-impact .stories-image-slide-image.mobile-stretch {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.stories-of-impact .slick-slide {
  height: 100%;
}
@media (min-width: 45em) {
  .stories-of-impact .slick-slide > div {
    height: 100%;
  }
  .stories-of-impact .slick-slide > div > .full-image-back {
    height: 100%;
  }
  .stories-of-impact .slick-slide > div > .full-image-back .container-fluid {
    height: 100%;
  }
  .stories-of-impact .slick-slide > div > .full-image-back .container-fluid > .row {
    height: 100%;
  }
  .stories-of-impact .slick-slide > div > .full-image-back .container-fluid > .row > .col-md-6 {
    height: 100%;
  }
}
.stories-of-impact .full-image-back {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: none;
  height: 100%;
}
@media (max-width: 45em) {
  .stories-of-impact .full-image-back {
    background-image: none !important;
  }
}
@media (min-width: 45em) {
  .stories-of-impact .full-image-back .stories-image-slide-image {
    display: none;
  }
  .stories-of-impact .full-image-back .the-story {
    padding: 10rem 4rem;
    height: 100%;
  }
  .stories-of-impact .full-image-back.left .the-story {
    padding: 10rem 4rem 10rem 0;
  }
  .stories-of-impact .full-image-back.right .the-story {
    padding: 10rem 0 10rem 4rem;
  }
}
@media (max-width: 45em) {
  .stories-of-impact .stories-carousel h2 {
    margin-bottom: 0.25rem;
  }
}
.stories-of-impact .stories-carousel .lead {
  color: #9B9B9B;
}
@media (min-width: 45em) {
  .stories-of-impact .stories-carousel .lead {
    color: #4A4A4A;
    font-weight: normal;
  }
}
@media (min-width: 45em) {
  .stories-of-impact .stories-carousel.full-screen-carousel .slick-dots {
    bottom: 2.5rem;
    margin-left: 4.5rem;
  }
}
@media (min-width: 45em) {
  .stories-of-impact .stories-carousel.light .the-story, .stories-of-impact .stories-carousel.dark .the-story {
    position: relative;
    z-index: 1;
  }
  .stories-of-impact .stories-carousel.light .the-story:before, .stories-of-impact .stories-carousel.dark .the-story:before {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: calc(50vw - 1rem);
    background: rgba(255, 255, 255, 0.8);
    content: "";
    display: block;
    z-index: -1;
  }
}
@media (min-width: 45em) {
  .stories-of-impact .stories-carousel.dark .the-story {
    color: #FFFFFF;
  }
  .stories-of-impact .stories-carousel.dark .the-story .lead {
    color: #FFFFFF;
  }
  .stories-of-impact .stories-carousel.dark .the-story:before {
    background: rgba(74, 74, 74, 0.8);
  }
}
@media (min-width: 45em) {
  .stories-of-impact .stories-carousel.left .image-side {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .stories-of-impact .stories-carousel.left .story-slide {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .stories-of-impact .stories-carousel.left .the-story:before {
    left: auto;
    right: 0;
  }
  .stories-of-impact .stories-carousel.left .slick-dots {
    left: auto;
    right: calc(50% + 4rem);
    text-align: right;
  }
}
/*# sourceMappingURL=maps/stories_of_impact.css.map */
