.kyl_history_accordion .content_wrapper {
  /*position: relative;
        max-height: 500px;
        overflow-y: auto;*/
  /*.bottom_fade {
            background: transparent linear-gradient(to top, @white 0%, transparent 100%) no-repeat center;
            position: sticky;
            height: 100px;
            width: 100%;
            content: '';
            bottom: 0;
            left: 0;
        }*/
}
.kyl_history_accordion .content_wrapper .history_entry {
  border: 1px solid #D1D1D1;
  padding: 20px;
}
.kyl_history_accordion .content_wrapper .history_entry:not(:last-of-type) {
  margin: 0 0 15px;
}
@media screen and (min-width: 1024px) {
  .kyl_history_accordion .content_wrapper .history_entry {
    padding: 30px;
  }
  .kyl_history_accordion .content_wrapper .history_entry:not(:last-of-type) {
    margin: 0 0 20px;
  }
}
.kyl_history_accordion .content_wrapper .history_entry.opened .header {
  background-image: url('../assets/img/arrow_up_red.svg');
}
@media screen and (min-width: 1024px) {
  .kyl_history_accordion .content_wrapper .history_entry.opened .header .year {
    color: #D5002F;
  }
}
.kyl_history_accordion .content_wrapper .history_entry.opened .header .title {
  color: #D5002F;
}
@media screen and (min-width: 1024px) {
  .kyl_history_accordion .content_wrapper .history_entry.opened .header .title {
    color: #455255;
  }
}
.kyl_history_accordion .content_wrapper .history_entry.opened .body {
  padding: 10px 0 0 0;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .kyl_history_accordion .content_wrapper .history_entry.opened .body {
    padding: 30px 0 0 0;
  }
}
.kyl_history_accordion .content_wrapper .history_entry .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: transparent url('../assets/img/arrow_down_dark.svg') no-repeat right center;
  background-size: 14px;
}
@media screen and (min-width: 1024px) {
  .kyl_history_accordion .content_wrapper .history_entry .header {
    --webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .kyl_history_accordion .content_wrapper .history_entry .header:hover .year {
    color: #D5002F;
  }
}
.kyl_history_accordion .content_wrapper .history_entry .header .year {
  transition: color 0.3s ease;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
  color: #455255;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 1024px) {
  .kyl_history_accordion .content_wrapper .history_entry .header .year {
    font-weight: 400;
    font-size: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    margin: 0;
  }
}
.kyl_history_accordion .content_wrapper .history_entry .header .title {
  transition: color 0.3s ease;
  font-weight: 300;
  font-size: 25px;
  font-family: 'Cormorant Garamond', sans-serif;
  line-height: 28px;
  color: #455255;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .kyl_history_accordion .content_wrapper .history_entry .header .title {
    font-weight: 300;
    font-size: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 170px);
    flex: 0 0 calc(100% - 170px);
    padding-right: 50px;
    line-height: 42px;
  }
}
.kyl_history_accordion .content_wrapper .history_entry .body {
  transition: padding 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  height: 0;
}
.kyl_history_accordion .content_wrapper .history_entry .body .description {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #455255;
}
@media screen and (min-width: 1024px) {
  .kyl_history_accordion .content_wrapper .history_entry .body .description {
    padding-right: 100px;
  }
}
.kyl_history_accordion .content_wrapper .history_entry .body .description p {
  margin: 0;
}
.kyl_history_accordion .content_wrapper .history_entry .body .swiper-container.image_gallery {
  margin: 15px 0 0;
}
.kyl_history_accordion .content_wrapper .history_entry .body .swiper-container.image_gallery .swiper-wrapper .swiper-slide.image {
  width: 100%;
}
.kyl_history_accordion .content_wrapper .history_entry .body .swiper-container.image_gallery .swiper-wrapper .swiper-slide.image img {
  display: block;
  height: auto;
  width: 100%;
}
.kyl_history_accordion .content_wrapper .history_entry .body .swiper-container.image_gallery .swiper-nav button {
  transform: translateY(-50%);
  background: none;
  border: none;
  height: 16px;
  width: 10px;
  padding: 0;
  margin: 0;
  top: 50%;
}
.kyl_history_accordion .content_wrapper .history_entry .body .swiper-container.image_gallery .swiper-nav button:after {
  font-size: 15px;
  color: #FFF;
  height: 100%;
  width: 100%;
}
.kyl_history_accordion .content_wrapper .history_entry .body .swiper-container.image_gallery_thumbs {
  margin: 10px 0 0;
}
.kyl_history_accordion .content_wrapper .history_entry .body .swiper-container.image_gallery_thumbs .swiper-wrapper {
  min-height: 50px;
}
.kyl_history_accordion .content_wrapper .history_entry .body .swiper-container.image_gallery_thumbs .swiper-wrapper .swiper-slide.image_thumb {
  cursor: pointer;
  width: auto;
  opacity: 0.5;
}
.kyl_history_accordion .content_wrapper .history_entry .body .swiper-container.image_gallery_thumbs .swiper-wrapper .swiper-slide.image_thumb.swiper-slide-thumb-active {
  opacity: 1;
}
.kyl_history_accordion .content_wrapper .history_entry .body .swiper-container.image_gallery_thumbs .swiper-wrapper .swiper-slide.image_thumb img {
  max-height: 50px;
  display: block;
  height: 100%;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .kyl_history_accordion .content_wrapper .history_entry .body .swiper-container.image_gallery_thumbs .swiper-wrapper .swiper-slide.image_thumb img {
    max-height: 80px;
  }
}
