/* Events */

#years a:hover {
  color: #CA113E;
}
#years .content .body-content h2 {
  padding-bottom: 29px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}
#years .through-the-years .content .body-content h2 {
  padding-bottom: 37px;
}
#years.main-container>.block:not(:first-child):not(:last-child) .content>.body-content {
  position: relative;
  padding-bottom: 21px;
}
#years.main-container>.block:not(:first-child):not(:last-child) .content>.body-content::after {
  background: url(img/pattern.jpg) no-repeat 0 0;
  content: "";
  display: block;
  width: 194px;
  height: 18px;
  bottom: 0;
  position: absolute;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
#years.main-container .inner-page-impact .content>.body-content {
  /* padding-bottom: 38px !important; */
  padding-bottom: 42px !important;
}
.through-the-years .content>.body-content {
  width: 100%;
  float: left;
}
.inner-page-impact .content {
  overflow: hidden;
}
#years.main-container .inner-page-video .content {
  margin-top: 48px;
}
/* #years .main-container .content {
    margin-bottom: 0;
} */

.events-release .section-title {
  font-size: 28px;
  color: #00336a;
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}
.events-release .events-row {
  display: flex;
}
.events-release .events-row:not(:last-child), .events-release .press-row:not(:last-child) {
  margin-bottom: 29px;
}
/* .events-release .press-row:not(:last-child) {
    margin-bottom: 29px;
} */

.events-release .body-content-in {
  justify-content: space-between;
}
.events-release .body-content-in .events_wrap, .events-release .body-content-in .press_wrap {
  width: 40%;
}
.events-release .date-wrap {
  margin-right: 20px;
  width: 70px;
}
.events-release .event-month {
  background-color: #221f20;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 800;
  text-align: center;
}
.events-release .event-date {
  /* font-family: 'Roboto Condensed', sans-serif; */
  background-color: #c7c8ca;
  color: #221f20;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
}
body .events-release .event-desc a, body .events-release .press-title a, .impact-story .title-desc a {
  color: #221f20;
  font-size: 26px;
  font-weight: 300;
}
.impact-story .body-content .title-desc a {
  display: block;
  text-align: center;
  color: #00336a;
  text-decoration: none;
  font-size: 21px;
  font-weight: 300;
  font-family: "Effra";
  text-align: center;
  display: block;
  width: 100%;
  line-height: 27px;
}
body .events-release .event-desc a:hover, .events-release .press-title a:hover {
  color: #CA113E;
}
.events-release .event-desc {
  flex: 1;
}
.events-release .press-date {
  font-weight: 600;
}
.impact-story .title-desc {
  margin-top: 21px;
}
/* spacinggg */

#years.main-container .content {
  margin-bottom: 0;
  margin-top: 32px;
}
#years.main-container .inner-page-block {
  margin-top: 70px;
}
#years.main-container .events-release {
  margin-bottom: 70px;
}
#years .inner-page-block .body-content p:not(:last-child) {
  padding-bottom: 10px;
}
#years .block.inner-page-video {
  margin-top: 0 !important;
}
#years .block.inner-page-video .body-content {
  margin-top: 0 !important;
  padding-bottom: 59px !important;
}
#years .through-the-years .content>.body-content {
  /* margin-bottom: 26px !important; */
  padding-bottom: 59px !important;
}
#years .impact-story .content>.body-content .showMoreVideos {
  padding-bottom: 67px !important;
}
@media screen and (min-width: 767px) {
  /*  */
  .pop-wrap .pop-up.active {
    margin-top: 25px;
  }
  /*  */
}
@media screen and (min-width: 1200px) {
  body .body-content .pop-up-img img {
    max-width: 560px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .events-release .body-content-in .events_wrap, .events-release .body-content-in .press_wrap {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .inner-page-block .content h2, .inner-page-impact .content h2 {
    width: auto;
  }
  .inner-page-impact .double-field-second {
    padding-top: 5px;
  }
  .inner-page-impact li:not(:last-child) .double-field-second {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #years.main-container .inner-page-video .content {
    margin-top: 38px;
  }
  #years .block.inner-page-video .body-content {
    padding-bottom: 45px !important;
  }
  #years .impact-story .content>.body-content .showMoreVideos {
    padding-bottom: 0 !important;
  }
  .impact-story .body-content .title-desc a {
    font-size: 20px;
    line-height: 24px;
  }
}