  /* stylelint-disable order/order */
/* stylelint-enable order/order */
/*
 * Fonts
 *
 * The font settings are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 */
/*
 * Colors
 *
 * The primary colors are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 */
/*
 * Effects
 */
/*
 * Grid Settings
 */
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.block-program-post-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 47.98rem) {
  .block-program-post-hero {
    padding-top: 5.5rem;
    padding-bottom: 0;
  }
}
@media (min-width: 48rem) {
  .block-program-post-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    z-index: -1;
    width: 30.4375rem;
    height: 100%;
    background-color: var(--typeColor);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  }
  .block-program-post-hero::after {
    position: absolute;
    bottom: 0;
    right: 20.4125rem;
    content: "";
    z-index: 1;
    width: 0.6rem;
    height: 35%;
    max-height: 16.4375rem;
    background-color: #dd4d86;
    transform: skew(20deg, 0deg);
  }
}
.block-program-post-hero .c-btn--back__wrapper {
  margin: clamp(-7.5rem, -1.0714285714rem + -7.1428571429vw, -4.5rem) auto clamp(3rem, 0.7142857143rem + 4.7619047619vw, 5rem) var(--gutterWidth, 1.25rem);
}
@media (min-width: 48rem) {
  .block-program-post-hero__grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.block-program-post-hero__slider-col {
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .block-program-post-hero__slider-col {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
@media (max-width: 47.98rem) {
  .block-program-post-hero__slider-col {
    margin-top: 3rem;
    margin-bottom: 0;
    padding-top: 1.6875rem;
    padding-bottom: 3rem;
  }
  .block-program-post-hero__slider-col::before {
    position: absolute;
    top: 0;
    right: -2rem;
    content: "";
    z-index: 1;
    width: 8.5rem;
    height: 100%;
    background-color: var(--typeColor);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  }
  .block-program-post-hero__slider-col::after {
    position: absolute;
    bottom: 0;
    right: 3.875rem;
    content: "";
    z-index: 1;
    width: 0.4rem;
    height: 35%;
    max-height: 23.65rem;
    background-color: #dd4d86;
    transform: skew(15deg, 0deg);
  }
}
@media (min-width: 48rem) {
  .block-program-post-hero__content-col {
    flex: 0 0 calc(45% - 1rem);
    max-width: calc(45% - 1rem);
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
.block-program-post-hero__age-detail {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  margin-bottom: var(--subtitle-2-margin-bottom);
  display: inline-block;
  margin: 0rem 0rem 1.5rem 0rem;
}
.block-program-post-hero__age-detail:last-child {
  margin-bottom: 0;
}
.block-program-post-hero__title {
  font-weight: var(--t1-font-weight);
  font-size: var(--t1-font-size);
  font-family: var(--t1-font-family);
  line-height: var(--t1-line-height);
  letter-spacing: var(--t1-letter-spacing);
  text-transform: var(--t1-text-transform);
  --margin-top: rem(16);
  margin-bottom: 1rem;
}
body .block-program-post-hero__excerpt {
  font-weight: var(--body-1-font-weight);
  font-size: var(--body-1-font-size);
  font-family: var(--body-1-font-family);
  line-height: var(--body-1-line-height);
  margin-bottom: var(--body-1-margin-bottom);
  margin-bottom: 3rem;
}
body .block-program-post-hero__excerpt:last-child {
  margin-bottom: 0;
}
.block-program-post-hero__share .share-icons {
  position: relative;
  z-index: 2;
  justify-content: flex-start;
}
.block-program-post-hero__share .share-icons .share-icons__link:first-child {
  margin-left: 0;
}
.block-program-post-hero__taxonomy {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  margin-bottom: var(--subtitle-2-margin-bottom);
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.5rem 0.75rem;
  color: #0d0d0d;
  background-color: var(--typeColor);
}
.block-program-post-hero__taxonomy:last-child {
  margin-bottom: 0;
}
.block-program-post-hero.past-event .block-program-post-hero__taxonomy {
  background-color: #0d0d0d;
  color: #fff;
  font-weight: 600;
}
.block-program-post-hero__figure {
  height: 100%;
  padding-bottom: 66.9999%;
}
.block-program-post-hero .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 2;
}
.block-program-post-hero .slick-arrow.slick-next {
  right: 0;
}
.block-program-post-hero .slick-arrow.slick-prev {
  left: 0;
}
.block-program-post-hero .slick-arrow.slick-arrow--secondary {
  margin: 0 1rem;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.block-program-post-hero .slick-arrow.slick-arrow--secondary::after {
  opacity: 1;
}

.program-single h1 {
  text-transform: capitalize;
}