.story_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.year_list a {
  font-size: 240%;
  line-height: 29px;
  font-family: "montserrat-semibold", "montserratarm-medium";
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .year_list a {
    font-size: 220%;
    line-height: 28px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .year_list a {
    font-size: 200%;
    line-height: 27px;
  }
}
@media screen and (max-width: 575px) {
  .year_list a {
    font-size: 180%;
    line-height: 24px;
  }
}

.story_list .date_block {
  font-size: 180%;
  line-height: 30px;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .story_list .date_block {
    font-size: 160%;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .story_list .date_block {
    font-size: 140%;
    line-height: 24px;
  }
}

.story_list .month_block {
  font-size: 140%;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .story_list .month_block {
    font-size: 130%;
    line-height: 22px;
  }
}

.page_title {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.breadcrumbs {
  padding-bottom: 15px;
}

.year_section {
  padding-top: 40px;
  position: relative;
}
.year_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 225px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}
.year_section:after {
  content: "";
  top: 42px;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CDDBE9;
}

.year_list {
  padding-top: 18px;
  padding-bottom: 4px;
  position: relative;
  overflow-y: auto;
  scrollbar-color: #02155A #f2f2f2;
  scrollbar-width: thin;
}
.year_list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #f2f2f2;
}
.year_list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #02155A;
}
.year_list ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -20px;
  display: flex;
}
.year_list li {
  padding: 0 20px;
  flex: 1;
}
.year_list li.active {
  position: relative;
}
.year_list li.active:before {
  content: "";
  top: -18px;
  position: absolute;
  right: 20px;
  width: 2000px;
  height: 5px;
  background: #2D368F;
  border-radius: 0px 5px 5px 0px;
  z-index: 2;
}
.year_list li.active a {
  background: #2D368F;
  color: #ffffff;
  pointer-events: none;
}
.year_list li.active ~ li a {
  background: transparent;
  color: #7F87A9;
}
.year_list a {
  color: #2D368F;
  background: #F4F8FC;
  display: block;
  border-radius: 20px;
  padding: 4px 10px;
  text-align: center;
  width: 100%;
}

.year_story {
  margin-top: 40px;
  background: #ffffff;
  box-shadow: 0px 2px 50px rgba(194, 210, 225, 0.2);
  padding: 30px 90px 60px 70px;
}
.year_story .section_subtitle {
  position: relative;
  padding-bottom: 30px;
  color: #02155A;
  text-align: center;
}
.year_story .section_subtitle:after {
  content: "";
  position: absolute;
  left: -70px;
  right: -90px;
  height: 1px;
  bottom: 0;
  background: #EAEEF7;
}

.story_list li:last-child .story_item {
  border-bottom: none;
}
.story_list .story_item {
  border-bottom: 1px solid #EAEEF7;
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
}
.story_list .date_block {
  min-width: 200px;
  padding-right: 20px;
  font-family: "montserrat-medium", "montserratarm";
  color: #02155A;
}
.story_list .month_block {
  color: #3E4869;
}

@media screen and (max-width: 1199px) {
  .year_story {
    padding: 30px 50px 40px;
  }
  .year_story .section_subtitle:after {
    left: -50px;
    right: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .year_section {
    padding-top: 30px;
  }
  .year_section:after {
    top: 32px;
  }
  .year_story {
    padding: 30px 20px;
    margin-top: 30px;
  }
  .year_story .section_subtitle {
    padding-bottom: 20px;
  }
  .year_story .section_subtitle:after {
    left: -20px;
    right: -20px;
  }
  .year_list ul {
    margin: 0 -10px;
  }
  .year_list li {
    padding: 0 10px;
  }
  .year_list li.active:before {
    right: 10px;
  }
}
@media screen and (max-width: 639px) {
  .story_list .story_item {
    padding: 24px 0;
    flex-direction: column;
  }
  .story_list .date_block {
    min-width: auto;
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 479px) {
  .year_section {
    padding-top: 24px;
  }
  .year_section:after {
    top: 26px;
  }
  .year_story {
    margin-top: 24px;
  }
}
.web .year_list a, .year_list .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.touch .year_list a, .year_list .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .year_list a:hover, .year_list .web a:hover {
  color: #F78D1F;
}
.touch .year_list a:active, .year_list .touch a:active {
  color: #F78D1F;
}

/*# sourceMappingURL=yearbook.css.map */
