@charset "UTF-8";
.news-events-timeline-block {
  margin: 50px 0;
}
.news-events-timeline-block .container {
  padding: 0 15px;
}
.news-events-timeline-block .header .heading {
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #646464;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.news-events-timeline-block .header .title {
  font-size: 28px;
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px;
  margin: 0;
}
.news-events-timeline-block .timeline {
  display: flex;
  padding: 60px 0;
  flex-direction: column;
  align-items: center;
}
.news-events-timeline-block .timeline .year {
  margin-bottom: 13px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.news-events-timeline-block .timeline .year-line {
  width: 36px;
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  color: #fff;
  font-weight: 700;
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  justify-content: center;
  padding-top: 30px;
  box-sizing: border-box;
}
.news-events-timeline-block .timeline .year-line:before {
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  content: "";
  position: absolute;
  top: 0;
}
.news-events-timeline-block .timeline .year-line:after {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
}
.news-events-timeline-block .posts-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.news-events-timeline-block .post {
  margin-bottom: 7px;
  padding-left: 13px;
  position: relative;
}
.news-events-timeline-block .post:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
.news-events-timeline-block .post h3.title {
  font-size: 14px;
  line-height: 17px;
  color: #2B2B2B;
  font-weight: 500;
}
.news-events-timeline-block .post a {
  text-decoration: none;
}
.news-events-timeline-block .post a:hover {
  text-decoration: underline;
}
.news-events-timeline-block .month-posts {
  width: 40%;
  margin: 30px 0;
  position: relative;
}
.news-events-timeline-block .month-posts .line {
  height: 11px;
}
.news-events-timeline-block .month-posts .line:before {
  content: " ";
  border-top: 1px solid #116275;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.news-events-timeline-block .month-posts .line:after {
  content: " ";
  background: #116275;
  top: -7px;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 7px;
  right: 0;
}
.news-events-timeline-block .month-posts .featured-image {
  width: 80%;
  height: 80px;
  margin-bottom: 10px;
  margin-top: -10px;
  background-size: cover;
  border: 1px solid #c9c9c9;
  border-top: 0;
  display: none;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.news-events-timeline-block .month-posts .featured-image.visible {
  display: block;
}
.news-events-timeline-block .month-posts h2.month {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  font-family: "Barlow";
  margin: 0 0 8px;
}
.news-events-timeline-block .month-posts.even {
  margin-left: auto;
  text-align: right;
}
.news-events-timeline-block .month-posts.even .post {
  padding-left: 0;
  padding-right: 13px;
}
.news-events-timeline-block .month-posts.even .post:before {
  display: none;
}
.news-events-timeline-block .month-posts.even .post:after {
  content: "•";
  position: absolute;
  right: 0;
  top: 0;
}
.news-events-timeline-block .month-posts.even .line:after {
  right: initial;
  left: 0;
}
.news-events-timeline-block .month-posts.even .featured-image {
  margin-left: auto;
}

@media (min-width: 768px) {
  .news-events-timeline-block .header .title {
    font-size: 35px;
    line-height: 45px;
  }
  .news-events-timeline-block .timeline {
    padding: 75px 0;
  }
  .news-events-timeline-block .post {
    margin-bottom: 10px;
  }
  .news-events-timeline-block .post h3.title {
    font-size: 16px;
    line-height: 19px;
  }
  .news-events-timeline-block .month-posts .featured-image {
    width: 75%;
    height: 120px;
  }
  .news-events-timeline-block .month-posts h2.month {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) {
  .news-events-timeline-block .timeline {
    flex-direction: row;
    box-sizing: border-box;
    padding: 0;
  }

  .news-events-timeline-block .month-posts {
    width: 100%;
    margin: 0;
  }

  .news-events-timeline-block .posts-wrapper {
    display: flex;
    width: auto;
  }

  .news-events-timeline-block .timeline .year {
    margin-bottom: 0;
  }

  html[lang=en-US] .news-events-timeline-block .post {
    width: 180px;
  }

  .news-events-timeline-block .timeline .year-line {
    padding: 0 0 0 40px;
    height: 34px;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    justify-content: flex-start;
  }

  .news-events-timeline-block .timeline .year-line:before {
    border-left: 10px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: none;
    left: 0;
  }

  .news-events-timeline-block .timeline .year-line:after {
    border-top: 17px solid transparent !important;
    border-bottom: 17px solid transparent;
    border-radius: 0;
    bottom: 0;
    right: -31px;
    left: initial;
  }

  .news-events-timeline-block .timeline .year {
    margin-right: 13px;
    height: 580px;
    align-items: center;
  }

  .news-events-timeline-block .posts-wrapper {
    height: 100%;
    padding-left: 50px;
  }

  .news-events-timeline-block .content {
    overflow-x: auto;
    padding-bottom: 40px;
    margin: 70px 0;
  }
  .news-events-timeline-block .content::-webkit-scrollbar {
    height: 6px;
  }
  .news-events-timeline-block .content::-webkit-scrollbar-track {
    background: #BABABA;
    border-radius: 20px;
  }
  .news-events-timeline-block .content::-webkit-scrollbar-thumb {
    background: #0095A0;
    border-radius: 20px;
  }

  .news-events-timeline-block .month-posts.even {
    text-align: left;
    margin-top: auto;
  }

  .news-events-timeline-block .month-posts.even .post {
    padding-left: 13px;
    padding-right: 0;
    /* margin-bottom: 2px; */
  }

  .news-events-timeline-block .month-posts.even .post:after {
    display: none;
  }

  .news-events-timeline-block .month-posts.even .post:before {
    display: block;
  }

  .news-events-timeline-block .month-posts.even .featured-image {
    margin-left: initial;
  }

  .news-events-timeline-block .month-posts .featured-image {
    width: 180px;
    height: 90px;
    box-sizing: border-box;
    margin: 0 0 10px;
    border: 1px solid #c9c9c9;
    display: block;
    min-height: 80px;
  }

  .news-events-timeline-block .month-posts .featured-image[data-lity-target] {
    cursor: pointer;
  }

  .news-events-timeline-block .month-posts .line:before {
    width: 2px;
    bottom: 0;
    top: 0;
    left: 6px;
    border-left: 1px solid #116275;
    border-top: none;
  }

  .news-events-timeline-block .month-posts .line {
    position: absolute;
    display: none;
    left: -6px;
    top: 0;
    bottom: 0;
    height: 120px;
  }

  .news-events-timeline-block .month-posts .line:after {
    left: 0;
    right: initial;
  }

  .news-events-timeline-block .month-posts {
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 30px;
  }

  .news-events-timeline-block .month-posts.even .line {
    display: block;
  }

  .line-bottom {
    /* height: 103px; */
    position: absolute;
    bottom: 0;
    left: 0px;
    top: 0;
  }

  .line-bottom:before {
    content: " ";
    width: 2px;
    bottom: 0;
    top: 0;
    left: 0;
    border-left: 1px solid #116275;
    position: absolute;
  }

  .news-events-timeline-block .month-posts.even .line-bottom {
    display: none;
  }

  .news-events-timeline-block .month-posts:not(.even) h2.month {
    padding-left: 20px;
  }

  .news-events-timeline-block .month-posts:not(.even) .posts {
    padding-left: 20px;
  }

  .news-events-timeline-block .month-posts:not(.even) {
    /* padding-bottom: 10px; */
    margin-bottom: auto;
  }

  .line-bottom:after {
    content: " ";
    background: #116275;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 7px;
    left: -6px;
    bottom: 0;
  }

  .news-events-timeline-block .post h3.title {
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    font-size: 14px;
    line-height: 17px;
  }

  .news-events-timeline-block .month-posts .post {
    padding-right: 0;
    margin-bottom: 4px;
  }

  .post-wrapper {
    position: relative;
    height: 100%;
  }

  .news-events-timeline-block .month-posts.even .post-wrapper {
    padding-top: 40px;
  }

  .news-events-timeline-block .month-posts:not(:first-child) {
    margin-left: -100px;
  }
}