@charset "UTF-8";
/* THEME UTILS */
body::-webkit-scrollbar {
  width: 0px; /* Effectively hides the scrollbar */
  background: transparent; /* Makes scrollbar transparent */
}

body {
  -webkit-overflow-scrolling: touch;
}

.parallax-cta {
  width: 100vw;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
}
.parallax-cta * {
  width: 100vw;
  scroll-snap-align: start;
}

.no-wrap-text {
  white-space: nowrap;
}

.display-none {
  display: none !important;
}

@media (max-width: 781px) {
  .is-style-desktop-only {
    display: none;
  }
}

@media (min-width: 601px) {
  .is-style-mobile-only {
    display: none;
  }
}

.fw-breakout {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.has-animation.has-been-revealed .fade-in-left {
  animation-name: fade-in-left;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.has-animation.has-been-revealed .fade-in-right {
  animation-name: fade-in-right;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.has-animation.has-been-revealed .fade-in-up {
  animation-name: fade-in-up;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@keyframes services-fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.has-animation.has-been-revealed .fade-in-down {
  animation-name: fade-in-down;
  animation-duration: 2s;
  animation-fill-mode: both;
}

.has-animation.has-been-revealed .reveal-in {
  animation: reveal 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: both;
}

@keyframes reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.has-image-animation.has-been-revealed {
  overflow: hidden;
}
.has-image-animation.has-been-revealed figure {
  margin-bottom: 0;
}
.has-image-animation.has-been-revealed img {
  animation: zoom 1.5s ease-in-out;
  animation-fill-mode: both;
  margin-bottom: 0;
}

.delayed-image-animation img {
  animation-duration: 3s !important;
  animation-fill-mode: both;
}

@keyframes draw-in-line {
  from {
    width: 1%;
  }
  to {
    width: 100%;
  }
}
@keyframes draw-in-line-80 {
  from {
    width: 80%;
  }
  to {
    width: 100%;
  }
}
.has-animation.has-been-revealed .animated-line {
  animation: draw-in-line 1s ease-in-out;
  animation-fill-mode: both;
}

.has-animation.has-been-revealed .animated-line-80 {
  animation: draw-in-line-80 1s ease-in-out;
  animation-fill-mode: both;
}

/* ANIMATION UTILITIES */
.animation-delay-500ms {
  animation-delay: 500ms;
}

.animation-delay-1s {
  animation-delay: 1s;
}

.animation-delay-1p5s {
  animation-delay: 1.5s;
}

@keyframes pulse-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg, iframe {
  display: block;
  max-width: 100%;
  image-rendering: crisp-edges;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none !important;
}

/* LAYOUT */
.video-modal {
  border: 0;
  outline: var(--wp--preset--color--wave);
  padding: 0;
  background: transparent;
  overflow: visible;
}
.video-modal::backdrop {
  background: rgba(101, 95, 88, 0.8);
}
.video-modal iframe {
  aspect-ratio: 32/17;
  display: block;
  margin: 0;
  max-width: 95vw;
  max-height: 70vh;
  min-width: 60vw;
  user-select: none;
}
.video-modal:before {
  content: "✕";
  position: absolute;
  top: -2rem;
  right: 0;
  color: var(--wp--preset--color--linen);
  cursor: pointer;
}

/* BLOCKS */
@media (max-width: 991px) {
  .entry-content p:not([class]),
  p.specimen {
    letter-spacing: 0.8px;
    line-height: 30px;
  }
}

.is-style-two-column {
  columns: 2;
  column-gap: 6rem;
}
@media (max-width: 991px) {
  .is-style-two-column {
    columns: 1;
  }
}

.is-style-three-column {
  columns: 3;
  column-gap: 12rem;
}
@media (max-width: 1200px) {
  .is-style-three-column {
    columns: 2;
  }
}
@media (max-width: 991px) {
  .is-style-three-column {
    columns: 1;
  }
}

a {
  transition: 0.3s;
}

body:not(.front-end) .static-breadcrumb-link a {
  pointer-events: none;
}

h1.is-style-pulse-in-h1 span {
  opacity: 0;
  transition: opacity 0.1s;
}
h1.is-style-pulse-in-h1 > :nth-child(1) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 200ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(2) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 400ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(3) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 600ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(4) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 800ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(5) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 1000ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(6) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 1200ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(7) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 1400ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(8) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 1600ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(9) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 1800ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(10) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 2000ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(11) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 2200ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(12) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 2400ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(13) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 2600ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(14) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 2800ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(15) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 3000ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(16) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 3200ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(17) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 3400ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(18) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 3600ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(19) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 3800ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(20) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 4000ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(21) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 4200ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(22) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 4400ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(23) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 4600ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(24) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 4800ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(25) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 5000ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(26) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 5200ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(27) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 5400ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(28) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 5600ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(29) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 5800ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(30) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 6000ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(31) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 6200ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(32) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 6400ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(33) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 6600ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(34) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 6800ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(35) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 7000ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(36) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 7200ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(37) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 7400ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(38) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 7600ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(39) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 7800ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(40) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 8000ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(41) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 8200ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(42) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 8400ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(43) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 8600ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(44) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 8800ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(45) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 9000ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(46) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 9200ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(47) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 9400ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(48) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 9600ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(49) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 9800ms both;
}
h1.is-style-pulse-in-h1 > :nth-child(50) {
  animation: pulse-in 1s cubic-bezier(0.5, 0, 0.5, 1) 10000ms both;
}

.is-style-no-bullet {
  list-style-type: none;
  padding: 0;
  text-transform: unset;
  font-size: 19px;
  letter-spacing: 0.95px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .is-style-no-bullet {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 30px;
  }
}

blockquote p {
  font-size: 30px !important;
  font-family: var(--wp--preset--font-family--abhaya-libre) !important;
  letter-spacing: 0.9px !important;
  line-height: 40px !important;
  margin: 0;
}
@media (max-width: 991px) {
  blockquote p {
    font-size: 24px !important;
    letter-spacing: 0.72px !important;
    line-height: 34px !important;
    text-align: left !important;
  }
}
blockquote cite {
  display: block;
  margin-top: 1rem;
  font-size: 19px !important;
  font-family: var(--wp--preset--font-family--lato) !important;
  font-weight: 400;
  letter-spacing: 1.9px !important;
  line-height: 24px !important;
  text-transform: uppercase;
}
blockquote cite:before {
  content: "—";
}
blockquote br {
  display: none;
}
@media (max-width: 991px) {
  blockquote {
    text-align: left !important;
  }
  blockquote cite, blockquote + p {
    text-align: left !important;
  }
  blockquote br {
    display: block;
  }
}

.wp-block-button div, .wp-block-button a {
  border-radius: 0;
  text-transform: uppercase;
}
.wp-block-button:not(.is-style-underline) > * {
  display: inline-block;
  text-align: center;
  width: 270px;
  background-color: var(--wp--preset--color--purple-brand);
  border-color: var(--wp--preset--color--purple-brand);
  color: var(--wp--preset--color--chalk);
  padding: calc(0.667em + 2px) calc(1.333em + 2px) !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
  transition: 0.3s;
  line-height: 100%;
}
.wp-block-button:not(.is-style-underline) > *:hover {
  color: var(--wp--preset--color--pastel) !important;
}
.wp-block-button.is-style-outline-purple > * {
  background: transparent;
  border: 1px solid var(--wp--preset--color--purple-brand);
  color: var(--wp--preset--color--purple-brand);
  transition: 0.3s;
  box-shadow: none;
}
.wp-block-button.is-style-outline-purple > *:hover {
  background: var(--wp--preset--color--purple-brand) !important;
  color: var(--wp--preset--color--pastel) !important;
}
.wp-block-button.is-style-outline-chalk > * {
  background: transparent;
  border-color: var(--wp--preset--color--chalk);
  border: 1px solid;
  color: var(--wp--preset--color--chalk);
  box-shadow: none;
  transition: 0.3s;
}
.wp-block-button.is-style-outline-chalk > *:hover {
  background: var(--wp--preset--color--pastel) !important;
  border-color: var(--wp--preset--color--pastel) !important;
  color: var(--wp--preset--color--purple-brand) !important;
}
.wp-block-button.is-style-outline-beige > * {
  background-color: rgba(53, 55, 64, 0.3019607843);
  border-color: var(--wp--preset--color--beige);
  color: var(--wp--preset--color--beige);
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
  transition: 0.3s;
}
.wp-block-button.is-style-outline-beige > *:hover {
  background-color: var(--wp--preset--color--beige) !important;
  color: var(--wp--preset--color--purple-brand) !important;
  text-shadow: none !important;
}
.wp-block-button.is-style-solid-purple > * {
  background-color: var(--wp--preset--color--purple-brand);
  border-color: var(--wp--preset--color--purple-brand);
  color: var(--wp--preset--color--chalk);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
  transition: 0.3s;
}
.wp-block-button.is-style-solid-purple > *:hover {
  color: var(--wp--preset--color--pastel) !important;
}
.wp-block-button.is-style-solid-desert > * {
  background-color: var(--wp--preset--color--desert);
  border-color: var(--wp--preset--color--desert);
  color: var(--wp--preset--color--chalk);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
  transition: 0.3s;
}
.wp-block-button.is-style-solid-desert > *:hover {
  background-color: var(--wp--preset--color--burnt-sienna) !important;
  border-color: var(--wp--preset--color--burnt-sienna) !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3960784314) !important;
}
.wp-block-button.is-style-underline > * {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-bottom: 2px solid currentColor;
  background-color: transparent;
}
.wp-block-button.is-style-underline > *:after {
  content: "+";
  display: inline-block;
  margin-left: 0.25rem;
  transition: margin-left 0.3s;
}
.wp-block-button.is-style-underline > *:hover:after {
  margin-left: 1.5rem !important;
}

.front-end .wp-block-post-excerpt__more-text div, .front-end .wp-block-post-excerpt__more-text a {
  border-radius: 0;
  text-transform: uppercase;
  color: var(--wp--preset--color--desert);
}
.front-end .wp-block-post-excerpt__more-text * {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-bottom: 2px solid currentColor;
  background-color: transparent;
  text-decoration: none;
  font-weight: 700;
}
.front-end .wp-block-post-excerpt__more-text *:after {
  content: "+";
  display: inline-block;
  margin-left: 0.25rem;
  transition: margin-left 0.3s;
}
.front-end .wp-block-post-excerpt__more-text *:hover {
  text-decoration: none !important;
}
.front-end .wp-block-post-excerpt__more-text *:hover:after {
  margin-left: 1.5rem !important;
}

.ghub-query-load-more {
  justify-content: center;
}

.ghub-query-load-more > * {
  width: 270px;
  background-color: var(--wp--preset--color--desert);
  border-color: var(--wp--preset--color--desert);
  color: var(--wp--preset--color--chalk) !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
  transition: 0.3s;
  font-size: 16px !important;
  font-family: var(--wp--preset--font-family--lato) !important;
  font-weight: 700;
  letter-spacing: 0.8px !important;
  line-height: 28px !important;
  text-transform: uppercase;
  text-align: center;
}
.ghub-query-load-more > *:hover {
  background-color: var(--wp--preset--color--burnt-sienna) !important;
  border-color: var(--wp--preset--color--burnt-sienna) !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3960784314) !important;
}

.load-more-webinars.ghub-query-load-more > * {
  width: 270px;
  background-color: var(--wp--preset--color--transparent);
  border: 1px solid var(--wp--preset--color--purple-brand);
  color: var(--wp--preset--color--purple-brand) !important;
  box-shadow: none;
  transition: 0.3s;
  font-size: 16px !important;
  font-family: var(--wp--preset--font-family--lato) !important;
  font-weight: 700;
  letter-spacing: 0.8px !important;
  line-height: 28px !important;
  text-transform: uppercase;
  text-align: center;
}
.load-more-webinars.ghub-query-load-more > *:hover {
  background-color: var(--wp--preset--color--purple-brand) !important;
  border-color: var(--wp--preset--color--purple-brand) !important;
  color: var(--wp--preset--color--chalk) !important;
  box-shadow: none !important;
}

.wp-block-separator {
  border-bottom: none;
}

.is-style-play-button-image {
  cursor: pointer;
  user-select: none;
  transition: transform 0.3s;
}
.is-style-play-button-image img {
  filter: invert(88%) sepia(8%) saturate(615%) hue-rotate(321deg) brightness(113%) contrast(91%);
  transition: transform 0.3s;
}
.is-style-play-button-image:hover {
  transform: scale(1.2);
}
.is-style-play-button-image:hover img {
  filter: invert(90%) sepia(14%) saturate(151%) hue-rotate(190deg) brightness(92%) contrast(89%);
}
.is-style-play-button-image:after {
  content: "Play Video";
  font-family: var(--wp--preset--font-family--lato);
  text-transform: uppercase;
  color: var(--wp--preset--color--chalk);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  display: block;
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .is-style-play-button-image {
    transform: scale(0.6);
  }
  .is-style-play-button-image:hover {
    transform: scale(0.8);
  }
}

@media (max-width: 991px) {
  figure.is-style-center-mobile.is-style-center-mobile {
    float: unset;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .is-style-force-left-mobile.is-style-force-left-mobile h2, .is-style-force-left-mobile.is-style-force-left-mobile p {
    text-align: left;
  }
  .is-style-force-left-mobile.is-style-force-left-mobile hr {
    margin-left: 0 !important;
  }
  .is-style-force-left-mobile.is-style-force-left-mobile .wp-block-buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .is-style-force-center-mobile.is-style-force-center-mobile figure {
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .is-style-force-no-padding-mobile.is-style-force-no-padding-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 600px) {
  .is-style-podcast-icons {
    max-width: 150px !important;
  }
}

.is-style-cover-height {
  min-height: 740px !important;
}
@media (max-width: 781px) {
  .is-style-cover-height {
    min-height: 340px !important;
  }
}

@media (max-width: 991px) {
  div.is-style-fifty-fifty-duplex div.wp-block-columns:nth-child(1) {
    flex-direction: column;
  }
  div.is-style-fifty-fifty-duplex div.wp-block-columns:nth-child(2) {
    flex-direction: column-reverse;
  }
  div.is-style-fifty-fifty-duplex .wp-block-cover.wp-block-cover {
    min-height: 240px !important;
  }
}

/* Target the list within the editor or the front end */
.wp-block-list li::marker {
  color: var(--custom-marker-color, currentColor); /* Fallback to current color if not set */
}

.upcoming-events .wp-block-post-excerpt__excerpt {
  display: none;
}

@media (max-width: 781px) {
  .is-style-stack-backwards {
    flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  .is-style-stack-991 {
    flex-direction: column;
  }
}

@media (max-width: 780px) {
  .is-style-hide-mobile.is-style-hide-mobile {
    display: none;
  }
}

/*# sourceMappingURL=theme.css.map */
