.timeline-slideshow {
  padding: 1rem; }
  .timeline-slideshow .edit-link {
    position: absolute;
    right: 1rem; }
  .timeline-slideshow .timeline-slideshow-title {
    text-align: center;
    margin: 0.25em 0; }
  .timeline-slideshow .timeline-slideshow-swiper .swiper-button-prev {
    top: 70px;
    left: 0;
    background-color: white;
    background-image: url(../../../images/arrow-prev.svg);
    background-repeat: no-repeat; }
    .timeline-slideshow .timeline-slideshow-swiper .swiper-button-prev.swiper-button-disabled {
      opacity: 1;
      background-image: url(../../../images/arrow-prev-disabled.svg); }
    .timeline-slideshow .timeline-slideshow-swiper .swiper-button-prev::after {
      font-size: 0;
      color: transparent; }
  .timeline-slideshow .timeline-slideshow-swiper .swiper-button-next {
    top: 70px;
    right: 0;
    background-color: white;
    background-image: url(../../../images/arrow-next.svg);
    background-repeat: no-repeat; }
    .timeline-slideshow .timeline-slideshow-swiper .swiper-button-next.swiper-button-disabled {
      opacity: 1;
      background-image: url(../../../images/arrow-next-disabled.svg); }
    .timeline-slideshow .timeline-slideshow-swiper .swiper-button-next::after {
      font-size: 0;
      color: transparent; }
  .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination {
    width: 100%;
    top: 0;
    bottom: unset;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(66% - 2px), black calc(66%), rgba(0, 0, 0, 0) calc(66% + 2px)); }
  .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet {
    width: 50px;
    height: 50px;
    margin: 30px 30px 0;
    top: 6px;
    opacity: 1;
    background-color: transparent;
    background-size: contain; }
    @media all and (min-width: 700px) {
      .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet {
        margin: 30px 80px 0; } }
    .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet .bullet-title {
      display: none;
      font-family: "RalewaySemiBold", sans-serif;
      position: absolute;
      top: -25px;
      left: 0;
      right: 0;
      width: 10rem;
      text-align: center;
      margin-left: -4rem;
      font-size: 1rem;
      font-weight: 800;
      color: #aaa; }
    .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
      background-color: transparent;
      background-image: url(../../../images/slideshow-marker-active.svg); }
      .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-main .bullet-title {
        display: inline-block;
        color: #006937;
        margin-left: -3.5rem; }
    .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-next, .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
      background-color: transparent;
      background-image: url(../../../images/slideshow-marker-inactive.svg);
      transform: none;
      width: 0;
      height: 0;
      margin-left: 55px;
      margin-right: 55px; }
      @media all and (min-width: 700px) {
        .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-next, .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
          width: 32px;
          height: 32px;
          top: -2px; }
          .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-next .bullet-title, .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-prev .bullet-title {
            display: inline-block;
            top: -34px; } }
    @media all and (min-width: 700px) {
      .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-next {
        margin-left: 99px;
        margin-right: 79px; } }
    @media all and (min-width: 1000px) {
      .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-next {
        margin-left: 159px;
        margin-right: 19px; } }
    @media all and (min-width: 700px) {
      .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
        margin-left: 79px;
        margin-right: 99px; } }
    @media all and (min-width: 1000px) {
      .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
        margin-left: 19px;
        margin-right: 159px; } }
    .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next, .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev {
      width: 0;
      height: 0;
      margin-left: 55px;
      margin-right: 55px; }
      @media all and (min-width: 700px) {
        .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next, .timeline-slideshow .timeline-slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev {
          margin-left: 105px;
          margin-right: 105px; } }
  .timeline-slideshow .timeline-slideshow-swiper .swiper-slide {
    text-align: center;
    padding-top: 110px; }
    .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content {
      max-width: 650px;
      margin: auto;
      text-align: left;
      font-size: 1rem; }
      .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content h2, .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content h3, .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content h4, .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content h5, .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content h6 {
        margin-top: 0;
        margin-bottom: 0.5em;
        color: #006937; }
      .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content h2 {
        font-size: 1.5rem; }
      .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content h3 {
        font-size: 1.25rem; }
      .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content p {
        font-size: 1rem; }
        .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content p.quote-attribution-right {
          font-size: 0.875rem; }
      .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content .field--name-field-text {
        padding: 0 20px;
        margin-top: 1em; }
      .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content .field--name-field-photo-credit {
        padding: 0 20px; }
      @media all and (min-width: 700px) {
        .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content.columns-2 {
          max-width: 750px;
          display: flex;
          flex-direction: row; }
          .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content.columns-2 .column-1 {
            flex-basis: 32%;
            width: 30%;
            margin-right: 3.3%; }
          .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content.columns-2 .column-2 {
            flex-basis: 66.6%;
            width: 66.6%; } }
      .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content .field--name-field-photo-credit {
        font-size: 0.875rem;
        margin-top: 1.5em; }
      .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content .media-container {
        position: relative; }
        .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content .media-container .image-overlay-text {
          padding: 0 3em;
          background: #ffffffc0;
          font-size: 80%;
          width: 90%; }
          .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content .media-container .image-overlay-text p {
            font-size: 0.875rem; }
          @media all and (min-width: 700px) {
            .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content .media-container .image-overlay-text {
              padding: 0 1em;
              position: absolute;
              bottom: 1em;
              left: 1em;
              font-size: initial;
              width: 60%; }
              .timeline-slideshow .timeline-slideshow-swiper .swiper-slide .slide-content .media-container .image-overlay-text p {
                font-size: initial; } }
