.kyl_story_timeline .content_wrapper .milestone_container .headline {
  font-weight: 600;
  font-size: 30px;
  color: #58595B;
  margin: 0 0 20px;
}
@media screen and (min-width: 1024px) {
  .kyl_story_timeline .content_wrapper .milestone_container .headline {
    font-weight: 600;
    font-size: 40px;
    margin: 0 0 50px;
  }
}
.kyl_story_timeline .content_wrapper .milestone_container .story_post .gallery_container {
  order: 1;
}
@media screen and (min-width: 1024px) {
  .kyl_story_timeline .content_wrapper .milestone_container .story_post .gallery_container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
  }
}
.kyl_story_timeline .content_wrapper .milestone_container .story_post .text_container {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .kyl_story_timeline .content_wrapper .milestone_container .story_post .text_container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 380px);
    flex: 0 0 calc(100% - 380px);
    padding-left: 50px;
  }
}
.kyl_story_timeline .content_wrapper .scroll_next_section {
  background: transparent url('../assets/img/arrow_down_dark.svg') no-repeat center;
  background-size: 100%;
  margin: 70px auto;
  display: block;
  border: none;
  height: 15px;
  width: 15px;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .headline {
  font-weight: 600;
  font-size: 30px;
  color: #58595B;
  margin: 0 0 30px;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .timeline {
  border-left: 1px solid #E6E6E6;
  padding-top: 30px;
  padding-left: 15px;
}
@media screen and (min-width: 1024px) {
  .kyl_story_timeline .content_wrapper .story_timeline_container .timeline {
    border-left: none;
    position: relative;
  }
  .kyl_story_timeline .content_wrapper .story_timeline_container .timeline:before {
    transform: translateX(calc(-50% - 1px));
    background-color: #E6E6E6;
    left: calc(50% + 8px);
    position: absolute;
    display: block;
    height: 100%;
    content: '';
    width: 1px;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post {
    padding-right: 70px;
    width: 50%;
  }
  .kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post:nth-of-type(2n + 2) {
    margin: 0 0 70px auto !important;
    padding-left: 70px;
    padding-right: 0;
  }
  .kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post:not(:nth-of-type(2n + 2)) .text_container {
    text-align: right;
  }
  .kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post:not(:nth-of-type(2n + 2)) .text_container .story_date:before {
    right: -75px !important;
    left: unset !important;
  }
  .kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post:not(:nth-of-type(2n + 2)) .gallery_container .gallery_cover {
    margin-left: auto !important;
  }
  .kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post:not(:first-of-type) {
    margin-top: -225px !important;
  }
}
.kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post:not(:last-of-type) {
  margin: 0 0 70px;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post.active .text_container .story_date {
  color: #348F41;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post.active .text_container .story_date:before {
  background-color: #348F41;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post .gallery_container {
  order: 2;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post .gallery_container .gallery_cover {
  max-width: 380px;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post .text_container {
  order: 1;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post .text_container .story_date {
  position: relative;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post .text_container .story_date:before {
  background-color: #E6E6E6;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  border-radius: 100%;
  position: absolute;
  height: 10px;
  content: '';
  width: 10px;
  left: -20px;
  top: 50%;
}
@media screen and (min-width: 1024px) {
  .kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post .text_container .story_date:before {
    left: -75px;
  }
}
.kyl_story_timeline .content_wrapper .story_timeline_container .timeline .story_post .text_container .story_title {
  font-weight: 600;
  font-size: 18px;
  color: #58595B;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .navigation {
  background: transparent linear-gradient(to bottom, transparent 0%, #FFFFFF 100%) no-repeat center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  --webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: sticky;
  padding: 25px 0;
  bottom: 0;
  left: 0;
  display: none;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .navigation .previous_step {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
  background-size: 100%;
  border-radius: 100%;
  border: none;
  height: 50px;
  width: 50px;
  font-weight: 600;
  font-size: 18px;
  color: #348F41;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .navigation .progress_indicator {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
  border-radius: 100%;
  border: none;
  height: 65px;
  width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  --webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .navigation .progress_indicator .progress_circle {
  margin: 0 auto 50px;
  display: block;
  width: 156px;
}
@media screen and (min-width: 1024px) {
  .kyl_story_timeline .content_wrapper .story_timeline_container .navigation .progress_indicator .progress_circle {
    display: none;
  }
}
.kyl_story_timeline .content_wrapper .story_timeline_container .navigation .progress_indicator .progress_circle svg {
  transform: rotate(-90deg);
  height: 156px;
  width: 156px;
  transition: none;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .navigation .progress_indicator .progress_circle svg * {
  transition: none;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .navigation .progress_indicator .progress_circle svg text {
  transform: rotate(90deg);
  fill: rgba(0, 0, 0, 0.5);
}
.kyl_story_timeline .content_wrapper .story_timeline_container .navigation .progress_indicator .progress_circle svg text.current_credit {
  fill: #348F41;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .navigation .progress_indicator .progress_circle .progress-bar__background {
  fill: transparent;
  stroke: transparent;
  stroke-width: 1.8;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .navigation .progress_indicator .progress_circle .progress-bar__progress {
  fill: none;
  stroke: #348F41;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 1.8;
}
.kyl_story_timeline .content_wrapper .story_timeline_container .navigation .next_step {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
  background-size: 100%;
  border-radius: 100%;
  border: none;
  height: 50px;
  width: 50px;
  font-weight: 600;
  font-size: 18px;
  color: #348F41;
}
.kyl_story_timeline .content_wrapper .story_post {
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kyl_story_timeline .content_wrapper .story_post .gallery_container {
  margin: 0 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.kyl_story_timeline .content_wrapper .story_post .gallery_container .gallery_cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  height: 250px;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .kyl_story_timeline .content_wrapper .story_post .gallery_container .gallery_cover:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .kyl_story_timeline .content_wrapper .story_post .gallery_container .gallery_cover:hover .gallery_label:before {
    opacity: 1;
    right: 0;
  }
}
.kyl_story_timeline .content_wrapper .story_post .gallery_container .gallery_cover:before {
  background-color: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  content: '';
  left: 0;
  top: 0;
}
.kyl_story_timeline .content_wrapper .story_post .gallery_container .gallery_cover .gallery_label {
  background: transparent url('../assets/img/gallery_white.svg') no-repeat left center;
  font-weight: 600;
  font-size: 15px;
  background-size: 16px;
  position: relative;
  padding: 0 24px;
  display: block;
  color: #FFFFFF;
  width: 100%;
}
.kyl_story_timeline .content_wrapper .story_post .gallery_container .gallery_cover .gallery_label:before {
  background: transparent url('../assets/img/long_arrow_right_white.svg') no-repeat center;
  transition: right 0.3s ease, opacity 0.3s ease;
  background-size: 100%;
  position: absolute;
  height: 100%;
  width: 18px;
  content: '';
  right: 0;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .kyl_story_timeline .content_wrapper .story_post .gallery_container .gallery_cover .gallery_label:before {
    opacity: 0;
    right: 4px;
  }
}
.kyl_story_timeline .content_wrapper .story_post .gallery_container .gallery_images {
  display: none;
  background-color: #FFFFFF;
  padding: 46px 15px 40px;
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 99;
  left: 0;
  top: 0;
  overflow-y: auto;
}
.kyl_story_timeline .content_wrapper .story_post .gallery_container .gallery_images .close_overlay {
  background: transparent url('../assets/img/cross_dark.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  cursor: pointer;
  border: none;
  height: 16px;
  right: 20px;
  width: 16px;
  top: 15px;
}
.kyl_story_timeline .content_wrapper .story_post .gallery_container .gallery_images .gallery_image:not(:last-of-type) {
  margin: 0 0 30px;
}
.kyl_story_timeline .content_wrapper .story_post .gallery_container .gallery_images .gallery_image img {
  margin: 0 auto 15px;
  height: auto;
  width: 100%;
}
.kyl_story_timeline .content_wrapper .story_post .gallery_container .gallery_images .gallery_image .description {
  color: #58595B;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}
.kyl_story_timeline .content_wrapper .story_post .text_container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.kyl_story_timeline .content_wrapper .story_post .text_container .story_date {
  color: #58595B;
  margin: 0 0 15px;
}
.kyl_story_timeline .content_wrapper .story_post .text_container .story_date .date {
  font-weight: 400;
  font-size: 15px;
}
.kyl_story_timeline .content_wrapper .story_post .text_container .story_title {
  font-weight: 600;
  font-size: 20px;
  color: #58595B;
  margin: 0 0 20px;
}
@media screen and (min-width: 1024px) {
  .kyl_story_timeline .content_wrapper .story_post .text_container .story_title {
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 15px;
  }
}
.kyl_story_timeline .content_wrapper .story_post .text_container .text {
  color: #58595B;
  line-height: 22px;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .kyl_story_timeline .content_wrapper .story_post .text_container .text {
    margin: 0 0 25px;
  }
}
.kyl_story_timeline .content_wrapper .story_post .text_container .text .preview p {
  margin: 0;
}
.kyl_story_timeline .content_wrapper .story_post .text_container .text .preview .read_more {
  text-decoration: underline;
  display: inline-block;
  transition: none;
  margin: 20px 0 0;
  cursor: pointer;
  overflow: hidden;
  color: #9A9A9A;
}
@media screen and (min-width: 1024px) {
  .kyl_story_timeline .content_wrapper .story_post .text_container .text .preview .read_more {
    margin: 15px 0 0;
  }
}
.kyl_story_timeline .content_wrapper .story_post .text_container .text .content {
  margin: 0 0 20px;
  overflow: hidden;
  opacity: 0;
  height: 0;
}
@media screen and (min-width: 1024px) {
  .kyl_story_timeline .content_wrapper .story_post .text_container .text .content {
    margin: 0;
  }
}
.kyl_story_timeline .content_wrapper .story_post .text_container .text .content p {
  margin: 0;
}
.kyl_story_timeline .content_wrapper .story_post .text_container .downloads {
  list-style: none;
  padding: 0;
  margin: 0;
}
.kyl_story_timeline .content_wrapper .story_post .text_container .downloads .download {
  margin: 0 0 20px;
  display: block;
}
.kyl_story_timeline .content_wrapper .story_post .text_container .downloads .download .download_link {
  font-weight: 400;
  font-size: 15px;
  color: #348F41;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .kyl_story_timeline .content_wrapper .story_post .text_container .downloads .download .download_link {
    color: #9A9A9A;
  }
  .kyl_story_timeline .content_wrapper .story_post .text_container .downloads .download .download_link .file_type {
    background-image: url('../assets/img/long_arrow_down_grey.svg') !important;
    border-color: #9A9A9A !important;
  }
}
.kyl_story_timeline .content_wrapper .story_post .text_container .downloads .download .download_link:hover {
  color: #348F41;
}
.kyl_story_timeline .content_wrapper .story_post .text_container .downloads .download .download_link:hover .file_type {
  background-image: url('../assets/img/long_arrow_down_green.svg') !important;
  border-color: #348F41 !important;
}
.kyl_story_timeline .content_wrapper .story_post .text_container .downloads .download .download_link .file_type {
  background: transparent url('../assets/img/long_arrow_down_green.svg') no-repeat left 10px center;
  background-size: 10px;
  font-weight: 600;
  font-size: 10px;
  padding: 8px 10px 8px 24px;
  border: 1px solid #348F41;
  display: inline-block;
  margin: 0 10px 0 0;
  height: 100%;
}
.kyl_story_timeline .content_wrapper .story_post .text_container .downloads .download .download_link .link_label {
  text-decoration: underline;
}
