/****************
 * Fonts
 ****************/
/****************
 * Paints
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
.block-featured-video {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.block-featured-video__inner {
  border-radius: 0.5rem;
  background-color: #fff;
  padding-top: 0.25rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 100px 80px rgba(0, 0, 0, 0.03), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.0215656), 0 22.3363px 17.869px rgba(0, 0, 0, 0.0178832), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.015), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.0121168), 0 2.76726px 2.21381px rgba(0, 0, 0, 0.00843437);
}
.block-featured-video__inner::after {
  content: "";
  background-color: #000f5a;
  height: 0.25rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.block-featured-video__inner .row {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 48rem) {
  .block-featured-video__inner .row > div:first-child {
    order: 2;
    padding-left: 0;
  }
}
@media (min-width: 48rem) {
  .block-featured-video__inner .row > div:last-child {
    order: 1;
    padding-right: 0;
  }
}
.block-featured-video__tagline {
  background-color: #000f5a;
  color: #fff;
  font-family: ff-good-headline-web-pro, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0.5rem 1rem;
}
@media (min-width: 48rem) {
  .block-featured-video__tagline {
    font-size: 1rem;
  }
}
.block-featured-video__image {
  height: 100%;
}
.block-featured-video__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block-featured-video__image .play-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}
.block-featured-video__content {
  padding: 1.5rem 1.25rem 2rem;
}
@media (min-width: 48rem) {
  .block-featured-video__content {
    padding: 3.75rem 5rem 4rem;
  }
}
.block-featured-video__categories {
  display: block;
  margin-bottom: 1rem !important;
}
.block-featured-video__categories a {
  color: #cf3339;
  font-family: ff-good-headline-web-pro, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.block-featured-video__title {
  display: flex;
  margin-bottom: 1rem;
  margin-top: 0;
}
.block-featured-video__title a {
  color: #030a30;
  font-family: "Karma", serif;
  font-weight: 600;
  font-size: 1.5rem !important;
  line-height: 1.75rem !important;
  text-transform: none;
}
@media (min-width: 48rem) {
  .block-featured-video__title a {
    font-size: 2.5rem !important;
    line-height: 2.625rem !important;
  }
}
.block-featured-video__meta {
  font-family: "Karma", serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.5759345794rem + 0.6230529595vw, 1.125rem);
  line-height: clamp(1.25rem, 0.9509345794rem + 0.6230529595vw, 1.5rem);
  margin-bottom: clamp(1rem, 0.4018691589rem + 1.246105919vw, 1.5rem);
  margin-bottom: 1.5rem;
}
.block-featured-video__meta:last-child {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .block-featured-video__meta {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.block-featured-video__author + .block-featured-video__read-time {
  margin-left: 0.5rem;
  padding-left: 0.75rem;
  position: relative;
}
.block-featured-video__author + .block-featured-video__read-time::after {
  content: "";
  background-color: #030a30;
  position: absolute;
  top: 0.125rem;
  bottom: 0.25rem;
  left: 0;
  width: 0.0625rem;
}
.block-featured-video .c-btn-wrapper {
  margin-top: 1.5rem;
}