html {
  font-size: 25px;
}
@media only screen and (max-width: 2300px) {
  html {
    font-size: 23px;
  }
}
@media only screen and (max-width: 2200px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 2100px) {
  html {
    font-size: 21px;
  }
}
@media only screen and (max-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1900px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

.blog .intro .title,
.archive .intro .title {
  grid-column: 3/6;
}
.blog .intro .content,
.archive .intro .content {
  grid-column: 6/10;
  align-items: flex-end;
}
.blog .intro .actions,
.archive .intro .actions {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}
.blog .intro .actions .action,
.archive .intro .actions .action {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}
.blog .intro .actions .action a,
.archive .intro .actions .action a {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
}
.blog .intro .actions .action .action-label,
.archive .intro .actions .action .action-label {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .blog .intro .title br,
  .archive .intro .title br {
    display: none;
  }
  .blog .intro .content,
  .archive .intro .content {
    display: block;
  }
}
.blog .post-featured,
.archive .post-featured {
  display: block;
  margin-bottom: 42px;
}
.blog .news-grid,
.archive .news-grid {
  gap: 48px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .blog .news-grid,
  .archive .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .blog .news-grid,
  .archive .news-grid {
    gap: 24px 16px;
  }
}
.blog .news-grid .item-grid-cta .image-holder,
.archive .news-grid .item-grid-cta .image-holder {
  background-color: #F8F8F8;
  padding: 48.5px 40px;
}
@media only screen and (max-width: 767px) {
  .blog .news-grid .item-grid-cta .image-holder,
  .archive .news-grid .item-grid-cta .image-holder {
    padding: 32px 25px 20px;
    height: unset;
  }
}
.blog .news-grid .item-grid-cta .image-holder .cta-title,
.archive .news-grid .item-grid-cta .image-holder .cta-title {
  font-size: 1.5rem;
}

.events-grid.home-events-grid {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 575px) {
  .events-grid.home-events-grid {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .events-grid.home-events-grid {
    max-width: 75%;
  }
}
.events-grid.home-events-grid .item .inner .event-content {
  flex-direction: column;
  justify-content: unset;
  align-items: unset;
}
.events-grid .item {
  background-color: #F8F8F8;
  padding: 2.5rem;
}
@media only screen and (max-width: 575px) {
  .events-grid .item {
    padding: 1.5rem;
  }
}
.events-grid .item .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .events-grid .item .inner {
    flex-direction: column;
    align-items: unset;
  }
}
.events-grid .item .inner .event-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}
@media only screen and (max-width: 1280px) {
  .events-grid .item .inner .event-content {
    flex-direction: column;
    align-items: unset;
    gap: 0.5rem;
  }
}
.events-grid .item .inner .event-content .title {
  margin-bottom: 0;
}
.events-grid .item .inner .event-content p {
  margin-bottom: 0;
  color: #747474;
}
.events-grid .item .inner .event-content .metadata {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media only screen and (max-width: 575px) {
  .events-grid .item .inner .event-content .metadata {
    flex-direction: row;
    gap: 0.75rem;
  }
}
.events-grid .item .inner .event-content .metadata .location {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.events-grid .item .inner .event-content .metadata .data {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
}
.events-grid .item .inner .event-content .metadata .data .value {
  display: flex;
  flex-direction: row;
}
.events-grid .item .inner .event-button a {
  border: 1px solid #132D4F;
  color: #132D4F;
  display: block;
  text-align: center;
  min-width: 200px;
  padding: 1rem 1.5rem;
  font-weight: 500;
}
.events-grid .item .inner .event-button a:hover {
  border-color: #2c67ae;
  background-color: #2c67ae;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .home-events {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .home-events {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .home-events .content-holder {
    max-width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .home-events .button-holder a {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .home-events .background-layer {
    position: relative;
    padding: 2.5rem 0;
    overflow: hidden;
  }
  .home-events .background-layer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
  }
  .home-events .background-layer > * {
    position: relative;
    z-index: 1;
  }
}

body.blog .intro.section {
  padding-top: 3.75rem;
}
@media only screen and (max-width: 991px) {
  body.blog .intro.section {
    margin-bottom: 3rem;
  }
}

.item {
  position: relative;
}
.item .title {
  margin-bottom: 0.25rem;
}
.item .image-holder {
  width: 100%;
  height: 23.7rem;
  background-color: #aaa;
  margin-bottom: 1rem;
}
.item .reading-time {
  color: var(--label-text-color, #747474);
  font-size: 0.875rem;
}

.item-featured .image-holder {
  width: 0;
  transition: width 1.5s 0.3s ease-in-out, transform 6.5s ease 0s;
}

.animated .item-featured .image-holder {
  width: 100%;
}

.tag {
  display: flex;
  padding: 0.25rem 0.5rem;
  align-items: center;
  gap: 0.25rem;
  background-color: #fff;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}
.tag.tag-next {
  left: unset;
  right: 1rem;
}
.tag .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.tag p {
  color: #000;
  font-weight: 500;
  line-height: 1rem;
  margin-bottom: 0;
}

.reading-time {
  display: flex;
}

.item-price {
  gap: 1rem;
  align-items: center;
}
.item-price .price {
  display: flex;
  gap: 0.5rem;
}
.item-price strong {
  color: #003a7e;
  font-family: "Grandis Extended", sans-serif;
  font-weight: 500;
  line-height: 120%;
}
.item-price .details {
  gap: 1rem;
  color: #000;
  align-items: center;
}
.item-price .details .date,
.item-price .details .location {
  gap: 0.25rem;
}
.item-price .details .date span,
.item-price .details .location span {
  color: #747474;
}
.item-price .details img,
.item-price .details svg {
  width: 1.5rem;
  height: 1.5rem;
}
.item-price p {
  margin-bottom: 0;
}

/*# sourceMappingURL=post-overview.css.map */
