/**
 * @global
 * Globally used variables
 */
/**
 * @colours
 * Colour palette main
 */
/**
 * @file
 * Site Studio Featured Content Banner Component.
 */
.featured-content-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-color: #25535B;
  border-radius: 10px;
  height: 340px;
}
.featured-content-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 45%;
  transform: translateX(-66px);
  height: 100%;
  width: 246px;
  z-index: 2;
  background-image: url("../../images/s-sanctuary-dark.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0;
}
.featured-content-wrapper.reverse-featured-content .featured-content-background-wrapper {
  left: 0;
  right: 50%;
}
.featured-content-wrapper.reverse-featured-content .featured-content-foreground-wrapper {
  left: 50%;
}
.featured-content-wrapper .featured-content-foreground-wrapper {
  position: relative;
  z-index: 3;
  width: 45%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 20px 70px 50px 52px;
  color: #fff;
}
.featured-content-wrapper .featured-content-foreground-wrapper h2 {
  color: #fff;
  font-weight: 500;
  line-height: normal;
  margin-top: 0;
}
.featured-content-wrapper .featured-content-foreground-wrapper .cpt-button-link {
  display: inline-block;
  background-color: #fff;
  color: #187988;
  align-self: flex-start;
}
.featured-content-wrapper .featured-content-background-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 45%;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}
.featured-content-wrapper .featured-content-background-wrapper article,
.featured-content-wrapper .featured-content-background-wrapper div {
  height: 100%;
}
.featured-content-wrapper .featured-content-background-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media (min-width: 1170px) {
  .featured-content-wrapper {
    height: 420px;
  }
  .featured-content-wrapper::after {
    transform: translateX(-66px);
    width: 303px;
  }
}
@media (min-width: 1400px) {
  .featured-content-wrapper {
    height: 591px;
  }
  .featured-content-wrapper::after {
    transform: translateX(-70px);
    width: 430px;
  }
}
@media (max-width: 1023px) {
  .featured-content-wrapper {
    height: 340px;
  }
  .featured-content-wrapper::after {
    width: 248px;
  }
  .featured-content-wrapper .featured-content-foreground-wrapper {
    padding: 20px 70px 20px 30px;
  }
}
@media (max-width: 719px) {
  .featured-content-wrapper {
    display: block;
    height: auto;
  }
  .featured-content-wrapper::after {
    content: none;
    transform: translateX(-26px);
  }
  .featured-content-wrapper h2 {
    font-size: 2.344em;
  }
  .featured-content-wrapper .featured-content-foreground-wrapper {
    width: 100%;
    padding: 28px 16px;
  }
  .featured-content-wrapper .featured-content-foreground-wrapper .coh-wysiwyg {
    font-size: 1em;
  }
  .featured-content-wrapper .featured-content-foreground-wrapper .cpt-button-link {
    font-size: 1.094em;
  }
  .featured-content-wrapper .featured-content-background-wrapper {
    width: 100%;
    position: static;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .featured-content-wrapper .featured-content-background-wrapper img {
    position: static;
  }
}
/*# sourceMappingURL=../maps/components/featured-content-banner.css.map */
