@charset "UTF-8";
.featured-teaser {
  display: flex;
  border: solid 1px #ccc;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 330px;
  height: 35vw;
  max-height: 420px;
  position: relative;
  justify-content: flex-end;
}
.featured-teaser__content {
  padding: 20px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.65);
}
.featured-teaser__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.featured-teaser__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-teaser__title {
  z-index: 10;
  max-width: 700px;
  margin-bottom: 16px;
}
.featured-teaser__title a {
  color: #fff;
  text-decoration: none;
}
.featured-teaser__footer {
  display: flex;
  z-index: 10;
  padding-top: 16px;
  justify-content: space-between;
  border-top: solid 1px #fff;
}
.featured-teaser__enroll-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.featured-teaser__enroll-link::after {
  content: "❯";
  margin-left: 5px;
  line-height: 0;
  font-weight: normal;
}
.featured-teaser__enroll-link:hover {
  color: #d9d9d9;
}
.featured-teaser__enroll-link.focus-visible {
  outline: none;
  box-shadow: 0 0 1px 1px #fff;
}
.featured-teaser time {
  color: #fff;
}

/*# sourceMappingURL=featured-teaser.css.map */
