#news .s1 {
  position: relative;
  background: url(/i/news-hero.jpg) no-repeat center/cover;
  height: 50vh;
  max-height: 486px;
  padding-top: 300px;
}
#news .s1 h1 {
  font-size: 4em;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
#news .s2 {
  padding: 0 0 150px 0;
  /* .page.active:first-child{border-bottom:0;padding-bottom:0} */
  /* .page.active:last-of-type{padding-bottom:0;}  */
}
#news .s2 .btn-more {
  unset: all;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  margin: 80px auto 0 auto;
  display: block;
  color: #0F1E3A;
  font-size: 0.85em;
  font-weight: 300;
  text-transform: uppercase;
  color: #0F1E3A;
  letter-spacing: 5.61px;
}
#news .s2 .btn-more:hover {
  color: #C0DBFD;
}
#news .s2 p.date {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 2;
  color: #716E6E;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#news .s2 p.title {
  font-size: 1.25em;
  line-height: 1.4;
  margin: 1rem 0;
}
#news .s2 img {
  width: 100%;
  margin: 1rem 0;
}
#news .s2 h5 {
  text-align: center;
  margin: auto;
}
#news .s2 .page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 4%;
  border-bottom: 1px solid rgba(28, 55, 108, 0.2);
  padding: 100px 0;
}
#news .s2 .page > * {
  width: 30.667%;
}
#news .s2 .page a {
  position: relative;
  padding-bottom: 90px;
}
#news .s2 .page .desc {
  color: #434343;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.95em;
  font-weight: 300;
  line-height: 1.5em;
}
#news .s2 .page .learn {
  font-size: 0.85em;
  font-weight: 300;
  text-transform: uppercase;
  color: #0F1E3A;
  letter-spacing: 5.61px;
  background: url(/i/svg/square.svg) no-repeat left center/15px auto;
  padding-left: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#news .s2 .page a:hover .learn {
  color: #C0DBFD;
  transition: color 0.3s ease;
}
#news .s2 .page .title {
  color: #0F1E3A;
  font-size: 1.25em;
  line-height: 1.2em;
}
#news .s2 .page .featured {
  width: 100% !important;
  border-bottom: 1px solid rgba(28, 55, 108, 0.2);
  margin-bottom: 100px;
}
#news .s2 .page .featured .article {
  width: 100% !important;
}
#news .s2 .page .featured a img {
  margin: 0;
  display: block;
}
#news .s2 .page .featured a p.title {
  font-size: 1.6em;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.08px;
  color: #434343;
  line-height: normal;
}
#news .s2 .page .featured a {
  display: flex;
  flex-direction: row;
  gap: 34px;
  border: none;
}
#news .s2 .page .featured a > div {
  width: calc(50% - 17px);
  position: relative;
}
#news .s2 .page .featured a > div:nth-child(1) p.date {
  display: none;
}
#news .s2 .page .featured p.title {
  text-transform: uppercase;
}
#news .s2 .page:nth-child(n+2) {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: height 0.6s ease, opacity 0.3s ease 0.2s;
  opacity: 0;
}
#news .s2 .page.active:nth-child(n+2) {
  opacity: 1;
}
#news .s2 .page.active {
  padding: 100px 0;
}
#news .s2 .page.space2 > *, #news .s2 .page.space1 > * {
  width: 48%;
}

@media all and (max-width: 1150px) {
  #news #container .s2 {
    padding: 100px 0;
  }
  #news #container .s2 .page {
    flex-direction: column;
    gap: 50px;
    border: none;
  }
  #news #container .s2 .page .featured {
    margin-bottom: 0;
    border: none;
  }
  #news #container .s2 .page .featured a.article {
    flex-direction: column;
    padding-bottom: 50px;
  }
  #news #container .s2 .page .featured a > div {
    width: 100%;
  }
  #news #container .s2 .page .featured a > div:nth-child(1) p.date {
    display: block;
  }
  #news #container .s2 .page .featured a > div:nth-child(2) p.date {
    display: none;
  }
  #news #container .s2 .page .featured .learn {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  #news #container .s2 .page .featured a p.title {
    font-size: 30px;
    line-height: 36px;
  }
  #news #container .s2 .page a.article {
    max-width: 600px;
    margin: 0 auto;
    width: 100% !important;
    border-bottom: 1px solid rgba(28, 55, 108, 0.2);
    padding-bottom: 140px;
  }
  #news #container .s2 .page .learn {
    bottom: 50px;
  }
  #news #container .s2 .page.active {
    padding: 0;
  }
  #news #container .s2 .page.active:nth-child(n+2) {
    padding-top: 50px;
  }
}
@media all and (max-width: 980px) {
  #news .s1 h1 {
    font-size: 3em;
  }
  #news #container .s2 .article {
    width: 48%;
  }
}
@media all and (max-width: 600px) {
  #news .s2 {
    padding-bottom: 5rem;
  }
  #news .s2 .page.active {
    padding: 5rem 0;
  }
  #news .s2 .article {
    width: 100%;
  }
  #news #container .s2 .page .featured a p.title {
    font-size: 1.3rem;
  }
  #news #container .s2 .page .featured .learn {
    margin-top: 4rem;
  }
  #news .s1 {
    max-height: 486px;
    padding-top: 270px;
  }
  #news .s1 h1 {
    font-size: 2em;
  }
}

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