:root {
  --font-display: 'Anton', Impact, sans-serif;
  --font-body: 'Public Sans', system-ui, -apple-system, sans-serif;
}

:root {
  --color-navy: #233973;
  --color-navy-dark: #150f44;
  --color-red: #d7463e;
  --color-red-hover: #ff6a30;
  --color-cyan: #16c0e3;
  --color-cyan-deep: #062b32;
  --color-cream: #faf6ef;
  --color-ink: #1b1733;
  --color-ink-muted: #5b5775;
  --color-ink-soft: #9a95ac;
  --color-on-navy: #c7c3df;
  --color-on-red: #ffe2d6;
  --color-red-rgb: 215, 70, 62;
  --color-navy-dark-rgb: 21, 15, 68;
}

:root {
  --color-navy: #233973;
  --color-navy-dark: #150f44;
  --color-red: #d7463e;
  --color-red-hover: #ff6a30;
  --color-cyan: #16c0e3;
  --color-cyan-deep: #062b32;
  --color-cream: #faf6ef;
  --color-ink: #1b1733;
  --color-ink-muted: #5b5775;
  --color-ink-soft: #9a95ac;
  --color-on-navy: #c7c3df;
  --color-on-red: #ffe2d6;
  --color-red-rgb: 215, 70, 62;
  --color-navy-dark-rgb: 21, 15, 68;
}

.wp-block-featured-post {
  margin: 2rem 0;
  padding: 12px;
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(var(--color1RGB), 0.15);
  border-bottom: 1px solid rgba(var(--color1RGB), 0.15);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.wp-block-featured-post:hover {
  background-color: var(--color-cyan);
  border-top: 1px solid var(--color-cyan);
  border-bottom: 1px solid var(--color-cyan);
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.wp-block-featured-post:hover .wp-block-featured-post__asset i {
  color: var(--color-cyan);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.wp-block-featured-post:hover .wp-block-featured-post__brow, .wp-block-featured-post:hover .wp-block-featured-post__hed, .wp-block-featured-post:hover .wp-block-featured-post__meta {
  color: var(--color-navy);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.wp-block-featured-post.has-featured-img i {
  color: var(--color-cyan);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.wp-block-featured-post__container {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wp-block-featured-post__asset {
  margin: 0 0 1rem;
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .wp-block-featured-post__asset {
    padding-top: 56.25%;
  }
}
.wp-block-featured-post__asset {
  overflow: hidden;
}
.wp-block-featured-post__asset--img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wp-block-featured-post__asset i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: rgba(255, 255, 255, 0.65);
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.wp-block-featured-post__content {
  padding: 0;
  width: 100%;
}
.wp-block-featured-post__brow {
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  color: var(--color-red);
  letter-spacing: 1.75px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: 2;
  pointer-events: none;
}
.wp-block-featured-post__brow li:first-child {
  margin-right: 24px;
}
.wp-block-featured-post__hed {
  margin: 0;
  padding: 0;
  font-size: 21px;
  color: var(--color-navy);
  text-decoration: none;
  line-height: 1.05;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.wp-block-featured-post__meta {
  margin: 9px 0 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  pointer-events: none;
}
.wp-block-featured-post__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .wp-block-featured-post__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wp-block-featured-post__brow {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .wp-block-featured-post {
    padding: 18px;
  }
  .wp-block-featured-post__container {
    max-width: 800px;
  }
  .wp-block-featured-post__asset {
    margin: 0;
    width: 160px;
  }
  .wp-block-featured-post__asset i {
    font-size: 60px;
  }
  .wp-block-featured-post__asset + .wp-block-featured-post__content {
    padding: 0;
    width: calc(100% - 184px);
  }
  .wp-block-featured-post__hed {
    font-size: 28px;
  }
}