@charset "UTF-8";
.whats-on__slide .thumb__meta {
  display: flex;
}

.whats-on__controls .view-all span, .wp-admin [data-type="acf/whats-on"]:not(.is-selected)::before, .wp-admin [data-type="acf/whats-on"]:not(.is-selected)::after {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-admin [data-type="acf/whats-on"]:not(.is-selected)::before, .wp-admin [data-type="acf/whats-on"]:not(.is-selected)::after {
  flex-direction: column;
}

a.chevron-link::after,
.chevron-link a::after, .whats-on__controls li.active a::after {
  position: absolute;
}

.wp-admin [data-type="acf/whats-on"] {
  --block-name: none;
  --editor-no-preview: "ⓘ⠀Full preview unavailable for this block.";
  --bg-color: #fef3cd;
  z-index: 10;
  min-height: 100px;
  background-color: var(--bg-color);
}
.wp-admin [data-type="acf/whats-on"] {
  position: relative;
  min-height: 80px;
}
.wp-admin [data-type="acf/whats-on"]:not(.is-selected)::before, .wp-admin [data-type="acf/whats-on"]:not(.is-selected)::after {
  position: absolute;
  left: 0;
  right: auto;
  padding: 0 var(--gap-largest) 0 var(--gap);
  background-color: var(--bg-color);
  border-bottom: 7px solid #ffbc26;
  max-width: 900px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  align-items: flex-start;
}
.wp-admin [data-type="acf/whats-on"]:not(.is-selected)::before {
  content: var(--block-name);
  top: 0;
  font-weight: bold;
  font-variant: all-small-caps;
}
.wp-admin [data-type="acf/whats-on"]:not(.is-selected)::after {
  content: var(--editor-no-preview);
  top: 40px;
}
.wp-admin [data-type="acf/whats-on"] .acf-block-preview {
  display: none;
}
a.chevron-link::after,
.chevron-link a::after, .whats-on__controls li.active a::after {
  content: "";
}

.whats-on__controls li.active a::after {
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--line-color, #5525e5);
}

a {
  --link-color: var(--black);
  --link-color-active: var(--color-magenta-dark);
  text-decoration: underline;
  color: var(--link-color);
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease, border 0.15s ease, transform 0.15s ease;
}
a:hover, a:active, a.active, a:focus {
  color: var(--link-color-active, #000);
}

.pink-link,
.pink-links a {
  text-decoration: underline;
  position: relative;
  display: inline-block;
  --link-color: var(--color-magenta-dark);
  --link-color-active: var(--color-deep-blue);
}

.purple-link, .whats-on__controls li.active a,
.purple-links a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  --link-color: var(--color-deep-blue);
  --link-color-active: var(--color-deep-blue);
}
.purple-link:hover, .whats-on__controls li.active a:hover, .purple-link:active, .whats-on__controls li.active a:active, .purple-link.active, .whats-on__controls li.active a.active, .purple-link:focus, .whats-on__controls li.active a:focus,
.purple-links a:hover,
.purple-links a:active,
.purple-links a.active,
.purple-links a:focus {
  text-decoration: underline;
}

a.chevron-link,
.chevron-link a {
  --link-color: var(--color-deep-blue);
  --link-color-active: currentColor;
  --link-ico: url($svg-dir + "ico-chevron.svg");
  position: relative;
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
}
a.chevron-link::after,
.chevron-link a::after {
  width: 16px;
  height: 16px;
  background-image: var(--link-ico);
  background-size: contain;
  background-repeat: no-repeat;
  right: -10px;
}

.wp-block[data-type="acf/whats-on"] tr.acf-row:nth-child(even) > td.acf-fields {
  background-color: #fdf8ee;
}

body.wp-admin {
  counter-reset: whats-on;
}

.wp-admin .acf-field[data-name=feed] [data-name=tracking_id] > .acf-input {
  width: min(400px, 100%);
}
.wp-admin [data-type="acf/whats-on"] {
  --block-name: "What's On";
  counter-increment: whats-on;
  margin: 2rem;
}
.wp-admin [data-type="acf/whats-on"] .wo__feed-items ul.acf-tab-group li.active a {
  color: #fff;
  background-color: var(--admin-primary, var(--wp-admin-theme-color));
}
.wp-admin [data-type="acf/whats-on"] .wo__feed-items ul.acf-tab-group li a {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.whats-on {
  max-width: 1100px;
}
@media (min-width: 90.0625em) {
  .whats-on {
    max-width: 1600px;
  }
}
.whats-on.block--full-width {
  margin: 0 auto var(--gap-double);
}
.whats-on__group-container {
  position: relative;
  padding: 2rem 0 5rem 0;
}
@media (min-width: 31.25em) {
  .whats-on__group-container {
    padding: 2rem 0 0 0;
  }
}
.whats-on__group-container .view-all__mobile {
  display: none;
  --btn-color: var(--color-deep-blue);
  width: 100%;
}
.whats-on__group-container .controls {
  position: absolute;
  bottom: 90px;
  right: 0;
  transform: translateY(50%);
}
@media (min-width: 31.25em) {
  .whats-on__group-container .controls {
    bottom: 0;
  }
}
.whats-on__controls {
  position: relative;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 3rem;
  border-bottom: 2px solid #f0f0f0;
  margin: 0;
}
.whats-on__controls a {
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0 0 2rem;
}
.whats-on__controls li.active {
  position: relative;
}
.whats-on__controls li.active a:hover, .whats-on__controls li.active a:active, .whats-on__controls li.active a.active, .whats-on__controls li.active a:focus {
  text-decoration: none;
}
@media (min-width: 31.25em) {
  .whats-on__controls li.active + .view-all {
    visibility: visible;
  }
}
.whats-on__controls .view-all {
  visibility: hidden;
  font-size: 1.8rem;
  position: absolute;
  right: 0;
  padding: 0;
  display: flex;
  align-items: center;
  align-self: center;
}
.whats-on__controls .view-all span {
  background-color: var(--color-deep-blue--light);
  border-radius: 50%;
  padding: 1rem;
  margin-left: 2rem;
  width: auto;
}

.whats-on__stage {
  --grid-col: 4;
  --grid-col-feature: 6;
  display: var(--tab-override);
  --tab-override: block;
}
@media (min-width: 80em) {
  .whats-on__stage {
    --tab-override: grid;
    grid-template-columns: [f-start] repeat(3, 1fr) [f-end s-start] repeat(2, 1fr) [s-end];
    grid-gap: 3rem;
  }
}
.whats-on__stage:not(:first-child):not(.active) {
  --tab-override: none;
}
.whats-on__stage.active {
  display: var(--tab-override) !important;
}
@media (min-width: 80em) {
  .whats-on__stage.active {
    --tab-override: grid;
  }
}
.whats-on__stage.active.slick-initialized {
  --tab-override: block;
}
@media (max-width: 31.24em) {
  .whats-on__stage.active + .view-all__mobile {
    max-width: 85vw;
    position: absolute;
    display: inline-block;
  }
}
.whats-on__stage.active + .view-all__mobile .ico svg {
  width: 24px;
  height: 24px;
  margin-bottom: -8px;
}
.whats-on__stage .slick-list {
  padding: 0 7.2rem 0 0 !important;
}
.whats-on__stage .slick-dots {
  align-items: flex-end;
  padding: 0 110px 0 0;
  margin: 6rem 0 4rem 0;
}
.whats-on__stage .slick-dots li {
  width: auto;
  height: auto;
  flex-grow: 1;
  padding: 0;
  --dot-color: var(--gray);
}
.whats-on__stage .slick-dots li.slick-active {
  --dot-color: var(--color-deep-blue);
}
.whats-on__stage .slick-dots li.slick-active button {
  height: 2px;
}
.whats-on__stage .slick-dots li button {
  width: 100%;
  height: 1px;
  border-radius: 0;
}
.whats-on__stage .slick-slide {
  margin: 0 2rem 0 0;
}
.whats-on__stage .slick-arrow {
  display: none;
}

.whats-on__slide {
  --title-size: 2.4rem;
  --img-max-w: 64rem;
  --img-height: 21rem;
  grid-column: s-start/s-end;
  width: 100%;
  cursor: pointer;
  display: none;
}
@media (min-width: 80em) {
  .whats-on__slide {
    --img-max-w: 37rem;
    display: block;
  }
}
@media (min-width: 90.0625em) {
  .whats-on__slide {
    --img-max-w: 100%;
  }
}
.whats-on__slide:hover img, .whats-on__slide:active img, .whats-on__slide:focus img, .whats-on__slide:focus-within img {
  transform: scale(1.1);
  filter: grayscale(60%);
}
@media (min-width: 80em) {
  .whats-on__slide:not(.feature):not(:nth-child(2)) .thumb__nail {
    display: none;
  }
}
.whats-on__slide:not(.feature) {
  padding-bottom: 2rem;
}
@media (min-width: 80em) {
  .whats-on__slide:not(.feature) {
    border-bottom: 1px solid #b3b3b3;
  }
}
@media (min-width: 80em) {
  .whats-on__slide:not(.feature) .article-excerpt {
    display: none;
  }
}
.whats-on__slide:nth-child(2) img {
  --img-height: 25rem;
}
.whats-on__slide.feature {
  --title-size: 2.4rem;
  grid-column: f-start/f-end;
  grid-row: span 3/auto;
}
@media (min-width: 80em) {
  .whats-on__slide.feature {
    --title-size: 3.4rem;
    --img-max-w: 91rem;
  }
}
@media (min-width: 80em) {
  .whats-on__slide.feature .thumb__nail > a {
    --img-height: 360px;
  }
}
.whats-on__slide .thumb__nail {
  margin-bottom: 2rem;
  overflow: hidden;
  min-height: auto;
}
.whats-on__slide .thumb__nail > a {
  height: var(--img-height);
  width: 100%;
}
.whats-on__slide .thumb__nail,
.whats-on__slide .thumb__nail > a,
.whats-on__slide .thumb__nail > img {
  border-radius: 1rem;
}
.whats-on__slide .thumb h3 {
  font-size: var(--title-size);
}
.whats-on__slide .thumb__category {
  color: #5525e5;
}
.whats-on__slide .thumb__meta {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.whats-on__slide .thumb__meta span {
  --ico-color-0: #4b4b4b;
  --ico-width: 2rem;
  margin-right: calc(0.5rem);
}
.whats-on__slide a {
  display: block;
}
.whats-on__slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s ease;
}

#podcasts {
  grid-template-columns: [f-start] repeat(2, 1fr) [f-end s-start] repeat(2, 1fr) [s-end];
}
#podcasts .whats-on__slide .thumb__nail a {
  --img-height: 100%;
  margin: 0 auto;
}
@media (min-width: 31.25em) {
  #podcasts .whats-on__slide .thumb__nail a {
    --img-width: 300px;
    --img-height: 300px;
    width: var(--img-width);
  }
}
@media (min-width: 80em) {
  #podcasts .whats-on__slide .thumb__nail a {
    --img-width: 170px;
    --img-height: 170px;
  }
}
@media (min-width: 80em) {
  #podcasts .whats-on__slide.feature .thumb__nail a {
    --img-width: 360px;
    --img-height: 360px;
  }
}
@media (min-width: 80em) {
  #podcasts .whats-on__slide:not(.feature) .thumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }
}
@media (min-width: 80em) {
  #podcasts .whats-on__slide:not(.feature) .thumb__nail {
    order: 2;
    flex-shrink: 0;
  }
}
@media (min-width: 80em) {
  #podcasts .whats-on__slide:not(.feature) .thumb__content {
    order: 1;
  }
}
@media (min-width: 80em) {
  #podcasts .whats-on__slide:not(.feature):not(:nth-child(2)) .thumb__nail {
    display: block;
  }
}

/*# sourceMappingURL=whats-on.css.map*/