.article-page .hero {
  height: 600px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0) 40%, rgba(255, 255, 255, 1));
}
.article-page .hero .group {
  max-width: 1200px;
  top: 400px;
  padding: 0 30px;
}
/* .article-page .hero .group h1 { */
.article-page .hero .group h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: lighter;
  text-transform: uppercase;
}
.article-page .hero .group p {
  margin-top: 0;
}
.article-page .hero .bg {
  position: absolute;
  z-index: -1;
  background: none !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.article-page .hero .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  -o-object-position: center;
  object-position: center;
  opacity: 1;
}
.article-page .hero .bg--left img {
  -o-object-position: left !important;
  object-position: left !important;
}
.article-page .hero .bg--right img {
  -o-object-position: right !important;
  object-position: right !important;
}
.article-page .hero .bg-align-top {
  align-items: flex-start;
}
.article-page .hero .bg-align-center img {
  -o-object-position: center !important;
  object-position: center !important;
}
.article-page .hero .bg-align-20 img {
  -o-object-position: center  20% !important;
  object-position: center  20% !important;
}
.article-page .hero .bg-align-20--left img {
  -o-object-position: left  20% !important;
  object-position: left  20% !important;
}
.article-page .hero .bg-align-20--right img {
  -o-object-position: right  20% !important;
  object-position: right  20% !important;
}
.article-page .hero .bg-align-bottom img {
  -o-object-position: bottom !important;
    object-position: bottom !important;
}
.article-page .hero .bg-align-top img {
  -o-object-position: top !important;
  object-position: top !important;
}
.article-page .hero .breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 30px;
  margin: 0 auto;
}
.article-page .hero .breadcrumbs p {
  color: #c0deea;
  /* border-bottom: 2px solid #d7eaf1; */
  padding: 5px 0;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.article-page .hero .breadcrumbs p a {
  text-decoration: none;
  color: #5595c8;
  font-weight: bold;
}
.article-page .hero .breadcrumbs p a:hover {
  text-decoration: underline;
}
.article-page .hero .breadcrumbs p span {
  color: #e78701;
  font-weight: bold;
}
/* .article-page .content h1 {
  font-size: 40px;
  font-weight: normal;
  color: #3a80b3;
  text-align: center;
  line-height: 1.3;
}
.article-page .content h2 {
  font-size: 30px;
  font-weight: lighter;
  margin-bottom: 16px;
}
.article-page .content h3 {
  font-size: 30px;
  font-weight: normal;
  color: #3a80b3;
} */
.article-page .content h1 {
  font-size: 30px;
  font-weight: normal;
}
.article-page .content p {
  font-weight: normal;
}
.article-page .content p a {
  color: #5595c8;
}
.article-page .content p a:hover {
  opacity: 0.8;
}
.article-page .content .light {
  font-weight: lighter;
}
.article-page .content ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px auto;
  color: #5595c8;
  text-align: start;
}

.text-image-grid {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100vw;
  grid-template-columns: repeat(2, 50vw);
}
.text-image-grid .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.text-image-grid .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-image-grid .image--left img {
  object-position: left;
}
.text-image-grid .image--right img {
  object-position: right;
}
.text-image-grid .text-container {
  padding: 40px 60px;
  background-color: #5595c8;
  color: white;
  height: 100%;
}
.text-image-grid .text-container h3 {
  margin: 30px 0 40px 0;
}
.text-image-grid .text-container .year {
  color: #7cb3d6;
}
.text-image-grid .text-container .text {
  font-size: 17px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
}
.text-image-grid .text-container .event:last-child .text {
  border-bottom: none;
}
.text-image-grid .text-container:nth-child(2n+1) {
  text-align: end;
}

.only-title {
  margin-bottom: 80px;
}

.article-page .quote-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  background-color: #fff;
  z-index: -200;
}

.article-page .quote-container .quote-container__image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
  opacity: .85;
  z-index: -100;
  max-width: 2200px;
}

.article-page .quote-container .quote-container__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
}

.article-page .quote-container .quote-container__quote {
  position: absolute;
  width: 50%;
  color: white;
  /* color: #5595c8; */
  /* color: #e78701; */
  font-size: 30px;
  font-weight: lighter;
  line-height: 1.3;
  text-align: center;
  z-index: 0;
}

.article-page .quote-container footer {
  margin-top: 30px;
  text-align: right;
  font-size: 22px;
  font-weight: lighter;
}

@media (max-width: 1199.98px) {
  .article-page .hero .group {
    top: 340px;
  }
  .article-page .hero .group p {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .article-page .hero .group {
    top: 320px;
  }
  /* .article-page .hero .group h1 { */
  .article-page .hero .group h2 {
    font-size: 25px;
  }
  .text-image-grid {
    grid-template-columns: 1fr;
  }
  .text-image-grid .image:first-child {
    grid-row: 2;
  }
  .text-image-grid .text-container {
    text-align: start !important;
  }
  .article-page .quote-container .quote-container__quote {
    width: 80%;
    font-size: 22px;
    line-height: 1.3;
  }
  .article-page .quote-container footer {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .article-page .hero .group {
    top: 250px;
  }
  /* .article-page .hero .group h1 { */
  .article-page .hero .group h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .article-page .hero .group p {
    font-size: 16px;
    padding-top: 15px;
  }
  .article-page .hero .breadcrumbs {
    font-size: 13px;
  }
  .text-image-grid .text-container {
    padding: 30px;
  }
  .article-page .quote-container {
    /* height: 40vh; */
  }
  .article-page .quote-container .quote-container__quote {
    font-size: 18px;
  }
  .article-page .quote-container footer {
    font-size: 16px;
  }
}/*# sourceMappingURL=article.css.map */