  /*!****!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/css/main.scss ***!
  \****/
@charset "UTF-8";
:root {
  --break-large: 1024px;
  --break-medium: 768px;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-med-navy: #072347;
  --color-light-navy: #0d3261;
  --color-line-navy: #103253;
  --color-green: #b7df5f;
  --color-orange: #ff912c;
  --color-red: #E90707;
  --color-blue: #4da9ef;
  --color-blue-2: #d2ebff;
  --color-floating-actions: #051935;
  --font-family-primary: "Archivo";
  --font-family-secondary: "DM Sans";
  --fsize-base: 10px;
  --fsize-hero-text: 3.5rem;
  --fsize-h1: 3.6rem;
  --fsize-sm-h1: 2.8rem;
  --fsize-h2: 3.2rem;
  --fsize-h3: 3rem;
  --fsize-h4: 2.8rem;
  --fsize-h5: 2.4rem;
  --fsize-h6: 2.2rem;
  --fsize-body: 1.6rem;
  --fsize-body-small: 1.4rem;
  --fsize-body-large: 2rem;
  --fsize-small-quote: 1.8rem;
  --fsize-large-quote: 2rem;
  --fsize-eyebrow: 1.2rem;
  --fsize-stats: 6rem;
  --fsize-events-news: 1.8rem;
  --fsize-date: 3.6rem;
  --fsize-month: 1.6rem;
  --fsize-caption: 1.4rem;
  --fsize-area-of-study: 2.4rem;
  --fsize-intro-text: 2rem;
  --component-v-spacing: 4rem;
  --block-padding-top-bottom: 4rem;
  --block-padding-left-right: 2rem;
  --block-padding: 4rem 2rem;
  --gap-standard: 2rem;
  --letter-tight: -0.02em;
  --letter-wide: 0.02em;
  --header-margin: 4rem 0 1.8rem;
  --button-radius: 6px;
  --image-radius: 10px;
}

@media (min-width: 768px) {
  :root {
    --fsize-hero-text: 6rem;
    --fsize-h1: 5.2rem;
    --fsize-sm-h1: 4.7rem;
    --fsize-h2: 4.2rem;
    --fsize-h3: 3.6rem;
    --fsize-h4: 3rem;
    --fsize-h5: 2.8rem;
    --fsize-h6: 2.4rem;
    --fsize-body: 1.8rem;
    --fsize-body-small: 1.4rem;
    --fsize-body-large: 2.2rem;
    --fsize-small-quote: 2.2rem;
    --fsize-large-quote: 2.6rem;
    --fsize-eyebrow: 1.4rem;
    --fsize-stats: 6.5rem;
    --fsize-events-news: 2rem;
    --fsize-date: 3.6rem;
    --fsize-month: 1.6rem;
    --fsize-caption: 1.6rem;
    --fsize-area-of-study: 3.2rem;
    --fsize-intro-text: 2.2rem;
    --component-v-spacing: 6rem;
    --block-padding-top-bottom: 4rem;
    --block-padding-left-right: 3rem;
    --block-padding: 4rem 3rem;
    --image-radius: 10px;
  }
}
@media (min-width: 1024px) {
  :root {
    --fsize-hero-text: 9.5rem;
    --fsize-h1: 7.2rem;
    --fsize-sm-h1: 6rem;
    --fsize-h2: 6.5rem;
    --fsize-h3: 5.4rem;
    --fsize-h4: 4.5rem;
    --fsize-h5: 3.2rem;
    --fsize-h6: 2.8rem;
    --fsize-body: 1.8rem;
    --fsize-body-small: 1.6rem;
    --fsize-body-large: 2.4rem;
    --fsize-small-quote: 3rem;
    --fsize-large-quote: 3.6rem;
    --fsize-eyebrow: 1.6rem;
    --fsize-stats: 8.5rem;
    --fsize-events-news: 2.5rem;
    --fsize-date: 4.5rem;
    --fsize-month: 1.8rem;
    --fsize-caption: 1.6rem;
    --fsize-area-of-study: 3.5rem;
    --fsize-intro-text: 2.8rem;
    --component-v-spacing: 10rem;
    --header-margin: 4rem 0 2rem;
    --button-radius: 12px;
    --block-padding-top-bottom: 4rem;
    --block-padding-left-right: 5.5rem;
    --block-padding: 4rem 5.5rem;
    --image-radius: 10px;
  }
}
.swoop-background {
  position: relative;
}
.swoop-background > * {
  position: relative;
  z-index: 0;
}
.swoop-background:before {
  content: "";
  background: var(--color-med-navy);
  background-image: url(/wp-content/themes/spcc-theme/build/images/hero-gradient-dark.9509f8d6.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.entry-content .has-dark-background h1,
.entry-content .has-dark-background h2,
.entry-content .has-dark-background h3,
.entry-content .has-dark-background h4,
.entry-content .has-dark-background h5,
.entry-content .has-dark-background h6,
.entry-content .has-dark-background p,
.entry-content .has-dark-background * {
  color: var(--color-white, #fff);
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
* {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0;
}

/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */
img {
  border-style: none;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
  border-radius: 0;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none; /* 2 */
  cursor: pointer;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block;
}

/**
   * Add the correct display in IE.
   */
template {
  display: none;
}

/* Hidden
     ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
  font-size: var(--fsize-base);
  font-family: var(--wp--preset--font-family--primary);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: var(--fsize-body);
}

main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.visually-hidden {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.entry-content {
  padding: 0 var(--block-padding-left-right);
  margin-top: 0;
  margin-bottom: 0;
  overflow-x: hidden;
  overflow-y: visible;
}
.entry-content > *:last-child:not(.wp-block-table, .wp-block-social-links) {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .entry-content > *:last-child:not(.wp-block-table, .wp-block-social-links) {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .entry-content > *:last-child:not(.wp-block-table, .wp-block-social-links) {
    padding-bottom: 100px !important;
  }
}
.entry-content > .wp-block-table:last-child,
.entry-content .wp-block-social-links:last-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .entry-content > .wp-block-table:last-child,
  .entry-content .wp-block-social-links:last-child {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .entry-content > .wp-block-table:last-child,
  .entry-content .wp-block-social-links:last-child {
    margin-bottom: 100px !important;
  }
}
.entry-content > p:first-child {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .entry-content > p:first-child {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .entry-content > p:first-child {
    margin-top: 80px;
  }
}

.visually-hidden {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

html {
  scroll-padding: 68px 0 0 0;
}
@media (min-width: 768px) {
  html {
    scroll-padding: 98px 0 0 0;
  }
}

h1:not(.is-semantic-heading).hero-text {
  color: var(--color-med-navy);
  font-family: var(--font-family-primary);
  font-size: var(--fsize-hero-text);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: var(--letter-tight);
}
@media all and (min-width: 768px) {
  h1:not(.is-semantic-heading).hero-text {
    line-height: 1;
  }
}

h1:not(.is-semantic-heading),
.h1,
.advanced-title-block .wp-block-post-title {
  margin-bottom: 1rem;
  color: var(--color-med-navy);
  font-family: var(--font-family-primary);
  font-size: var(--fsize-h1);
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--letter-tight);
}

h1.h1-small {
  margin-bottom: 1rem;
  color: var(--color-med-navy);
  font-family: var(--font-family-primary);
  font-size: var(--fsize-sm-h1);
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--letter-tight);
}

h2:not(.is-semantic-heading),
.h2,
.news-archive-content .wp-block-terms__container button,
.news-archive-content .wp-block-terms__container .wp-block-heading {
  color: var(--color-med-navy);
  font-family: var(--font-family-primary);
  font-size: var(--fsize-h2);
  font-weight: 600;
  line-height: 1;
  letter-spacing: var(--letter-tight);
  margin: 4rem 0 2rem;
}

h3:not(.is-semantic-heading),
.h3,
.form-embed__wrapper lum-root h3 {
  color: var(--color-med-navy);
  font-family: var(--font-family-secondary);
  font-size: var(--fsize-h3);
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--letter-tight);
  margin: var(--header-margin);
}
@media all and (min-width: 768px) {
  h3:not(.is-semantic-heading),
  .h3,
  .form-embed__wrapper lum-root h3 {
    font-family: var(--font-family-primary);
    font-weight: 600;
  }
}

h4:not(.is-semantic-heading),
.h4,
.pattern-news-cards__card__title {
  color: var(--color-med-navy);
  font-family: var(--font-family-secondary);
  font-size: var(--fsize-h4);
  font-weight: 500;
  line-height: 1;
  letter-spacing: var(--letter-tight);
  margin: var(--header-margin);
}

h5:not(.is-semantic-heading),
.h5 {
  color: var(--color-med-navy);
  font-family: var(--font-family-secondary);
  font-size: var(--fsize-h5);
  font-weight: 500;
  line-height: 1;
  letter-spacing: var(--letter-tight);
  margin: var(--header-margin);
}

h6:not(.is-semantic-heading),
.h6,
.pattern-carousel-slide__caption-card h3 {
  color: var(--color-med-navy);
  font-family: var(--font-family-secondary);
  font-size: var(--fsize-h6);
  font-weight: 500;
  line-height: 1;
  letter-spacing: var(--letter-tight);
  margin: var(--header-margin);
}

p,
.has-normal-font-size {
  font-size: var(--fsize-body) !important;
  line-height: 1.4;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  margin-block-start: 1.6rem;
  margin-block-end: 1.6rem;
}

.has-small-font-size,
.has-small-font-size > * {
  letter-spacing: 0.02em;
  font-size: var(--fsize-body-small) !important;
  line-height: 1.2;
}

.has-large-font-size {
  font-size: var(--fsize-body-large) !important;
  line-height: 1.3;
}

.strong,
strong {
  font-weight: 700;
}

.is-style-subtitle {
  font-size: var(--fsize-eyebrow) !important;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
}

.eyebrow {
  font-size: var(--fsize-eyebrow) !important;
  font-weight: 900;
  line-height: 110%;
}

.entry-content p a:where(:not(.wp-element-button)),
.editor-styles-wrapper p a:where(:not(.wp-element-button)),
.pattern-event-cards .tribe-events-widget a.tribe-events-widget-events-list__event-venue-name {
  text-decoration: none;
  color: var(--color-med-navy);
  font-weight: 600;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-med-navy) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  border-bottom: none;
  font-weight: 600;
}
.entry-content p a:where(:not(.wp-element-button)):hover,
.editor-styles-wrapper p a:where(:not(.wp-element-button)):hover,
.pattern-event-cards .tribe-events-widget a.tribe-events-widget-events-list__event-venue-name:hover {
  animation-duration: 1200ms;
  animation-name: linkBackground;
  background-size: 100% 100%;
}
.entry-content p a:where(:not(.wp-element-button)):visited,
.editor-styles-wrapper p a:where(:not(.wp-element-button)):visited,
.pattern-event-cards .tribe-events-widget a.tribe-events-widget-events-list__event-venue-name:visited {
  color: var(--color-med-navy);
}
.entry-content p a:where(:not(.wp-element-button)):focus,
.editor-styles-wrapper p a:where(:not(.wp-element-button)):focus,
.pattern-event-cards .tribe-events-widget a.tribe-events-widget-events-list__event-venue-name:focus {
  outline: 1px solid black;
  outline-offset: 0;
}

@keyframes linkBackground {
  0% {
    background-size: 0% 100%;
  }
  25% {
    background-size: 100% 100%;
    background-position: left;
  }
  26% {
    background-position: right;
  }
  50% {
    background-size: 0 100%;
    background-position: right;
  }
  51% {
    background-position: left;
  }
}
.menu-links,
.menu-links a {
  text-decoration: none;
}
.menu-links--small,
.menu-links a--small {
  font-size: 1.6rem;
}

span.last-word {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
@media all and (min-width: 1024px) {
  span.last-word {
    padding-right: 36px;
  }
}
span.last-word::after {
  content: "";
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 14 13" fill="none"%3E%3Cpath d="M6.58647 1L12 6.5M6.58647 12L12 6.5M12 6.5L0 6.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 14 13" fill="none"%3E%3Cpath d="M6.58647 1L12 6.5M6.58647 12L12 6.5M12 6.5L0 6.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-color: currentColor; /* Applies current color */
  width: 12px;
  height: 100%;
  position: absolute;
  right: 8px;
  top: 0;
  transition: right ease 150ms;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
@media all and (min-width: 1024px) {
  span.last-word::after {
    width: 18px;
  }
}
span.last-word--one-word {
  padding-left: 0 !important;
}

font > span.last-word::after {
  display: none;
}

a:has(span.last-word) {
  display: inline-block;
}

a:has(span.last-word):hover .last-word::after {
  right: 0;
  text-decoration: none;
}

a.hover-arrow-link--small .last-word,
.hover-arrow-link--small a .last-word,
.wp-block-navigation-submenu li a .last-word {
  padding-right: 30px;
}
@media all and (min-width: 1024px) {
  a.hover-arrow-link--small .last-word::after,
  .hover-arrow-link--small a .last-word::after,
  .wp-block-navigation-submenu li a .last-word::after {
    width: 12px;
  }
}
@media all and (min-width: 1024px) {
  a.hover-arrow-link--small:hover .last-word::after,
  .hover-arrow-link--small a:hover .last-word::after,
  .wp-block-navigation-submenu li a:hover .last-word::after {
    right: 0;
  }
}

.entry-content .wp-block-list,
.editor-styles-wrapper .wp-block-list {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  margin-block-start: 1.6rem;
  margin-block-end: 1.6rem;
  padding-left: 3.8rem;
}
@media all and (min-width: 768px) {
  .entry-content .wp-block-list,
  .editor-styles-wrapper .wp-block-list {
    padding-left: 4.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-block-start: 2rem;
    margin-block-end: 2rem;
  }
}
.entry-content .wp-block-list li,
.editor-styles-wrapper .wp-block-list li {
  margin: 1.8rem 0;
  line-height: 1.1;
}
.entry-content .wp-block-list ol,
.editor-styles-wrapper .wp-block-list ol {
  list-style-type: decimal;
  padding-left: 3rem;
}
.entry-content .wp-block-list ul,
.editor-styles-wrapper .wp-block-list ul {
  list-style: disc;
  padding-left: 3rem;
}
.entry-content .wp-block-list a:where(:not(.wp-element-button)),
.editor-styles-wrapper .wp-block-list a:where(:not(.wp-element-button)) {
  text-decoration: none;
  color: var(--color-med-navy);
  font-weight: 600;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-med-navy) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  border-bottom: none;
  font-weight: 600;
}
.entry-content .wp-block-list a:where(:not(.wp-element-button)):hover,
.editor-styles-wrapper .wp-block-list a:where(:not(.wp-element-button)):hover {
  animation-duration: 1200ms;
  animation-name: linkBackground;
  background-size: 100% 100%;
}
.entry-content .wp-block-list a:where(:not(.wp-element-button)):visited,
.editor-styles-wrapper .wp-block-list a:where(:not(.wp-element-button)):visited {
  color: var(--color-med-navy);
}
.entry-content .wp-block-list a:where(:not(.wp-element-button)):focus,
.editor-styles-wrapper .wp-block-list a:where(:not(.wp-element-button)):focus {
  outline: 1px solid black;
  outline-offset: 0;
}

.entry-content ul.wp-block-list li::marker,
.editor-styles-wrapper ul.wp-block-list li::marker {
  font-size: 1.4rem;
}

button,
.btn,
.wp-block-post-terms.secondary-buttons a,
.wp-block-button .wp-element-button,
.wp-block-button__link .wp-element-button {
  padding: 0.8rem 1.6rem;
  border-radius: var(--button-radius);
  font-family: var(--font-family-primary);
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
}
button a,
.btn a,
.wp-block-post-terms.secondary-buttons a a,
.wp-block-button .wp-element-button a,
.wp-block-button__link .wp-element-button a {
  line-height: 1.1;
}
@media all and (min-width: 1024px) {
  button,
  .btn,
  .wp-block-post-terms.secondary-buttons a,
  .wp-block-button .wp-element-button,
  .wp-block-button__link .wp-element-button {
    padding: 1.2rem 2rem;
  }
}

.entry-content .wp-block-button .wp-element-button:focus,
.entry-content .wp-block-button__link .wp-element-button:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}

.btn--primary, .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-section + .tribe-common .tribe-common-c-btn-border,
.entry-content .wp-block-button:not(.is-style-outline, .accordion__toggle) .wp-element-button,
.editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-element-button {
  font-size: 1.6rem;
  font-weight: 800;
  background-color: var(--color-blue);
  color: var(--color-black);
  border: none;
  display: flex;
  align-items: center;
  transition: border-radius ease 150ms;
}
@media all and (min-width: 1024px) {
  .btn--primary, .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-section + .tribe-common .tribe-common-c-btn-border,
  .entry-content .wp-block-button:not(.is-style-outline, .accordion__toggle) .wp-element-button,
  .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-element-button {
    font-size: 2rem;
  }
}
.btn--primary::after, .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-section + .tribe-common .tribe-common-c-btn-border::after,
.entry-content .wp-block-button:not(.is-style-outline, .accordion__toggle) .wp-element-button::after,
.editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-element-button::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgcng9IjEyIiBmaWxsPSIjMDcyMzQ3Ii8+CjxwYXRoIGQ9Ik0xMi40MjY1IDhMMTYuMzYzNiAxMk0xMi40MjY1IDE2TDE2LjM2MzYgMTJNMTYuMzYzNiAxMkw3LjYzNjM1IDEyIiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=);
  margin-left: 1.2rem;
  height: 24px;
  width: 24px;
  transition: margin-left ease 150ms;
}
@media all and (min-width: 1024px) {
  .btn--primary::after, .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-section + .tribe-common .tribe-common-c-btn-border::after,
  .entry-content .wp-block-button:not(.is-style-outline, .accordion__toggle) .wp-element-button::after,
  .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-element-button::after {
    height: 30px;
    width: 30px;
  }
}
.btn--primary:hover, .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-section + .tribe-common .tribe-common-c-btn-border:hover,
.entry-content .wp-block-button:not(.is-style-outline, .accordion__toggle) .wp-element-button:hover,
.editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-element-button:hover {
  border-radius: 2px;
}
.btn--primary:hover::after, .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-section + .tribe-common .tribe-common-c-btn-border:hover::after,
.entry-content .wp-block-button:not(.is-style-outline, .accordion__toggle) .wp-element-button:hover::after,
.editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-element-button:hover::after {
  margin-left: 22px;
}

.btn--secondary, .pattern-contact-banner__wrapper .wp-block-button .wp-element-button, .alert-display-banner .alert__cta a, .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link, .wp-block-post-terms.secondary-buttons a, footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button, footer .footer-extension .wp-block-button__link,
.btn--secondary a.wp-element-button,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link a.wp-element-button,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link a.wp-element-button,
footer .footer-extension .wp-block-button__link a.wp-element-button,
.wp-block-button.is-style-outline .wp-element-button,
.wp-block-button.__link.is-style-outline .wp-element-button {
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  line-height: 1.1;
  padding: 1.2rem 1.6rem;
  transition: color ease 300ms, background-color ease 300ms, border-radius ease 300ms;
}
.btn--secondary a, .pattern-contact-banner__wrapper .wp-block-button .wp-element-button a, .alert-display-banner .alert__cta a a, .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link a,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link a, .wp-block-post-terms.secondary-buttons a a, footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button a, footer .footer-extension .wp-block-button__link a,
.btn--secondary a.wp-element-button a,
.wp-block-button.is-style-outline .wp-element-button a,
.wp-block-button.__link.is-style-outline .wp-element-button a {
  line-height: 1.1;
}
@media all and (min-width: 1024px) {
  .btn--secondary, .pattern-contact-banner__wrapper .wp-block-button .wp-element-button, .alert-display-banner .alert__cta a, .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link,
  .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link, .wp-block-post-terms.secondary-buttons a, footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button, footer .footer-extension .wp-block-button__link,
  .btn--secondary a.wp-element-button,
  .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link a.wp-element-button,
  .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link a.wp-element-button,
  footer .footer-extension .wp-block-button__link a.wp-element-button,
  .wp-block-button.is-style-outline .wp-element-button,
  .wp-block-button.__link.is-style-outline .wp-element-button {
    font-size: 1.6rem;
    padding: 1.6rem 2rem;
  }
}
.btn--secondary:hover, .pattern-contact-banner__wrapper .wp-block-button .wp-element-button:hover, .alert-display-banner .alert__cta a:hover, .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link:hover,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link:hover, .wp-block-post-terms.secondary-buttons a:hover, footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button:hover, footer .footer-extension .wp-block-button__link:hover,
.btn--secondary a.wp-element-button:hover,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link a.wp-element-button:hover,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link a.wp-element-button:hover,
footer .footer-extension .wp-block-button__link a.wp-element-button:hover,
.wp-block-button.is-style-outline .wp-element-button:hover,
.wp-block-button.__link.is-style-outline .wp-element-button:hover {
  border-radius: 2px;
  color: var(--color-white) !important;
  background-color: var(--color-med-navy);
}

.btn--secondary.color-orange, .pattern-contact-banner__wrapper .wp-block-button .color-orange.wp-element-button, .alert-display-banner .alert__cta a.color-orange, .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .color-orange.wp-block-button__link,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .color-orange.wp-block-button__link, .wp-block-post-terms.secondary-buttons a.color-orange, footer > .wp-block-group > .wp-block-group:nth-child(1) .color-orange.wp-element-button, footer .footer-extension .color-orange.wp-block-button__link,
.btn--secondary.color-orange a.wp-element-button,
.pattern-contact-banner__wrapper .wp-block-button .color-orange.wp-element-button a.wp-element-button,
.alert-display-banner .alert__cta a.color-orange a.wp-element-button,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .color-orange.wp-block-button__link a.wp-element-button,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .color-orange.wp-block-button__link a.wp-element-button,
.wp-block-post-terms.secondary-buttons a.color-orange a.wp-element-button,
footer > .wp-block-group > .wp-block-group:nth-child(1) .color-orange.wp-element-button a.wp-element-button,
footer .footer-extension .color-orange.wp-block-button__link a.wp-element-button,
.wp-block-button.is-style-outline.color-orange .wp-element-button {
  color: var(--color-orange);
  border-color: var(--color-orange);
}
.btn--secondary.color-orange:hover, .pattern-contact-banner__wrapper .wp-block-button .color-orange.wp-element-button:hover, .alert-display-banner .alert__cta a.color-orange:hover, .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .color-orange.wp-block-button__link:hover,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .color-orange.wp-block-button__link:hover, .wp-block-post-terms.secondary-buttons a.color-orange:hover, footer > .wp-block-group > .wp-block-group:nth-child(1) .color-orange.wp-element-button:hover, footer .footer-extension .color-orange.wp-block-button__link:hover,
.btn--secondary.color-orange a.wp-element-button:hover,
.pattern-contact-banner__wrapper .wp-block-button .color-orange.wp-element-button a.wp-element-button:hover,
.alert-display-banner .alert__cta a.color-orange a.wp-element-button:hover,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .color-orange.wp-block-button__link a.wp-element-button:hover,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .color-orange.wp-block-button__link a.wp-element-button:hover,
.wp-block-post-terms.secondary-buttons a.color-orange a.wp-element-button:hover,
footer > .wp-block-group > .wp-block-group:nth-child(1) .color-orange.wp-element-button a.wp-element-button:hover,
footer .footer-extension .color-orange.wp-block-button__link a.wp-element-button:hover,
.wp-block-button.is-style-outline.color-orange .wp-element-button:hover {
  color: var(--color-black) !important;
  background-color: var(--color-orange);
  border-color: var(--color-orange);
}

@keyframes aibolt-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ai-bolt > .wp-element-button {
  font-family: var(--font-family-secondary);
  white-space: nowrap;
  color: var(--color-med-navy);
  border-color: var(--color-med-navy);
  border-width: 2px;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 1s ease, visibility 0s;
  padding: 5px;
  visibility: hidden;
}
@media all and (min-width: 768px) {
  .ai-bolt > .wp-element-button {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media all and (min-width: 1024px) {
  .ai-bolt > .wp-element-button {
    border-width: 4px;
    font-size: 22px;
    padding: 12px 14px;
  }
}
.ai-bolt > .wp-element-button:hover {
  background-color: var(--color-med-navy);
  color: var(--color-white);
}
.ai-bolt > .wp-element-button.js-visible {
  animation-name: aibolt-fade;
  animation-duration: 0.6s;
  visibility: visible;
}

.has-dark-background .ai-bolt > .wp-element-button {
  color: var(--color-white);
  border-color: var(--color-white);
}
.has-dark-background .ai-bolt > .wp-element-button:hover {
  background-color: var(--color-white);
  color: var(--color-med-navy);
}

.btn--secondary .color-white, .pattern-contact-banner__wrapper .wp-block-button .wp-element-button .color-white, .btn--secondary .alert-display-banner .alert__cta a, .pattern-contact-banner__wrapper .wp-block-button .wp-element-button .alert-display-banner .alert__cta a, .alert-display-banner .alert__cta .btn--secondary a, .alert-display-banner .alert__cta .pattern-contact-banner__wrapper .wp-block-button .wp-element-button a, .pattern-contact-banner__wrapper .wp-block-button .alert-display-banner .alert__cta .wp-element-button a, .alert-display-banner .alert__cta a .color-white, .alert-display-banner .alert__cta a a, .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link .color-white, .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link .alert-display-banner .alert__cta a, .alert-display-banner .alert__cta .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link a,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link .color-white,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link .alert-display-banner .alert__cta a,
.alert-display-banner .alert__cta .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link a, .wp-block-post-terms.secondary-buttons a .color-white, .wp-block-post-terms.secondary-buttons a .alert-display-banner .alert__cta a, .btn--secondary footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button, .pattern-contact-banner__wrapper .wp-block-button .wp-element-button footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button, .alert-display-banner .alert__cta a footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button, .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button, .wp-block-post-terms.secondary-buttons a footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button, footer > .wp-block-group > .wp-block-group:nth-child(1) .btn--secondary .wp-element-button, footer > .wp-block-group > .wp-block-group:nth-child(1) .alert-display-banner .alert__cta a .wp-element-button, .alert-display-banner .alert__cta footer > .wp-block-group > .wp-block-group:nth-child(1) a .wp-element-button, .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-block-buttons .wp-block-button__link .wp-element-button,
footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link .wp-element-button,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-block-button__link .wp-element-button, footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-block-post-terms.secondary-buttons a .wp-element-button, .wp-block-post-terms.secondary-buttons footer > .wp-block-group > .wp-block-group:nth-child(1) a .wp-element-button, footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button .color-white, footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button .alert-display-banner .alert__cta a, .alert-display-banner .alert__cta footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button a, footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button .wp-element-button, .btn--secondary footer .footer-extension .wp-block-button__link, .pattern-contact-banner__wrapper .wp-block-button .wp-element-button footer .footer-extension .wp-block-button__link, .alert-display-banner .alert__cta a footer .footer-extension .wp-block-button__link, .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link footer .footer-extension .wp-block-button__link,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link footer .footer-extension .wp-block-button__link, .wp-block-post-terms.secondary-buttons a footer .footer-extension .wp-block-button__link, footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button footer .footer-extension .wp-block-button__link, footer .footer-extension .btn--secondary .wp-block-button__link, footer .footer-extension .pattern-contact-banner__wrapper .wp-block-button .wp-element-button .wp-block-button__link, .pattern-contact-banner__wrapper .wp-block-button footer .footer-extension .wp-element-button .wp-block-button__link, footer .footer-extension .alert-display-banner .alert__cta a .wp-block-button__link, .alert-display-banner .alert__cta footer .footer-extension a .wp-block-button__link, footer .footer-extension .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link .wp-block-button__link, .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons footer .footer-extension .wp-block-button__link .wp-block-button__link,
footer .footer-extension .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link .wp-block-button__link,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons footer .footer-extension .wp-block-button__link .wp-block-button__link, footer .footer-extension .wp-block-post-terms.secondary-buttons a .wp-block-button__link, .wp-block-post-terms.secondary-buttons footer .footer-extension a .wp-block-button__link, footer > .wp-block-group > .wp-block-group:nth-child(1) .footer-extension .wp-element-button .wp-block-button__link, footer .footer-extension .wp-block-button__link .color-white, footer .footer-extension .wp-block-button__link .alert-display-banner .alert__cta a, .alert-display-banner .alert__cta footer .footer-extension .wp-block-button__link a, footer > .wp-block-group > .wp-block-group:nth-child(1) .footer-extension .wp-block-button__link .wp-element-button, footer .footer-extension .wp-block-button__link .wp-block-button__link,
.btn--secondary.color-white a.wp-element-button,
.pattern-contact-banner__wrapper .wp-block-button .color-white.wp-element-button a.wp-element-button,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .color-white.wp-block-button__link a.wp-element-button,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .alert-display-banner .alert__cta a.wp-block-button__link a.wp-element-button,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .color-white.wp-block-button__link a.wp-element-button,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .alert-display-banner .alert__cta a.wp-block-button__link a.wp-element-button,
.wp-block-post-terms.secondary-buttons a.color-white a.wp-element-button,
footer .footer-extension .wp-block-button__link a.wp-element-button,
.wp-block-button.is-style-outline.color-white .wp-element-button,
.alert-display-banner .alert__cta a.wp-block-button.is-style-outline .wp-element-button,
footer .footer-extension .wp-block-button.is-style-outline.wp-block-button__link .wp-element-button {
  color: var(--color-white);
  border-color: var(--color-white);
  background-color: transparent;
}

.wp-block-button.is-style-outline .wp-element-button,
.wp-block-button.is-style-outline .wp-element-button {
  color: var(--color-med-navy);
  border-color: var(--color-med-navy);
}

.button-controls {
  display: inline-flex;
  align-items: stretch;
  gap: 2px;
}
.button-controls button,
.button-controls .wp-block-button button,
.button-controls li.btn {
  height: 100%;
  border-radius: 0;
  border: 1px solid transparent;
  line-height: 1;
  transition: color ease 150ms, background-color ease 150ms;
}
.button-controls button:focus,
.button-controls .wp-block-button button:focus,
.button-controls li.btn:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.button-controls button:focus, .button-controls button:focus-visible,
.button-controls .wp-block-button button:focus,
.button-controls .wp-block-button button:focus-visible,
.button-controls li.btn:focus,
.button-controls li.btn:focus-visible {
  outline-offset: -3px !important;
}
.button-controls li.btn {
  height: 100%;
}
.button-controls > *:first-child button,
.button-controls > li:first-child,
.button-controls > button:first-child {
  border-top-left-radius: var(--button-radius);
  border-bottom-left-radius: var(--button-radius);
}
.button-controls > *:last-child button,
.button-controls .last-visible button,
.button-controls li:last-child,
.button-controls > button:last-child {
  border-top-right-radius: var(--button-radius);
  border-bottom-right-radius: var(--button-radius);
}
.button-controls > *:only-child button {
  border-radius: var(--button-radius);
}

div.carousel-buttons {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--button-radius);
}

div.carousel-buttons,
.pattern-story-carousel__controls {
  display: flex;
}
div.carousel-buttons button,
.pattern-story-carousel__controls button {
  border-radius: var(--button-radius);
  background-color: var(--color-med-navy);
  color: var(--color-white);
  border: 0;
  padding: 2rem 1.9rem;
  margin: 0;
  position: relative;
  transition: color 150ms ease;
  overflow: hidden;
}
@media all and (min-width: 1024px) {
  div.carousel-buttons button,
  .pattern-story-carousel__controls button {
    padding: 2.7rem 2.4rem;
  }
}
div.carousel-buttons button:hover,
.pattern-story-carousel__controls button:hover {
  color: var(--color-med-navy);
}
div.carousel-buttons button::before,
.pattern-story-carousel__controls button::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  background-color: var(--color-blue);
}
div.carousel-buttons button::after,
.pattern-story-carousel__controls button::after {
  content: "";
  background-color: currentColor;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: color ease 150ms;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 18px 17px;
          mask-size: 18px 17px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  div.carousel-buttons button::after,
  .pattern-story-carousel__controls button::after {
    filter: brightness(0) invert(1);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  div.carousel-buttons button::after,
  .pattern-story-carousel__controls button::after {
    filter: brightness(0);
  }
}
div.carousel-buttons button.slick-disabled::after,
.pattern-story-carousel__controls button.slick-disabled::after {
  opacity: 0.5;
}
div.carousel-buttons button.spcc-prev,
.pattern-story-carousel__controls button.spcc-prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
div.carousel-buttons button.spcc-prev::before,
.pattern-story-carousel__controls button.spcc-prev::before {
  right: 100%;
  left: 0;
  transition: right 150ms ease;
}
div.carousel-buttons button.spcc-prev::after,
.pattern-story-carousel__controls button.spcc-prev::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 14 13\" fill=\"none\"%3E%3Cpath d=\"M7.41353 1L2 6.5M7.41353 12L2 6.5M2 6.5L14 6.5\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 14 13\" fill=\"none\"%3E%3Cpath d=\"M7.41353 1L2 6.5M7.41353 12L2 6.5M2 6.5L14 6.5\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"/%3E%3C/svg%3E");
}
div.carousel-buttons button.spcc-prev:hover::before,
.pattern-story-carousel__controls button.spcc-prev:hover::before {
  right: 0;
}
div.carousel-buttons button.spcc-next,
.pattern-story-carousel__controls button.spcc-next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
div.carousel-buttons button.spcc-next::before,
.pattern-story-carousel__controls button.spcc-next::before {
  right: 0;
  left: 100%;
  transition: left 150ms ease;
}
div.carousel-buttons button.spcc-next::after,
.pattern-story-carousel__controls button.spcc-next::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 %3E%3Cpath d=%27M8.78196 1L16 9M8.78196 17L16 9M16 9L0 9%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 %3E%3Cpath d=%27M8.78196 1L16 9M8.78196 17L16 9M16 9L0 9%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
div.carousel-buttons button.spcc-next:hover::before,
.pattern-story-carousel__controls button.spcc-next:hover::before {
  left: 0;
}
div.carousel-buttons button:focus,
.pattern-story-carousel__controls button:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
div.carousel-buttons button:focus,
.pattern-story-carousel__controls button:focus {
  outline-offset: -2px !important;
}
div.carousel-buttons button.spcc-prev.slick-disabled,
div.carousel-buttons button.spcc-next.slick-disabled,
.pattern-story-carousel__controls button.spcc-prev.slick-disabled,
.pattern-story-carousel__controls button.spcc-next.slick-disabled {
  transition: none;
}
div.carousel-buttons button.spcc-prev.slick-disabled:hover,
div.carousel-buttons button.spcc-next.slick-disabled:hover,
.pattern-story-carousel__controls button.spcc-prev.slick-disabled:hover,
.pattern-story-carousel__controls button.spcc-next.slick-disabled:hover {
  color: var(--color-white);
}
div.carousel-buttons button.spcc-prev.slick-disabled:hover:before,
div.carousel-buttons button.spcc-next.slick-disabled:hover:before,
.pattern-story-carousel__controls button.spcc-prev.slick-disabled:hover:before,
.pattern-story-carousel__controls button.spcc-next.slick-disabled:hover:before {
  width: 0;
}
div.carousel-buttons button.spcc-prev.slick-disabled::before,
div.carousel-buttons button.spcc-next.slick-disabled::before,
.pattern-story-carousel__controls button.spcc-prev.slick-disabled::before,
.pattern-story-carousel__controls button.spcc-next.slick-disabled::before {
  transition: none;
}

input ::-moz-placeholder {
  color: var(--color-black, #000);
  opacity: 1;
}

input ::placeholder {
  color: var(--color-black, #000);
  opacity: 1;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper {
  --gf-form-gap-y: 30px;
  --gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.53325%200.726232C1.92596%200.327398%202.56954%200.328534%202.96084%200.728754L8.78575%206.68647C9.17772%207.08737%209.82264%207.08772%2010.215%206.68725L16.0525%200.729757C16.4449%200.32928%2017.0898%200.329632%2017.4818%200.730537L18.3165%201.58431C18.6964%201.97293%2018.6964%202.59387%2018.3165%202.98249L10.215%2011.2687C9.82276%2011.6699%209.17723%2011.6699%208.78497%2011.2687L0.685928%202.98497C0.30501%202.59536%200.306108%201.97252%200.688402%201.58426L1.53325%200.726232Z%22%20fill%3D%22%23072347%22%2F%3E%3C%2Fsvg%3E") !important;
  --gf-ctrl-select-icon-size: rem(19);
  max-width: 908px;
  margin: var(--component-v-spacing) auto;
}
.gform_wrapper .gform_heading h2.gform_title {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media all and (min-width: 1024px) {
  .gform_wrapper .gform_heading h2.gform_title {
    margin-bottom: 3rem;
  }
}
.gform_wrapper form {
  max-width: 442px;
}
.gform_wrapper input[type=submit].gform_button.button {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 1.2rem !important;
  font-size: var(--fsize-body) !important;
  color: var(--color-black) !important;
  background-color: var(--color-blue) !important;
  font-weight: 800 !important;
  padding: 1.5rem 1.6rem !important;
  border-radius: 0.6rem !important;
  text-decoration: none !important;
}
.gform_wrapper input[type=submit].gform_button.button:hover {
  border-radius: 0 !important;
}
.gform_wrapper input[type=submit].gform_button.button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
  outline: 1px solid var(--color-black) !important;
  outline-offset: 3px !important;
}

.gform_wrapper .gform_body .gform-field-label,
.wp-block-spcc-programs-listing .programs-listing .gform-field-label,
.wp-block-spcc-program-finder .program-finder-block .gform-field-label {
  font-size: var(--fsize-eyebrow);
  font-weight: 900;
  line-height: 110%;
  color: var(--color-black);
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_body .required-note,
.wp-block-spcc-programs-listing .programs-listing .required-note,
.wp-block-spcc-program-finder .program-finder-block .required-note {
  margin-bottom: 2rem;
}
@media all and (min-width: 1024px) {
  .gform_wrapper .gform_body .required-note,
  .wp-block-spcc-programs-listing .programs-listing .required-note,
  .wp-block-spcc-program-finder .program-finder-block .required-note {
    margin-bottom: 3rem;
  }
}
.gform_wrapper .gform_body .gfield_required,
.wp-block-spcc-programs-listing .programs-listing .gfield_required,
.wp-block-spcc-program-finder .program-finder-block .gfield_required {
  color: var(--color-black);
}
.gform_wrapper .gform_body .gfield_required .gfield_required_asterisk,
.wp-block-spcc-programs-listing .programs-listing .gfield_required .gfield_required_asterisk,
.wp-block-spcc-program-finder .program-finder-block .gfield_required .gfield_required_asterisk {
  font-size: 16px;
}
@media all and (min-width: 768px) {
  .gform_wrapper .gform_body .gfield_required .gfield_required_asterisk,
  .wp-block-spcc-programs-listing .programs-listing .gfield_required .gfield_required_asterisk,
  .wp-block-spcc-program-finder .program-finder-block .gfield_required .gfield_required_asterisk {
    font-size: 18px;
  }
}
.gform_wrapper .gform_body .gfield_checkbox,
.gform_wrapper .gform_body .gfield_radio,
.wp-block-spcc-programs-listing .programs-listing .gfield_checkbox,
.wp-block-spcc-programs-listing .programs-listing .gfield_radio,
.wp-block-spcc-program-finder .program-finder-block .gfield_checkbox,
.wp-block-spcc-program-finder .program-finder-block .gfield_radio {
  gap: 8px !important;
}
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=number],
.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body input[type=tel],
.gform_wrapper .gform_body input[type=url],
.gform_wrapper .gform_body input[type=file],
.gform_wrapper .gform_body input[type=checkbox],
.gform_wrapper .gform_body input[type=radio],
.gform_wrapper .gform_body input [type=search],
.gform_wrapper .gform_body select,
.gform_wrapper .gform_body textarea,
.wp-block-spcc-programs-listing .programs-listing input[type=text],
.wp-block-spcc-programs-listing .programs-listing input[type=number],
.wp-block-spcc-programs-listing .programs-listing input[type=email],
.wp-block-spcc-programs-listing .programs-listing input[type=tel],
.wp-block-spcc-programs-listing .programs-listing input[type=url],
.wp-block-spcc-programs-listing .programs-listing input[type=file],
.wp-block-spcc-programs-listing .programs-listing input[type=checkbox],
.wp-block-spcc-programs-listing .programs-listing input[type=radio],
.wp-block-spcc-programs-listing .programs-listing input [type=search],
.wp-block-spcc-programs-listing .programs-listing select,
.wp-block-spcc-programs-listing .programs-listing textarea,
.wp-block-spcc-program-finder .program-finder-block input[type=text],
.wp-block-spcc-program-finder .program-finder-block input[type=number],
.wp-block-spcc-program-finder .program-finder-block input[type=email],
.wp-block-spcc-program-finder .program-finder-block input[type=tel],
.wp-block-spcc-program-finder .program-finder-block input[type=url],
.wp-block-spcc-program-finder .program-finder-block input[type=file],
.wp-block-spcc-program-finder .program-finder-block input[type=checkbox],
.wp-block-spcc-program-finder .program-finder-block input[type=radio],
.wp-block-spcc-program-finder .program-finder-block input [type=search],
.wp-block-spcc-program-finder .program-finder-block select,
.wp-block-spcc-program-finder .program-finder-block textarea {
  font-size: var(--fsize-body);
  font-weight: 400;
  line-height: 140%;
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--color-line-navy);
  border-radius: 0;
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.gform_wrapper .gform_body input[type=text]:focus-visible,
.gform_wrapper .gform_body input[type=number]:focus-visible,
.gform_wrapper .gform_body input[type=email]:focus-visible,
.gform_wrapper .gform_body input[type=tel]:focus-visible,
.gform_wrapper .gform_body input[type=url]:focus-visible,
.gform_wrapper .gform_body input[type=file]:focus-visible,
.gform_wrapper .gform_body input[type=checkbox]:focus-visible,
.gform_wrapper .gform_body input[type=radio]:focus-visible,
.gform_wrapper .gform_body input [type=search]:focus-visible,
.gform_wrapper .gform_body select:focus-visible,
.gform_wrapper .gform_body textarea:focus-visible,
.wp-block-spcc-programs-listing .programs-listing input[type=text]:focus-visible,
.wp-block-spcc-programs-listing .programs-listing input[type=number]:focus-visible,
.wp-block-spcc-programs-listing .programs-listing input[type=email]:focus-visible,
.wp-block-spcc-programs-listing .programs-listing input[type=tel]:focus-visible,
.wp-block-spcc-programs-listing .programs-listing input[type=url]:focus-visible,
.wp-block-spcc-programs-listing .programs-listing input[type=file]:focus-visible,
.wp-block-spcc-programs-listing .programs-listing input[type=checkbox]:focus-visible,
.wp-block-spcc-programs-listing .programs-listing input[type=radio]:focus-visible,
.wp-block-spcc-programs-listing .programs-listing input [type=search]:focus-visible,
.wp-block-spcc-programs-listing .programs-listing select:focus-visible,
.wp-block-spcc-programs-listing .programs-listing textarea:focus-visible,
.wp-block-spcc-program-finder .program-finder-block input[type=text]:focus-visible,
.wp-block-spcc-program-finder .program-finder-block input[type=number]:focus-visible,
.wp-block-spcc-program-finder .program-finder-block input[type=email]:focus-visible,
.wp-block-spcc-program-finder .program-finder-block input[type=tel]:focus-visible,
.wp-block-spcc-program-finder .program-finder-block input[type=url]:focus-visible,
.wp-block-spcc-program-finder .program-finder-block input[type=file]:focus-visible,
.wp-block-spcc-program-finder .program-finder-block input[type=checkbox]:focus-visible,
.wp-block-spcc-program-finder .program-finder-block input[type=radio]:focus-visible,
.wp-block-spcc-program-finder .program-finder-block input [type=search]:focus-visible,
.wp-block-spcc-program-finder .program-finder-block select:focus-visible,
.wp-block-spcc-program-finder .program-finder-block textarea:focus-visible {
  outline: 1px solid black;
  outline-offset: 3px;
}
.gform_wrapper .gform_body input[type=text]:hover,
.gform_wrapper .gform_body input[type=number]:hover,
.gform_wrapper .gform_body input[type=email]:hover,
.gform_wrapper .gform_body input[type=tel]:hover,
.gform_wrapper .gform_body input[type=url]:hover,
.gform_wrapper .gform_body input[type=file]:hover,
.gform_wrapper .gform_body input[type=checkbox]:hover,
.gform_wrapper .gform_body input[type=radio]:hover,
.gform_wrapper .gform_body input [type=search]:hover,
.gform_wrapper .gform_body select:hover,
.gform_wrapper .gform_body textarea:hover,
.wp-block-spcc-programs-listing .programs-listing input[type=text]:hover,
.wp-block-spcc-programs-listing .programs-listing input[type=number]:hover,
.wp-block-spcc-programs-listing .programs-listing input[type=email]:hover,
.wp-block-spcc-programs-listing .programs-listing input[type=tel]:hover,
.wp-block-spcc-programs-listing .programs-listing input[type=url]:hover,
.wp-block-spcc-programs-listing .programs-listing input[type=file]:hover,
.wp-block-spcc-programs-listing .programs-listing input[type=checkbox]:hover,
.wp-block-spcc-programs-listing .programs-listing input[type=radio]:hover,
.wp-block-spcc-programs-listing .programs-listing input [type=search]:hover,
.wp-block-spcc-programs-listing .programs-listing select:hover,
.wp-block-spcc-programs-listing .programs-listing textarea:hover,
.wp-block-spcc-program-finder .program-finder-block input[type=text]:hover,
.wp-block-spcc-program-finder .program-finder-block input[type=number]:hover,
.wp-block-spcc-program-finder .program-finder-block input[type=email]:hover,
.wp-block-spcc-program-finder .program-finder-block input[type=tel]:hover,
.wp-block-spcc-program-finder .program-finder-block input[type=url]:hover,
.wp-block-spcc-program-finder .program-finder-block input[type=file]:hover,
.wp-block-spcc-program-finder .program-finder-block input[type=checkbox]:hover,
.wp-block-spcc-program-finder .program-finder-block input[type=radio]:hover,
.wp-block-spcc-program-finder .program-finder-block input [type=search]:hover,
.wp-block-spcc-program-finder .program-finder-block select:hover,
.wp-block-spcc-program-finder .program-finder-block textarea:hover {
  cursor: pointer;
}
.gform_wrapper .gform_body input[type=text]:hover,
.gform_wrapper .gform_body input [type=search]:hover,
.gform_wrapper .gform_body input[type=email]:hover,
.gform_wrapper .gform_body input[type=tel]:hover,
.gform_wrapper .gform_body input[type=url]:hover,
.wp-block-spcc-programs-listing .programs-listing input[type=text]:hover,
.wp-block-spcc-programs-listing .programs-listing input [type=search]:hover,
.wp-block-spcc-programs-listing .programs-listing input[type=email]:hover,
.wp-block-spcc-programs-listing .programs-listing input[type=tel]:hover,
.wp-block-spcc-programs-listing .programs-listing input[type=url]:hover,
.wp-block-spcc-program-finder .program-finder-block input[type=text]:hover,
.wp-block-spcc-program-finder .program-finder-block input [type=search]:hover,
.wp-block-spcc-program-finder .program-finder-block input[type=email]:hover,
.wp-block-spcc-program-finder .program-finder-block input[type=tel]:hover,
.wp-block-spcc-program-finder .program-finder-block input[type=url]:hover {
  cursor: text;
}
.gform_wrapper .gform_body input[type=checkbox]:hover,
.gform_wrapper .gform_body input[type=radio]:hover,
.gform_wrapper .gform_body select:hover,
.wp-block-spcc-programs-listing .programs-listing input[type=checkbox]:hover,
.wp-block-spcc-programs-listing .programs-listing input[type=radio]:hover,
.wp-block-spcc-programs-listing .programs-listing select:hover,
.wp-block-spcc-program-finder .program-finder-block input[type=checkbox]:hover,
.wp-block-spcc-program-finder .program-finder-block input[type=radio]:hover,
.wp-block-spcc-program-finder .program-finder-block select:hover {
  cursor: pointer;
}
.gform_wrapper .gform_body select,
.wp-block-spcc-programs-listing .programs-listing select,
.wp-block-spcc-program-finder .program-finder-block select {
  padding-bottom: 0.8rem;
  padding-right: 4rem;
}
.gform_wrapper .gform_body textarea,
.wp-block-spcc-programs-listing .programs-listing textarea,
.wp-block-spcc-program-finder .program-finder-block textarea {
  border: 1px solid var(--color-line-navy);
  border-radius: 1rem;
  padding: 0.9rem 1.4rem;
}
.gform_wrapper .gform_body input[type=checkbox],
.wp-block-spcc-programs-listing .programs-listing input[type=checkbox],
.wp-block-spcc-program-finder .program-finder-block input[type=checkbox] {
  height: 1.6rem;
  width: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20rx%3D%221.25%22%20fill%3D%22white%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
.gform_wrapper .gform_body input[type=checkbox]:checked,
.wp-block-spcc-programs-listing .programs-listing input[type=checkbox]:checked,
.wp-block-spcc-program-finder .program-finder-block input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%222%22%20fill%3D%22%234DA9EF%22%2F%3E%3Cpath%20d%3D%22M3%207.81818L6.125%2011L13%204%22%20stroke%3D%22%23072347%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}
.gform_wrapper .gform_body input[type=checkbox]:checked::before,
.wp-block-spcc-programs-listing .programs-listing input[type=checkbox]:checked::before,
.wp-block-spcc-program-finder .program-finder-block input[type=checkbox]:checked::before {
  content: none;
}
.gform_wrapper .gform_body input[type=radio],
.wp-block-spcc-programs-listing .programs-listing input[type=radio],
.wp-block-spcc-program-finder .program-finder-block input[type=radio] {
  height: 1.6rem;
  width: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%227%22%20fill%3D%22white%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
.gform_wrapper .gform_body input[type=radio]:checked,
.wp-block-spcc-programs-listing .programs-listing input[type=radio]:checked,
.wp-block-spcc-program-finder .program-finder-block input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%228%22%20fill%3D%22%234DA9EF%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%224%22%20fill%3D%22%2322335B%22%2F%3E%3C%2Fsvg%3E");
}
.gform_wrapper .gform_body input[type=radio]:checked::before,
.wp-block-spcc-programs-listing .programs-listing input[type=radio]:checked::before,
.wp-block-spcc-program-finder .program-finder-block input[type=radio]:checked::before {
  content: none;
}
.gform_wrapper .gform_body ::-moz-placeholder, .wp-block-spcc-programs-listing .programs-listing ::-moz-placeholder, .wp-block-spcc-program-finder .program-finder-block ::-moz-placeholder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  align-self: stretch;
  color: var(--color-black, #000);
  opacity: 1;
}
.gform_wrapper .gform_body ::placeholder,
.wp-block-spcc-programs-listing .programs-listing ::placeholder,
.wp-block-spcc-program-finder .program-finder-block ::placeholder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  align-self: stretch;
  color: var(--color-black, #000);
  opacity: 1;
}
.gform_wrapper .gform_body .gfield--type-choice .gchoice,
.wp-block-spcc-programs-listing .programs-listing .gfield--type-choice .gchoice,
.wp-block-spcc-program-finder .program-finder-block .gfield--type-choice .gchoice {
  align-items: center;
}
.gform_wrapper .gform_body .gfield--type-choice .gchoice label,
.wp-block-spcc-programs-listing .programs-listing .gfield--type-choice .gchoice label,
.wp-block-spcc-program-finder .program-finder-block .gfield--type-choice .gchoice label {
  font-size: var(--fsize-body);
  font-weight: 400;
  line-height: 140%;
  color: var(--color-black);
  font-feature-settings: "liga" off, "clig" off;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 1rem;
}
.gform_wrapper .gform_body .gfield_select,
.wp-block-spcc-programs-listing .programs-listing .gfield_select,
.wp-block-spcc-program-finder .program-finder-block .gfield_select {
  align-items: center;
  -webkit-text-fill-color: var(--color-black, #000);
  background-position: 100% !important;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 1.6rem;
  width: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20rx%3D%221.25%22%20fill%3D%22white%22%20stroke%3D%22%23103253%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  font-size: var(--fsize-body);
  font-weight: 400;
  line-height: 140%;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
  transition: all 150ms ease;
}
input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%222%22%20fill%3D%22%234DA9EF%22%2F%3E%3Cpath%20d%3D%22M3%207.81818L6.125%2011L13%204%22%20stroke%3D%22%23072347%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}
input[type=checkbox]:checked::before {
  content: none;
}
input[type=checkbox]:focus-visible {
  outline: 1px solid black;
  outline-offset: 3px;
}
input[type=checkbox]:hover {
  cursor: pointer;
}

select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.3752 15.4554L6.54172 9.62191L4.87506 11.2886L12.375 18.7886L12.3752 18.7884L12.3754 18.7885L19.8753 11.2885L18.2087 9.62188L12.3752 15.4554Z%27 fill=%27%23003767%27/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) {
    background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.3752 15.4554L6.54172 9.62191L4.87506 11.2886L12.375 18.7886L12.3752 18.7884L12.3754 18.7885L19.8753 11.2885L18.2087 9.62188L12.3752 15.4554Z%27 fill=%27%23FFFFFF%27/></svg>") !important;
  }
}

div#top-marker {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  top: 0;
  left: 0;
}

.site-header:not(.has-scrolled) .header-bar.has-background-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 55%, rgba(0, 0, 0, 0.7) 100%, #000 100%);
}

.site-header {
  color: var(--color-med-navy);
}
.site-header .header-logo--dark {
  display: none;
}
.site-header a:focus,
.site-header button:focus,
.site-header .button-controls button:focus,
.site-header .gt_selector:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.site-header .single-utility-link-mobile a {
  color: var(--color-med-navy);
  word-break: initial;
}
.site-header .header-bar__utility-links a,
.site-header .intranet-menu--desktop > li > a,
.site-header .header-bar .single-utility-link-mobile a {
  position: relative;
}
.site-header .header-bar__utility-links a::after,
.site-header .intranet-menu--desktop > li > a::after,
.site-header .header-bar .single-utility-link-mobile a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0%;
  left: 0;
  height: 1px;
  background-color: currentColor;
  transition: width ease-in-out 150ms;
}
.site-header .header-bar__utility-links a:hover::after,
.site-header .intranet-menu--desktop > li > a:hover::after,
.site-header .header-bar .single-utility-link-mobile a:hover::after {
  width: 100%;
}
.site-header .site-header__logo a {
  display: inline-block;
  height: 100%;
}
.site-header--intranet, .site-header.has-scrolled,
.site-header .header-bar.has-dark-background,
.site-header .header-menu,
.site-header .header-menu .header-bar {
  color: var(--color-white);
}
.site-header--intranet .header-logo--light, .site-header.has-scrolled .header-logo--light,
.site-header .header-bar.has-dark-background .header-logo--light,
.site-header .header-menu .header-logo--light,
.site-header .header-menu .header-bar .header-logo--light {
  display: none;
}
.site-header--intranet .header-logo--dark, .site-header.has-scrolled .header-logo--dark,
.site-header .header-bar.has-dark-background .header-logo--dark,
.site-header .header-menu .header-logo--dark,
.site-header .header-menu .header-bar .header-logo--dark {
  display: inline-block;
}
.site-header--intranet a:focus,
.site-header--intranet button:not(.wp-block-search__button, .button-controls button):focus, .site-header.has-scrolled a:focus,
.site-header.has-scrolled button:not(.wp-block-search__button, .button-controls button):focus,
.site-header .header-bar.has-dark-background a:focus,
.site-header .header-bar.has-dark-background button:not(.wp-block-search__button, .button-controls button):focus,
.site-header .header-menu a:focus,
.site-header .header-menu button:not(.wp-block-search__button, .button-controls button):focus,
.site-header .header-menu .header-bar a:focus,
.site-header .header-menu .header-bar button:not(.wp-block-search__button, .button-controls button):focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
.site-header--intranet .button-controls button:hover, .site-header.has-scrolled .button-controls button:hover,
.site-header .header-bar.has-dark-background .button-controls button:hover,
.site-header .header-menu .button-controls button:hover,
.site-header .header-menu .header-bar .button-controls button:hover {
  border: 1px solid var(--color-white);
}
.site-header--intranet .header-bar__utility-links a,
.site-header--intranet .intranet-menu--desktop > li > a,
.site-header--intranet .single-utility-link-mobile a, .site-header.has-scrolled .header-bar__utility-links a,
.site-header.has-scrolled .intranet-menu--desktop > li > a,
.site-header.has-scrolled .single-utility-link-mobile a,
.site-header .header-bar.has-dark-background .header-bar__utility-links a,
.site-header .header-bar.has-dark-background .intranet-menu--desktop > li > a,
.site-header .header-bar.has-dark-background .single-utility-link-mobile a,
.site-header .header-menu .header-bar__utility-links a,
.site-header .header-menu .intranet-menu--desktop > li > a,
.site-header .header-menu .single-utility-link-mobile a,
.site-header .header-menu .header-bar .header-bar__utility-links a,
.site-header .header-menu .header-bar .intranet-menu--desktop > li > a,
.site-header .header-menu .header-bar .single-utility-link-mobile a {
  position: relative;
  color: var(--color-white);
  text-decoration: none;
}
.site-header--intranet .header-bar__utility-links a::after,
.site-header--intranet .intranet-menu--desktop > li > a::after,
.site-header--intranet .single-utility-link-mobile a::after, .site-header.has-scrolled .header-bar__utility-links a::after,
.site-header.has-scrolled .intranet-menu--desktop > li > a::after,
.site-header.has-scrolled .single-utility-link-mobile a::after,
.site-header .header-bar.has-dark-background .header-bar__utility-links a::after,
.site-header .header-bar.has-dark-background .intranet-menu--desktop > li > a::after,
.site-header .header-bar.has-dark-background .single-utility-link-mobile a::after,
.site-header .header-menu .header-bar__utility-links a::after,
.site-header .header-menu .intranet-menu--desktop > li > a::after,
.site-header .header-menu .single-utility-link-mobile a::after,
.site-header .header-menu .header-bar .header-bar__utility-links a::after,
.site-header .header-menu .header-bar .intranet-menu--desktop > li > a::after,
.site-header .header-menu .header-bar .single-utility-link-mobile a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0%;
  left: 0;
  height: 1px;
  background-color: currentColor;
  transition: width ease-in-out 150ms;
}
.site-header--intranet .header-bar__utility-links a:hover::after,
.site-header--intranet .intranet-menu--desktop > li > a:hover::after,
.site-header--intranet .single-utility-link-mobile a:hover::after, .site-header.has-scrolled .header-bar__utility-links a:hover::after,
.site-header.has-scrolled .intranet-menu--desktop > li > a:hover::after,
.site-header.has-scrolled .single-utility-link-mobile a:hover::after,
.site-header .header-bar.has-dark-background .header-bar__utility-links a:hover::after,
.site-header .header-bar.has-dark-background .intranet-menu--desktop > li > a:hover::after,
.site-header .header-bar.has-dark-background .single-utility-link-mobile a:hover::after,
.site-header .header-menu .header-bar__utility-links a:hover::after,
.site-header .header-menu .intranet-menu--desktop > li > a:hover::after,
.site-header .header-menu .single-utility-link-mobile a:hover::after,
.site-header .header-menu .header-bar .header-bar__utility-links a:hover::after,
.site-header .header-menu .header-bar .intranet-menu--desktop > li > a:hover::after,
.site-header .header-menu .header-bar .single-utility-link-mobile a:hover::after {
  width: 100%;
}
.site-header--intranet .gtranslate_wrapper select.gt_selector, .site-header.has-scrolled .gtranslate_wrapper select.gt_selector,
.site-header .header-bar.has-dark-background .gtranslate_wrapper select.gt_selector,
.site-header .header-menu .gtranslate_wrapper select.gt_selector,
.site-header .header-menu .header-bar .gtranslate_wrapper select.gt_selector {
  color: var(--color-white);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8cGF0aCBkPSJNMS41MzMyNSAwLjcyNjIzMkMxLjkyNTk2IDAuMzI3Mzk4IDIuNTY5NTQgMC4zMjg1MzQgMi45NjA4NCAwLjcyODc1NEw4Ljc4NTc1IDYuNjg2NDdDOS4xNzc3MiA3LjA4NzM3IDkuODIyNjQgNy4wODc3MiAxMC4yMTUgNi42ODcyNUwxNi4wNTI1IDAuNzI5NzU3QzE2LjQ0NDkgMC4zMjkyOCAxNy4wODk4IDAuMzI5NjMyIDE3LjQ4MTggMC43MzA1MzdMMTguMzE2NSAxLjU4NDMxQzE4LjY5NjQgMS45NzI5MyAxOC42OTY0IDIuNTkzODcgMTguMzE2NSAyLjk4MjQ5TDEwLjIxNSAxMS4yNjg3QzkuODIyNzYgMTEuNjY5OSA5LjE3NzIzIDExLjY2OTkgOC43ODQ5NyAxMS4yNjg3TDAuNjg1OTI4IDIuOTg0OTdDMC4zMDUwMSAyLjU5NTM2IDAuMzA2MTA4IDEuOTcyNTIgMC42ODg0MDIgMS41ODQyNkwxLjUzMzI1IDAuNzI2MjMyWiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K) !important;
}
.site-header--intranet .gtranslate_wrapper select.gt_selector:focus, .site-header.has-scrolled .gtranslate_wrapper select.gt_selector:focus,
.site-header .header-bar.has-dark-background .gtranslate_wrapper select.gt_selector:focus,
.site-header .header-menu .gtranslate_wrapper select.gt_selector:focus,
.site-header .header-menu .header-bar .gtranslate_wrapper select.gt_selector:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .site-header:not(.has-dark-background) .header-bar__translate .gtranslate_wrapper select.gt_selector {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8cGF0aCBkPSJNMS41MzMyNSAwLjcyNjIzMkMxLjkyNTk2IDAuMzI3Mzk4IDIuNTY5NTQgMC4zMjg1MzQgMi45NjA4NCAwLjcyODc1NEw4Ljc4NTc1IDYuNjg2NDdDOS4xNzc3MiA3LjA4NzM3IDkuODIyNjQgNy4wODc3MiAxMC4yMTUgNi42ODcyNUwxNi4wNTI1IDAuNzI5NzU3QzE2LjQ0NDkgMC4zMjkyOCAxNy4wODk4IDAuMzI5NjMyIDE3LjQ4MTggMC43MzA1MzdMMTguMzE2NSAxLjU4NDMxQzE4LjY5NjQgMS45NzI5MyAxOC42OTY0IDIuNTkzODcgMTguMzE2NSAyLjk4MjQ5TDEwLjIxNSAxMS4yNjg3QzkuODIyNzYgMTEuNjY5OSA5LjE3NzIzIDExLjY2OTkgOC43ODQ5NyAxMS4yNjg3TDAuNjg1OTI4IDIuOTg0OTdDMC4zMDUwMSAyLjU5NTM2IDAuMzA2MTA4IDEuOTcyNTIgMC42ODg0MDIgMS41ODQyNkwxLjUzMzI1IDAuNzI2MjMyWiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K) !important;
    background-color: black;
  }
}
.site-header--intranet div.header-bar,
.site-header .header-menu,
.site-header .header-menu .header-bar {
  background-color: var(--color-med-navy);
}
@media all and (min-width: 768px) {
  .site-header .header-menu .header-bar {
    margin-bottom: 2rem;
  }
}
.site-header.has-scrolled .header-bar {
  position: fixed;
  height: 6.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  top: 0;
  background-color: rgb(7, 35, 71);
}
@media all and (min-width: 768px) {
  .site-header.has-scrolled .header-bar {
    top: var(--wp-admin--admin-bar--height, 0);
    height: 9.8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.site-header.has-scrolled .header-menu {
  position: fixed;
}
.site-header.has-scrolled .site-header__logo .header-logo--dark {
  display: block;
}
.site-header.has-scrolled .site-header__logo .header-logo--light {
  display: none;
}
.site-header.has-scrolled .site-header__logo figure {
  width: 79px;
}
@media all and (min-width: 768px) {
  .site-header.has-scrolled .site-header__logo figure {
    width: 121px;
  }
}
@media all and (min-width: 1024px) {
  .site-header.has-scrolled .site-header__logo figure {
    width: 116px;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .site-header.has-scrolled .header-bar__translate .gtranslate_wrapper select.gt_selector {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8cGF0aCBkPSJNMS41MzMyNSAwLjcyNjIzMkMxLjkyNTk2IDAuMzI3Mzk4IDIuNTY5NTQgMC4zMjg1MzQgMi45NjA4NCAwLjcyODc1NEw4Ljc4NTc1IDYuNjg2NDdDOS4xNzc3MiA3LjA4NzM3IDkuODIyNjQgNy4wODc3MiAxMC4yMTUgNi42ODcyNUwxNi4wNTI1IDAuNzI5NzU3QzE2LjQ0NDkgMC4zMjkyOCAxNy4wODk4IDAuMzI5NjMyIDE3LjQ4MTggMC43MzA1MzdMMTguMzE2NSAxLjU4NDMxQzE4LjY5NjQgMS45NzI5MyAxOC42OTY0IDIuNTkzODcgMTguMzE2NSAyLjk4MjQ5TDEwLjIxNSAxMS4yNjg3QzkuODIyNzYgMTEuNjY5OSA5LjE3NzIzIDExLjY2OTkgOC43ODQ5NyAxMS4yNjg3TDAuNjg1OTI4IDIuOTg0OTdDMC4zMDUwMSAyLjU5NTM2IDAuMzA2MTA4IDEuOTcyNTIgMC42ODg0MDIgMS41ODQyNkwxLjUzMzI1IDAuNzI2MjMyWiIgZmlsbD0iIzAwMCIvPgo8L3N2Zz4K) !important;
    background-color: black;
  }
}
.site-header:not(.has-scrolled) .header-bar.has-inset-background {
  --box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  box-shadow: var(--box-shadow);
}
.site-header figure {
  margin-bottom: 0;
  margin-block-end: 0;
  margin: 0;
}
@media all and (min-width: 768px) {
  .site-header .header-bar .gtranslate_wrapper {
    margin-left: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .site-header .header-bar .gtranslate_wrapper {
    margin-left: 5rem;
  }
}
.site-header .header-bar {
  align-items: flex-start;
  background-color: rgba(7, 35, 71, 0);
  transition: all 600ms ease, top 0ms;
}
.site-header .header-bar__right-group {
  flex: 1;
  height: 3.8rem;
  align-items: stretch;
}
@media all and (min-width: 1024px) {
  .site-header .header-bar__right-group {
    gap: 2rem;
  }
}
.site-header .header-bar__right-group .button-controls {
  height: 100%;
  justify-content: flex-end;
}
.site-header .header-bar__right-group .button-controls button {
  color: var(--color-black);
}
.site-header .header-bar__right-group .button-controls button:hover {
  background-color: var(--color-med-navy);
  color: var(--color-white);
}
.site-header .header-bar__right-group button {
  padding: 0 1.4rem;
}
@media all and (min-width: 768px) {
  .site-header .header-bar__right-group button {
    padding: 0 1.6rem;
  }
}
@media all and (min-width: 1024px) {
  .site-header .header-bar__right-group button {
    padding: 0 2rem;
  }
}
.site-header .header-bar__utility-links--desktop {
  flex-wrap: nowrap;
  gap: 2.2rem;
}
.site-header .header-menu {
  margin: 0;
  padding: 0;
  border: none;
  height: calc(100% - var(--wp-admin--admin-bar--height, 0));
  width: 100%;
  top: var(--wp-admin--admin-bar--height, 0);
  max-width: unset;
  max-height: unset;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
.site-header .header-menu::backdrop {
  height: calc(100% - var(--wp-admin--admin-bar--height, 0));
  width: 100%;
}
.site-header .header-menu .header-bar {
  align-items: center;
}
.site-header .header-menu__content {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 150ms ease;
}
.site-header .header-menu__content > * {
  width: 100%;
}
.site-header--main .site-header__logo figure {
  width: 96px;
  transition: width 600ms ease;
}
@media all and (min-width: 768px) {
  .site-header--main .site-header__logo figure {
    width: 121px;
  }
}
@media all and (min-width: 1024px) {
  .site-header--main .site-header__logo figure {
    width: 183px;
  }
}
.site-header--main .header-bar {
  z-index: 10;
  position: relative;
  width: 100%;
  padding: 2rem 1.8rem;
  height: 8.2rem;
}
@media all and (min-width: 768px) {
  .site-header--main .header-bar {
    height: 98px;
    padding: 2rem 3rem;
  }
}
@media all and (min-width: 1024px) {
  .site-header--main .header-bar {
    height: 144px;
    padding: 2.8rem 3.5rem;
  }
}
.site-header--main .header-bar__right-group {
  gap: 1rem;
}
@media all and (min-width: 1024px) {
  .site-header--main .header-bar__right-group {
    height: 5.6rem;
  }
}
.site-header--main .header-bar .single-utility-link-mobile, .site-header--main .header-bar__utility-links {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--font-family-secondary);
  gap: 2rem;
  height: 100%;
  align-items: center;
}
.site-header--main .header-bar .single-utility-link-mobile a, .site-header--main .header-bar__utility-links a {
  position: relative;
}
@media all and (min-width: 1024px) {
  .site-header--main .header-bar .single-utility-link-mobile, .site-header--main .header-bar__utility-links {
    font-size: 2.2rem;
  }
}
.site-header--main .header-bar .single-utility-link-mobile {
  display: flex;
}
.site-header--main .header-bar__utility-links {
  display: none;
}
.site-header--main .header-bar__translate {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.site-header--main .header-bar__translate {
  display: none;
}
.site-header--main .header__menu-toggle button {
  width: 12.5rem;
}
.site-header--main .header-menu .header-bar {
  position: static;
}
.site-header--main .header-menu__utility-links {
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-family-secondary);
}
.site-header--main .header-menu__utility-links li {
  position: relative;
}
.site-header--main .header-menu__utility-links li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0%;
  left: 0;
  height: 1px;
  background-color: currentColor;
  transition: width ease-in-out 150ms;
}
.site-header--main .header-menu__utility-links li:hover::after {
  width: 100%;
}
.site-header--main .header-menu nav.header-menu__utility-links {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--color-white);
}
.site-header--main .header-menu__content {
  padding: 0 1.8rem 2rem;
}
@media all and (min-width: 768px) {
  .site-header--main .header-menu__content {
    padding: 0 3rem 2rem;
  }
}
@media all and (min-width: 1024px) {
  .site-header--main .header-menu__content {
    padding: 0 3.5rem 2.8rem;
  }
}
.site-header--main .header-menu__navs {
  flex-direction: column;
  align-items: stretch;
}
@media all and (min-width: 1024px) {
  .site-header--main .header-menu__navs {
    flex-direction: row;
    gap: 6.2rem;
  }
  .site-header--main .header-menu__navs .header-menu__info-links {
    flex-basis: 37%;
  }
}
.site-header--main .header-menu__navs nav.spcc-site-menu {
  margin-bottom: 3rem;
  gap: 0;
}
@media all and (min-width: 768px) {
  .site-header--main .header-menu__navs nav.spcc-site-menu {
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 1024px) {
  .site-header--main .header-menu__navs nav.spcc-site-menu {
    flex-grow: 1;
  }
  .site-header--main .header-menu__navs nav.spcc-site-menu li:first-of-type .toggle-preview {
    padding-top: 0;
  }
  .site-header--main .header-menu__navs nav.spcc-site-menu ul.accordion__content.accordion-item-open {
    display: flex;
    flex-wrap: wrap;
  }
  .site-header--main .header-menu__navs nav.spcc-site-menu ul.accordion__content.accordion-item-open li {
    flex-basis: 47%;
    padding-right: 2rem;
  }
}
.site-header--main .header-menu__navs nav.spcc-site-menu ul.accordion__content {
  margin: 0 0 3rem;
}
.site-header--main .header-menu__navs nav.spcc-site-menu li.accordion__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.site-header--main .header-menu__navs nav.spcc-site-menu .toggle-preview {
  padding: 1.8rem 0;
}
@media all and (min-width: 768px) {
  .site-header--main .header-menu__navs nav.spcc-site-menu .toggle-preview {
    padding: 2rem 0;
  }
}
@media all and (min-width: 1024px) {
  .site-header--main .header-menu__navs nav.spcc-site-menu .toggle-preview {
    padding: 3rem 0;
  }
}
.site-header--main .header-menu__navs nav.spcc-site-menu .toggle-preview a {
  font-size: 2.5rem;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .site-header--main .header-menu__navs nav.spcc-site-menu .toggle-preview a {
    font-size: 3.8rem;
  }
  .site-header--main .header-menu__navs nav.spcc-site-menu .toggle-preview a .last-word {
    padding-right: 50px !important;
  }
  .site-header--main .header-menu__navs nav.spcc-site-menu .toggle-preview a .last-word::after {
    width: 28px !important;
    right: 8px !important;
  }
  .site-header--main .header-menu__navs nav.spcc-site-menu .toggle-preview a:hover .last-word::after {
    right: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .site-header--main .header-menu__navs nav.spcc-site-menu .toggle-preview a {
    font-size: 5.2rem;
  }
}
.site-header--main .header-menu__navs nav.spcc-site-menu .toggle-preview button {
  height: 42px;
  width: 42px;
  background-position: center;
}
@media all and (min-width: 1024px) {
  .site-header--main .header-menu__navs nav.spcc-site-menu .toggle-preview button {
    height: 57px;
    width: 57px;
  }
}
.site-header--main .header-menu__info-links {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 3rem 2.5rem;
  height: -moz-fit-content;
  height: fit-content;
}
.site-header--main .header-menu__info-links__label {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 0;
  color: var(--color-white);
}
.site-header--main .header-menu__info-links nav {
  gap: 1.2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid white;
}
.site-header--main .header-menu__info-links nav li {
  font-size: 1.8rem;
}
@media all and (min-width: 768px) {
  .site-header--main .header-menu__info-links nav li {
    flex-basis: 49%;
  }
}
@media all and (min-width: 1024px) {
  .site-header--main .header-menu__info-links nav li {
    flex-basis: 100%;
  }
}
@media all and (min-width: 768px) {
  .site-header--main .header-menu__info-links nav ul {
    flex-direction: row;
  }
}
.site-header--main .header-menu__info-links__more-links {
  margin-top: 3rem;
}
.site-header--main .header-menu__info-links__more-links p {
  margin: 0;
}
.site-header--main .header-menu__info-links__more-links a {
  color: var(--color-white);
}
.site-header--main .button-controls button {
  background-color: var(--color-blue);
}
.site-header--main .button-controls button:hover {
  color: var(--color-white);
}
.site-header--intranet .site-header__logo figure {
  width: 135px;
}
@media all and (min-width: 768px) {
  .site-header--intranet .site-header__logo figure {
    width: 239px;
  }
}
@media all and (min-width: 1024px) {
  .site-header--intranet .site-header__logo figure {
    width: 282px;
  }
}
.site-header--intranet .wp-block-navigation-item__content .last-word {
  padding-left: 4px;
}
.site-header--intranet .intranet-menu--desktop {
  display: none;
}
.site-header--intranet .header-bar {
  position: relative;
  height: 7.8rem;
  padding: 2rem 1.5rem;
}
@media all and (min-width: 768px) {
  .site-header--intranet .header-bar {
    height: 100px;
    padding: 2rem 3rem;
  }
}
@media all and (min-width: 1024px) {
  .site-header--intranet .header-bar {
    height: auto;
    padding: 2rem 3.5rem;
  }
}
.site-header--intranet .header-bar__top-row {
  height: 100%;
  margin-bottom: 0;
  -moz-column-gap: 0;
       column-gap: 0;
}
.site-header--intranet .header-bar__right-group {
  gap: 1.6rem;
}
@media all and (min-width: 1024px) {
  .site-header--intranet .header-bar__right-group {
    height: 5.2rem;
  }
}
.site-header--intranet .intranet-main-site-link a {
  padding-top: unset;
  padding-bottom: unset;
  padding-left: 1.6rem !important;
  padding-right: 2.4rem !important;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 25px !important;
}
@media all and (min-width: 768px) {
  .site-header--intranet .intranet-main-site-link a {
    margin-right: -1.6rem;
  }
}
@media all and (min-width: 1024px) {
  .site-header--intranet .intranet-main-site-link a {
    padding-left: 2rem !important;
    padding-right: 2.8rem !important;
  }
}
.site-header--intranet .intranet-main-site-link a::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuOTg2IDEuMzY3NTFMMTMuNzM4MyAxLjYzNk0xNC4wMDY4IDEzLjM4ODNMMTMuNzM4MyAxLjYzNk0xMy43MzgzIDEuNjM2TDEuMDEwNDEgMTQuMzYzOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  position: relative;
  left: 8px;
  top: 3px;
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .site-header--intranet .intranet-main-site-link a::after {
    filter: invert(1) brightness(0);
  }
}
.site-header--intranet .intranet-main-site-link div.wp-block-button {
  height: 100%;
  align-items: stretch;
}
.site-header--intranet .intranet-main-site-link--header-bar {
  display: none;
}
.site-header--intranet .intranet-main-site-link--menu {
  width: 100%;
  height: 4rem;
}
.site-header--intranet .intranet-main-site-link--menu .wp-block-button {
  width: 100%;
  justify-content: center;
}
.site-header--intranet .header-menu .header-bar {
  -moz-column-gap: 0;
       column-gap: 0;
}
.site-header--intranet .header-menu__utility-links {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: flex-start;
  width: 100%;
}
@media all and (min-width: 768px) {
  .site-header--intranet .header-menu__utility-links {
    flex-direction: row;
    gap: 4.5rem;
  }
  .site-header--intranet .header-menu__utility-links li {
    width: auto;
  }
  .site-header--intranet .header-menu__utility-links li a {
    width: auto;
  }
}
.site-header--intranet .header-menu__content {
  padding: 0 1.5rem 2rem;
}
@media all and (min-width: 768px) {
  .site-header--intranet .header-menu__content {
    padding: 0 3rem 2rem;
  }
}
@media all and (min-width: 1024px) {
  .site-header--intranet .header-menu__content {
    padding: 0 3.5rem 2rem;
  }
}
.site-header--intranet .header-menu nav.header-menu__utility-links--tablet {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2.5rem;
}
.site-header--intranet .header-bar__utility-links--desktop,
.site-header--intranet .header-menu__utility-links--tablet {
  display: none;
}
.site-header--intranet .button-controls button {
  background-color: var(--color-orange);
}
@media all and (min-width: 1024px) {
  .site-header--intranet .button-controls .header__search-toggle button {
    border-top-right-radius: var(--button-radius);
    border-bottom-right-radius: var(--button-radius);
  }
}
.site-header--intranet nav.spcc-site-menu.pattern-accordion {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media all and (min-width: 768px) {
  .site-header--intranet nav.spcc-site-menu.pattern-accordion {
    border-bottom: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3rem;
  }
}
.site-header--intranet nav.spcc-site-menu.pattern-accordion .toggle-preview {
  font-family: var(--font-family-secondary);
}
.site-header--intranet nav.spcc-site-menu.pattern-accordion ul.accordion__content {
  margin: 1rem 0 0;
}
.site-header--intranet nav.spcc-site-menu.pattern-accordion ul.accordion__content li:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .site-header .single-utility-link-mobile {
    display: none !important;
  }
}
.site-header[data-search-is-open=true] .single-utility-link-mobile,
.site-header[data-search-is-open=true] .header-bar__utility-links--main,
.site-header[data-search-is-open=true] .header-bar__translate,
.site-header[data-search-is-open=true] .intranet-main-site-link--header-bar {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
@media all and (max-width: 767px) {
  .site-header[data-search-is-open=true].site-header--intranet .header__menu-toggle {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .site-header[data-search-is-open=true] .site-header__logo--main {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media all and (max-width: 1023px) {
  .site-header[data-search-is-open=true].site-header--main .header__menu-toggle {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .site-header[data-search-is-open=true] .site-header__logo--intranet {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media all and (min-width: 1024px) {
  .site-header[data-search-is-open=true] .header-bar__utility-links {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media all and (max-width: 767px) {
  .site-header[data-search-is-open=true].site-header--intranet .header__search-toggle button {
    border-top-right-radius: var(--button-radius);
    border-bottom-right-radius: var(--button-radius);
  }
}
@media all and (max-width: 1023px) {
  .site-header[data-search-is-open=true].site-header--main .header__search-toggle button {
    border-top-right-radius: var(--button-radius);
    border-bottom-right-radius: var(--button-radius);
  }
}
.site-header .header__search-toggle button {
  width: 4.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  vertical-align: top;
  font-size: 0;
  padding: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=);
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .site-header .header__search-toggle button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .site-header .header__search-toggle button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSIjMDAwIi8+Cjwvc3ZnPgo=);
  }
}
.site-header .header__search-toggle button:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=);
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .site-header .header__search-toggle button:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .site-header .header__search-toggle button:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSIjMDAwIi8+Cjwvc3ZnPgo=);
  }
}
@media all and (min-width: 768px) {
  .site-header .header__search-toggle button {
    background-size: 19px 19px;
  }
}
@media all and (min-width: 1024px) {
  .site-header .header__search-toggle button {
    width: 5rem;
    background-size: 23px 23px;
  }
}
.site-header .header__search-toggle[data-search-open=true] button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0yLjc2MDIyIDAuMjcyODkzQzMuMDI2OTQgMC4wMDYwODA4NiAzLjQ1OTM5IDAuMDA2MDgwOSAzLjcyNjEyIDAuMjcyODk0TDE1LjggMTIuMzUwNkMxNi4wNjY3IDEyLjYxNzQgMTYuMDY2NyAxMy4wNSAxNS44IDEzLjMxNjhMMTUuMzE3IDEzLjc5OTlDMTUuMDUwMyAxNC4wNjY3IDE0LjYxNzggMTQuMDY2NyAxNC4zNTExIDEzLjc5OTlMMi4yNzcyNiAxLjcyMjIxQzIuMDEwNTMgMS40NTU0IDIuMDEwNTMgMS4wMjI4MSAyLjI3NzI2IDAuNzU2MDAxTDIuNzYwMjIgMC4yNzI4OTNaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .site-header .header__search-toggle[data-search-open=true] button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9IiMwMDAiLz4KPHBhdGggZD0iTTIuNzYwMjIgMC4yNzI4OTNDMy4wMjY5NCAwLjAwNjA4MDg2IDMuNDU5MzkgMC4wMDYwODA5IDMuNzI2MTIgMC4yNzI4OTRMMTUuOCAxMi4zNTA2QzE2LjA2NjcgMTIuNjE3NCAxNi4wNjY3IDEzLjA1IDE1LjggMTMuMzE2OEwxNS4zMTcgMTMuNzk5OUMxNS4wNTAzIDE0LjA2NjcgMTQuNjE3OCAxNC4wNjY3IDE0LjM1MTEgMTMuNzk5OUwyLjI3NzI2IDEuNzIyMjFDMi4wMTA1MyAxLjQ1NTQgMi4wMTA1MyAxLjAyMjgxIDIuMjc3MjYgMC43NTYwMDFMMi43NjAyMiAwLjI3Mjg5M1oiIGZpbGw9IiMwMDAiLz4KPC9zdmc+Cg==);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .site-header .header__search-toggle[data-search-open=true] button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9IiNmZmYiLz4KPHBhdGggZD0iTTIuNzYwMjIgMC4yNzI4OTNDMy4wMjY5NCAwLjAwNjA4MDg2IDMuNDU5MzkgMC4wMDYwODA5IDMuNzI2MTIgMC4yNzI4OTRMMTUuOCAxMi4zNTA2QzE2LjA2NjcgMTIuNjE3NCAxNi4wNjY3IDEzLjA1IDE1LjggMTMuMzE2OEwxNS4zMTcgMTMuNzk5OUMxNS4wNTAzIDE0LjA2NjcgMTQuNjE3OCAxNC4wNjY3IDE0LjM1MTEgMTMuNzk5OUwyLjI3NzI2IDEuNzIyMjFDMi4wMTA1MyAxLjQ1NTQgMi4wMTA1MyAxLjAyMjgxIDIuMjc3MjYgMC43NTYwMDFMMi43NjAyMiAwLjI3Mjg5M1oiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
  }
}
.site-header .header__search-toggle[data-search-open=true]:hover button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9IiNmZmYiLz4KPHBhdGggZD0iTTIuNzYwMjIgMC4yNzI4OTNDMy4wMjY5NCAwLjAwNjA4MDg2IDMuNDU5MzkgMC4wMDYwODA5IDMuNzI2MTIgMC4yNzI4OTRMMTUuOCAxMi4zNTA2QzE2LjA2NjcgMTIuNjE3NCAxNi4wNjY3IDEzLjA1IDE1LjggMTMuMzE2OEwxNS4zMTcgMTMuNzk5OUMxNS4wNTAzIDE0LjA2NjcgMTQuNjE3OCAxNC4wNjY3IDE0LjM1MTEgMTMuNzk5OUwyLjI3NzI2IDEuNzIyMjFDMi4wMTA1MyAxLjQ1NTQgMi4wMTA1MyAxLjAyMjgxIDIuMjc3MjYgMC43NTYwMDFMMi43NjAyMiAwLjI3Mjg5M1oiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .site-header .header__search-toggle[data-search-open=true]:hover button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9IiMwMDAiLz4KPHBhdGggZD0iTTIuNzYwMjIgMC4yNzI4OTNDMy4wMjY5NCAwLjAwNjA4MDg2IDMuNDU5MzkgMC4wMDYwODA5IDMuNzI2MTIgMC4yNzI4OTRMMTUuOCAxMi4zNTA2QzE2LjA2NjcgMTIuNjE3NCAxNi4wNjY3IDEzLjA1IDE1LjggMTMuMzE2OEwxNS4zMTcgMTMuNzk5OUMxNS4wNTAzIDE0LjA2NjcgMTQuNjE3OCAxNC4wNjY3IDE0LjM1MTEgMTMuNzk5OUwyLjI3NzI2IDEuNzIyMjFDMi4wMTA1MyAxLjQ1NTQgMi4wMTA1MyAxLjAyMjgxIDIuMjc3MjYgMC43NTYwMDFMMi43NjAyMiAwLjI3Mjg5M1oiIGZpbGw9IiMwMDAiLz4KPC9zdmc+Cg==);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .site-header .header__search-toggle[data-search-open=true]:hover button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9IiNmZmYiLz4KPHBhdGggZD0iTTIuNzYwMjIgMC4yNzI4OTNDMy4wMjY5NCAwLjAwNjA4MDg2IDMuNDU5MzkgMC4wMDYwODA5IDMuNzI2MTIgMC4yNzI4OTRMMTUuOCAxMi4zNTA2QzE2LjA2NjcgMTIuNjE3NCAxNi4wNjY3IDEzLjA1IDE1LjggMTMuMzE2OEwxNS4zMTcgMTMuNzk5OUMxNS4wNTAzIDE0LjA2NjcgMTQuNjE3OCAxNC4wNjY3IDE0LjM1MTEgMTMuNzk5OUwyLjI3NzI2IDEuNzIyMjFDMi4wMTA1MyAxLjQ1NTQgMi4wMTA1MyAxLjAyMjgxIDIuMjc3MjYgMC43NTYwMDFMMi43NjAyMiAwLjI3Mjg5M1oiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
  }
}
.site-header .header__search-toggle[data-search-open=false] button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .site-header .header__search-toggle[data-search-open=false] button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSIjMDAwIi8+Cjwvc3ZnPgo=);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .site-header .header__search-toggle[data-search-open=false] button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=);
  }
}
.site-header .header__search-toggle[data-search-open=false]:hover button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=);
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .site-header .header__search-toggle[data-search-open=false]:hover button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSIjMDAwIi8+Cjwvc3ZnPgo=);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .site-header .header__search-toggle[data-search-open=false]:hover button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=);
  }
}
.site-header .header__menu-toggle--desktop {
  display: none;
  vertical-align: center;
}
.site-header .header__menu-toggle button {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
  justify-content: center;
}
.site-header .header__menu-toggle button::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjcgMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHk9IjAuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjMiIHJ4PSIxIiBmaWxsPSJibGFjayIvPgo8cmVjdCB5PSI3LjUiIHdpZHRoPSIyNyIgaGVpZ2h0PSIzIiByeD0iMSIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeT0iMTQuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjMiIHJ4PSIxIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  position: relative;
  width: 19px;
  height: 14px;
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .site-header .header__menu-toggle button::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjcgMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHk9IjAuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjMiIHJ4PSIxIiBmaWxsPSIjMDAwIi8+CjxyZWN0IHk9IjcuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjMiIHJ4PSIxIiBmaWxsPSIjMDAwIi8+CjxyZWN0IHk9IjE0LjUiIHdpZHRoPSIyNyIgaGVpZ2h0PSIzIiByeD0iMSIgZmlsbD0iIzAwMCIvPgo8L3N2Zz4K);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .site-header .header__menu-toggle button::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjcgMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHk9IjAuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjMiIHJ4PSIxIiBmaWxsPSIjZmZmIi8+CjxyZWN0IHk9IjcuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjMiIHJ4PSIxIiBmaWxsPSIjZmZmIi8+CjxyZWN0IHk9IjE0LjUiIHdpZHRoPSIyNyIgaGVpZ2h0PSIzIiByeD0iMSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K);
  }
}
@media all and (min-width: 1024px) {
  .site-header .header__menu-toggle button::after {
    height: 17px;
    width: 27px;
  }
}
.site-header .header__menu-toggle button:hover::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjcgMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHk9IjAuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjMiIHJ4PSIxIiBmaWxsPSIjZmZmIi8+CjxyZWN0IHk9IjcuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjMiIHJ4PSIxIiBmaWxsPSIjZmZmIi8+CjxyZWN0IHk9IjE0LjUiIHdpZHRoPSIyNyIgaGVpZ2h0PSIzIiByeD0iMSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K);
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .site-header .header__menu-toggle button:hover::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjcgMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHk9IjAuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjMiIHJ4PSIxIiBmaWxsPSIjMDAwIi8+CjxyZWN0IHk9IjcuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjMiIHJ4PSIxIiBmaWxsPSIjMDAwIi8+CjxyZWN0IHk9IjE0LjUiIHdpZHRoPSIyNyIgaGVpZ2h0PSIzIiByeD0iMSIgZmlsbD0iIzAwMCIvPgo8L3N2Zz4K);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .site-header .header__menu-toggle button:hover::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjcgMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHk9IjAuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjMiIHJ4PSIxIiBmaWxsPSIjZmZmIi8+CjxyZWN0IHk9IjcuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjMiIHJ4PSIxIiBmaWxsPSIjZmZmIi8+CjxyZWN0IHk9IjE0LjUiIHdpZHRoPSIyNyIgaGVpZ2h0PSIzIiByeD0iMSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K);
  }
}
.site-header--intranet .header__menu-toggle button {
  justify-content: space-around;
  padding: 0 0.5rem;
  width: 10.9rem;
}
.site-header--main .header__menu-toggle--desktop button {
  padding-right: 26px;
}
.site-header--main .header__menu-toggle--desktop button::after {
  left: 10px;
}
.site-header .header__menu-toggle--mobile button {
  color: transparent !important;
  font-size: 0;
  width: 5.1rem;
}
.site-header--intranet .header__menu-toggle button {
  width: 10rem;
}
@media all and (min-width: 768px) {
  .site-header--intranet .header__menu-toggle button {
    width: 11rem;
  }
}
@media all and (max-width: 767px) {
  .site-header--intranet .header__menu-toggle button {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1024px) {
  .site-header--main .header__menu-toggle--desktop.header__menu-toggle__open button::after {
    width: 27px;
    height: auto;
  }
}
@media all and (min-width: 1024px) {
  .site-header--intranet .header__menu-toggle--open button::after {
    width: 14px;
    height: auto;
  }
}
.site-header .header__menu-toggle--open button::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0yLjc2MDIyIDAuMjcyODkzQzMuMDI2OTQgMC4wMDYwODA4NiAzLjQ1OTM5IDAuMDA2MDgwOSAzLjcyNjEyIDAuMjcyODk0TDE1LjggMTIuMzUwNkMxNi4wNjY3IDEyLjYxNzQgMTYuMDY2NyAxMy4wNSAxNS44IDEzLjMxNjhMMTUuMzE3IDEzLjc5OTlDMTUuMDUwMyAxNC4wNjY3IDE0LjYxNzggMTQuMDY2NyAxNC4zNTExIDEzLjc5OTlMMi4yNzcyNiAxLjcyMjIxQzIuMDEwNTMgMS40NTU0IDIuMDEwNTMgMS4wMjI4MSAyLjI3NzI2IDAuNzU2MDAxTDIuNzYwMjIgMC4yNzI4OTNaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .site-header .header__menu-toggle--open button::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9IiMwMDAiLz4KPHBhdGggZD0iTTIuNzYwMjIgMC4yNzI4OTNDMy4wMjY5NCAwLjAwNjA4MDg2IDMuNDU5MzkgMC4wMDYwODA5IDMuNzI2MTIgMC4yNzI4OTRMMTUuOCAxMi4zNTA2QzE2LjA2NjcgMTIuNjE3NCAxNi4wNjY3IDEzLjA1IDE1LjggMTMuMzE2OEwxNS4zMTcgMTMuNzk5OUMxNS4wNTAzIDE0LjA2NjcgMTQuNjE3OCAxNC4wNjY3IDE0LjM1MTEgMTMuNzk5OUwyLjI3NzI2IDEuNzIyMjFDMi4wMTA1MyAxLjQ1NTQgMi4wMTA1MyAxLjAyMjgxIDIuMjc3MjYgMC43NTYwMDFMMi43NjAyMiAwLjI3Mjg5M1oiIGZpbGw9IiMwMDAiLz4KPC9zdmc+Cg==);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .site-header .header__menu-toggle--open button::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9IiNmZmYiLz4KPHBhdGggZD0iTTIuNzYwMjIgMC4yNzI4OTNDMy4wMjY5NCAwLjAwNjA4MDg2IDMuNDU5MzkgMC4wMDYwODA5IDMuNzI2MTIgMC4yNzI4OTRMMTUuOCAxMi4zNTA2QzE2LjA2NjcgMTIuNjE3NCAxNi4wNjY3IDEzLjA1IDE1LjggMTMuMzE2OEwxNS4zMTcgMTMuNzk5OUMxNS4wNTAzIDE0LjA2NjcgMTQuNjE3OCAxNC4wNjY3IDE0LjM1MTEgMTMuNzk5OUwyLjI3NzI2IDEuNzIyMjFDMi4wMTA1MyAxLjQ1NTQgMi4wMTA1MyAxLjAyMjgxIDIuMjc3MjYgMC43NTYwMDFMMi43NjAyMiAwLjI3Mjg5M1oiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
  }
}
.site-header .header__menu-toggle--open button:hover::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9IiNmZmYiLz4KPHBhdGggZD0iTTIuNzYwMjIgMC4yNzI4OTNDMy4wMjY5NCAwLjAwNjA4MDg2IDMuNDU5MzkgMC4wMDYwODA5IDMuNzI2MTIgMC4yNzI4OTRMMTUuOCAxMi4zNTA2QzE2LjA2NjcgMTIuNjE3NCAxNi4wNjY3IDEzLjA1IDE1LjggMTMuMzE2OEwxNS4zMTcgMTMuNzk5OUMxNS4wNTAzIDE0LjA2NjcgMTQuNjE3OCAxNC4wNjY3IDE0LjM1MTEgMTMuNzk5OUwyLjI3NzI2IDEuNzIyMjFDMi4wMTA1MyAxLjQ1NTQgMi4wMTA1MyAxLjAyMjgxIDIuMjc3MjYgMC43NTYwMDFMMi43NjAyMiAwLjI3Mjg5M1oiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .site-header .header__menu-toggle--open button:hover::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9IiMwMDAiLz4KPHBhdGggZD0iTTIuNzYwMjIgMC4yNzI4OTNDMy4wMjY5NCAwLjAwNjA4MDg2IDMuNDU5MzkgMC4wMDYwODA5IDMuNzI2MTIgMC4yNzI4OTRMMTUuOCAxMi4zNTA2QzE2LjA2NjcgMTIuNjE3NCAxNi4wNjY3IDEzLjA1IDE1LjggMTMuMzE2OEwxNS4zMTcgMTMuNzk5OUMxNS4wNTAzIDE0LjA2NjcgMTQuNjE3OCAxNC4wNjY3IDE0LjM1MTEgMTMuNzk5OUwyLjI3NzI2IDEuNzIyMjFDMi4wMTA1MyAxLjQ1NTQgMi4wMTA1MyAxLjAyMjgxIDIuMjc3MjYgMC43NTYwMDFMMi43NjAyMiAwLjI3Mjg5M1oiIGZpbGw9IiMwMDAiLz4KPC9zdmc+Cg==);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .site-header .header__menu-toggle--open button:hover::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9IiNmZmYiLz4KPHBhdGggZD0iTTIuNzYwMjIgMC4yNzI4OTNDMy4wMjY5NCAwLjAwNjA4MDg2IDMuNDU5MzkgMC4wMDYwODA5IDMuNzI2MTIgMC4yNzI4OTRMMTUuOCAxMi4zNTA2QzE2LjA2NjcgMTIuNjE3NCAxNi4wNjY3IDEzLjA1IDE1LjggMTMuMzE2OEwxNS4zMTcgMTMuNzk5OUMxNS4wNTAzIDE0LjA2NjcgMTQuNjE3OCAxNC4wNjY3IDE0LjM1MTEgMTMuNzk5OUwyLjI3NzI2IDEuNzIyMjFDMi4wMTA1MyAxLjQ1NTQgMi4wMTA1MyAxLjAyMjgxIDIuMjc3MjYgMC43NTYwMDFMMi43NjAyMiAwLjI3Mjg5M1oiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
  }
}
.site-header #bolt-discovery-cta > a {
  display: none;
}
.site-header #bolt-discovery-cta > a.js-visible {
  display: block;
}

@media all and (min-width: 768px) {
  .site-header--intranet .intranet-main-site-link--header-bar,
  .site-header--main .header-menu__translate,
  .site-header--main .header-bar__translate,
  .site-header--main .header-menu__utility-links,
  .site-header--main .header-bar__utility-links--main,
  .site-header--intranet .header-menu__utility-links--tablet {
    display: flex;
  }
  .site-header--intranet .intranet-main-site-link--menu,
  .site-header--intranet .header-menu__utility-links--mobile,
  .site-header--main .header-menu__translate,
  .site-header--main .header-menu__utility-links {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .site-header--intranet .header__menu-toggle {
    display: none;
  }
  .site-header--intranet .intranet-menu--desktop,
  .site-header--intranet .header-bar__utility-links--desktop {
    display: flex;
    gap: 2.5rem;
  }
  .site-header--main .header__menu-toggle--mobile {
    display: none;
  }
  .site-header--main .header__menu-toggle--desktop {
    display: block;
  }
}
nav.wp-block-navigation.intranet-menu--desktop {
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 0;
  gap: 1rem;
}
nav.wp-block-navigation.intranet-menu--desktop > li > a {
  padding: 0;
}
nav.wp-block-navigation.intranet-menu--desktop button.wp-block-navigation__submenu-icon {
  color: transparent;
  width: 26px;
  height: 26px;
  margin: 0 -13px 0 0;
  position: relative;
}
nav.wp-block-navigation.intranet-menu--desktop button.wp-block-navigation__submenu-icon svg {
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
nav.wp-block-navigation.intranet-menu--desktop button.wp-block-navigation__submenu-icon:focus {
  color: white;
}
nav.wp-block-navigation.intranet-menu--desktop li.has-child ul.wp-block-navigation__submenu-container {
  border-radius: 1rem;
  border: none;
  background-color: transparent;
  transition: opacity ease-in-out 200ms;
  overflow: hidden !important;
  padding-top: 5rem;
  width: -moz-max-content !important;
  width: max-content !important;
  font-family: var(--font-family-primary);
  font-weight: 400;
}
nav.wp-block-navigation.intranet-menu--desktop li.has-child ul.wp-block-navigation__submenu-container li {
  background-color: var(--color-med-navy);
  padding: 0 3rem;
}
nav.wp-block-navigation.intranet-menu--desktop li.has-child ul.wp-block-navigation__submenu-container li:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding-top: 2.4rem;
}
nav.wp-block-navigation.intranet-menu--desktop li.has-child ul.wp-block-navigation__submenu-container li:last-child {
  padding-bottom: 2.4rem;
}
nav.wp-block-navigation.intranet-menu--desktop li.has-child ul.wp-block-navigation__submenu-container li a {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  flex-grow: 0 !important;
}
nav.wp-block-navigation.intranet-menu--desktop li.has-child ul.wp-block-navigation__submenu-container li a:focus, nav.wp-block-navigation.intranet-menu--desktop li.has-child ul.wp-block-navigation__submenu-container li a:focus-visible {
  outline-offset: -3px !important;
}

.site-header nav.spcc-site-menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.site-header nav.spcc-site-menu li {
  list-style-type: none;
}
.site-header nav.spcc-site-menu a {
  color: var(--color-white);
  text-decoration: none;
}
.site-header nav.spcc-site-menu li.accordion__item {
  font-size: 1.8rem;
}
@media all and (min-width: 768px) {
  .site-header nav.spcc-site-menu li.accordion__item {
    font-size: 2.2rem;
  }
  .site-header nav.spcc-site-menu li.accordion__item:first-of-type .toggle-preview {
    padding-top: 0;
  }
}
.site-header nav.spcc-site-menu li.accordion__item .toggle-preview {
  align-items: center;
}
.site-header nav.spcc-site-menu li.accordion__item .toggle-preview:hover a .last-word::after {
  opacity: 1;
}
.site-header nav.spcc-site-menu li.accordion__item .toggle-preview a .last-word {
  padding-right: 36px;
}
.site-header nav.spcc-site-menu li.accordion__item .toggle-preview a .last-word::after {
  width: 18px;
}
.site-header nav.spcc-site-menu li.accordion__item .toggle-preview a:hover .last-word::after {
  right: 0;
}
.site-header nav.spcc-site-menu li.accordion__item .toggle-preview a .last-word::after {
  opacity: 0;
  transition: right ease 150ms, opacity ease 150ms;
}
.site-header nav.spcc-site-menu ul.accordion__content {
  opacity: 0;
  padding: 0;
  transition: opacity 300ms ease-in-out;
}
.site-header nav.spcc-site-menu ul.accordion__content li {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
}
@media all and (min-width: 768px) {
  .site-header nav.spcc-site-menu ul.accordion__content li {
    font-size: 1.8rem;
  }
}
.site-header nav.spcc-site-menu ul.accordion__content.accordion-item-open {
  opacity: 1;
}

.wp-site-blocks > header {
  height: 68px;
}
@media screen and (min-width: 768px) {
  .wp-site-blocks > header {
    height: 98px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-site-blocks > header {
    height: 144px;
  }
}

.site-header form.wp-block-search {
  height: 100%;
  display: block;
  width: 100%;
  margin-right: unset !important;
  max-width: unset !important;
}
.site-header form.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
  height: 100%;
}
.site-header .header__search-toggle button {
  color: transparent !important;
}
.site-header .spcc-modal-search__container {
  width: 3px;
  overflow: visible;
  position: relative;
  flex: 0 1 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.site-header .spcc-modal-search__container .search-container {
  max-width: unset !important;
  overflow-x: hidden;
  overflow-y: visible;
  position: absolute;
  height: 100%;
  display: flex;
  right: 0;
  width: 0;
  z-index: 1;
}
.site-header div.spcc-modal-search-results,
.site-header div.spcc-sticky-search-results {
  position: absolute;
  top: 100%;
  z-index: 10;
}
.site-header div.spcc-modal-search-results div.searchwp-live-search-results,
.site-header div.spcc-sticky-search-results div.searchwp-live-search-results {
  position: static;
}
.advanced-title-block {
  padding: 0;
  position: relative;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-bottom: 1px solid var(--color-line-navy);
  overflow: hidden;
  --header-height-margin: -82px;
  margin-top: var(--header-height-margin);
}
@media all and (min-width: 768px) {
  .advanced-title-block {
    --header-height-margin: -98px;
  }
}
@media all and (min-width: 1024px) {
  .advanced-title-block {
    --header-height-margin: -144px;
  }
}
.advanced-title-block .header-spacer {
  position: relative;
}
.advanced-title-block .wp-block-post-title {
  display: inline-block;
}
.advanced-title-block h1.hero-text {
  display: inline;
  margin-right: 2rem !important;
}
.advanced-title-block .title-block__button-group {
  font-size: inherit;
  line-height: inherit;
  display: inline-flex;
  vertical-align: middle;
}
.advanced-title-block .advanced-title-block__content-wrapper {
  max-width: 1800px;
  margin: 0 auto;
  padding: 8.1rem var(--block-padding-left-right) 7.2rem;
  padding-bottom: 2.4rem;
}
@media all and (min-width: 768px) {
  .advanced-title-block .advanced-title-block__content-wrapper {
    padding-top: 12.1rem;
    padding-bottom: 4rem;
  }
}
@media all and (min-width: 1024px) {
  .advanced-title-block .advanced-title-block__content-wrapper {
    padding-top: 7.8rem;
    padding-bottom: 5rem;
  }
}
body.has-interior-nav .advanced-title-block .advanced-title-block__content-wrapper {
  padding-bottom: 7.2rem;
}
@media all and (min-width: 768px) {
  body.has-interior-nav .advanced-title-block .advanced-title-block__content-wrapper {
    padding-bottom: 6.3rem;
  }
}
@media all and (min-width: 1024px) {
  body.has-interior-nav .advanced-title-block .advanced-title-block__content-wrapper {
    padding-bottom: 8.3rem;
  }
}
.advanced-title-block .advanced-title-block__content-wrapper :is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
}
.advanced-title-block .advanced-title-block__content-wrapper .title-block {
  width: 100%;
}
.advanced-title-block .advanced-title-block__content-wrapper .title-block .wp-block-post-title {
  white-space: normal;
}
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__program-types,
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__news-categories {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__program-types .advanced-title-block__program-type,
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__program-types .advanced-title-block__news-category *,
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__news-categories .advanced-title-block__program-type,
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__news-categories .advanced-title-block__news-category * {
  display: inline-block;
  font-size: var(--fsize-base);
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-black);
  padding: 0.6rem 1rem;
  background-color: var(--color-green);
  border-radius: 5rem;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  text-decoration: none !important;
}
@media all and (min-width: 768px) {
  .advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__program-types .advanced-title-block__program-type,
  .advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__program-types .advanced-title-block__news-category *,
  .advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__news-categories .advanced-title-block__program-type,
  .advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__news-categories .advanced-title-block__news-category * {
    font-size: 1.2rem;
  }
}
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__program-types .advanced-title-block__program-type:hover,
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__program-types .advanced-title-block__news-category *:hover,
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__news-categories .advanced-title-block__program-type:hover,
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__news-categories .advanced-title-block__news-category *:hover {
  text-decoration: none !important;
}
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__program-types .advanced-title-block__program-type a,
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__program-types .advanced-title-block__news-category * a,
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__news-categories .advanced-title-block__program-type a,
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__news-categories .advanced-title-block__news-category * a {
  color: var(--color-black);
  text-decoration: none;
}
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__program-types .advanced-title-block__program-type a:hover,
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__program-types .advanced-title-block__news-category * a:hover,
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__news-categories .advanced-title-block__program-type a:hover,
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__news-categories .advanced-title-block__news-category * a:hover {
  text-decoration: none;
}
.advanced-title-block .advanced-title-block__content-wrapper button.hero-video-control {
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 0px;
  position: relative;
  padding: 0;
  height: 19px;
  width: 14px;
  border-radius: 0;
}
.advanced-title-block .advanced-title-block__content-wrapper button.hero-video-control::after {
  content: "";
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTAgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgNzYiIGQ9Ik04LjcxMDA4IDUuNjYxNTZMMS41NDQ5OSAxLjAwNDI0QzAuODc5NzM1IDAuNTcxODI4IDAgMS4wNDkyNSAwIDEuODQyNjlWMTEuMTU3M0MwIDExLjk1MDggMC44Nzk3MzYgMTIuNDI4MiAxLjU0NDk5IDExLjk5NThMOC43MTAwOSA3LjMzODQ0QzkuMzE2NzcgNi45NDQxIDkuMzE2NzcgNi4wNTU5IDguNzEwMDggNS42NjE1NloiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4K);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTAgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgNzYiIGQ9Ik04LjcxMDA4IDUuNjYxNTZMMS41NDQ5OSAxLjAwNDI0QzAuODc5NzM1IDAuNTcxODI4IDAgMS4wNDkyNSAwIDEuODQyNjlWMTEuMTU3M0MwIDExLjk1MDggMC44Nzk3MzYgMTIuNDI4MiAxLjU0NDk5IDExLjk5NThMOC43MTAwOSA3LjMzODQ0QzkuMzE2NzcgNi45NDQxIDkuMzE2NzcgNi4wNTU5IDguNzEwMDggNS42NjE1NloiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4K);
  height: 19px;
  width: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
}
.advanced-title-block .advanced-title-block__content-wrapper button.hero-video-control.is-playing::after {
  content: "";
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTQgMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHk9IjE5IiB3aWR0aD0iMTkiIGhlaWdodD0iMyIgcng9IjEiIHRyYW5zZm9ybT0icm90YXRlKC05MCAwIDE5KSIgZmlsbD0iY3VycmVudENvbG9yIi8+CjxyZWN0IHg9IjExIiB5PSIxOSIgd2lkdGg9IjE5IiBoZWlnaHQ9IjMiIHJ4PSIxIiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgMTEgMTkpIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+Cg==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTQgMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHk9IjE5IiB3aWR0aD0iMTkiIGhlaWdodD0iMyIgcng9IjEiIHRyYW5zZm9ybT0icm90YXRlKC05MCAwIDE5KSIgZmlsbD0iY3VycmVudENvbG9yIi8+CjxyZWN0IHg9IjExIiB5PSIxOSIgd2lkdGg9IjE5IiBoZWlnaHQ9IjMiIHJ4PSIxIiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgMTEgMTkpIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+Cg==);
  height: 19px;
  width: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
}
.advanced-title-block .advanced-title-block__content-wrapper button.hero-video-control:focus {
  outline-style: none !important;
}
.advanced-title-block .advanced-title-block__content-wrapper button.hero-video-control:focus-visible {
  outline-style: solid !important;
}
@media all and (min-width: 768px) {
  .advanced-title-block .advanced-title-block__content-wrapper button.hero-video-control--mobile {
    display: none;
  }
}
.advanced-title-block .advanced-title-block__content-wrapper button.hero-video-control--desktop {
  display: none;
}
@media all and (min-width: 768px) {
  .advanced-title-block .advanced-title-block__content-wrapper button.hero-video-control--desktop {
    display: inline-block;
  }
}
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__video-trigger {
  cursor: pointer;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
  border: 1px solid var(--color-white);
  border-radius: 8px;
  color: var(--color-white);
  font-weight: 800;
  padding: 1rem 1.4rem;
  transition: all 150ms ease;
}
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__video-trigger::after {
  content: "";
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTAgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgNzYiIGQ9Ik04LjcxMDA4IDUuNjYxNTZMMS41NDQ5OSAxLjAwNDI0QzAuODc5NzM1IDAuNTcxODI4IDAgMS4wNDkyNSAwIDEuODQyNjlWMTEuMTU3M0MwIDExLjk1MDggMC44Nzk3MzYgMTIuNDI4MiAxLjU0NDk5IDExLjk5NThMOC43MTAwOSA3LjMzODQ0QzkuMzE2NzcgNi45NDQxIDkuMzE2NzcgNi4wNTU5IDguNzEwMDggNS42NjE1NloiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4K);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTAgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgNzYiIGQ9Ik04LjcxMDA4IDUuNjYxNTZMMS41NDQ5OSAxLjAwNDI0QzAuODc5NzM1IDAuNTcxODI4IDAgMS4wNDkyNSAwIDEuODQyNjlWMTEuMTU3M0MwIDExLjk1MDggMC44Nzk3MzYgMTIuNDI4MiAxLjU0NDk5IDExLjk5NThMOC43MTAwOSA3LjMzODQ0QzkuMzE2NzcgNi45NDQxIDkuMzE2NzcgNi4wNTU5IDguNzEwMDggNS42NjE1NloiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4K);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  height: 13px;
  width: 10px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__video-trigger::after {
    filter: brightness(0) invert(1);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__video-trigger::after {
    filter: brightness(0);
  }
}
@media all and (min-width: 768px) {
  .advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__video-trigger {
    font-size: 1.2rem;
    gap: 1rem;
  }
}
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__video-trigger:hover {
  border: 1px solid transparent;
  background-color: var(--color-med-navy);
  color: var(--color-white);
}
.advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__video-trigger:focus {
  outline: 1px solid var(--color-white);
  outline-offset: 4px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__video-trigger {
    background-color: var(--color-black);
    color: var(--color-white);
  }
  .advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__video-trigger:hover {
    background-color: var(--color-black);
    color: var(--color-white);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .advanced-title-block .advanced-title-block__content-wrapper .advanced-title-block__video-trigger {
    background-color: var(--color-white);
  }
}
.advanced-title-block.is-home-page .advanced-title-block__content-wrapper {
  padding-top: 22.5rem;
}
@media all and (min-width: 768px) {
  .advanced-title-block.is-home-page .advanced-title-block__content-wrapper {
    padding-top: 17.5rem;
  }
}
@media all and (min-width: 1024px) {
  .advanced-title-block.is-home-page .advanced-title-block__content-wrapper {
    padding-top: 30rem;
  }
}
.advanced-title-block.is-home-page .advanced-title-block__full-video {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
.advanced-title-block.is-home-page .advanced-title-block__video-trigger {
  font-size: 1.2rem;
  gap: 1rem;
}
@media all and (min-width: 768px) {
  .advanced-title-block.is-home-page .advanced-title-block__video-trigger--mobile {
    display: none;
  }
}
.advanced-title-block.is-home-page .advanced-title-block__video-trigger--desktop {
  display: flex;
}
@media all and (max-width: 767px) {
  .advanced-title-block.is-home-page .advanced-title-block__video-trigger--desktop {
    display: none;
  }
}
.advanced-title-block.is-home-page .advanced-title-block__content-wrapper:has(.advanced-title-block__full-video) {
  padding-bottom: 4rem;
}
@media all and (min-width: 768px) {
  .advanced-title-block.is-home-page .advanced-title-block__content-wrapper:has(.advanced-title-block__bottom-block) {
    padding-bottom: 4rem;
  }
}
.advanced-title-block.is-home-page.has-inset-background .advanced-title-block__content-wrapper,
.advanced-title-block.is-home-page.has-inset-background .advanced-title-block__bottom-block {
  z-index: 2;
  position: relative;
}
.advanced-title-block.is-home-page.has-inset-background .advanced-title-block__content-wrapper {
  min-height: 260px;
  overflow: hidden;
  padding-top: 2rem;
  max-width: none;
}
@media all and (min-width: 768px) {
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__content-wrapper {
    padding-top: 5.5rem;
  }
}
@media all and (min-width: 1024px) {
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__content-wrapper {
    padding-top: 8.6rem;
    padding-bottom: 8.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1800px) {
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__content-wrapper {
    padding-left: calc((100vw - 1800px + 110px) / 2);
  }
}
.advanced-title-block.is-home-page.has-inset-background .advanced-title-block__content-wrapper:has(.advanced-title-block__full-video) .title-block {
  margin-bottom: 18rem;
}
@media all and (min-width: 768px) {
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__content-wrapper:has(.advanced-title-block__full-video) .title-block {
    margin-bottom: 0;
  }
}
.advanced-title-block.is-home-page.has-inset-background .title-block {
  margin-bottom: 23rem;
}
@media all and (min-width: 768px) {
  .advanced-title-block.is-home-page.has-inset-background .title-block {
    margin-bottom: 0;
    max-width: 50%;
  }
}
@media (min-width: 1300px) {
  .advanced-title-block.is-home-page.has-inset-background .title-block {
    max-width: 40%;
  }
}
.advanced-title-block.is-home-page.has-inset-background .title-block h1.hero-text {
  display: block;
  margin-right: 0 !important;
}
@media all and (min-width: 768px) {
  .advanced-title-block.is-home-page.has-inset-background .title-block h1.hero-text {
    font-size: 5rem;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .advanced-title-block.is-home-page.has-inset-background .title-block h1.hero-text {
    font-size: 8.2rem;
  }
}
.advanced-title-block.is-home-page.has-inset-background .advanced-title-block__bottom-block--desktop p.is-style-subtitle {
  max-width: 50%;
}
.advanced-title-block.is-home-page.has-inset-background .advanced-title-block__background-image {
  opacity: 0;
  width: 0;
  height: 0;
  max-width: 1300px;
  max-height: 1300px;
  overflow: hidden;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  top: unset;
  right: unset;
  transform: translate(-15%, 30%);
  background-color: var(--color-med-navy);
  transition: opacity 300ms ease, width 300ms ease, height 300ms ease;
}
@media all and (min-width: 768px) {
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__background-image {
    left: unset;
    right: 0;
    bottom: 0;
    top: unset;
    transform: translate(30%, calc(-1 * var(--header-height-margin) / 2));
  }
}
@media all and (min-width: 1024px) {
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__background-image {
    bottom: 50%;
    transform: translate(calc(25% + 110px), 50%);
  }
}
@media (min-width: 1300px) {
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__background-image {
    transform: translate(25%, 50%);
  }
}
.advanced-title-block.is-home-page.has-inset-background .wp-block-post-featured-image::after,
.advanced-title-block.is-home-page.has-inset-background .advanced-title-block__background-image--video::after {
  background-image: linear-gradient(transparent, black);
  opacity: 0.7;
}
.advanced-title-block.is-home-page.has-inset-background .hero-eyebrow {
  font-family: var(--font-family-secondary);
  font-weight: 500;
  color: var(--color-med-navy);
  margin-bottom: 0.5rem;
  color: var(--color-med-navy);
}
@media all and (min-width: 768px) {
  .advanced-title-block.is-home-page.has-inset-background .hero-eyebrow {
    font-size: 2rem !important;
  }
}
@media all and (min-width: 1024px) {
  .advanced-title-block.is-home-page.has-inset-background .hero-eyebrow {
    font-size: 2.4rem !important;
  }
}
@media all and (max-width: 767px) {
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__content-wrapper .hero-video-control::after {
    background-color: var(--color-med-navy);
  }
}
@media (max-width: 767px) and (forced-colors: active) and (prefers-color-scheme: light) {
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__content-wrapper .hero-video-control::after {
    filter: brightness(0);
  }
}
@media (max-width: 767px) and (forced-colors: active) and (prefers-color-scheme: dark) {
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__content-wrapper .hero-video-control::after {
    filter: brightness(0) invert(1);
  }
}
@media all and (min-width: 768px) {
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__video-trigger {
    color: var(--color-med-navy);
    border-color: var(--color-med-navy);
  }
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__video-trigger::after {
    background-color: var(--color-med-navy);
  }
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__video-trigger--desktop {
    display: flex;
    margin-top: 2rem;
  }
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__video-trigger:hover {
    color: var(--color-white);
  }
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__video-trigger:hover::after {
    background-color: var(--color-white);
  }
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__video-trigger:focus {
    outline: 1px solid black;
    outline-offset: 3px;
  }
  .advanced-title-block.is-home-page.has-inset-background .hero-video-control:focus-visible {
    outline: 1px solid white;
    outline-offset: 3px;
  }
}
@media all and (min-width: 1024px) {
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__video-trigger--desktop {
    margin-top: 3rem;
  }
  .advanced-title-block.is-home-page.has-inset-background .advanced-title-block__bottom-block--desktop {
    margin-top: 6rem;
  }
}
.advanced-title-block.is-home-page.has-inset-background.has-scrolled .advanced-title-block__content-wrapper {
  overflow: visible;
}
.advanced-title-block.has-advanced-options .advanced-title-block__content-wrapper {
  justify-content: space-between;
  gap: 3rem;
  align-items: flex-end;
}
.advanced-title-block.has-advanced-options .advanced-title-block__content-wrapper .title-block .wp-block-post-title {
  margin-bottom: 0;
  line-height: 0;
}
.advanced-title-block.has-advanced-options .advanced-title-block__content-wrapper h1 {
  display: inline;
}
@media all and (min-width: 768px) {
  .advanced-title-block.has-advanced-options .advanced-title-block__content-wrapper h1 {
    margin-right: 1.6rem;
  }
}
@media all and (min-width: 768px) {
  .advanced-title-block.has-advanced-options .advanced-title-block__content-wrapper:has(.advanced-title-block__content-wrapper__right-2) .advanced-title-block__content-wrapper__left, .advanced-title-block.has-advanced-options .advanced-title-block__content-wrapper:has(.advanced-title-block__content-wrapper__right) .advanced-title-block__content-wrapper__left {
    max-width: 60%;
  }
  .advanced-title-block.has-advanced-options .advanced-title-block__content-wrapper:has(.advanced-title-block__content-wrapper__right-2) .advanced-title-block__content-wrapper__right, .advanced-title-block.has-advanced-options .advanced-title-block__content-wrapper:has(.advanced-title-block__content-wrapper__right) .advanced-title-block__content-wrapper__right {
    max-width: 40%;
  }
}
.advanced-title-block.has-advanced-options .advanced-title-block__content-wrapper:has(.advanced-title-block__content-wrapper__right-2) {
  display: flex;
}
@media all and (min-width: 768px) {
  .advanced-title-block.has-advanced-options .advanced-title-block__content-wrapper:has(.advanced-title-block__content-wrapper__right) {
    display: flex;
  }
}
.advanced-title-block.has-advanced-options .advanced-title-block__content-wrapper__left {
  flex-grow: 1;
}
.advanced-title-block.has-advanced-options .advanced-title-block__content-wrapper__right {
  flex-grow: 0;
}
.advanced-title-block.has-advanced-options .advanced-title-block__program-types,
.advanced-title-block.has-advanced-options .advanced-title-block__program-count {
  letter-spacing: 0;
  flex-wrap: wrap;
  margin-top: 1rem;
}
@media all and (min-width: 768px) {
  .advanced-title-block.has-advanced-options .advanced-title-block__program-types,
  .advanced-title-block.has-advanced-options .advanced-title-block__program-count {
    display: inline-flex;
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .advanced-title-block .breadcrumbs {
    display: none;
  }
}
.advanced-title-block .breadcrumbs li::after {
  content: "";
  width: 0.8rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%2010.58L4.94467%206L0%201.41L1.52227%200L8%206L1.52227%2012L0%2010.58Z%22%20fill%3D%22%23072347%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  filter: invert(1) brightness(0);
}
.advanced-title-block .breadcrumbs li:last-child::after {
  background-image: none;
}
.advanced-title-block .breadcrumbs li a {
  position: relative;
  font-size: var(--fsize-body);
  font-weight: 400;
  line-height: 140%;
  color: var(--color-black) !important;
  text-decoration: none !important;
  position: relative;
}
.advanced-title-block .breadcrumbs li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0%;
  left: 0;
  height: 1px;
  background-color: currentColor;
  transition: width ease-in-out 150ms;
}
.advanced-title-block .breadcrumbs li a:hover::after {
  width: 100%;
}
.advanced-title-block.has-background-image .header-spacer {
  position: relative;
}
.advanced-title-block.has-background-image .header-spacer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120%;
  opacity: 0.7;
}
.advanced-title-block.has-background-image .advanced-title-block__content-wrapper {
  position: relative;
  padding-top: 12.2rem;
  padding-bottom: 4.6rem;
}
@media all and (min-width: 768px) {
  .advanced-title-block.has-background-image .advanced-title-block__content-wrapper {
    padding-top: 19.6rem;
    padding-bottom: 6.2rem;
  }
}
@media all and (min-width: 1024px) {
  .advanced-title-block.has-background-image .advanced-title-block__content-wrapper {
    padding-top: 26.9rem;
    padding-bottom: 9rem;
  }
}
.advanced-title-block.has-background-image .advanced-title-block__content-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  right: 0;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 70%, #000 100%);
  z-index: -1;
}
.advanced-title-block.has-dark-background .advanced-title-block__content-wrapper {
  color: var(--color-white) !important;
}
.advanced-title-block.has-dark-background .advanced-title-block__content-wrapper a:not(.section-link):focus,
.advanced-title-block.has-dark-background .advanced-title-block__content-wrapper button:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
.advanced-title-block.has-dark-background .advanced-title-block__content-wrapper :is(h1, h2, h3, h4, h5, h6, a):not(.color-orange):not(.section-link) {
  color: var(--color-white) !important;
}
.advanced-title-block.has-dark-background .advanced-title-block__content-wrapper .breadcrumbs li::after {
  filter: invert(1) brightness(2);
}
.advanced-title-block.has-dark-background .advanced-title-block__content-wrapper .breadcrumbs li a {
  position: relative;
}
.advanced-title-block.has-dark-background .advanced-title-block__content-wrapper .breadcrumbs li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0%;
  left: 0;
  height: 1px;
  background-color: currentColor;
  transition: width ease-in-out 150ms;
}
.advanced-title-block.has-dark-background .advanced-title-block__content-wrapper .breadcrumbs li a:hover::after {
  width: 100%;
}
.advanced-title-block.post-type-news:not(.is-archive) {
  border-bottom: none;
}
.advanced-title-block.post-type-news:not(.is-archive) h1 {
  font-size: var(--fsize-sm-h1);
  line-height: 100%; /* 28px */
  letter-spacing: -0.56px;
}
@media all and (min-width: 768px) {
  .advanced-title-block.post-type-news:not(.is-archive) h1 {
    letter-spacing: -0.94px;
  }
}
@media all and (min-width: 1024px) {
  .advanced-title-block.post-type-news:not(.is-archive) h1 {
    line-height: 110%; /* 66px */
    letter-spacing: -1.2px;
  }
}

.advanced-title-block:not(.has-dark-background) {
  background: rgb(237, 247, 255);
  background: linear-gradient(20deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 55%, rgb(221, 240, 255) 75%, rgb(209, 235, 255) 90%);
}
.advanced-title-block:not(.has-dark-background) a:focus,
.advanced-title-block:not(.has-dark-background) button:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}

.advanced-title-block__background-image {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
  z-index: -1;
}
.advanced-title-block__background-image--video {
  overflow: hidden;
}
.advanced-title-block__background-image img,
.advanced-title-block__background-image video {
  border-radius: 0 0 0 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.advanced-title-block__background-image video {
  min-height: 100%;
}

.advanced-title-block__callout {
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.advanced-title-block__callout__title {
  font-size: var(--fsize-eyebrow) !important;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0;
}
.advanced-title-block__callout__blurb p {
  margin-top: 0.5rem;
}
.advanced-title-block__callout__link a {
  color: var(--color-orange) !important;
}

.advanced-title-block__program-count {
  display: inline-block;
  font-size: var(--fsize-base);
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-black);
  padding: 0.6rem 1rem;
  background-color: var(--color-green);
  border-radius: 5rem;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  text-decoration: none !important;
}
@media all and (min-width: 768px) {
  .advanced-title-block__program-count {
    font-size: 1.2rem;
  }
}
.advanced-title-block__program-count:hover {
  text-decoration: none !important;
}
.advanced-title-block__program-count a {
  color: var(--color-black);
  text-decoration: none;
}
.advanced-title-block__program-count a:hover {
  text-decoration: none;
}

.wp-block-post-featured-image,
.advanced-title-block__background-image--video {
  background-color: var(--color-med-navy, #072347);
}
.wp-block-post-featured-image:after,
.advanced-title-block__background-image--video:after {
  content: "";
  position: absolute;
  width: 100%;
  flex-shrink: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.7;
}

.spcc-video-lightbox {
  width: 100%;
  height: 100%;
  justify-content: stretch;
  align-items: stretch;
  max-height: unset;
  max-width: unset;
  padding: 0;
  background: transparent;
  margin: 0;
  justify-content: center;
  align-items: center;
  border: none;
}
.spcc-video-lightbox__content {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  width: 100%;
}
.spcc-video-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.spcc-video-lightbox iframe {
  align-self: center;
  justify-self: center;
  aspect-ratio: 16/9;
  border: 1px solid var(--color-white);
  border-radius: 1rem;
  overflow: visible;
  margin-top: -4.6rem;
}
@media (orientation: portrait) {
  .spcc-video-lightbox iframe {
    height: auto;
    width: 100%;
    max-width: calc(100% - 4rem);
  }
}
@media (orientation: portrait) and (min-width: 768px) {
  .spcc-video-lightbox iframe {
    max-width: calc(100% - 8rem);
  }
}
@media (orientation: portrait) and (min-width: 1024px) {
  .spcc-video-lightbox iframe {
    max-width: calc(100% - 10rem);
  }
}
@media (orientation: landscape) {
  .spcc-video-lightbox iframe {
    width: calc(100vw - 12rem);
    height: calc((100vw - 12rem) / 1.7777777778);
    max-height: 100%;
  }
}
.spcc-video-lightbox .spcc-video-lightbox__close {
  cursor: pointer;
  justify-self: end;
  margin-top: 3rem !important;
  margin-right: 3rem !important;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
.spcc-video-lightbox .spcc-video-lightbox__close:focus {
  outline: 1px solid var(--color-white);
  outline-offset: 4px;
}
.spcc-video-lightbox .spcc-video-lightbox__close img {
  height: 1.6rem;
  width: 1.6rem;
}

nav.advanced-title-block__section-links ul.button-controls {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
@media all and (max-width: 767px) {
  nav.advanced-title-block__section-links ul.button-controls {
    gap: 1rem;
    flex-wrap: wrap;
  }
}
nav.advanced-title-block__section-links ul.button-controls li {
  border-radius: 0;
}
nav.advanced-title-block__section-links ul.button-controls li a {
  background-color: var(--color-green);
  border: 1px solid var(--color-green);
  transition: all 150ms ease;
  color: var(--color-black);
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 800;
}
@media all and (max-width: 767px) {
  nav.advanced-title-block__section-links ul.button-controls li a {
    border-radius: var(--button-radius);
  }
}
@media all and (min-width: 1024px) {
  nav.advanced-title-block__section-links ul.button-controls li a {
    font-size: 1.8rem;
  }
}
nav.advanced-title-block__section-links ul.button-controls li a:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
@media all and (min-width: 768px) {
  nav.advanced-title-block__section-links ul.button-controls li a:focus {
    outline: 1px solid black;
    outline-offset: 3px;
  }
  nav.advanced-title-block__section-links ul.button-controls li a:focus, nav.advanced-title-block__section-links ul.button-controls li a:focus-visible {
    outline-offset: -3px !important;
  }
}
nav.advanced-title-block__section-links ul.button-controls li a::after {
  content: "";
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTYgMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgNSIgZD0iTTE1IDkuODA0OUw4IDE3LjIzNTJNMC45OTk5OTkgOS44MDQ5TDggMTcuMjM1Mk04IDE3LjIzNTJMOCAwLjc2NDY0OCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiAvPgo8L3N2Zz4K);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTYgMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgNSIgZD0iTTE1IDkuODA0OUw4IDE3LjIzNTJNMC45OTk5OTkgOS44MDQ5TDggMTcuMjM1Mk04IDE3LjIzNTJMOCAwLjc2NDY0OCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiAvPgo8L3N2Zz4K);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  height: 17px;
  width: 14px;
  margin-left: 0.8rem;
  background-color: currentColor;
  position: relative;
  bottom: -4px;
  transition: all 150ms ease;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  nav.advanced-title-block__section-links ul.button-controls li a::after {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTYgMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgNSIgZD0iTTE1IDkuODA0OUw4IDE3LjIzNTJNMC45OTk5OTkgOS44MDQ5TDggMTcuMjM1Mk04IDE3LjIzNTJMOCAwLjc2NDY0OCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgLz4KPC9zdmc+Cg==);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  nav.advanced-title-block__section-links ul.button-controls li a::after {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTYgMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgNSIgZD0iTTE1IDkuODA0OUw4IDE3LjIzNTJNMC45OTk5OTkgOS44MDQ5TDggMTcuMjM1Mk04IDE3LjIzNTJMOCAwLjc2NDY0OCIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgLz4KPC9zdmc+Cg==);
  }
}
nav.advanced-title-block__section-links ul.button-controls li a:hover {
  background-color: var(--color-med-navy);
  border: 1px solid var(--color-white);
  color: var(--color-white);
}
@media all and (min-width: 768px) {
  nav.advanced-title-block__section-links ul.button-controls li a:hover {
    border-color: transparent;
  }
}
nav.advanced-title-block__section-links ul.button-controls li a:hover:after {
  animation-duration: 300ms;
  animation-name: jumpArrow;
}
@media all and (min-width: 768px) {
  nav.advanced-title-block__section-links ul.button-controls li a {
    border-radius: 0;
    font-size: 1.6rem;
    padding: 16px 13px;
  }
  nav.advanced-title-block__section-links ul.button-controls li:first-child a {
    border-top-left-radius: var(--button-radius);
    border-bottom-left-radius: var(--button-radius);
  }
  nav.advanced-title-block__section-links ul.button-controls li:last-child a {
    border-top-right-radius: var(--button-radius);
    border-bottom-right-radius: var(--button-radius);
  }
}
@media all and (min-width: 1024px) {
  nav.advanced-title-block__section-links ul.button-controls li a {
    font-size: 1.8rem;
    padding: 20px 20px;
  }
}

.advanced-title-block__bottom-block p.is-style-subtitle {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .advanced-title-block__bottom-block p.is-style-subtitle {
    margin-top: 3rem;
  }
}

.advanced-title-block__bottom-block--mobile {
  background-color: var(--color-med-navy);
  padding: 3rem 2rem 3.2rem;
  color: var(--color-white);
  width: 100vw;
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  .advanced-title-block__bottom-block--mobile {
    display: none;
  }
}
.advanced-title-block__bottom-block--mobile.has-inset-background {
  position: relative;
  z-index: 2;
}

.advanced-title-block__bottom-block--desktop {
  display: none;
}
@media all and (min-width: 768px) {
  .advanced-title-block__bottom-block--desktop {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@keyframes jumpArrow {
  0% {
    bottom: -4px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: -4px;
  }
}
.child-page-nav-wrapper {
  box-sizing: border-box;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: -4.25rem;
}
@media all and (min-width: 768px) {
  .child-page-nav-wrapper {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media all and (min-width: 1024px) {
  .child-page-nav-wrapper {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }
}
.child-page-nav-wrapper[data-open=true] button.child-page__toggle {
  justify-content: flex-start;
  padding: 2rem 1.8rem;
}
@media all and (min-width: 768px) {
  .child-page-nav-wrapper[data-open=true] button.child-page__toggle {
    padding: 3rem;
  }
}
.child-page-nav-wrapper[data-open=true] button.child-page__toggle .child-page__toggle-icon {
  transform: rotate(45deg);
}
.child-page-nav-wrapper[data-open=true] .nav-content-wrapper {
  width: 100%;
  height: 100%;
  background-color: var(--color-med-navy);
}
.child-page-nav-wrapper[data-open=true] .child-page__content {
  opacity: 1;
}
.child-page-nav-wrapper[data-open=false] button.child-page__toggle:hover {
  background-color: var(--color-blue);
  color: var(--color-black);
  cursor: pointer;
}
.child-page-nav-wrapper[data-open=false] button.child-page__toggle:hover img {
  filter: brightness(0);
}
.child-page-nav-wrapper[data-open=false] div.child-page {
  visibility: hidden;
  padding: 0;
  height: 0;
  width: 0;
}
.child-page-nav-wrapper[data-open=false] div.child-page .child-page__content {
  opacity: 0;
}
.child-page-nav-wrapper .nav-content-wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-white);
  box-sizing: border-box;
  border-radius: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.child-page-nav-wrapper .nav-content-wrapper a:focus {
  outline: 1px solid white;
  outline-offset: 0;
}
@media all and (min-width: 1024px) {
  .child-page-nav-wrapper .nav-content-wrapper {
    border-radius: 2rem;
  }
}
.child-page-nav-wrapper .nav-content-wrapper .child-page__toggle {
  color: var(--color-blue);
  font-size: var(--fsize-body);
  font-weight: 800;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: none;
  border-radius: 1rem;
  background-color: var(--color-med-navy);
  cursor: pointer;
  padding: 2rem 1.8rem;
}
@media all and (min-width: 768px) {
  .child-page-nav-wrapper .nav-content-wrapper .child-page__toggle {
    padding: 3rem;
  }
}
@media all and (min-width: 1024px) {
  .child-page-nav-wrapper .nav-content-wrapper .child-page__toggle {
    border-radius: 2rem;
  }
}
.child-page-nav-wrapper .nav-content-wrapper .child-page__toggle:focus-visible {
  outline: 1px solid white;
  outline-offset: 0;
}
.child-page-nav-wrapper .nav-content-wrapper .child-page__toggle:focus, .child-page-nav-wrapper .nav-content-wrapper .child-page__toggle:focus-visible {
  outline-offset: -3px !important;
}
.child-page-nav-wrapper .nav-content-wrapper .child-page__toggle .child-page__toggle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 200ms;
}
.child-page-nav-wrapper .child-page {
  padding: 0 1.8rem 2rem 1.8rem;
}
@media all and (min-width: 768px) {
  .child-page-nav-wrapper .child-page {
    padding: 0 3rem 3rem 3rem;
  }
}
@media all and (min-width: 1024px) {
  .child-page-nav-wrapper .child-page {
    padding: 0 3rem 3rem 3rem;
  }
}
.child-page-nav-wrapper .child-page__content {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: opacity 600ms;
}
.child-page-nav-wrapper .child-page-nav {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .child-page-nav-wrapper .child-page-nav {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media all and (min-width: 1024px) {
  .child-page-nav-wrapper .child-page-nav {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    grid-template-rows: auto;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}
.child-page-nav-wrapper .child-page-nav li {
  position: relative;
  margin-bottom: 1.2rem;
}
@media all and (min-width: 768px) {
  .child-page-nav-wrapper .child-page-nav li {
    margin-bottom: 1.5rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .child-page-nav-wrapper .child-page-nav li {
    padding-right: 3rem;
  }
}
.child-page-nav-wrapper .child-page-nav li:nth-child(2)::before, .child-page-nav-wrapper .child-page-nav li:nth-child(3)::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  inline-size: 1px;
  block-size: 100vh;
  inset-block-start: 0;
  inset-inline-start: -2rem;
}
@media all and (min-width: 1024px) {
  .child-page-nav-wrapper .child-page-nav li:nth-child(2)::before, .child-page-nav-wrapper .child-page-nav li:nth-child(3)::before {
    inset-inline-start: -3rem;
  }
}
.child-page-nav-wrapper .child-page-nav li a {
  font-size: var(--fsize-body);
  font-weight: 400;
  line-height: 140%;
  color: var(--color-white);
  text-decoration: none;
  overflow-wrap: break-word;
}
.child-page-nav-wrapper .child-page-nav li a .last-word {
  padding-right: 30px;
}
@media all and (min-width: 1024px) {
  .child-page-nav-wrapper .child-page-nav li a .last-word::after {
    width: 12px;
  }
}
@media all and (min-width: 1024px) {
  .child-page-nav-wrapper .child-page-nav li a:hover .last-word::after {
    right: 0;
  }
}

@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .child-page-nav-wrapper button.child-page__toggle img,
  .child-page-nav-wrapper[data-open=false] button.child-page__toggle:hover img,
  .child-page-nav-wrapper button.child-page__toggle:hover img {
    filter: brightness(0) invert(1);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .child-page-nav-wrapper button.child-page__toggle img,
  .child-page-nav-wrapper[data-open=false] button.child-page__toggle:hover img,
  .child-page-nav-wrapper button.child-page__toggle:hover img {
    filter: brightness(0) invert(0);
  }
}

body.error404 {
  background: var(--color-white);
  background: linear-gradient(20deg, var(--color-white), var(--color-blue-2));
}
body.error404 main .advanced-title-block {
  background: none;
  border-bottom: none;
}
body.error404 main .content-404 {
  max-width: 1800px;
  margin: 4rem auto 0;
  padding: 0 var(--block-padding-left-right) !important;
}
@media all and (min-width: 768px) {
  body.error404 main .content-404 {
    margin: 5rem auto 0;
  }
}
@media all and (min-width: 1024px) {
  body.error404 main .content-404 {
    margin: 7rem auto 13rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7rem;
  }
}
body.error404 main .text-content-404 {
  margin: 0 !important;
  padding: 0;
}
@media all and (min-width: 1024px) {
  body.error404 main .text-content-404 h1 {
    margin-top: 0;
  }
}
body.error404 main .text-content-404__message {
  margin-top: 1rem;
}
body.error404 main .wp-block-search {
  margin: 3rem auto;
}
@media all and (min-width: 768px) {
  body.error404 main .wp-block-search {
    margin-bottom: 5rem;
  }
}
body.error404 main figure {
  margin-bottom: 6rem;
}
@media all and (min-width: 1024px) {
  body.error404 main figure {
    max-width: 45%;
    margin: 0 !important;
  }
}
body.error404 main img {
  border-radius: 1rem;
}

input[type=search]::-webkit-search-cancel-button input[type=search]::-webkit-search-cancel-button:hover {
  -webkit-appearance: none;
  background: none;
  appearance: none; /* Removes default styling */
}

.searchwp-revised-search-notice {
  display: none;
}

.search {
  --advanced-search-column-width: 216px;
}
.search .search-page-container {
  background: linear-gradient(90deg, var(--color-blue-2), var(--color-white));
  padding: 3rem 2rem;
}
.search .search-page-container > * {
  max-width: 1800px;
}
@media all and (min-width: 768px) {
  .search .search-page-container {
    padding: 4rem 3rem;
  }
}
@media all and (min-width: 1024px) {
  .search .search-page-container {
    padding: 6rem 5.5rem;
  }
}
.search .search-page-container mark.searchwp-highlight {
  background-color: transparent;
  font-weight: 900;
  color: var(--color-med-navy);
}
.search .search-page-container .searchwp-form > .swp-flex--col:first-of-type {
  gap: 0;
}
.search .search-page-container .searchwp-form > .swp-flex--col:first-of-type .advanced-filters-wrapper {
  margin-bottom: 4rem;
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .search .search-page-container .searchwp-form > .swp-flex--col:first-of-type .advanced-filters-wrapper .swp-toggle-switch {
    border: 1px solid black;
  }
  .search .search-page-container .searchwp-form > .swp-flex--col:first-of-type .advanced-filters-wrapper .swp-toggle-switch:before {
    border: 1px solid black;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .search .search-page-container .searchwp-form > .swp-flex--col:first-of-type .advanced-filters-wrapper .swp-toggle-switch {
    border: 1px solid white;
  }
  .search .search-page-container .searchwp-form > .swp-flex--col:first-of-type .advanced-filters-wrapper .swp-toggle-switch:before {
    border: 1px solid white;
  }
}
.search .search-page-container .searchwp-form > .swp-flex--col:first-of-type .advanced-filters-wrapper input.swp-toggle-checkbox + .swp-toggle-switch {
  background-color: var(--color-med-navy);
}
.search .search-page-container .searchwp-form > .swp-flex--col:first-of-type .advanced-filters-wrapper input.swp-toggle-checkbox:focus + div.swp-toggle-switch {
  box-shadow: none;
  outline: 1px solid var(--color-black) !important;
  outline-offset: 3px;
}
@media all and (min-width: 1024px) {
  .search .search-page-container .searchwp-form > .swp-flex--col:first-of-type {
    flex-direction: row;
    gap: 4rem;
    padding-left: var(--advanced-search-column-width);
    margin-bottom: 6rem;
  }
  .search .search-page-container .searchwp-form > .swp-flex--col:first-of-type .advanced-filters-wrapper {
    margin-bottom: 0;
    position: absolute;
    top: 60px;
    left: 55px;
  }
  .search .search-page-container .searchwp-form > .swp-flex--col:first-of-type .advanced-filters-wrapper .swp-toggle {
    margin-top: 0;
  }
}
.search .search-page-container .searchwp-form .swp-flex--row:not(.swp-toggle):not(.searchwp-form-advanced-filters) {
  gap: 1rem;
  box-sizing: border-box;
  border-radius: var(--button-radius);
  height: 3.8rem;
  padding: 0 1rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-med-navy);
}
@media all and (min-width: 768px) {
  .search .search-page-container .searchwp-form .swp-flex--row:not(.swp-toggle):not(.searchwp-form-advanced-filters) {
    height: 5.6rem;
    padding: 0 1rem;
  }
}
.search .search-page-container .searchwp-form .swp-flex--row:not(.swp-toggle):not(.searchwp-form-advanced-filters) .searchwp-form-input-container {
  border: none;
}
.search .search-page-container .searchwp-form .swp-flex--row:not(.swp-toggle):not(.searchwp-form-advanced-filters) .searchwp-form-input-container input {
  font-size: var(--fsize-body);
  border: none;
  background-image: none;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 2rem;
  color: var(--color-med-navy);
}
.search .search-page-container .searchwp-form .swp-flex--row:not(.swp-toggle):not(.searchwp-form-advanced-filters) .searchwp-form-input-container input::-moz-placeholder {
  opacity: 1;
  color: var(--color-black, #000);
}
.search .search-page-container .searchwp-form .swp-flex--row:not(.swp-toggle):not(.searchwp-form-advanced-filters) .searchwp-form-input-container input::placeholder {
  opacity: 1;
  color: var(--color-black, #000);
}
.search .search-page-container .searchwp-form .swp-flex--row:not(.swp-toggle):not(.searchwp-form-advanced-filters) .searchwp-form-input-container input:focus-visible {
  outline: 1px solid black;
  outline-offset: 3px;
}
.search .search-page-container .searchwp-form .swp-flex--row:not(.swp-toggle):not(.searchwp-form-advanced-filters) .searchwp-form-input-container input:focus, .search .search-page-container .searchwp-form .swp-flex--row:not(.swp-toggle):not(.searchwp-form-advanced-filters) .searchwp-form-input-container input:focus-visible {
  outline-offset: -3px !important;
}
.search .search-page-container .searchwp-form .swp-flex--row:not(.swp-toggle):not(.searchwp-form-advanced-filters) .swp-button {
  cursor: pointer;
  font-size: 0;
  padding: 1.4rem;
  color: white;
  background-color: transparent;
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSIjMDcyMzQ3Ii8+Cjwvc3ZnPgo=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.9rem 1.9rem;
  margin-right: 1rem;
}
.search .search-page-container .searchwp-form .swp-flex--row:not(.swp-toggle):not(.searchwp-form-advanced-filters) .swp-button:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.search .search-page-container .searchwp-form .swp-flex--row:not(.swp-toggle):not(.searchwp-form-advanced-filters) .swp-button:focus, .search .search-page-container .searchwp-form .swp-flex--row:not(.swp-toggle):not(.searchwp-form-advanced-filters) .swp-button:focus-visible {
  outline-offset: -3px !important;
}
.search .search-page-container .searchwp-form .swp-toggle {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 0;
}
.search .search-page-container .searchwp-form .swp-toggle .swp-p {
  font-family: var(--font-family-primary);
}
.search .search-page-container .searchwp-form .searchwp-form-advanced-filters {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.search .search-page-container .searchwp-form .searchwp-form-advanced-filters .swp-select {
  cursor: pointer;
  width: 100%;
  border: none;
  background-color: transparent;
  height: 2.5rem;
  font-family: var(--font-family-primary);
  color: var(--color-med-navy);
  font-size: var(--fsize-body);
  font-weight: 400;
  line-height: 140%;
  padding-left: 0;
  border-bottom: 1px solid var(--color-med-navy);
  background-position: right;
  background-size: auto;
}
.search .search-page-container .searchwp-form .searchwp-form-advanced-filters .swp-select:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.search .search-page-container .searchwp-form .searchwp-form-advanced-filters .secondary-submit-button {
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 1.2rem;
  border: none;
  background-color: var(--color-blue);
  color: var(--color-black);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: normal;
  padding: 1.6rem;
  margin-top: 2rem;
  transition: border-radius ease 600ms;
}
.search .search-page-container .searchwp-form .searchwp-form-advanced-filters .secondary-submit-button:hover {
  border-radius: 2px;
}
@media all and (min-width: 1024px) {
  .search .search-page-container .searchwp-form .searchwp-form-advanced-filters .secondary-submit-button {
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
  }
}
.search .search-page-container .searchwp-form .searchwp-form-advanced-filters .secondary-submit-button:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
@media all and (min-width: 1024px) {
  .search .wp-block-query-no-results {
    padding-left: var(--advanced-search-column-width);
  }
}
.search .search-results__card-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3rem;
  padding-top: 0;
}
.search .search-results__card-list a:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
@media all and (min-width: 1024px) {
  .search .search-results__card-list {
    row-gap: 4rem;
    padding-left: var(--advanced-search-column-width);
  }
}
.search .search-results__card-list h2.wp-block-post-title {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.search .search-results__card-list h2.wp-block-post-title a {
  font-family: var(--font-family-secondary);
  font-size: var(--fsize-area-of-study);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.7px;
  color: var(--color-med-navy);
  text-decoration: none;
  gap: 8px;
  text-align: left;
}
@media all and (min-width: 768px) {
  .search .search-results__card-list h2.wp-block-post-title a .last-word {
    padding-right: 36px;
  }
  .search .search-results__card-list h2.wp-block-post-title a .last-word::after {
    width: 18px;
  }
  .search .search-results__card-list h2.wp-block-post-title a:hover .last-word::after {
    right: 0;
  }
}
.search .search-results__card-list .wp-block-post {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid rgba(16, 50, 83, 0.5);
}
@media all and (min-width: 768px) {
  .search .search-results__card-list .wp-block-post.has-post-thumbnail {
    grid-template-columns: 1fr auto;
  }
}
.search .search-results__card-list .wp-block-post figure {
  width: 100%;
  aspect-ratio: 280/198 !important;
  border-radius: 10px;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .search .search-results__card-list .wp-block-post figure {
    max-width: 207px;
    aspect-ratio: 207/146 !important;
    border-radius: 10px;
    overflow: hidden;
  }
}
.search .search-results__card-list .wp-block-post .wp-block-group {
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .search .search-results__card-list .wp-block-post .wp-block-group {
    flex-direction: row;
    margin-bottom: 2rem;
  }
}
.search .search-results__card-list .wp-block-post .wp-block-group .wp-block-group {
  flex-grow: 1;
}
.search .search-results__card-list .wp-block-post .wp-block-group .wp-block-group > * {
  max-width: 100%;
}
.search .search-results__card-list .wp-block-post > .wp-block-group:first-child {
  gap: 1.5rem;
}
@media all and (min-width: 768px) {
  .search .search-results__card-list .wp-block-post > .wp-block-group:first-child {
    gap: 2rem;
  }
}

@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .search .search-page-container .searchwp-form .swp-flex--row:not(.swp-toggle):not(.searchwp-form-advanced-filters) .swp-button {
    filter: brightness(0) invert(1);
  }
}

.floating-action-buttons {
  position: fixed;
  right: 24px;
  bottom: 91px;
  z-index: 1;
  margin-bottom: 0;
}
.floating-action-buttons a[href="#top"] {
  display: none;
}
.floating-action-buttons .to-top-button a {
  font-size: 0;
  color: transparent;
}
.floating-action-buttons .wp-block-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-white);
  padding: 2rem;
  border-radius: 72px;
  background-color: var(--color-floating-actions);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
}
.floating-action-buttons .wp-block-button a:hover {
  background-color: var(--color-blue);
  border: 1px solid var(--color-blue);
}
.floating-action-buttons .wp-block-button a:hover img {
  filter: invert(1) brightness(0);
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .floating-action-buttons .wp-block-button a img {
    filter: brightness(0);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .floating-action-buttons .wp-block-button a img {
    filter: brightness(0) invert(1);
  }
  .floating-action-buttons .wp-block-button a:hover img {
    filter: brightness(0) invert(1);
  }
}

footer {
  overflow-x: hidden;
}
footer a:focus,
footer button:focus,
footer .wp-block-button .wp-element-button:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
footer .footer-extension {
  border-top: 1px solid var(--color-line-navy);
  padding: 4rem 2rem 3.5rem;
}
footer .footer-extension a.wp-block-button__link:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
@media screen and (min-width: 1024px) {
  footer .footer-extension {
    padding: 7.8rem 5.6rem 7.9rem;
  }
}
footer .footer-extension > .wp-block-group:last-child {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer-extension > .wp-block-group {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-extension > .wp-block-group {
    gap: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-extension > .wp-block-group {
    max-width: 1800px;
  }
}
footer .footer-extension .wp-block-heading {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.06rem;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  footer .footer-extension .wp-block-heading {
    font-size: 3.6rem;
    letter-spacing: -0.072rem;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-extension .wp-block-heading {
    font-size: 5.4rem;
    letter-spacing: -0.31rem;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-extension .wp-block-buttons {
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-extension .wp-block-buttons {
    flex-wrap: nowrap;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-extension .wp-block-buttons {
    gap: 2rem;
  }
}
footer .footer-extension .wp-block-button__link {
  padding: 0.7rem 1.5rem;
  color: var(--color-med-navy);
  border-color: var(--color-med-navy);
  background: transparent;
}
@media screen and (min-width: 1024px) {
  footer .footer-extension .wp-block-button__link {
    padding: 1.2rem 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  footer .wp-block-social-links {
    margin: 2rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  footer .wp-block-social-links {
    gap: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  footer .wp-block-social-links {
    gap: 2rem;
  }
}
footer .wp-social-link {
  font-size: 28px;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  footer .wp-social-link {
    font-size: 37px;
  }
}
footer .wp-social-link a {
  padding: 0;
}
footer .wp-social-link svg path {
  fill: var(--color-blue, rgb(77, 169, 239));
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  footer .wp-social-link svg path {
    filter: brightness(0) invert(1);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  footer .wp-social-link svg path {
    filter: brightness(0);
  }
}
footer address {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  footer address {
    margin: 0 0 2.9rem;
  }
}
footer address > p:nth-child(1) {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.6rem;
}
@media all and (min-width: 768px) {
  footer address > p:nth-child(1) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  footer address > p:nth-child(1) {
    font-size: 18px !important;
  }
}
footer address > p:nth-child(2) {
  font-family: var(--font-family-secondary);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 1.2rem;
}
@media all and (min-width: 768px) {
  footer address > p:nth-child(2) {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 1024px) {
  footer address > p:nth-child(2) {
    margin-bottom: 2rem;
  }
}
footer address > p:nth-child(3) {
  margin: 0;
  color: var(--color-blue) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
footer address > p:nth-child(3) a {
  text-decoration: none;
  color: var(--color-med-navy);
  font-weight: 600;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-med-navy) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  border-bottom: none;
  font-weight: 600;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-blue) 1px);
  color: var(--color-blue) !important;
}
footer address > p:nth-child(3) a:hover {
  animation-duration: 1200ms;
  animation-name: linkBackground;
  background-size: 100% 100%;
}
footer address > p:nth-child(3) a:visited {
  color: var(--color-med-navy);
}
footer address > p:nth-child(3) a:focus {
  outline: 1px solid black;
  outline-offset: 0;
}
footer address > p:nth-child(3) a:focus {
  outline: 1px solid white;
  outline-offset: 0;
}
@media screen and (min-width: 1024px) {
  footer .footer__logo--mobile {
    display: none;
  }
}
footer .footer__logo--mobile img {
  width: 143px !important;
}
@media screen and (min-width: 768px) {
  footer .footer__logo--mobile img {
    width: 162px !important;
  }
}
footer .footer__logo--full {
  width: 253px !important;
  margin: 0;
  padding: 0.9rem 0;
}
@media screen and (max-width: 1023px) {
  footer .footer__logo--full {
    display: none;
  }
}
footer :where(.wp-block-columns) {
  margin: 0;
}
@media screen and (max-width: 767px) {
  footer :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }
}
footer > .wp-block-group {
  position: relative;
  padding: 4rem 2rem;
  color: var(--color-white);
  background: var(--color-med-navy);
}
@media screen and (min-width: 768px) {
  footer > .wp-block-group {
    padding: 4rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  footer > .wp-block-group {
    padding: 4rem 5.5rem;
  }
}
footer > .wp-block-group:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100svw;
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjAiIGhlaWdodD0iOTY5IiB2aWV3Qm94PSIwIDAgMzIwIDk2OSIgZmlsbD0ibm9uZSI+CjxnIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTptdWx0aXBseSI+CjxwYXRoIGQ9Ik0zOTYuODUyIDgyNy41NjVDLTIxMy44NDIgMTI4OC43OSAtOTAxLjI1NiAxMjY0Ljk3IC0xMTU2LjAxIDE2Ni42M0MtNjk2LjQ2MiA4MzAuNTQyIC0xNjguMDU1IDg0My40NDkgMjcwLjIyOSA0ODEuNDc0QzEzOTUuNTMgLTQ0Ny45MDIgMjAzMi4zMyAyNTQuNzUxIDIwMzIuMzMgMjU0Ljc1MUMyMDMyLjMzIDI1NC43NTEgMTM1OS4zNSAxMDAuNjQxIDM5Ni44NTIgODI3LjU2NVoiIGZpbGw9IiNBQkI1QkQiLz4KPC9nPgo8L3N2Zz4=);
  background-position: center;
  background-size: cover;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
  z-index: 0;
}
footer > .wp-block-group > .wp-block-group {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  footer > .wp-block-group > .wp-block-group {
    max-width: 1800px;
    margin: 0 auto;
  }
}
footer > .wp-block-group > .wp-block-group:nth-child(1) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  footer > .wp-block-group > .wp-block-group:nth-child(1) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  footer > .wp-block-group > .wp-block-group:nth-child(1) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  footer > .wp-block-group > .wp-block-group:nth-child(1) {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  footer > .wp-block-group > .wp-block-group:nth-child(1) > .wp-block-group {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  footer > .wp-block-group > .wp-block-group:nth-child(1) > .wp-block-group:nth-child(2) {
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  footer > .wp-block-group > .wp-block-group:nth-child(1) > .wp-block-group:nth-child(2) {
    align-self: flex-end;
    margin: 0 0 0.5rem;
    gap: 3rem;
  }
}
footer > .wp-block-group > .wp-block-group:nth-child(1) figure {
  margin: 0 0 2rem;
}
@media all and (min-width: 768px) {
  footer > .wp-block-group > .wp-block-group:nth-child(1) figure {
    margin: 0;
  }
}
footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button {
  padding: 1rem 4.6rem 1rem 1.6rem;
  position: relative;
  background-color: transparent;
}
@media all and (min-width: 1024px) {
  footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button {
    padding: 1.1rem 5rem 1.1rem 2rem;
    border-radius: 1.2rem;
  }
}
footer > .wp-block-group > .wp-block-group:nth-child(1) .wp-element-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI2IDIuNUMyNiAxLjEyNSAyNC44MyAwIDIzLjQgMEgyLjZDMS4xNyAwIDAgMS4xMjUgMCAyLjVWMTcuNUMwIDE4Ljg3NSAxLjE3IDIwIDIuNiAyMEgyMy40QzI0LjgzIDIwIDI2IDE4Ljg3NSAyNiAxNy41VjIuNVpNMjMuNCAyLjVMMTMgOC43NUwyLjYgMi41SDIzLjRaTTIzLjQgMTcuNUgyLjZWNUwxMyAxMS4yNUwyMy40IDVWMTcuNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
footer > .wp-block-group > .wp-block-group:nth-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  footer > .wp-block-group > .wp-block-group:nth-child(2) {
    display: block;
  }
}
footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns {
  gap: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 3rem 4rem;
    grid-template-areas: "address1 address1 quick-links" "address2 address2 quick-links";
  }
}
@media screen and (min-width: 768px) {
  footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:nth-child(1) {
    grid-area: address1;
  }
}
@media screen and (min-width: 1024px) {
  footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:nth-child(1) {
    flex: 0 1 40%;
  }
}
@media screen and (min-width: 768px) {
  footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:nth-child(2) {
    grid-area: address2;
  }
}
@media screen and (min-width: 1024px) {
  footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:nth-child(2) {
    flex: 0 1 40%;
  }
}
@media all and (min-width: 1024px) {
  footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:nth-child(2) {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:last-of-type {
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 768px) {
  footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:last-of-type {
    grid-area: quick-links;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:last-of-type {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
}
@media screen and (min-width: 1024px) {
  footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:last-of-type {
    flex: 0 0 20%;
  }
}
footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:last-of-type > p {
  font-size: 1.6rem !important;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
@media all and (min-width: 1024px) {
  footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:last-of-type > p {
    font-size: 1.8rem !important;
  }
}
footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:last-of-type > nav {
  margin-bottom: 0;
}
footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:last-of-type > nav ul {
  gap: 1rem;
}
footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column:last-of-type > nav a {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column .is-layout-flex {
    gap: 2rem;
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 768px) {
  footer > .wp-block-group > .wp-block-group:nth-child(2) > .wp-block-columns > .wp-block-column .is-layout-flex > * {
    flex: 0 1 50% !important;
  }
}
footer > .wp-block-group > .wp-block-group:nth-child(3) {
  margin-bottom: 0;
}
footer > .wp-block-group > .wp-block-group:nth-child(3) p {
  width: 100%;
  padding-top: 3rem;
  border-top: 1px solid var(--color-white);
  font-family: var(--font-family-secondary);
  font-size: 1.4rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .quick-links-header {
  margin: 0 0 10px 0;
  color: var(--color-white, #fff);
  font-size: var(--fsize-body, 1.6rem);
  text-transform: uppercase;
  font-weight: 900;
  font-family: var(--font-family-primary, sans-serif);
}
@media (min-width: 1024px) {
  footer .quick-links-header {
    font-size: var(--fsize-large, 1.8rem);
  }
}

.addtoany__wrapper {
  margin-top: 32px;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
.addtoany__wrapper > * {
  display: inline-block;
  margin-right: 10px;
}
.addtoany__wrapper .addtoany__label {
  font-size: var(--fsize-h4, 2.8rem) !important;
  font-weight: 700;
}
.addtoany__wrapper .addtoany_list {
  background-color: var(--color-med-navy);
  border-radius: 10px;
  padding: 20px;
  display: inline-flex;
  flex-wrap: wrap;
}
.addtoany__wrapper .addtoany_list a {
  background-color: var(--color-med-navy) !important;
  display: flex;
  padding: 5px;
  transition: transform 0.2s ease;
}
.addtoany__wrapper .addtoany_list a:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
.addtoany__wrapper .addtoany_list a:focus, .addtoany__wrapper .addtoany_list a:focus-visible {
  outline-offset: -3px !important;
}
.addtoany__wrapper .addtoany_list a span {
  background-color: none !important;
  opacity: 1 !important;
}
.addtoany__wrapper .addtoany_list a svg {
  height: 32px;
  width: auto;
  fill: var(--color-blue);
  stroke: transparent;
}
.addtoany__wrapper .addtoany_list a:hover {
  transform: scale(1.2);
}
.addtoany__wrapper .addtoany_list a:hover span {
  opacity: 1 !important;
}

@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .addtoany__wrapper .addtoany_list a svg path {
    fill: var(--color-white, #fff) !important;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .addtoany__wrapper .addtoany_list a svg path {
    fill: var(--color-black, #000) !important;
  }
}

.block-related-news {
  margin-top: 80px;
}
@media all and (min-width: 768px) {
  .block-related-news {
    margin-top: 6rem;
  }
}
@media all and (min-width: 1024px) {
  .block-related-news {
    margin-top: 8rem;
  }
}
.block-related-news a:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.block-related-news__header-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.block-related-news__header-row h2 {
  margin: 0;
}
.block-related-news__header-row > * {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .block-related-news__header-row {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .block-related-news__header-row {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .block-related-news__cta {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .block-related-news__cta {
    flex: 0 0 auto;
  }
}
.block-related-news__posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-standard, 2rem);
}
@media (max-width: 767px) {
  .block-related-news__posts ul {
    margin-bottom: 28px;
  }
}
.block-related-news__posts li .post_thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 280/197 !important;
  border-radius: var(--image-radius, 10px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .block-related-news__posts li .post_thumbnail {
    aspect-ratio: 200/122 !important;
  }
}
@media (min-width: 768px) {
  .block-related-news__posts ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/**
    Program Finder Block
    see plugins/spcc-custom-blocks/src/blocks/program-finder/index.js
*/
.wp-block-spcc-program-finder {
  background: var(--color-white);
  background: linear-gradient(20deg, var(--color-white), var(--color-blue-2));
  box-sizing: border-box;
  transform: translateX(calc(0px - var(--block-padding-left-right)));
  width: 100vw;
  max-width: 100vw;
  padding: var(--component-v-spacing) var(--block-padding-left-right);
  border-top: 1px solid var(--color-line-navy);
  border-bottom: 1px solid var(--color-line-navy);
}

.program-finder-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.program-finder-block__wrapper {
  max-width: 1800px;
  margin: 0 auto;
}
.program-finder-block__wrapper h2 {
  margin-bottom: 4rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .program-finder-block {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .program-finder-block {
    grid-template-columns: 330px calc(100% - 390px);
    gap: 40px;
    align-items: flex-start;
  }
}
.program-finder-block label {
  cursor: pointer;
}
.program-finder-block .legend-container {
  padding: 2rem 0;
}
@media all and (max-width: 1023px) {
  .program-finder-block .legend-container {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.program-finder-block .legend-container > * {
  margin-top: 0;
  margin-bottom: 0;
}
.program-finder-block__filters fieldset {
  border: 0px;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1;
}
.program-finder-block__filters fieldset .field-item {
  width: 100%;
  flex: 1 0 100%;
}
.program-finder-block__filters .field-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.program-finder-block__filters .field-item input {
  flex: 0 0 auto;
}
.program-finder-block__filters .field-item label.program-type {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 10px;
  margin-bottom: 25px;
}
.program-finder-block__filters .field-item label.program-type .program-type__name {
  font-weight: 900;
  line-height: 110%; /* 17.6px */
  text-transform: uppercase;
  color: var(--color-med-navy, #072347);
}
.program-finder-block__filters .field-item label.program-type .program-type__description {
  margin: 0;
  grid-column: 2/-1;
}
.program-finder-block__programs {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 768px) {
  .program-finder-block__programs {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
.program-finder-block .group-expand {
  border-radius: 0;
  border: none;
  display: block;
  padding: 0;
  background: transparent;
}
.program-finder-block .group-expand__wrapper {
  padding: 3rem 2rem;
  display: inline-block;
}
.program-finder-block .group-expand__wrapper:has(button[aria-expanded=false]) {
  padding: 0;
}
@media all and (min-width: 1024px) {
  .program-finder-block .group-expand__wrapper {
    padding: 3rem;
  }
}
.program-finder-block .group-expand__button {
  border-radius: 0;
  color: var(--color-med-navy);
  padding: 2rem;
}
.program-finder-block .group-expand__button:focus-visible {
  outline: 1px solid black;
  outline-offset: 3px;
}
.program-finder-block .group-expand__button > * {
  margin: 0;
}
.program-finder-block .group-expand .group-expand__wrapper button:focus-visible {
  outline: 1px solid black;
  outline-offset: 3px;
}
.program-finder-block .group-expand .group-expand__wrapper button:focus-visible {
  -moz-outline-radius: 10px;
  outline-offset: -10px !important;
}
@media all and (max-width: 1023px) {
  .program-finder-block .group-expand[data-filters-open=false]:not([data-is-animating]) .group-expand__wrapper button:hover {
    background-color: var(--color-med-navy);
    color: var(--color-white);
  }
  .program-finder-block .group-expand[data-filters-open=false]:not([data-is-animating]) .group-expand__wrapper button:hover > * {
    color: var(--color-white);
  }
}
.program-finder-block .program-finder-block__filters:not([data-filters-open=true]) .field-items-container {
  visibility: hidden;
}

.program-card {
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.program-card .pills {
  margin-bottom: 14px;
}
.program-card .pills * {
  display: inline-block;
  font-size: var(--fsize-base);
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-black);
  padding: 0.6rem 1rem;
  background-color: var(--color-green);
  border-radius: 5rem;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  text-decoration: none !important;
  margin-right: 5px;
}
@media all and (min-width: 768px) {
  .program-card .pills * {
    font-size: 1.2rem;
  }
}
.program-card .pills *:hover {
  text-decoration: none !important;
}
.program-card .pills * a {
  color: var(--color-black);
  text-decoration: none;
}
.program-card .pills * a:hover {
  text-decoration: none;
}
.program-card__title {
  margin: 0;
}
.program-card__title h3 {
  margin: 0;
}
.program-card__title a {
  color: white;
  text-decoration: none;
}
.program-card__title a .last-word {
  padding-right: 36px;
}
.program-card__title a .last-word::after {
  width: 18px;
}
.program-card__title a:hover .last-word::after {
  right: 0;
}
.program-card__title a:focus {
  outline: 1px solid white;
  outline-offset: 0;
}

.card-has-background {
  position: relative;
  background: var(--color-med-navy);
  transition: background 0.3s ease;
}
.card-has-background:before {
  scale: 1;
  transition: transform 200ms ease, opacity 0.3s ease;
}
.card-has-background:hover {
  background: var(--color-light-navy);
}
.card-has-background:hover:before {
  transform: translateX(100%);
  opacity: 0;
}

.spcc-site-menu.pattern-accordion .accordion__content {
  display: none;
}
.spcc-site-menu.pattern-accordion .accordion__item div.toggle-preview {
  display: flex;
}
.spcc-site-menu.pattern-accordion button.accordion__toggle {
  border-radius: 50%;
  background-color: var(--color-blue);
  height: 2.6rem;
  width: 2.6rem;
  aspect-ratio: 1;
  padding: 0;
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNiAyNyIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xMi42OTQ1IDE5LjE0NzNDMTIuNDYwOSAxOS4xNDcyIDEyLjI3MTYgMTguOTU3OSAxMi4yNzE1IDE4LjcyNDNMMTIuMjY5OCA4LjE1MjQyQzEyLjI2OTggNy45MTg4NyAxMi40NTkxIDcuNzI5NTcgMTIuNjkyNyA3LjcyOTYxTDEzLjExNTUgNy43Mjk2N0MxMy4zNDkxIDcuNzI5NzEgMTMuNTM4NCA3LjkxOTA3IDEzLjUzODUgOC4xNTI2MkwxMy41NDAyIDE4LjcyNDVDMTMuNTQwMiAxOC45NTgxIDEzLjM1MDkgMTkuMTQ3NCAxMy4xMTczIDE5LjE0NzNMMTIuNjk0NSAxOS4xNDczWiIgZmlsbD0iIzA3MjM0NyIvPgo8cGF0aCBkPSJNNy4yNjE4IDEzLjIyNDJDNy4yNjE3NiAxMi45OTA2IDcuNDUxMDYgMTIuODAxMyA3LjY4NDYgMTIuODAxNEwxOC4yNTY1IDEyLjgwMzFDMTguNDkwMSAxMi44MDMxIDE4LjY3OTQgMTIuOTkyNSAxOC42Nzk1IDEzLjIyNkwxOC42Nzk1IDEzLjY0ODlDMTguNjc5NiAxMy44ODI0IDE4LjQ5MDMgMTQuMDcxNyAxOC4yNTY3IDE0LjA3MTdMNy42ODQ4MSAxNC4wN0M3LjQ1MTI2IDE0LjA3IDcuMjYxOSAxMy44ODA2IDcuMjYxODYgMTMuNjQ3MUw3LjI2MTggMTMuMjI0MloiIGZpbGw9IiMwNzIzNDciLz4KPC9zdmc+);
  background-size: 100%;
  transition: transform ease 300ms, scale ease 300ms, background-color ease 300ms;
  margin-left: 2em;
  color: transparent;
  font-size: 0px;
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .spcc-site-menu.pattern-accordion button.accordion__toggle {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNiAyNyIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xMi42OTQ1IDE5LjE0NzNDMTIuNDYwOSAxOS4xNDcyIDEyLjI3MTYgMTguOTU3OSAxMi4yNzE1IDE4LjcyNDNMMTIuMjY5OCA4LjE1MjQyQzEyLjI2OTggNy45MTg4NyAxMi40NTkxIDcuNzI5NTcgMTIuNjkyNyA3LjcyOTYxTDEzLjExNTUgNy43Mjk2N0MxMy4zNDkxIDcuNzI5NzEgMTMuNTM4NCA3LjkxOTA3IDEzLjUzODUgOC4xNTI2MkwxMy41NDAyIDE4LjcyNDVDMTMuNTQwMiAxOC45NTgxIDEzLjM1MDkgMTkuMTQ3NCAxMy4xMTczIDE5LjE0NzNMMTIuNjk0NSAxOS4xNDczWiIgZmlsbD0iIzAwMCIvPgo8cGF0aCBkPSJNNy4yNjE4IDEzLjIyNDJDNy4yNjE3NiAxMi45OTA2IDcuNDUxMDYgMTIuODAxMyA3LjY4NDYgMTIuODAxNEwxOC4yNTY1IDEyLjgwMzFDMTguNDkwMSAxMi44MDMxIDE4LjY3OTQgMTIuOTkyNSAxOC42Nzk1IDEzLjIyNkwxOC42Nzk1IDEzLjY0ODlDMTguNjc5NiAxMy44ODI0IDE4LjQ5MDMgMTQuMDcxNyAxOC4yNTY3IDE0LjA3MTdMNy42ODQ4MSAxNC4wN0M3LjQ1MTI2IDE0LjA3IDcuMjYxOSAxMy44ODA2IDcuMjYxODYgMTMuNjQ3MUw3LjI2MTggMTMuMjI0MloiIGZpbGw9IiMwMDAiLz4KPC9zdmc+);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .spcc-site-menu.pattern-accordion button.accordion__toggle {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNiAyNyIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xMi42OTQ1IDE5LjE0NzNDMTIuNDYwOSAxOS4xNDcyIDEyLjI3MTYgMTguOTU3OSAxMi4yNzE1IDE4LjcyNDNMMTIuMjY5OCA4LjE1MjQyQzEyLjI2OTggNy45MTg4NyAxMi40NTkxIDcuNzI5NTcgMTIuNjkyNyA3LjcyOTYxTDEzLjExNTUgNy43Mjk2N0MxMy4zNDkxIDcuNzI5NzEgMTMuNTM4NCA3LjkxOTA3IDEzLjUzODUgOC4xNTI2MkwxMy41NDAyIDE4LjcyNDVDMTMuNTQwMiAxOC45NTgxIDEzLjM1MDkgMTkuMTQ3NCAxMy4xMTczIDE5LjE0NzNMMTIuNjk0NSAxOS4xNDczWiIgZmlsbD0iI2ZmZiIvPgo8cGF0aCBkPSJNNy4yNjE4IDEzLjIyNDJDNy4yNjE3NiAxMi45OTA2IDcuNDUxMDYgMTIuODAxMyA3LjY4NDYgMTIuODAxNEwxOC4yNTY1IDEyLjgwMzFDMTguNDkwMSAxMi44MDMxIDE4LjY3OTQgMTIuOTkyNSAxOC42Nzk1IDEzLjIyNkwxOC42Nzk1IDEzLjY0ODlDMTguNjc5NiAxMy44ODI0IDE4LjQ5MDMgMTQuMDcxNyAxOC4yNTY3IDE0LjA3MTdMNy42ODQ4MSAxNC4wN0M3LjQ1MTI2IDE0LjA3IDcuMjYxOSAxMy44ODA2IDcuMjYxODYgMTMuNjQ3MUw3LjI2MTggMTMuMjI0MloiIGZpbGw9IiNmZmYiLz4KPC9zdmc+);
  }
}
.spcc-site-menu.pattern-accordion button.accordion__toggle[aria-expanded=true] {
  transform: rotate(-45deg);
}
.spcc-site-menu.pattern-accordion button.accordion__toggle:hover {
  scale: 1.15;
  background-color: color-mix(in srgb, var(--color-blue) 60%, white 40%);
}
.spcc-site-menu.pattern-accordion .toggle-preview {
  justify-content: space-between;
  font-weight: 600;
  width: 100%;
}

.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .pattern-title-block *,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .pattern-title-block * {
  max-width: 1800px;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .pattern-title-block h2,
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .pattern-title-block p,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .pattern-title-block h2,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .pattern-title-block p {
  margin-top: 0;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .pattern-title-block p,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .pattern-title-block p {
  margin-bottom: 3rem;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all {
  max-width: 908px;
  gap: 1.5rem;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all,
  .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all {
    gap: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all,
  .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all {
    margin-bottom: 2rem;
  }
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__expand-all button,
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__collapse-all button,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__expand-all button,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__collapse-all button {
  display: flex;
  align-items: center;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__expand-all button::after,
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__collapse-all button::after,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__expand-all button::after,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__collapse-all button::after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8%206L13%206C13.5523%206%2014%206.44771%2014%207C14%207.55228%2013.5523%208%2013%208L8%208L8%2013C8%2013.5523%207.55228%2014%207%2014C6.44772%2014%206%2013.5523%206%2013L6%208L1%208C0.447715%208%20-2.81839e-07%207.55228%20-3.0598e-07%207C-3.30121e-07%206.44772%200.447715%206%201%206L6%206L6%201C6%200.447715%206.44771%20-2.81839e-07%207%20-3.0598e-07C7.55228%20-3.30121e-07%208%200.447715%208%201L8%206Z%22%20fill%3D%22%23072347%22%2F%3E%3C%2Fsvg%3E");
  height: 1.4rem;
  width: 1.4rem;
  margin-left: 1rem;
  fill: currentColor;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__expand-all button:hover::after,
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__collapse-all button:hover::after,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__expand-all button:hover::after,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__collapse-all button:hover::after {
  filter: invert(1) brightness(2);
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__expand-all .js-disabled,
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__collapse-all .js-disabled,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__expand-all .js-disabled,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__collapse-all .js-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__collapse-all button::after,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__all .accordion__collapse-all button::after {
  transform: rotate(45deg);
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item {
  max-width: 908px;
  cursor: pointer;
  border-bottom: 1px solid var(--color-line-navy);
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .toggle-preview,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .toggle-preview {
  width: 100%;
  display: block;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .toggle-preview p,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .toggle-preview p {
  margin-top: 1.6rem;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .wp-block-group,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .wp-block-group {
  margin: 0;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button {
  width: 100%;
  text-align: left;
  background-color: transparent;
  color: var(--color-black);
  border: none;
  padding: 2rem 3.6rem 2rem 0;
  padding-right: 3.6rem;
  position: relative;
  border-radius: 0;
  font-weight: 700;
  font-size: var(--fsize-body);
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button::after,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button::after {
  font-size: 0 !important;
  border-radius: 50% !important;
  background-color: var(--color-blue);
  height: 2.8rem;
  width: 2.8rem;
  aspect-ratio: 1;
  padding: 0;
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNiAyNyIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xMi42OTQ1IDE5LjE0NzNDMTIuNDYwOSAxOS4xNDcyIDEyLjI3MTYgMTguOTU3OSAxMi4yNzE1IDE4LjcyNDNMMTIuMjY5OCA4LjE1MjQyQzEyLjI2OTggNy45MTg4NyAxMi40NTkxIDcuNzI5NTcgMTIuNjkyNyA3LjcyOTYxTDEzLjExNTUgNy43Mjk2N0MxMy4zNDkxIDcuNzI5NzEgMTMuNTM4NCA3LjkxOTA3IDEzLjUzODUgOC4xNTI2MkwxMy41NDAyIDE4LjcyNDVDMTMuNTQwMiAxOC45NTgxIDEzLjM1MDkgMTkuMTQ3NCAxMy4xMTczIDE5LjE0NzNMMTIuNjk0NSAxOS4xNDczWiIgZmlsbD0iIzA3MjM0NyIvPgo8cGF0aCBkPSJNNy4yNjE4IDEzLjIyNDJDNy4yNjE3NiAxMi45OTA2IDcuNDUxMDYgMTIuODAxMyA3LjY4NDYgMTIuODAxNEwxOC4yNTY1IDEyLjgwMzFDMTguNDkwMSAxMi44MDMxIDE4LjY3OTQgMTIuOTkyNSAxOC42Nzk1IDEzLjIyNkwxOC42Nzk1IDEzLjY0ODlDMTguNjc5NiAxMy44ODI0IDE4LjQ5MDMgMTQuMDcxNyAxOC4yNTY3IDE0LjA3MTdMNy42ODQ4MSAxNC4wN0M3LjQ1MTI2IDE0LjA3IDcuMjYxOSAxMy44ODA2IDcuMjYxODYgMTMuNjQ3MUw3LjI2MTggMTMuMjI0MloiIGZpbGw9IiMwNzIzNDciLz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  margin-left: 2em;
  transition: transform 300ms ease, scale 300ms ease;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button::after,
  .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNiAyNyIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xMi42OTQ1IDE5LjE0NzNDMTIuNDYwOSAxOS4xNDcyIDEyLjI3MTYgMTguOTU3OSAxMi4yNzE1IDE4LjcyNDNMMTIuMjY5OCA4LjE1MjQyQzEyLjI2OTggNy45MTg4NyAxMi40NTkxIDcuNzI5NTcgMTIuNjkyNyA3LjcyOTYxTDEzLjExNTUgNy43Mjk2N0MxMy4zNDkxIDcuNzI5NzEgMTMuNTM4NCA3LjkxOTA3IDEzLjUzODUgOC4xNTI2MkwxMy41NDAyIDE4LjcyNDVDMTMuNTQwMiAxOC45NTgxIDEzLjM1MDkgMTkuMTQ3NCAxMy4xMTczIDE5LjE0NzNMMTIuNjk0NSAxOS4xNDczWiIgZmlsbD0iIzAwMCIvPgo8cGF0aCBkPSJNNy4yNjE4IDEzLjIyNDJDNy4yNjE3NiAxMi45OTA2IDcuNDUxMDYgMTIuODAxMyA3LjY4NDYgMTIuODAxNEwxOC4yNTY1IDEyLjgwMzFDMTguNDkwMSAxMi44MDMxIDE4LjY3OTQgMTIuOTkyNSAxOC42Nzk1IDEzLjIyNkwxOC42Nzk1IDEzLjY0ODlDMTguNjc5NiAxMy44ODI0IDE4LjQ5MDMgMTQuMDcxNyAxOC4yNTY3IDE0LjA3MTdMNy42ODQ4MSAxNC4wN0M3LjQ1MTI2IDE0LjA3IDcuMjYxOSAxMy44ODA2IDcuMjYxODYgMTMuNjQ3MUw3LjI2MTggMTMuMjI0MloiIGZpbGw9IiMwMDAiLz4KPC9zdmc+);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button::after,
  .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNiAyNyIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xMi42OTQ1IDE5LjE0NzNDMTIuNDYwOSAxOS4xNDcyIDEyLjI3MTYgMTguOTU3OSAxMi4yNzE1IDE4LjcyNDNMMTIuMjY5OCA4LjE1MjQyQzEyLjI2OTggNy45MTg4NyAxMi40NTkxIDcuNzI5NTcgMTIuNjkyNyA3LjcyOTYxTDEzLjExNTUgNy43Mjk2N0MxMy4zNDkxIDcuNzI5NzEgMTMuNTM4NCA3LjkxOTA3IDEzLjUzODUgOC4xNTI2MkwxMy41NDAyIDE4LjcyNDVDMTMuNTQwMiAxOC45NTgxIDEzLjM1MDkgMTkuMTQ3NCAxMy4xMTczIDE5LjE0NzNMMTIuNjk0NSAxOS4xNDczWiIgZmlsbD0iI2ZmZiIvPgo8cGF0aCBkPSJNNy4yNjE4IDEzLjIyNDJDNy4yNjE3NiAxMi45OTA2IDcuNDUxMDYgMTIuODAxMyA3LjY4NDYgMTIuODAxNEwxOC4yNTY1IDEyLjgwMzFDMTguNDkwMSAxMi44MDMxIDE4LjY3OTQgMTIuOTkyNSAxOC42Nzk1IDEzLjIyNkwxOC42Nzk1IDEzLjY0ODlDMTguNjc5NiAxMy44ODI0IDE4LjQ5MDMgMTQuMDcxNyAxOC4yNTY3IDE0LjA3MTdMNy42ODQ4MSAxNC4wN0M3LjQ1MTI2IDE0LjA3IDcuMjYxOSAxMy44ODA2IDcuMjYxODYgMTMuNjQ3MUw3LjI2MTggMTMuMjI0MloiIGZpbGw9IiNmZmYiLz4KPC9zdmc+);
  }
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button[aria-expanded=true]::after,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button[aria-expanded=true]::after {
  transform: translateY(50%) rotate(45deg);
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button:focus,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button:focus {
  outline: none;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button:focus-visible,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button:focus-visible {
  outline: 1px solid black;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button:hover::after,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__toggle button:hover::after {
  scale: 1.15;
  background-color: color-mix(in srgb, var(--color-blue) 60%, white 40%);
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content {
  display: none;
  overflow: hidden;
  opacity: 0;
  transition: opacity 300ms ease;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content:not(.degree-accordion .accordion__content),
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content:not(.degree-accordion .accordion__content) {
  margin-top: 1rem;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content p:first-of-type,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content p:first-of-type {
  margin-top: 0;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content .wp-block-buttons,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content .wp-block-buttons {
  margin: 0;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content.accordion-item-open:not(.degree-accordion .accordion-item-open),
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content.accordion-item-open:not(.degree-accordion .accordion-item-open) {
  margin-bottom: 2rem;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content.content-visible,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content.content-visible {
  opacity: 1;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content .table-block__prev,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content .table-block__prev {
  left: 40px;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content .table-block__next,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__content .table-block__next {
  right: 40px;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__top button,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__top button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__top button::after,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__top button::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IkFycm93IExHIiBkPSJNMSAxMC4xMjAzTDkuNSAyTTE4IDEwLjEyMDNMOS41IDJNOS41IDJMOS41IDIwIiBzdHJva2U9IiMwNzIzNDciIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
  height: 20px;
  width: 19px;
  margin-left: 1rem;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__top button::after,
  .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__top button::after {
    margin-left: 1.2rem;
  }
}
.editor-styles-wrapper .pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__top button:hover::after,
.pattern-accordion:not(.spcc-site-menu.pattern-accordion) .accordion__item .accordion__top button:hover::after {
  filter: invert(1) brightness(2);
}

.group-expand {
  --transition-duration: 0.2s;
  border-radius: 10px;
  margin-bottom: 3.2rem;
  padding: 25px 20px;
  height: auto;
  color: var(--color-med-navy);
  position: relative;
}
.group-expand:not(.group-expand--v2) {
  border: 1px solid var(--color-med-navy, #072347);
  background: var(--color-white, #fff);
}
.group-expand .group-expand__button {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.group-expand .group-expand__button label {
  display: none;
}
.group-expand .group-expand__button svg {
  transition: transform 0.2s ease;
  height: 20px;
  width: 20px;
  display: inline-block;
}
.group-expand[data-display=open], .group-expand[data-display=opening], .group-expand[data-filters-open=true] {
  width: 100%;
}
.group-expand[data-display=open] .group-expand__button svg, .group-expand[data-display=opening] .group-expand__button svg, .group-expand[data-filters-open=true] .group-expand__button svg {
  transform: rotate(-45deg);
}

.editor-styles-wrapper .wp-block-image,
.entry-content .wp-block-image {
  width: 100%;
}
.editor-styles-wrapper .wp-block-image .components-resizable-box__container,
.editor-styles-wrapper .wp-block-image img,
.entry-content .wp-block-image .components-resizable-box__container,
.entry-content .wp-block-image img {
  width: 100% !important;
  border-radius: 1rem;
}
.editor-styles-wrapper .wp-block-image figcaption,
.entry-content .wp-block-image figcaption {
  font-size: var(--fsize-caption);
  color: var(--color-white);
  font-weight: 400;
  line-height: 140%;
  background-color: var(--color-med-navy);
  border: 1px solid var(--color-white);
  border-radius: 1rem;
  padding: 1.6rem;
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .wp-block-image figcaption,
  .entry-content .wp-block-image figcaption {
    padding: 1.8rem;
    max-width: calc(100% - 4rem);
  }
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper .wp-block-image figcaption,
  .entry-content .wp-block-image figcaption {
    padding: 2rem;
    max-width: calc(100% - 6rem);
  }
}
.editor-styles-wrapper .wp-block-image.alignfull,
.entry-content .wp-block-image.alignfull {
  width: inherit;
}
.editor-styles-wrapper .wp-block-image.alignright,
.entry-content .wp-block-image.alignright {
  margin-left: 2rem;
  margin-bottom: 1.6rem;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .wp-block-image.alignright,
  .entry-content .wp-block-image.alignright {
    float: right;
    max-width: 31rem;
    margin-top: 0;
  }
}
@media (min-width: 908px) {
  .editor-styles-wrapper .wp-block-image.alignright,
  .entry-content .wp-block-image.alignright {
    margin-right: calc((100% - var(--wp--style--global--content-size, 1800)) / 2);
  }
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper .wp-block-image.alignright,
  .entry-content .wp-block-image.alignright {
    float: right;
    max-width: 39.2rem;
  }
}
.editor-styles-wrapper .wp-block-image.alignleft,
.entry-content .wp-block-image.alignleft {
  float: none;
  margin-right: 2rem;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .wp-block-image.alignleft,
  .entry-content .wp-block-image.alignleft {
    float: left;
    max-width: 31rem;
    margin-top: 0;
  }
}
@media (min-width: 908px) {
  .editor-styles-wrapper .wp-block-image.alignleft,
  .entry-content .wp-block-image.alignleft {
    margin-left: calc((100% - var(--wp--style--global--content-size, 1800)) / 2);
  }
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper .wp-block-image.alignleft,
  .entry-content .wp-block-image.alignleft {
    float: left;
    max-width: 39.2rem;
  }
}

.entry-content .wp-block-column figure.wp-block-image {
  margin: 0;
}

.entry-content > .wp-block-image:not(.alignright, .alignleft) {
  max-width: 1200px;
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .entry-content > .wp-block-image:not(.alignright, .alignleft) {
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 1024px) {
  .entry-content > .wp-block-image:not(.alignright, .alignleft) {
    margin-bottom: 6rem;
  }
}

/**
 * This mixin will create a table with all borders (inside and outside) and with a variable border radius (just outside borders)
 *
 * @param $border Full border value, e.g. `1px solid green`
 * @param $radius Pixel value for border-radius, e.g. `5px`
 */
.editor-styles-wrapper .wp-block-table,
.entry-content .wp-block-table {
  overflow: visible;
  position: relative;
  margin-right: 0 !important;
  margin-left: 0;
  border-radius: 2rem;
  border-spacing: 0;
  border: 1px solid var(--color-line-navy);
  border-collapse: inherit;
  background-color: var(--color-line-navy);
}
.editor-styles-wrapper .wp-block-table thead,
.entry-content .wp-block-table thead {
  border-bottom: 0px solid transparent;
}
.editor-styles-wrapper .wp-block-table.sticky thead, .editor-styles-wrapper .wp-block-table.is-style-sticky-header thead,
.entry-content .wp-block-table.sticky thead,
.entry-content .wp-block-table.is-style-sticky-header thead {
  position: sticky;
  top: var(--site-header-bottom, 0);
  scrollbar-width: none;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .wp-block-table,
  .entry-content .wp-block-table {
    margin-right: auto !important;
  }
}
.editor-styles-wrapper .wp-block-table table,
.entry-content .wp-block-table table {
  border-spacing: 0;
  min-width: 100%;
  table-layout: fixed;
}
.editor-styles-wrapper .wp-block-table table.table-init,
.entry-content .wp-block-table table.table-init {
  display: table;
  overflow: hidden;
}
.editor-styles-wrapper .wp-block-table table.table-init tbody,
.editor-styles-wrapper .wp-block-table table.table-init thead,
.editor-styles-wrapper .wp-block-table table.table-init tfoot,
.entry-content .wp-block-table table.table-init tbody,
.entry-content .wp-block-table table.table-init thead,
.entry-content .wp-block-table table.table-init tfoot {
  overflow: auto;
  display: block;
  width: 100%;
}
.editor-styles-wrapper .wp-block-table table th,
.entry-content .wp-block-table table th {
  min-width: 150px;
}
.editor-styles-wrapper .wp-block-table table td,
.entry-content .wp-block-table table td {
  max-width: 400px;
  min-width: 150px;
}
.editor-styles-wrapper .wp-block-table.js-scroll--right table.table-init, .editor-styles-wrapper .wp-block-table.js-scroll--left table.table-init,
.entry-content .wp-block-table.js-scroll--right table.table-init,
.entry-content .wp-block-table.js-scroll--left table.table-init {
  display: block;
}
.editor-styles-wrapper .wp-block-table th,
.editor-styles-wrapper .wp-block-table td,
.entry-content .wp-block-table th,
.entry-content .wp-block-table td {
  border: 1px solid var(--color-line-navy);
}
.editor-styles-wrapper .wp-block-table tr + tr th,
.editor-styles-wrapper .wp-block-table tr + tr td,
.entry-content .wp-block-table tr + tr th,
.entry-content .wp-block-table tr + tr td {
  border-top: 0;
}
.editor-styles-wrapper .wp-block-table th + th,
.editor-styles-wrapper .wp-block-table th + td,
.editor-styles-wrapper .wp-block-table td + th,
.editor-styles-wrapper .wp-block-table td + td,
.entry-content .wp-block-table th + th,
.entry-content .wp-block-table th + td,
.entry-content .wp-block-table td + th,
.entry-content .wp-block-table td + td {
  border-left: 0;
}
.editor-styles-wrapper .wp-block-table th:first-child,
.editor-styles-wrapper .wp-block-table td:first-child,
.entry-content .wp-block-table th:first-child,
.entry-content .wp-block-table td:first-child {
  border-left: 0;
}
.editor-styles-wrapper .wp-block-table th:last-child,
.editor-styles-wrapper .wp-block-table td:last-child,
.entry-content .wp-block-table th:last-child,
.entry-content .wp-block-table td:last-child {
  border-right: 0;
}
.editor-styles-wrapper .wp-block-table tr:first-child th,
.editor-styles-wrapper .wp-block-table tr:first-child td,
.entry-content .wp-block-table tr:first-child th,
.entry-content .wp-block-table tr:first-child td {
  border-top: 0;
}
.editor-styles-wrapper .wp-block-table tr:last-child th,
.editor-styles-wrapper .wp-block-table tr:last-child td,
.entry-content .wp-block-table tr:last-child th,
.entry-content .wp-block-table tr:last-child td {
  border-bottom: 0;
}
.editor-styles-wrapper .wp-block-table table,
.entry-content .wp-block-table table {
  position: relative;
  min-width: 100%;
  border-radius: 2rem;
}
.editor-styles-wrapper .wp-block-table table tbody,
.editor-styles-wrapper .wp-block-table table tfoot,
.editor-styles-wrapper .wp-block-table table thead,
.entry-content .wp-block-table table tbody,
.entry-content .wp-block-table table tfoot,
.entry-content .wp-block-table table thead {
  width: 100%;
}
.editor-styles-wrapper .wp-block-table table table,
.editor-styles-wrapper .wp-block-table table tfoot,
.editor-styles-wrapper .wp-block-table table thead,
.entry-content .wp-block-table table table,
.entry-content .wp-block-table table tfoot,
.entry-content .wp-block-table table thead {
  background-color: var(--color-line-navy);
}
.editor-styles-wrapper .wp-block-table table tbody,
.entry-content .wp-block-table table tbody {
  background-image: url(/wp-content/themes/spcc-theme/build/images/gradient-4.5593445b.png);
  background-size: cover;
  background-position: center;
}
.editor-styles-wrapper .wp-block-table table th,
.editor-styles-wrapper .wp-block-table table tfoot td,
.entry-content .wp-block-table table th,
.entry-content .wp-block-table table tfoot td {
  background-color: var(--color-med-navy);
  border: none;
  font-size: var(--fsize-body);
  font-weight: 900;
  line-height: 140%;
  color: var(--color-white);
  text-transform: uppercase;
  text-align: left;
  padding: 2rem 0 2rem 2rem;
}
.editor-styles-wrapper .wp-block-table table tbody td,
.editor-styles-wrapper .wp-block-table table tfoot td,
.entry-content .wp-block-table table tbody td,
.entry-content .wp-block-table table tfoot td {
  padding: 2.4rem 0 2.4rem 2rem;
  border: none;
  border-bottom: 1px solid rgba(16, 50, 83, 0.5);
}
.editor-styles-wrapper .wp-block-table table tbody tr:first-of-type td,
.entry-content .wp-block-table table tbody tr:first-of-type td {
  padding-top: 2rem;
}
.editor-styles-wrapper .wp-block-table table tbody tr:last-of-type td,
.entry-content .wp-block-table table tbody tr:last-of-type td {
  padding-bottom: 2rem;
}
.editor-styles-wrapper .wp-block-table table tr td:first-of-type,
.entry-content .wp-block-table table tr td:first-of-type {
  padding-left: 3rem;
}
.editor-styles-wrapper .wp-block-table table tr td:last-of-type,
.entry-content .wp-block-table table tr td:last-of-type {
  padding-right: 3rem;
}
.editor-styles-wrapper .wp-block-table table th:first-of-type,
.entry-content .wp-block-table table th:first-of-type {
  border-top-left-radius: 2rem;
  padding-left: 3rem;
}
.editor-styles-wrapper .wp-block-table table th:last-of-type,
.entry-content .wp-block-table table th:last-of-type {
  border-top-right-radius: 2rem;
  padding-right: 3rem;
}
.editor-styles-wrapper .wp-block-table figcaption,
.entry-content .wp-block-table figcaption {
  color: var(--color-white);
  padding: 2rem 3rem;
}
.editor-styles-wrapper .wp-block-table figcaption a,
.entry-content .wp-block-table figcaption a {
  text-decoration: none;
  color: var(--color-med-navy);
  font-weight: 600;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-med-navy) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  border-bottom: none;
  font-weight: 600;
  color: var(--color-white);
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-white) 1px);
}
.editor-styles-wrapper .wp-block-table figcaption a:hover,
.entry-content .wp-block-table figcaption a:hover {
  animation-duration: 1200ms;
  animation-name: linkBackground;
  background-size: 100% 100%;
}
.editor-styles-wrapper .wp-block-table figcaption a:visited,
.entry-content .wp-block-table figcaption a:visited {
  color: var(--color-med-navy);
}
.editor-styles-wrapper .wp-block-table figcaption a:focus,
.entry-content .wp-block-table figcaption a:focus {
  outline: 1px solid black;
  outline-offset: 0;
}
.editor-styles-wrapper .wp-block-table figcaption a:visited,
.entry-content .wp-block-table figcaption a:visited {
  color: var(--color-white);
}
.editor-styles-wrapper .wp-block-table figcaption a:focus,
.entry-content .wp-block-table figcaption a:focus {
  outline: 1px solid white;
  outline-offset: 0;
}
.editor-styles-wrapper .wp-block-table figcaption a:focus:focus,
.entry-content .wp-block-table figcaption a:focus:focus {
  outline: 1px solid white;
  outline-offset: 0;
}

.table-block__next,
.table-block__prev {
  color: transparent;
  font-size: 0px;
  border: 0;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  background-color: var(--color-line-navy, #102f53);
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  transition: opacity 0.15s ease-in-out;
}
.table-block__next:focus,
.table-block__prev:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}

.table-block__prev {
  transform: translate(-50%, -50%) rotateY(180deg);
  left: 0;
  right: auto;
}

.table-block__next {
  transform: translate(50%, -50%);
  right: 0px;
}

@media all and (max-width: 767px) {
  .table-block__prev {
    transform: translate(-25%, -50%) rotateY(180deg);
  }
  .table-block__next {
    transform: translate(25%, -50%);
  }
}
.js-scroll--right .table-block__next {
  visibility: visible;
  opacity: 1;
}

.js-scroll--left .table-block__prev {
  visibility: visible;
  opacity: 1;
}

.wp-block-search {
  height: 3.8rem;
  display: flex;
  align-items: stretch;
}
@media all and (min-width: 768px) {
  .wp-block-search {
    height: 5.6rem;
  }
}
.wp-block-search form {
  background-color: var(--color-white);
}
.wp-block-search .wp-block-search__inside-wrapper {
  border-radius: var(--button-radius);
  font-size: var(--fsize-body);
  padding: 0;
  background-color: var(--color-white);
  border: 1px solid var(--color-med-navy);
}
@media all and (min-width: 768px) {
  .wp-block-search .wp-block-search__inside-wrapper {
    padding: 0 1rem;
  }
}
.wp-block-search .wp-block-search__inside-wrapper input {
  padding-left: 1rem;
  padding-right: 2rem;
}
.wp-block-search .wp-block-search__inside-wrapper input::-moz-placeholder {
  color: var(--color-black, #000);
  opacity: 1;
}
.wp-block-search .wp-block-search__inside-wrapper input::placeholder {
  color: var(--color-black, #000);
  opacity: 1;
}
.wp-block-search .wp-block-search__inside-wrapper input:focus-visible {
  outline: 1px solid black;
  outline-offset: 3px;
}
.wp-block-search .wp-block-search__inside-wrapper input:focus, .wp-block-search .wp-block-search__inside-wrapper input:focus-visible {
  outline-offset: -3px !important;
}
.wp-block-search .wp-block-search__inside-wrapper button {
  padding: 1.4rem;
  background-color: var(--color-white);
  color: var(--color-black);
  border: none;
  margin-right: 1rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSIjMDcyMzQ3Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.9rem 1.9rem;
  box-shadow: none;
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .wp-block-search .wp-block-search__inside-wrapper button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSIjMDAwIi8+Cjwvc3ZnPgo=);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .wp-block-search .wp-block-search__inside-wrapper button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS43MTExIDIzLjVMMTMuNjYxMSAxNS40NUMxMy4wMjIyIDE1Ljk2MTEgMTIuMjg3NSAxNi4zNjU3IDExLjQ1NjkgMTYuNjYzOUMxMC42MjY0IDE2Ljk2MiA5Ljc0MjU5IDE3LjExMTEgOC44MDU1NiAxNy4xMTExQzYuNDg0MjYgMTcuMTExMSA0LjUxOTg5IDE2LjMwNzQgMi45MTI0NCAxNC42OTk5QzEuMzA0MTUgMTMuMDkxNiAwLjUgMTEuMTI2OSAwLjUgOC44MDU1NkMwLjUgNi40ODQyNiAxLjMwNDE1IDQuNTE5NDYgMi45MTI0NCAyLjkxMTE3QzQuNTE5ODkgMS4zMDM3MiA2LjQ4NDI2IDAuNSA4LjgwNTU2IDAuNUMxMS4xMjY5IDAuNSAxMy4wOTE2IDEuMzAzNzIgMTQuNjk5OSAyLjkxMTE3QzE2LjMwNzQgNC41MTk0NiAxNy4xMTExIDYuNDg0MjYgMTcuMTExMSA4LjgwNTU2QzE3LjExMTEgOS43NDI1OSAxNi45NjIgMTAuNjI2NCAxNi42NjM5IDExLjQ1NjlDMTYuMzY1NyAxMi4yODc1IDE1Ljk2MTEgMTMuMDIyMiAxNS40NSAxMy42NjExTDIzLjUgMjEuNzExMUwyMS43MTExIDIzLjVaTTguODA1NTYgMTQuNTU1NkMxMC40MDI4IDE0LjU1NTYgMTEuNzYwNiAxMy45OTY3IDEyLjg3OTEgMTIuODc5MUMxMy45OTY3IDExLjc2MDYgMTQuNTU1NiAxMC40MDI4IDE0LjU1NTYgOC44MDU1NkMxNC41NTU2IDcuMjA4MzMgMTMuOTk2NyA1Ljg1MDQ4IDEyLjg3OTEgNC43MzJDMTEuNzYwNiAzLjYxNDM3IDEwLjQwMjggMy4wNTU1NiA4LjgwNTU2IDMuMDU1NTZDNy4yMDgzMyAzLjA1NTU2IDUuODUwNDggMy42MTQzNyA0LjczMiA0LjczMkMzLjYxNDM3IDUuODUwNDggMy4wNTU1NiA3LjIwODMzIDMuMDU1NTYgOC44MDU1NkMzLjA1NTU2IDEwLjQwMjggMy42MTQzNyAxMS43NjA2IDQuNzMyIDEyLjg3OTFDNS44NTA0OCAxMy45OTY3IDcuMjA4MzMgMTQuNTU1NiA4LjgwNTU2IDE0LjU1NTZaIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=);
  }
}
.wp-block-search .wp-block-search__inside-wrapper button:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.wp-block-search .wp-block-search__inside-wrapper button:focus, .wp-block-search .wp-block-search__inside-wrapper button:focus-visible {
  outline-offset: -3px !important;
}

.editor-styles-wrapper figure.wp-block-gallery,
.entry-content figure.wp-block-gallery {
  box-sizing: border-box;
  transform: translateX(calc(0px - var(--block-padding-left-right)));
  width: 100vw;
  max-width: 100vw;
  background: var(--color-white);
  background: linear-gradient(20deg, var(--color-white), var(--color-blue-2));
  padding: 4rem 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper figure.wp-block-gallery,
  .entry-content figure.wp-block-gallery {
    padding: 6rem 3rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper figure.wp-block-gallery,
  .entry-content figure.wp-block-gallery {
    padding-top: 10rem;
    padding-bottom: 10rem;
    padding-left: max(5.5rem, (100vw - 1800px) / 2);
    padding-right: max(5.5rem, (100vw - 1800px) / 2);
    justify-content: center;
  }
}
.editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image,
.editor-styles-wrapper figure.wp-block-gallery figure.wp-block-image,
.entry-content figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image,
.entry-content figure.wp-block-gallery figure.wp-block-image {
  width: 100% !important;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n+1),
  .editor-styles-wrapper figure.wp-block-gallery figure.wp-block-image:nth-child(4n+1),
  .entry-content figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n+1),
  .entry-content figure.wp-block-gallery figure.wp-block-image:nth-child(4n+1) {
    aspect-ratio: 0.8118081181;
    flex: 0 0 34.375%;
  }
  .editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n+2),
  .editor-styles-wrapper figure.wp-block-gallery figure.wp-block-image:nth-child(4n+2),
  .entry-content figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n+2),
  .entry-content figure.wp-block-gallery figure.wp-block-image:nth-child(4n+2) {
    aspect-ratio: 1.4760147601;
    flex: 0 0 calc(65.625% - 2rem);
  }
  .editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n+3),
  .editor-styles-wrapper figure.wp-block-gallery figure.wp-block-image:nth-child(4n+3),
  .entry-content figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n+3),
  .entry-content figure.wp-block-gallery figure.wp-block-image:nth-child(4n+3) {
    aspect-ratio: 1.2942463518;
    flex: 0 0 54.53%;
  }
  .editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n),
  .editor-styles-wrapper figure.wp-block-gallery figure.wp-block-image:nth-child(4n),
  .entry-content figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n),
  .entry-content figure.wp-block-gallery figure.wp-block-image:nth-child(4n) {
    aspect-ratio: 1;
    flex: 0 0 calc(45.47% - 2rem);
  }
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n+1),
  .editor-styles-wrapper figure.wp-block-gallery figure.wp-block-image:nth-child(4n+1),
  .entry-content figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n+1),
  .entry-content figure.wp-block-gallery figure.wp-block-image:nth-child(4n+1) {
    aspect-ratio: 0.7829977629;
    flex: 0 0 34.375%;
    max-width: calc(var(--content-max) * 0.34375);
  }
  .editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n+2),
  .editor-styles-wrapper figure.wp-block-gallery figure.wp-block-image:nth-child(4n+2),
  .entry-content figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n+2),
  .entry-content figure.wp-block-gallery figure.wp-block-image:nth-child(4n+2) {
    aspect-ratio: 1.610738255;
    flex: 0 0 calc(65.625% - 2rem);
    max-width: calc(var(--content-max) * 0.65625 - 2rem);
  }
  .editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n+3),
  .editor-styles-wrapper figure.wp-block-gallery figure.wp-block-image:nth-child(4n+3),
  .entry-content figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n+3),
  .entry-content figure.wp-block-gallery figure.wp-block-image:nth-child(4n+3) {
    aspect-ratio: 1.566084788;
    flex: 0 0 54.53%;
    max-width: calc(var(--content-max) * 0.5453);
  }
  .editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n),
  .editor-styles-wrapper figure.wp-block-gallery figure.wp-block-image:nth-child(4n),
  .entry-content figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image:nth-child(4n),
  .entry-content figure.wp-block-gallery figure.wp-block-image:nth-child(4n) {
    aspect-ratio: 1.102244389;
    flex: 0 0 calc(45.47% - 2rem);
    max-width: calc(var(--content-max) * 0.4547 - 2rem);
  }
}
.editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image img,
.editor-styles-wrapper figure.wp-block-gallery figure.wp-block-image img,
.entry-content figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image img,
.entry-content figure.wp-block-gallery figure.wp-block-image img {
  overflow: hidden;
}
.editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image .editor-styles-wrapper figcaption.wp-element-caption,
.editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image figcaption.wp-element-caption,
.editor-styles-wrapper figure.wp-block-gallery figure.wp-block-image .editor-styles-wrapper figcaption.wp-element-caption,
.editor-styles-wrapper figure.wp-block-gallery figure.wp-block-image figcaption.wp-element-caption,
.entry-content figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image .editor-styles-wrapper figcaption.wp-element-caption,
.entry-content figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image figcaption.wp-element-caption,
.entry-content figure.wp-block-gallery figure.wp-block-image .editor-styles-wrapper figcaption.wp-element-caption,
.entry-content figure.wp-block-gallery figure.wp-block-image figcaption.wp-element-caption {
  font-size: var(--fsize-caption);
  color: var(--color-white);
  font-weight: 400;
  line-height: 140%;
  background: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  z-index: 1;
  border: none;
  background: none;
  display: flex;
  text-align: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-bottom: 8px;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image .editor-styles-wrapper figcaption.wp-element-caption,
  .editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image figcaption.wp-element-caption,
  .editor-styles-wrapper figure.wp-block-gallery figure.wp-block-image .editor-styles-wrapper figcaption.wp-element-caption,
  .editor-styles-wrapper figure.wp-block-gallery figure.wp-block-image figcaption.wp-element-caption,
  .entry-content figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image .editor-styles-wrapper figcaption.wp-element-caption,
  .entry-content figure.wp-block-gallery .editor-styles-wrapper figure.wp-block-image figcaption.wp-element-caption,
  .entry-content figure.wp-block-gallery figure.wp-block-image .editor-styles-wrapper figcaption.wp-element-caption,
  .entry-content figure.wp-block-gallery figure.wp-block-image figcaption.wp-element-caption {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0;
  }
}
.editor-styles-wrapper figure.wp-block-gallery .wp-block-image::after,
.entry-content figure.wp-block-gallery .wp-block-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  border-radius: 1rem;
}
.editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figcaption.wp-element-caption,
.editor-styles-wrapper figure.wp-block-gallery figcaption.wp-element-caption,
.entry-content figure.wp-block-gallery .editor-styles-wrapper figcaption.wp-element-caption,
.entry-content figure.wp-block-gallery figcaption.wp-element-caption {
  font-size: var(--fsize-caption);
  color: var(--color-white);
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  background-color: var(--color-med-navy);
  border: 1px solid var(--color-white);
  border-radius: 1rem;
  padding: 1.6rem;
  margin-bottom: 0;
  max-width: calc(var(--content-max) - 6rem);
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figcaption.wp-element-caption,
  .editor-styles-wrapper figure.wp-block-gallery figcaption.wp-element-caption,
  .entry-content figure.wp-block-gallery .editor-styles-wrapper figcaption.wp-element-caption,
  .entry-content figure.wp-block-gallery figcaption.wp-element-caption {
    padding: 2rem;
    margin-top: 1rem;
  }
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper figure.wp-block-gallery .editor-styles-wrapper figcaption.wp-element-caption,
  .editor-styles-wrapper figure.wp-block-gallery figcaption.wp-element-caption,
  .entry-content figure.wp-block-gallery .editor-styles-wrapper figcaption.wp-element-caption,
  .entry-content figure.wp-block-gallery figcaption.wp-element-caption {
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2rem;
  }
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2rem;
}

.wp-block-column > * {
  margin-bottom: 0;
}

.entry-style-wrapper :where(.is-layout-flex),
:where(.is-layout-flex) {
  gap: 3rem;
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .entry-style-wrapper :where(.is-layout-flex),
  :where(.is-layout-flex) {
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 1024px) {
  .entry-style-wrapper :where(.is-layout-flex),
  :where(.is-layout-flex) {
    margin-bottom: 4rem;
  }
}

.editor-styles-wrapper .wp-block-cover,
.entry-content .wp-block-cover {
  box-sizing: border-box;
  transform: translateX(calc(0px - var(--block-padding-left-right)));
  width: 100vw;
  max-width: 100vw;
  align-items: flex-end;
  padding: 4rem 2rem;
}
.editor-styles-wrapper .wp-block-cover:has(img),
.entry-content .wp-block-cover:has(img) {
  background-color: var(--color-med-navy, #1f2d3d);
}
.editor-styles-wrapper .wp-block-cover:has(img).is-style-light-gradient,
.entry-content .wp-block-cover:has(img).is-style-light-gradient {
  background: rgb(237, 247, 255);
  background: linear-gradient(20deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 55%, rgb(221, 240, 255) 75%, rgb(209, 235, 255) 90%);
}
.editor-styles-wrapper .wp-block-cover .wp-block-cover__background,
.entry-content .wp-block-cover .wp-block-cover__background {
  background-color: transparent !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 59.78%);
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .wp-block-cover .wp-block-cover__background,
  .entry-content .wp-block-cover .wp-block-cover__background {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 79.38%);
  }
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .wp-block-cover,
  .entry-content .wp-block-cover {
    padding: 6rem 3rem;
  }
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper .wp-block-cover,
  .entry-content .wp-block-cover {
    padding: 5.5rem;
  }
}
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container,
.entry-content .wp-block-cover .wp-block-cover__inner-container {
  color: var(--color-white);
}
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h2,
.entry-content .wp-block-cover .wp-block-cover__inner-container h2 {
  color: var(--color-white);
}
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container a:focus,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container button:focus,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container .wp-block-button .wp-button-element:focus,
.entry-content .wp-block-cover .wp-block-cover__inner-container a:focus,
.entry-content .wp-block-cover .wp-block-cover__inner-container button:focus,
.entry-content .wp-block-cover .wp-block-cover__inner-container .wp-block-button .wp-button-element:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container *,
.entry-content .wp-block-cover .wp-block-cover__inner-container * {
  text-align: left !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.editor-styles-wrapper .wp-block-cover :where(.is-layout-flex),
.entry-content .wp-block-cover :where(.is-layout-flex) {
  gap: 0.8rem;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .wp-block-cover :where(.is-layout-flex),
  .entry-content .wp-block-cover :where(.is-layout-flex) {
    gap: 2rem;
  }
}

.editor-styles-wrapper .wp-block-cover.is-style-light-gradient .wp-block-cover__inner-container,
.entry-content .wp-block-cover.is-style-light-gradient .wp-block-cover__inner-container {
  color: var(--color-med-navy);
}
.editor-styles-wrapper .wp-block-cover.is-style-light-gradient .wp-block-cover__inner-container h2,
.entry-content .wp-block-cover.is-style-light-gradient .wp-block-cover__inner-container h2 {
  color: var(--color-med-navy);
}
.editor-styles-wrapper .wp-block-cover.is-style-light-gradient .wp-block-cover__inner-container a:focus,
.editor-styles-wrapper .wp-block-cover.is-style-light-gradient .wp-block-cover__inner-container button:focus,
.editor-styles-wrapper .wp-block-cover.is-style-light-gradient .wp-block-cover__inner-container .wp-block-button .wp-button-element:focus,
.entry-content .wp-block-cover.is-style-light-gradient .wp-block-cover__inner-container a:focus,
.entry-content .wp-block-cover.is-style-light-gradient .wp-block-cover__inner-container button:focus,
.entry-content .wp-block-cover.is-style-light-gradient .wp-block-cover__inner-container .wp-block-button .wp-button-element:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.editor-styles-wrapper .wp-block-cover.is-style-light-gradient .wp-block-cover__background,
.entry-content .wp-block-cover.is-style-light-gradient .wp-block-cover__background {
  display: none;
}

blockquote p:first-child {
  margin-top: 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote p:first-child:before {
  content: open-quote;
  position: absolute;
  transform: translateX(-100%);
}
blockquote p:last-of-type:after {
  content: close-quote;
  display: inline;
}

blockquote.wp-block-quote,
figure.wp-block-pullquote blockquote {
  text-align: left;
}

blockquote.wp-block-quote p,
figure.wp-block-pullquote p {
  font-family: var(--font-family-secondary);
  font-size: var(--fsize-small-quote) !important;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  blockquote.wp-block-quote p,
  figure.wp-block-pullquote p {
    font-size: var(--fsize-large-quote) !important;
  }
}
blockquote.wp-block-quote cite,
figure.wp-block-pullquote cite {
  font-family: var(--font-family-secondary);
  font-size: var(--fsize-body);
  text-align: left;
  font-style: normal;
  display: block;
}
@media all and (min-width: 768px) {
  blockquote.wp-block-quote cite,
  figure.wp-block-pullquote cite {
    font-size: 2rem;
  }
}
@media all and (min-width: 1024px) {
  blockquote.wp-block-quote cite,
  figure.wp-block-pullquote cite {
    font-size: 2.2rem;
  }
}

blockquote.wp-block-quote:not(.has-style-minimal):not(.has-style-transparent),
figure.wp-block-pullquote:not(.has-style-minimal):not(.has-style-transparent) {
  margin-bottom: var(--component-v-spacing);
  margin-top: 2rem;
  border-radius: 1rem;
  border: 1px solid var(--color-line-navy);
  padding: 2.4rem;
}
@media all and (min-width: 768px) {
  blockquote.wp-block-quote:not(.has-style-minimal):not(.has-style-transparent),
  figure.wp-block-pullquote:not(.has-style-minimal):not(.has-style-transparent) {
    border-radius: 2rem;
  }
}
@media all and (min-width: 768px) {
  blockquote.wp-block-quote:not(.has-style-minimal):not(.has-style-transparent),
  figure.wp-block-pullquote:not(.has-style-minimal):not(.has-style-transparent) {
    margin-top: 3rem;
    padding: 3rem;
  }
}
@media all and (min-width: 1024px) {
  blockquote.wp-block-quote:not(.has-style-minimal):not(.has-style-transparent),
  figure.wp-block-pullquote:not(.has-style-minimal):not(.has-style-transparent) {
    margin-top: 4rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
blockquote.wp-block-quote:not(.has-style-minimal):not(.has-style-transparent) cite::before,
figure.wp-block-pullquote:not(.has-style-minimal):not(.has-style-transparent) cite::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-line-navy);
  opacity: 0.5;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
@media all and (min-width: 768px) {
  blockquote.wp-block-quote:not(.has-style-minimal):not(.has-style-transparent) cite::before,
  figure.wp-block-pullquote:not(.has-style-minimal):not(.has-style-transparent) cite::before {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 1024px) {
  blockquote.wp-block-quote:not(.has-style-minimal):not(.has-style-transparent) cite::before,
  figure.wp-block-pullquote:not(.has-style-minimal):not(.has-style-transparent) cite::before {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
blockquote.wp-block-quote:not(.has-style-minimal):not(.has-style-transparent).has-style-line-below-cite cite::before,
figure.wp-block-pullquote:not(.has-style-minimal):not(.has-style-transparent).has-style-line-below-cite cite::before {
  display: none;
}

figure.wp-block-pullquote:not(.has-style-minimal):not(.has-style-transparent) {
  background-color: var(--color-green);
}

blockquote.wp-block-quote:not(.has-style-minimal):not(.has-style-transparent) {
  background: var(--color-white);
  background: linear-gradient(20deg, var(--color-white), var(--color-blue-2));
  background-size: cover;
}

.editor-styles-wrapper .wp-block-media-text,
.entry-content .wp-block-media-text {
  --media-text-gap: 2rem;
  box-sizing: border-box;
  transform: translateX(calc(0px - var(--block-padding-left-right)));
  width: 100vw;
  max-width: 100vw;
  background-image: url(/wp-content/themes/spcc-theme/build/images/hero-gradient-dark.9509f8d6.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 2rem;
  gap: var(--media-text-gap);
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper .wp-block-media-text,
  .entry-content .wp-block-media-text {
    --media-text-gap: 4.6rem;
  }
}
@media (max-width: 768px) {
  .editor-styles-wrapper .wp-block-media-text,
  .entry-content .wp-block-media-text {
    display: flex;
    flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .wp-block-media-text,
  .entry-content .wp-block-media-text {
    padding: 6rem 3rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper .wp-block-media-text,
  .entry-content .wp-block-media-text {
    padding: 10rem 5.5rem;
    justify-content: center;
  }
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media,
.entry-content .wp-block-media-text .wp-block-media-text__media {
  max-width: calc((1800px - var(--media-text-gap)) / 2);
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media img,
.entry-content .wp-block-media-text .wp-block-media-text__media img {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media,
  .entry-content .wp-block-media-text .wp-block-media-text__media {
    width: 50% !important;
    align-self: start;
  }
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content,
.entry-content .wp-block-media-text .wp-block-media-text__content {
  align-self: start;
  padding: 0;
  color: var(--color-white);
  max-width: calc((1800px - var(--media-text-gap)) / 2);
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content h1,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content h2,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content h3,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content h4,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content h5,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content h6,
.entry-content .wp-block-media-text .wp-block-media-text__content h1,
.entry-content .wp-block-media-text .wp-block-media-text__content h2,
.entry-content .wp-block-media-text .wp-block-media-text__content h3,
.entry-content .wp-block-media-text .wp-block-media-text__content h4,
.entry-content .wp-block-media-text .wp-block-media-text__content h5,
.entry-content .wp-block-media-text .wp-block-media-text__content h6 {
  color: var(--color-white);
  margin-top: 0;
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content .wp-block-buttons,
.entry-content .wp-block-media-text .wp-block-media-text__content .wp-block-buttons {
  margin-top: 2rem;
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content p:last-child,
.entry-content .wp-block-media-text .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content,
  .entry-content .wp-block-media-text .wp-block-media-text__content {
    width: 50% !important;
  }
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content button:focus,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content .wp-block-button .wp-element-button:focus,
.entry-content .wp-block-media-text .wp-block-media-text__content button:focus,
.entry-content .wp-block-media-text .wp-block-media-text__content .wp-block-button .wp-element-button:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content a:where(:not(.wp-element-button)),
.entry-content .wp-block-media-text .wp-block-media-text__content a:where(:not(.wp-element-button)) {
  text-decoration: none;
  color: var(--color-med-navy);
  font-weight: 600;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-med-navy) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  border-bottom: none;
  font-weight: 600;
  color: var(--color-white);
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-white) 1px);
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content a:where(:not(.wp-element-button)):hover,
.entry-content .wp-block-media-text .wp-block-media-text__content a:where(:not(.wp-element-button)):hover {
  animation-duration: 1200ms;
  animation-name: linkBackground;
  background-size: 100% 100%;
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content a:where(:not(.wp-element-button)):visited,
.entry-content .wp-block-media-text .wp-block-media-text__content a:where(:not(.wp-element-button)):visited {
  color: var(--color-med-navy);
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content a:where(:not(.wp-element-button)):focus,
.entry-content .wp-block-media-text .wp-block-media-text__content a:where(:not(.wp-element-button)):focus {
  outline: 1px solid black;
  outline-offset: 0;
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content a:where(:not(.wp-element-button)):visited,
.entry-content .wp-block-media-text .wp-block-media-text__content a:where(:not(.wp-element-button)):visited {
  color: var(--color-white);
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content a:where(:not(.wp-element-button)):focus,
.entry-content .wp-block-media-text .wp-block-media-text__content a:where(:not(.wp-element-button)):focus {
  outline: 1px solid white;
  outline-offset: 0;
}

.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
  color: var(--color-med-navy);
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content h1,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content h2,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content h3,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content h4,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content h5,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content h6 {
  color: var(--color-med-navy);
}

.wp-block-post-terms.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.wp-block-post-terms.pills a {
  display: inline-block;
  font-size: var(--fsize-base);
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-black);
  padding: 0.6rem 1rem;
  background-color: var(--color-green);
  border-radius: 5rem;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  text-decoration: none !important;
}
@media all and (min-width: 768px) {
  .wp-block-post-terms.pills a {
    font-size: 1.2rem;
  }
}
.wp-block-post-terms.pills a:hover {
  text-decoration: none !important;
}
.wp-block-post-terms.pills a a {
  color: var(--color-black);
  text-decoration: none;
}
.wp-block-post-terms.pills a a:hover {
  text-decoration: none;
}
.wp-block-post-terms.pills span.wp-block-post-terms__separator {
  display: none;
}
.wp-block-post-terms.secondary-buttons a {
  color: var(--color-med-navy);
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-post-terms.secondary-buttons .wp-block-post-terms__separator {
  display: none;
}
.wp-block-post-terms:not(.pills, .secondary-buttons) {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.wp-block-post-terms:not(.pills, .secondary-buttons) .wp-block-post-terms__prefix {
  font-size: var(--fsize-h4, 2.8rem) !important;
  font-weight: 700;
}
.wp-block-post-terms:not(.pills, .secondary-buttons) a {
  text-decoration: none;
  color: var(--color-med-navy);
  font-weight: 600;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-med-navy) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  border-bottom: none;
  font-weight: 600;
  font-weight: 600;
  font-size: var(--fsize-body, 1.8rem) !important;
}
.wp-block-post-terms:not(.pills, .secondary-buttons) a:hover {
  animation-duration: 1200ms;
  animation-name: linkBackground;
  background-size: 100% 100%;
}
.wp-block-post-terms:not(.pills, .secondary-buttons) a:visited {
  color: var(--color-med-navy);
}
.wp-block-post-terms:not(.pills, .secondary-buttons) a:focus {
  outline: 1px solid black;
  outline-offset: 0;
}

.post-terms__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .post-terms__container {
    flex-direction: row;
  }
}

.post-terms__label {
  color: var(--color-black, #000);
  font-size: var(--fsize-h4, 2.8rem) !important;
  font-weight: 700;
  flex: 0 0 auto;
}

.wp-block-query-pagination {
  gap: 8px;
  margin-bottom: 0;
}
.wp-block-query-pagination > * {
  flex-grow: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 8px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots) {
  border: 1px solid rgba(7, 35, 71, 0.5);
  background: var(--color-white, #fff);
  color: var(--color-med-navy, #072347);
  border-radius: 5px;
  padding: 7px 12px;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots):focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots):focus, .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots):focus-visible {
  outline-offset: -3px !important;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots).current {
  background: var(--color-blue, #4da9ef);
  border: none;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots):not(.current):hover {
  background: var(--color-blue, #4da9ef);
  border-color: var(--color-blue, #4da9ef);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.dots {
  padding: 0 10px;
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:focus,
.wp-block-query-pagination .wp-block-query-pagination-next:focus {
  outline: 1px solid black;
  outline-offset: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:after,
.wp-block-query-pagination .wp-block-query-pagination-next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2712%27 viewBox=%270 0 8 12%27 fill=%27none%27%3E%3Cpath d=%27M0 10.58L4.94467 6L0 1.41L1.52227 0L8 6L1.52227 12L0 10.58Z%27 fill=%27%23072347%27/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 12px;
  width: 8px;
  position: static;
  display: inline-block;
}
.wp-block-query-pagination .wp-block-query-pagination-previous span,
.wp-block-query-pagination .wp-block-query-pagination-next span {
  visibility: hidden;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:after {
  transform: rotate(180deg);
}

@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .wp-block-query-pagination .wp-block-query-pagination-previous:after,
  .wp-block-query-pagination .wp-block-query-pagination-next:after {
    filter: brightness(0) invert(1);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .wp-block-query-pagination .wp-block-query-pagination-previous:after,
  .wp-block-query-pagination .wp-block-query-pagination-next:after {
    filter: brightness(0);
  }
}

.editor-styles-wrapper .wp-block-social-links,
.entry-content .wp-block-social-links {
  margin: 0 !important;
  padding: 2rem 2.4rem;
  background-color: var(--color-med-navy);
  border-radius: 6px;
  gap: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .wp-block-social-links,
  .entry-content .wp-block-social-links {
    padding: 3rem;
    border-radius: 1rem;
    gap: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper .wp-block-social-links,
  .entry-content .wp-block-social-links {
    padding: 3rem 4rem;
    gap: 2.5rem;
    border-radius: 1rem;
  }
}
.editor-styles-wrapper .wp-block-social-links .wp-social-link,
.entry-content .wp-block-social-links .wp-social-link {
  background: none;
  color: var(--color-blue);
}
.editor-styles-wrapper .wp-block-social-links .wp-social-link .wp-block-social-link-anchor,
.entry-content .wp-block-social-links .wp-social-link .wp-block-social-link-anchor {
  margin: 0;
  padding: 0;
}
.editor-styles-wrapper .wp-block-social-links .wp-social-link .wp-block-social-link-anchor svg,
.entry-content .wp-block-social-links .wp-social-link .wp-block-social-link-anchor svg {
  height: 3rem;
  width: 3rem;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .editor-styles-wrapper .wp-block-social-links .wp-social-link .wp-block-social-link-anchor svg,
  .entry-content .wp-block-social-links .wp-social-link .wp-block-social-link-anchor svg {
    filter: brightness(0) invert(1);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .editor-styles-wrapper .wp-block-social-links .wp-social-link .wp-block-social-link-anchor svg,
  .entry-content .wp-block-social-links .wp-social-link .wp-block-social-link-anchor svg {
    filter: brightness(0);
  }
}
.editor-styles-wrapper .wp-block-social-links .wp-social-link .wp-block-social-link-anchor svg:hover,
.entry-content .wp-block-social-links .wp-social-link .wp-block-social-link-anchor svg:hover {
  transform: scale(1.2);
}

.editor-styles-wrapper .wp-block-video video,
.wp-block-video video,
.wp-block-embed.is-type-video video {
  position: relative;
  border-radius: 1rem;
}
.editor-styles-wrapper .wp-block-video iframe,
.wp-block-video iframe,
.wp-block-embed.is-type-video iframe {
  border-radius: 1rem;
}
.editor-styles-wrapper .wp-block-video figcaption,
.wp-block-video figcaption,
.wp-block-embed.is-type-video figcaption {
  display: flex;
  align-items: flex-start;
  padding: 1.6rem;
  box-sizing: border-box;
  border-radius: 1rem;
  border: 1px solid var(--color-white);
  background: var(--color-med-navy);
  color: var(--color-white);
  font-size: var(--fsize-caption);
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .wp-block-video figcaption,
  .wp-block-video figcaption,
  .wp-block-embed.is-type-video figcaption {
    max-width: calc(100% - 4rem);
  }
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper .wp-block-video figcaption,
  .wp-block-video figcaption,
  .wp-block-embed.is-type-video figcaption {
    max-width: calc(100% - 6rem);
  }
}
.editor-styles-wrapper .wp-block-video .video-wrapper,
.wp-block-video .video-wrapper,
.wp-block-embed.is-type-video .video-wrapper {
  position: relative;
  box-sizing: border-box;
}
.editor-styles-wrapper .wp-block-video .video-wrapper button,
.wp-block-video .video-wrapper button,
.wp-block-embed.is-type-video .video-wrapper button {
  position: absolute;
  height: 4.5rem;
  width: 4.5rem;
  z-index: 1;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: none;
  padding: 20px 18px 20px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: padding 300ms ease;
}
.editor-styles-wrapper .wp-block-video .video-wrapper button img,
.wp-block-video .video-wrapper button img,
.wp-block-embed.is-type-video .video-wrapper button img {
  height: 20px;
  width: 20px;
}
.editor-styles-wrapper .wp-block-video .video-wrapper button:before,
.wp-block-video .video-wrapper button:before,
.wp-block-embed.is-type-video .video-wrapper button:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 100%;
  transition: all 300ms ease;
  background-color: var(--color-blue);
  z-index: -1;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .wp-block-video .video-wrapper button,
  .wp-block-video .video-wrapper button,
  .wp-block-embed.is-type-video .video-wrapper button {
    height: 8rem;
    width: 8rem;
  }
  .editor-styles-wrapper .wp-block-video .video-wrapper button img,
  .wp-block-video .video-wrapper button img,
  .wp-block-embed.is-type-video .video-wrapper button img {
    height: 24px;
    width: 24px;
  }
}
.editor-styles-wrapper .wp-block-video .video-wrapper button:hover,
.wp-block-video .video-wrapper button:hover,
.wp-block-embed.is-type-video .video-wrapper button:hover {
  cursor: pointer;
}
.editor-styles-wrapper .wp-block-video .video-wrapper button:hover:before,
.wp-block-video .video-wrapper button:hover:before,
.wp-block-embed.is-type-video .video-wrapper button:hover:before {
  transform: scale(1.2);
  background-color: #94ccf5;
}
.editor-styles-wrapper .wp-block-video .video-wrapper button:focus,
.wp-block-video .video-wrapper button:focus,
.wp-block-embed.is-type-video .video-wrapper button:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.editor-styles-wrapper .wp-block-video .video-wrapper button:focus, .editor-styles-wrapper .wp-block-video .video-wrapper button:focus-visible,
.wp-block-video .video-wrapper button:focus,
.wp-block-video .video-wrapper button:focus-visible,
.wp-block-embed.is-type-video .video-wrapper button:focus,
.wp-block-embed.is-type-video .video-wrapper button:focus-visible {
  outline-offset: -3px !important;
}

@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .wp-block-video .video-wrapper button img {
    filter: brightness(0) invert(1);
  }
}

.entry-content > .wp-block-video,
.entry-content > .wp-block-embed.is-type-video {
  margin-bottom: 2rem;
  max-width: 1200px;
}
@media all and (min-width: 768px) {
  .entry-content > .wp-block-video,
  .entry-content > .wp-block-embed.is-type-video {
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 1024px) {
  .entry-content > .wp-block-video,
  .entry-content > .wp-block-embed.is-type-video {
    margin-bottom: 6rem;
  }
}

.dt-container .dt-length .dt-input {
  padding: 5px 30px 5px 5px;
}

.dt-layout-full {
  overflow-x: scroll;
}

.wp-block-spcc-detail-grid {
  padding: var(--block-padding);
  position: relative;
  max-width: 1800px;
  padding: var(--component-v-spacing) var(--block-padding-left-right);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-spcc-detail-grid {
    padding: 6rem 3rem;
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .wp-block-spcc-detail-grid {
    width: 100svw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1160px) {
  .wp-block-spcc-detail-grid {
    display: flex !important;
    width: 100%;
    max-width: 1800px;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: space-between;
    gap: 2rem;
    padding: 10rem 0;
  }
}
.wp-block-spcc-detail-grid button:focus,
.wp-block-spcc-detail-grid a:focus,
.wp-block-spcc-detail-grid .wp-block-button .wp-element-button:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
.wp-block-spcc-detail-grid:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 100svw;
  height: 100%;
  background: var(--color-med-navy);
  transform: translateX(50%);
  z-index: -2;
}
@media screen and (min-width: 1024px) {
  .wp-block-spcc-detail-grid:before {
    left: calc(-1 * var(--block-padding-left-right));
    transform: unset;
  }
}
@media screen and (min-width: 1910px) {
  .wp-block-spcc-detail-grid:before {
    left: calc(-1 * (100svw - 1800px) / 2);
    transform: none;
  }
}
.wp-block-spcc-detail-grid:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 100svw;
  transform: translateX(50%);
  height: 100%;
  background: url(/wp-content/themes/spcc-theme/build/images/swoop.61a67776.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .wp-block-spcc-detail-grid:after {
    left: calc(-1 * var(--block-padding-left-right));
    transform: unset;
  }
}
@media screen and (min-width: 1910px) {
  .wp-block-spcc-detail-grid:after {
    left: calc(-1 * (100svw - 1800px) / 2);
    transform: none;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-spcc-detail-grid > .wp-block-column:nth-child(1) {
    flex: 0 1 39% !important;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-spcc-detail-grid > .wp-block-column:nth-child(2) {
    flex: 0 1 57.5% !important;
  }
}
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) {
  padding: 30px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: var(--color-light-navy);
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group,
  .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) {
    padding: 30px;
    margin: 0;
    flex: 0 1 50%;
  }
}
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons {
  margin-bottom: 0;
}
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link {
  padding: 0.8rem 1.5rem;
  background: transparent;
  color: var(--color-orange);
  border-color: var(--color-orange);
}
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link:hover,
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link:hover {
  background: var(--color-orange);
  color: var(--color-black) !important;
}
@media screen and (min-width: 1024px) {
  .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group .wp-block-buttons .wp-block-button__link,
  .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .wp-block-group:nth-child(2) .wp-block-buttons .wp-block-button__link {
    padding: 1.3rem 3.3rem;
  }
}
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group:nth-child(1) p:nth-child(1) {
  font-family: var(--font-family-secondary);
  font-size: 60px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group:nth-child(1) p:nth-child(1) {
    font-size: 65px !important;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group:nth-child(1) p:nth-child(1) {
    font-size: 85px !important;
  }
}
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group:nth-child(1) p:nth-child(2) {
  font-feature-settings: "liga" off, "clig" off;
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 1.7rem;
}
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group:nth-child(1) p:nth-child(3) {
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 1rem;
}
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group:nth-child(2) h3 {
  font-family: var(--font-family-secondary);
  font-size: 28px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 80%;
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group:nth-child(2) h3 {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group:nth-child(2) h3 {
    font-size: 45px !important;
    line-height: 100%;
  }
}
.wp-block-spcc-detail-grid .wp-block-column:nth-child(2) .is-layout-flex .wp-block-group:nth-child(2) p {
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 1.5rem;
}
.wp-block-spcc-detail-grid .wp-block-quote {
  padding: 0;
  background: none;
  border: 0;
}
.wp-block-spcc-detail-grid .wp-block-quote > p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-spcc-detail-grid .wp-block-quote > p {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-spcc-detail-grid .wp-block-quote > p {
    font-size: 30px !important;
  }
}
.wp-block-spcc-detail-grid .wp-block-quote + .wp-block-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.4rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-spcc-detail-grid .wp-block-quote + .wp-block-group {
    flex-direction: row;
    align-items: center;
  }
}
.wp-block-spcc-detail-grid .wp-block-quote + .wp-block-group p {
  font-family: var(--font-family-primary);
  font-size: 12px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-spcc-detail-grid .wp-block-quote + .wp-block-group p {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-spcc-detail-grid .wp-block-quote + .wp-block-group p {
    font-size: 16px !important;
  }
}
.wp-block-spcc-detail-grid .wp-block-column {
  color: var(--color-white);
}
.wp-block-spcc-detail-grid .wp-block-column .wp-block-heading {
  color: var(--color-white);
  margin: 0 0 1.1rem;
}
.wp-block-spcc-detail-grid .wp-block-column p {
  margin: 0 0 1.5rem;
}
.wp-block-spcc-detail-grid .wp-block-column .wp-block-quote {
  margin: 0 0 1.5rem;
  background: transparent !important;
  border: none !important;
  padding: 0;
}
.wp-block-spcc-detail-grid .wp-block-column .wp-block-quote p {
  line-height: 1.3;
}
.wp-block-spcc-detail-grid .wp-block-column:nth-child(1) p:nth-child(1) {
  font-family: var(--font-family-primary);
  font-size: 12px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0 0 1.6rem;
}
@media screen and (min-width: 768px) {
  .wp-block-spcc-detail-grid .wp-block-column:nth-child(1) p:nth-child(1) {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-spcc-detail-grid .wp-block-column:nth-child(1) p:nth-child(1) {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .is-layout-flex {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-spcc-detail-grid .wp-block-column:nth-child(2) > .is-layout-flex {
    align-items: stretch;
    gap: 1.8rem;
    margin-bottom: 2rem;
  }
}

.alert-display-banner {
  position: relative;
  background: var(--color-orange);
  padding: 2rem;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .alert-display-banner {
    padding: 3.4rem 3.5rem 2.4rem;
  }
}
.alert-display-banner .alert__close {
  position: absolute;
  top: 1.1rem;
  right: 1.35rem;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: 0;
}
.alert-display-banner .alert__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0yLjc2MDIyIDAuMjcyODkzQzMuMDI2OTQgMC4wMDYwODA4NiAzLjQ1OTM5IDAuMDA2MDgwOSAzLjcyNjEyIDAuMjcyODk0TDE1LjggMTIuMzUwNkMxNi4wNjY3IDEyLjYxNzQgMTYuMDY2NyAxMy4wNSAxNS44IDEzLjMxNjhMMTUuMzE3IDEzLjc5OTlDMTUuMDUwMyAxNC4wNjY3IDE0LjYxNzggMTQuMDY2NyAxNC4zNTExIDEzLjc5OTlMMi4yNzcyNiAxLjcyMjIxQzIuMDEwNTMgMS40NTU0IDIuMDEwNTMgMS4wMjI4MSAyLjI3NzI2IDAuNzU2MDAxTDIuNzYwMjIgMC4yNzI4OTNaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0yLjc2MDIyIDAuMjcyODkzQzMuMDI2OTQgMC4wMDYwODA4NiAzLjQ1OTM5IDAuMDA2MDgwOSAzLjcyNjEyIDAuMjcyODk0TDE1LjggMTIuMzUwNkMxNi4wNjY3IDEyLjYxNzQgMTYuMDY2NyAxMy4wNSAxNS44IDEzLjMxNjhMMTUuMzE3IDEzLjc5OTlDMTUuMDUwMyAxNC4wNjY3IDE0LjYxNzggMTQuMDY2NyAxNC4zNTExIDEzLjc5OTlMMi4yNzcyNiAxLjcyMjIxQzIuMDEwNTMgMS40NTU0IDIuMDEwNTMgMS4wMjI4MSAyLjI3NzI2IDAuNzU2MDAxTDIuNzYwMjIgMC4yNzI4OTNaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .alert-display-banner .alert__close:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9IiMwMDAiLz4KPHBhdGggZD0iTTIuNzYwMjIgMC4yNzI4OTNDMy4wMjY5NCAwLjAwNjA4MDg2IDMuNDU5MzkgMC4wMDYwODA5IDMuNzI2MTIgMC4yNzI4OTRMMTUuOCAxMi4zNTA2QzE2LjA2NjcgMTIuNjE3NCAxNi4wNjY3IDEzLjA1IDE1LjggMTMuMzE2OEwxNS4zMTcgMTMuNzk5OUMxNS4wNTAzIDE0LjA2NjcgMTQuNjE3OCAxNC4wNjY3IDE0LjM1MTEgMTMuNzk5OUwyLjI3NzI2IDEuNzIyMjFDMi4wMTA1MyAxLjQ1NTQgMi4wMTA1MyAxLjAyMjgxIDIuMjc3MjYgMC43NTYwMDFMMi43NjAyMiAwLjI3Mjg5M1oiIGZpbGw9IiMwMDAiLz4KPC9zdmc+Cg==);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .alert-display-banner .alert__close:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjIwMDA1IDEzLjI0NEMxLjkzMzMyIDEyLjk3NzIgMS45MzMzMiAxMi41NDQ2IDIuMjAwMDUgMTIuMjc3OEwxNC4yNzM5IDAuMjAwMTA5QzE0LjU0MDYgLTAuMDY2NzAzMyAxNC45NzMxIC0wLjA2NjcwMyAxNS4yMzk4IDAuMjAwMTFMMTUuNzIyNyAwLjY4MzIxN0MxNS45ODk1IDAuOTUwMDI5IDE1Ljk4OTUgMS4zODI2MiAxNS43MjI3IDEuNjQ5NDNMMy42NDg5MSAxMy43MjcxQzMuMzgyMTggMTMuOTkzOSAyLjk0OTczIDEzLjk5MzkgMi42ODMgMTMuNzI3MUwyLjIwMDA1IDEzLjI0NFoiIGZpbGw9IiNmZmYiLz4KPHBhdGggZD0iTTIuNzYwMjIgMC4yNzI4OTNDMy4wMjY5NCAwLjAwNjA4MDg2IDMuNDU5MzkgMC4wMDYwODA5IDMuNzI2MTIgMC4yNzI4OTRMMTUuOCAxMi4zNTA2QzE2LjA2NjcgMTIuNjE3NCAxNi4wNjY3IDEzLjA1IDE1LjggMTMuMzE2OEwxNS4zMTcgMTMuNzk5OUMxNS4wNTAzIDE0LjA2NjcgMTQuNjE3OCAxNC4wNjY3IDE0LjM1MTEgMTMuNzk5OUwyLjI3NzI2IDEuNzIyMjFDMi4wMTA1MyAxLjQ1NTQgMi4wMTA1MyAxLjAyMjgxIDIuMjc3MjYgMC43NTYwMDFMMi43NjAyMiAwLjI3Mjg5M1oiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
  }
}
.alert-display-banner .alert__header {
  position: relative;
  padding-left: 30px;
  margin: 0 0 0.5rem;
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-style: normal;
  color: var(--color-black);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 767px) {
  .alert-display-banner .alert__header {
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 768px) {
  .alert-display-banner .alert__header {
    padding-left: 37px;
    font-size: 28px;
    margin: 0 0 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .alert-display-banner .alert__header {
    padding-left: 42px;
    margin: 0 0 1.5rem;
    font-size: 32px;
  }
}
.alert-display-banner .alert__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.3rem;
  height: 2.3rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMyAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE4LjE1IDE4LjE1SDE0Ljg1VjguMjVIMTguMTVNMTguMTUgMjQuNzVIMTQuODVWMjEuNDVIMTguMTVNMTYuNSAwQzE0LjMzMzIgMCAxMi4xODc2IDAuNDI2Nzg1IDEwLjE4NTcgMS4yNTU5OUM4LjE4Mzg1IDIuMDg1MTkgNi4zNjQ5IDMuMzAwNTcgNC44MzI3NCA0LjgzMjc0QzEuNzM4MzkgNy45MjcwOSAwIDEyLjEyMzkgMCAxNi41QzAgMjAuODc2MSAxLjczODM5IDI1LjA3MjkgNC44MzI3NCAyOC4xNjczQzYuMzY0OSAyOS42OTk0IDguMTgzODUgMzAuOTE0OCAxMC4xODU3IDMxLjc0NEMxMi4xODc2IDMyLjU3MzIgMTQuMzMzMiAzMyAxNi41IDMzQzIwLjg3NjEgMzMgMjUuMDcyOSAzMS4yNjE2IDI4LjE2NzMgMjguMTY3M0MzMS4yNjE2IDI1LjA3MjkgMzMgMjAuODc2MSAzMyAxNi41QzMzIDE0LjMzMzIgMzIuNTczMiAxMi4xODc2IDMxLjc0NCAxMC4xODU3QzMwLjkxNDggOC4xODM4NSAyOS42OTk0IDYuMzY0OSAyOC4xNjczIDQuODMyNzRDMjYuNjM1MSAzLjMwMDU3IDI0LjgxNjEgMi4wODUxOSAyMi44MTQzIDEuMjU1OTlDMjAuODEyNCAwLjQyNjc4NSAxOC42NjY4IDAgMTYuNSAwWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-position: center;
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .alert-display-banner .alert__header:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMyAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE4LjE1IDE4LjE1SDE0Ljg1VjguMjVIMTguMTVNMTguMTUgMjQuNzVIMTQuODVWMjEuNDVIMTguMTVNMTYuNSAwQzE0LjMzMzIgMCAxMi4xODc2IDAuNDI2Nzg1IDEwLjE4NTcgMS4yNTU5OUM4LjE4Mzg1IDIuMDg1MTkgNi4zNjQ5IDMuMzAwNTcgNC44MzI3NCA0LjgzMjc0QzEuNzM4MzkgNy45MjcwOSAwIDEyLjEyMzkgMCAxNi41QzAgMjAuODc2MSAxLjczODM5IDI1LjA3MjkgNC44MzI3NCAyOC4xNjczQzYuMzY0OSAyOS42OTk0IDguMTgzODUgMzAuOTE0OCAxMC4xODU3IDMxLjc0NEMxMi4xODc2IDMyLjU3MzIgMTQuMzMzMiAzMyAxNi41IDMzQzIwLjg3NjEgMzMgMjUuMDcyOSAzMS4yNjE2IDI4LjE2NzMgMjguMTY3M0MzMS4yNjE2IDI1LjA3MjkgMzMgMjAuODc2MSAzMyAxNi41QzMzIDE0LjMzMzIgMzIuNTczMiAxMi4xODc2IDMxLjc0NCAxMC4xODU3QzMwLjkxNDggOC4xODM4NSAyOS42OTk0IDYuMzY0OSAyOC4xNjczIDQuODMyNzRDMjYuNjM1MSAzLjMwMDU3IDI0LjgxNjEgMi4wODUxOSAyMi44MTQzIDEuMjU1OTlDMjAuODEyNCAwLjQyNjc4NSAxOC42NjY4IDAgMTYuNSAwWiIgZmlsbD0iIzAwMCIvPgo8L3N2Zz4K);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .alert-display-banner .alert__header:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMyAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE4LjE1IDE4LjE1SDE0Ljg1VjguMjVIMTguMTVNMTguMTUgMjQuNzVIMTQuODVWMjEuNDVIMTguMTVNMTYuNSAwQzE0LjMzMzIgMCAxMi4xODc2IDAuNDI2Nzg1IDEwLjE4NTcgMS4yNTU5OUM4LjE4Mzg1IDIuMDg1MTkgNi4zNjQ5IDMuMzAwNTcgNC44MzI3NCA0LjgzMjc0QzEuNzM4MzkgNy45MjcwOSAwIDEyLjEyMzkgMCAxNi41QzAgMjAuODc2MSAxLjczODM5IDI1LjA3MjkgNC44MzI3NCAyOC4xNjczQzYuMzY0OSAyOS42OTk0IDguMTgzODUgMzAuOTE0OCAxMC4xODU3IDMxLjc0NEMxMi4xODc2IDMyLjU3MzIgMTQuMzMzMiAzMyAxNi41IDMzQzIwLjg3NjEgMzMgMjUuMDcyOSAzMS4yNjE2IDI4LjE2NzMgMjguMTY3M0MzMS4yNjE2IDI1LjA3MjkgMzMgMjAuODc2MSAzMyAxNi41QzMzIDE0LjMzMzIgMzIuNTczMiAxMi4xODc2IDMxLjc0NCAxMC4xODU3QzMwLjkxNDggOC4xODM4NSAyOS42OTk0IDYuMzY0OSAyOC4xNjczIDQuODMyNzRDMjYuNjM1MSAzLjMwMDU3IDI0LjgxNjEgMi4wODUxOSAyMi44MTQzIDEuMjU1OTlDMjAuODEyNCAwLjQyNjc4NSAxOC42NjY4IDAgMTYuNSAwWiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K);
  }
}
@media screen and (min-width: 768px) {
  .alert-display-banner .alert__header:before {
    width: 3rem;
    height: 3rem;
  }
}
.alert-display-banner .alert__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .alert-display-banner .alert__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    align-items: flex-end;
  }
}
.alert-display-banner .alert__text > * {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.28px;
  margin-top: 0;
}
.alert-display-banner .alert__text > *:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .alert-display-banner .alert__cta {
    align-self: center;
  }
}
.alert-display-banner .alert__cta a {
  padding: 0.7rem 1.5rem;
  color: var(--color-med-navy);
  border-color: var(--color-med-navy);
  background: transparent;
}
@media screen and (min-width: 1024px) {
  .alert-display-banner .alert__cta a {
    padding: 1.2rem 1.9rem;
  }
}
.alert-display-banner--low {
  background: var(--color-green);
}
.alert-display-banner--medium {
  background: var(--color-orange);
}
.alert-display-banner--high {
  background: var(--color-red);
}
.alert-display-banner--high .alert__header, .alert-display-banner--high .alert__text > * {
  color: var(--color-white);
}
.alert-display-banner--high .alert__header:before, .alert-display-banner--high .alert__text > *:before {
  filter: invert(1);
}
.alert-display-banner--high .alert__close:after {
  filter: invert(1);
}

.pattern-cards {
  max-width: 1800px;
  margin: var(--component-v-spacing) auto;
}
.pattern-cards__title-block .title-row {
  row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}
.pattern-cards__title-block .title-row h2 {
  margin: 0;
}
@media all and (min-width: 768px) {
  .pattern-cards__title-block .title-row {
    margin-bottom: 2rem;
    flex-direction: row;
    align-items: center;
  }
}
@media all and (min-width: 1024px) {
  .pattern-cards__title-block .title-row {
    margin-bottom: 3rem;
  }
}
.pattern-cards__title-block .pattern-title-block__text p {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .pattern-cards__title-block .pattern-title-block__text p {
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 1024px) {
  .pattern-cards__title-block .pattern-title-block__text p {
    margin-bottom: 4rem;
  }
}
.pattern-cards__cards-grid {
  grid-gap: 2rem;
}
@media all and (min-width: 1024px) {
  .pattern-cards__cards-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

.entry-content .pattern-card,
.editor-styles-wrapper .pattern-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
}
@media all and (min-width: 768px) {
  .entry-content .pattern-card,
  .editor-styles-wrapper .pattern-card {
    flex-direction: row;
    align-items: stretch;
  }
}
@media all and (min-width: 1024px) {
  .entry-content .pattern-card,
  .editor-styles-wrapper .pattern-card {
    flex-direction: column;
  }
}
.entry-content .pattern-card__image,
.editor-styles-wrapper .pattern-card__image {
  width: 100%;
  margin: 0 !important;
}
@media all and (min-width: 768px) {
  .entry-content .pattern-card__image,
  .editor-styles-wrapper .pattern-card__image {
    width: 310px;
  }
}
@media all and (min-width: 1024px) {
  .entry-content .pattern-card__image,
  .editor-styles-wrapper .pattern-card__image {
    width: auto;
  }
}
.entry-content .pattern-card__image figure,
.editor-styles-wrapper .pattern-card__image figure {
  margin: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
@media all and (min-width: 768px) {
  .entry-content .pattern-card__image figure,
  .editor-styles-wrapper .pattern-card__image figure {
    height: 100%;
  }
  .entry-content .pattern-card__image figure > div,
  .editor-styles-wrapper .pattern-card__image figure > div {
    height: 100% !important;
  }
}
.entry-content .pattern-card__image figure img,
.editor-styles-wrapper .pattern-card__image figure img {
  box-shadow: none;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  aspect-ratio: 1.7;
}
@media all and (min-width: 768px) {
  .entry-content .pattern-card__image figure img,
  .editor-styles-wrapper .pattern-card__image figure img {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media all and (min-width: 1024px) {
  .entry-content .pattern-card__image figure img,
  .editor-styles-wrapper .pattern-card__image figure img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 1rem;
    width: 100%;
    height: auto;
    aspect-ratio: 1.4;
  }
}
.entry-content .pattern-card__content,
.editor-styles-wrapper .pattern-card__content {
  width: 100%;
  padding: 2rem;
  background-color: var(--color-med-navy);
  color: var(--color-white);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transition: background-color 200ms ease;
  z-index: 1;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .entry-content .pattern-card__content,
  .editor-styles-wrapper .pattern-card__content {
    flex: 1;
    border-bottom-left-radius: 0;
    border-top-right-radius: 1rem;
    padding: 2.5rem 3rem;
  }
}
@media all and (min-width: 1024px) {
  .entry-content .pattern-card__content,
  .editor-styles-wrapper .pattern-card__content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
  }
}
.entry-content .pattern-card__content a:focus,
.entry-content .pattern-card__content button:focus,
.editor-styles-wrapper .pattern-card__content a:focus,
.editor-styles-wrapper .pattern-card__content button:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
.entry-content .pattern-card__content h3,
.editor-styles-wrapper .pattern-card__content h3 {
  color: var(--color-white);
  margin: 0;
}
.entry-content .pattern-card__content a:where(:not(.wp-element-button)),
.editor-styles-wrapper .pattern-card__content a:where(:not(.wp-element-button)) {
  text-decoration: none;
  color: var(--color-med-navy);
  font-weight: 600;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-med-navy) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  border-bottom: none;
  font-weight: 600;
  color: var(--color-white);
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-white) 1px);
}
.entry-content .pattern-card__content a:where(:not(.wp-element-button)):hover,
.editor-styles-wrapper .pattern-card__content a:where(:not(.wp-element-button)):hover {
  animation-duration: 1200ms;
  animation-name: linkBackground;
  background-size: 100% 100%;
}
.entry-content .pattern-card__content a:where(:not(.wp-element-button)):visited,
.editor-styles-wrapper .pattern-card__content a:where(:not(.wp-element-button)):visited {
  color: var(--color-med-navy);
}
.entry-content .pattern-card__content a:where(:not(.wp-element-button)):focus,
.editor-styles-wrapper .pattern-card__content a:where(:not(.wp-element-button)):focus {
  outline: 1px solid black;
  outline-offset: 0;
}
.entry-content .pattern-card__content a:where(:not(.wp-element-button)):visited,
.editor-styles-wrapper .pattern-card__content a:where(:not(.wp-element-button)):visited {
  color: var(--color-white);
}
.entry-content .pattern-card__content a:where(:not(.wp-element-button)):focus,
.editor-styles-wrapper .pattern-card__content a:where(:not(.wp-element-button)):focus {
  outline: 1px solid white;
  outline-offset: 0;
}
.entry-content .pattern-card__content h3 a,
.editor-styles-wrapper .pattern-card__content h3 a {
  color: var(--color-blue) !important;
  text-decoration: none;
  background-image: none !important;
}
.entry-content .pattern-card__content h3 a::after,
.editor-styles-wrapper .pattern-card__content h3 a::after {
  transition: right ease 150ms;
}
@media all and (min-width: 768px) {
  .entry-content .pattern-card__content h3 a .last-word,
  .editor-styles-wrapper .pattern-card__content h3 a .last-word {
    padding-right: 36px;
  }
  .entry-content .pattern-card__content h3 a .last-word::after,
  .editor-styles-wrapper .pattern-card__content h3 a .last-word::after {
    width: 18px;
  }
  .entry-content .pattern-card__content h3 a:hover .last-word::after,
  .editor-styles-wrapper .pattern-card__content h3 a:hover .last-word::after {
    right: 0;
  }
}
.entry-content .pattern-card__content p.is-style-subtitle,
.editor-styles-wrapper .pattern-card__content p.is-style-subtitle {
  margin-top: 0.8rem;
}
.entry-content .pattern-card__content::before,
.editor-styles-wrapper .pattern-card__content::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/themes/spcc-theme/build/images/card-swoop-small.cbe0c5b8.png);
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: -1;
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 200ms ease;
  border-bottom-right-radius: 1rem;
}
@media all and (min-width: 768px) {
  .entry-content .pattern-card__content::before,
  .editor-styles-wrapper .pattern-card__content::before {
    background-image: url(/wp-content/themes/spcc-theme/build/images/card-swoop-medium.e8f6f64f.png);
    background-size: 100% 80%;
  }
}
@media all and (min-width: 1024px) {
  .entry-content .pattern-card__content::before,
  .editor-styles-wrapper .pattern-card__content::before {
    background-image: url(/wp-content/themes/spcc-theme/build/images/card-swoop-small.cbe0c5b8.png);
    background-size: contain;
  }
}

.entry-content .pattern-cards .card-item:has(a), .entry-content .pattern-cards .card-item:has(button) {
  cursor: pointer;
}
.entry-content .pattern-cards .card-item:has(a):hover .pattern-card__content, .entry-content .pattern-cards .card-item:has(button):hover .pattern-card__content {
  background-color: var(--color-light-navy);
}
.entry-content .pattern-cards .card-item:has(a):hover .pattern-card__content::before, .entry-content .pattern-cards .card-item:has(button):hover .pattern-card__content::before {
  transform: translate(100%, 100%);
}
.entry-content .pattern-cards .card-item:has(a):hover h3 a::after, .entry-content .pattern-cards .card-item:has(button):hover h3 a::after {
  right: -36px;
}

.entry-content .card-animated {
  opacity: 0;
  position: relative;
  top: 3rem;
  transition: all 200ms ease;
}
.entry-content .card-animated.card-has-animated {
  opacity: 1;
  top: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  transition-delay: 10ms;
}

.slick-slider .carousel-buttons {
  border: 1px solid var(--color-white);
  margin-top: 2rem;
}
@media all and (min-width: 768px) {
  .slick-slider .carousel-buttons {
    margin-top: unset;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media all and (min-width: 1024px) {
  .slick-slider .carousel-buttons {
    right: 30px;
    bottom: 30px;
  }
}

.entry-content .pattern-carousel-image,
.editor-styles-wrapper .pattern-carousel-image {
  background-color: var(--color-med-navy, #1a1a1a);
  border-radius: var(--border-radius, 10px);
  aspect-ratio: 1.78;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.entry-content .pattern-carousel-image__wrapper,
.editor-styles-wrapper .pattern-carousel-image__wrapper {
  padding: var(--component-v-spacing) var(--block-padding-left-right);
  box-sizing: border-box;
  transform: translateX(calc(0px - var(--block-padding-left-right)));
  width: 100vw;
  max-width: 100vw;
  background: var(--color-white);
  background: linear-gradient(20deg, var(--color-white), var(--color-blue-2));
  border-top: 1px solid var(--color-line-navy, #103253);
  border-bottom: 1px solid var(--color-line-navy, #103253);
}
.entry-content .pattern-carousel-image__title-block,
.editor-styles-wrapper .pattern-carousel-image__title-block {
  max-width: 1800px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto 3rem;
}
.entry-content .pattern-carousel-image__title-block__title,
.editor-styles-wrapper .pattern-carousel-image__title-block__title {
  margin-top: 0;
}
.entry-content .pattern-carousel-image__title-block__title, .entry-content .pattern-carousel-image__title-block__buttons,
.editor-styles-wrapper .pattern-carousel-image__title-block__title,
.editor-styles-wrapper .pattern-carousel-image__title-block__buttons {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.entry-content .pattern-carousel-image__title-block__intro > *:first-child,
.editor-styles-wrapper .pattern-carousel-image__title-block__intro > *:first-child {
  margin-top: 0;
}
.entry-content .pattern-carousel-image__title-block__intro > *:last-child,
.editor-styles-wrapper .pattern-carousel-image__title-block__intro > *:last-child {
  margin-bottom: 2rem;
}
.entry-content .pattern-carousel-image__title-block__buttons,
.editor-styles-wrapper .pattern-carousel-image__title-block__buttons {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .entry-content .pattern-carousel-image__title-block,
  .editor-styles-wrapper .pattern-carousel-image__title-block {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .entry-content .pattern-carousel-image__title-block__intro,
  .editor-styles-wrapper .pattern-carousel-image__title-block__intro {
    width: 100%;
    order: 2;
  }
  .entry-content .pattern-carousel-image__title-block__buttons,
  .editor-styles-wrapper .pattern-carousel-image__title-block__buttons {
    order: 1;
    justify-content: flex-end;
  }
}
.entry-content .pattern-carousel-image .pattern-carousel-slide__image,
.editor-styles-wrapper .pattern-carousel-image .pattern-carousel-slide__image {
  aspect-ratio: 1.78;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  transition: all 450ms ease;
}
.entry-content .pattern-carousel-image .pattern-carousel-slide__image figure,
.editor-styles-wrapper .pattern-carousel-image .pattern-carousel-slide__image figure {
  margin: 0;
  width: 100%;
}
.entry-content .pattern-carousel-image .pattern-carousel-slide__image figure figcaption,
.editor-styles-wrapper .pattern-carousel-image .pattern-carousel-slide__image figure figcaption {
  display: none;
}
.entry-content .pattern-carousel-image .pattern-carousel-slide__image figure > img,
.editor-styles-wrapper .pattern-carousel-image .pattern-carousel-slide__image figure > img {
  aspect-ratio: 1.78;
  box-shadow: none;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.entry-content .pattern-carousel-image .slick-current .pattern-carousel-slide__image,
.entry-content .pattern-carousel-image .slick-current .pattern-carousel-slide__caption-card,
.editor-styles-wrapper .pattern-carousel-image .slick-current .pattern-carousel-slide__image,
.editor-styles-wrapper .pattern-carousel-image .slick-current .pattern-carousel-slide__caption-card {
  opacity: 1;
}

.entry-content .pattern-carousel-slide__image,
.entry-content .pattern-carousel-slide__caption-card {
  opacity: 0;
}

.pattern-carousel-image .slick-slider .slick-list .slick-slide {
  transform: translate3d(0, 0, 0);
  transition-delay: 10ms;
}
.pattern-carousel-image .slick-slider .slick-list .slick-slide .pattern-carousel-slide__image {
  background-color: var(--color-med-navy);
}

.pattern-carousel-caption-container {
  background: var(--color-med-navy);
  background-color: var(--color-med-navy);
  border: 1px solid var(--color-white);
  border-radius: 1rem;
  max-width: calc(1200px - 6rem);
  padding: 2rem;
}
.pattern-carousel-caption-container button:focus,
.pattern-carousel-caption-container .wp-block-button .wp-element-button:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
.pattern-carousel-caption-container p a:where(:not(.wp-element-button)) {
  text-decoration: none;
  color: var(--color-med-navy);
  font-weight: 600;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-med-navy) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  border-bottom: none;
  font-weight: 600;
  color: var(--color-white);
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-white) 1px);
}
.pattern-carousel-caption-container p a:where(:not(.wp-element-button)):hover {
  animation-duration: 1200ms;
  animation-name: linkBackground;
  background-size: 100% 100%;
}
.pattern-carousel-caption-container p a:where(:not(.wp-element-button)):visited {
  color: var(--color-med-navy);
}
.pattern-carousel-caption-container p a:where(:not(.wp-element-button)):focus {
  outline: 1px solid black;
  outline-offset: 0;
}
.pattern-carousel-caption-container p a:where(:not(.wp-element-button)):visited {
  color: var(--color-white);
}
.pattern-carousel-caption-container p a:where(:not(.wp-element-button)):focus {
  outline: 1px solid white;
  outline-offset: 0;
}
.pattern-carousel-caption-container.slick-slider {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .pattern-carousel-caption-container {
    padding: 2.5rem 2rem;
    margin: 0 2rem;
    margin-top: -5rem;
  }
  .pattern-carousel-caption-container .carousel-buttons {
    position: relative;
    right: calc(-100% + 7.8rem);
    bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .pattern-carousel-caption-container {
    padding: 3rem;
    margin: 0 3rem;
    margin-top: -6rem;
  }
  .pattern-carousel-caption-container .carousel-buttons {
    right: calc(-100% + 9.6rem);
  }
}
@media all and (min-width: 1310px) {
  .pattern-carousel-caption-container {
    width: 1140px;
    margin: -6rem auto 0;
  }
}
@media all and (min-width: 768px) {
  .pattern-carousel-caption-container:has(.slick-current .pattern-carousel-slide__caption-card__buttons) .carousel-buttons {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media all and (min-width: 1024px) {
  .pattern-carousel-caption-container:has(.slick-current .pattern-carousel-slide__caption-card__buttons) .carousel-buttons {
    right: 30px;
    bottom: 30px;
  }
}

.pattern-carousel-slide__caption-card {
  color: var(--color-white);
  opacity: 0;
  margin-bottom: 0;
  position: relative;
  transition: all 450ms ease;
}
.slick-current .pattern-carousel-slide__caption-card {
  opacity: 1;
}
.pattern-carousel-slide__caption-card__content {
  margin-bottom: 2rem;
}
.pattern-carousel-slide__caption-card__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.8rem;
}
.pattern-carousel-slide__caption-card__buttons > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
@media all and (min-width: 768px) {
  .pattern-carousel-slide__caption-card__buttons {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.pattern-carousel-slide__caption-card a:focus,
.pattern-carousel-slide__caption-card button:focus,
.pattern-carousel-slide__caption-card .wp-block-buttons .wp-block-buttton__link .wp-element-button:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
.pattern-carousel-slide__caption-card h1,
.pattern-carousel-slide__caption-card h2,
.pattern-carousel-slide__caption-card h3,
.pattern-carousel-slide__caption-card h4,
.pattern-carousel-slide__caption-card h5,
.pattern-carousel-slide__caption-card h6 {
  color: var(--color-white);
}
.pattern-carousel-slide__caption-card h3 {
  color: var(--color-white);
  margin-top: 0;
}

.pattern-carousel-slide__image {
  position: relative;
}

.pattern-carousel-slide__image iframe.lazyloaded {
  position: absolute !important;
  inset: 0;
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  border-bottom: 0rem solid var(--color-black) !important;
}
@media (min-width: 768px) {
  .pattern-carousel-slide__image iframe.lazyloaded {
    border-bottom: 6rem solid var(--color-black) !important;
  }
}
@media (min-width: 1024px) {
  .pattern-carousel-slide__image iframe.lazyloaded {
    border-bottom: 6rem solid var(--color-black) !important;
  }
}

.pattern-carousel-slide__image .wp-block-video {
  position: absolute !important;
  inset: 0;
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  border-bottom: 0rem solid var(--color-black) !important;
}
.pattern-carousel-slide__image .wp-block-video .video-wrapper {
  position: absolute !important;
  inset: 0;
}
@media (min-width: 768px) {
  .pattern-carousel-slide__image .wp-block-video {
    border-bottom: 6rem solid var(--color-black) !important;
  }
}
@media (min-width: 1024px) {
  .pattern-carousel-slide__image .wp-block-video {
    border-bottom: 6rem solid var(--color-black) !important;
  }
}
.pattern-carousel-slide__image .wp-block-video video {
  position: absolute !important;
  height: 100%;
  background-color: var(--color-black);
}

.pattern-program-intro {
  margin: var(--component-v-spacing) auto;
  max-width: 1800px;
  flex-direction: column;
  gap: 2rem;
}
.pattern-program-intro h2 {
  margin-top: 0;
}
.pattern-program-intro .wp-block-column {
  padding: 0;
}
.pattern-program-intro__text-col :last-child {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .pattern-program-intro {
    gap: 3rem;
  }
}
@media all and (min-width: 1024px) {
  .pattern-program-intro {
    flex-direction: row;
    gap: 4rem;
  }
}

.form-embed__wrapper {
  border-radius: 10px;
  border: 1px solid var(--color-med-navy, #103253);
  background: linear-gradient(90deg, var(--color-blue-2), var(--color-white));
  padding: 30px 20px;
}
@media (min-width: 1024px) {
  .form-embed__wrapper {
    padding: 30px 30px;
  }
}
.form-embed__wrapper lum-root mat-card,
.form-embed__wrapper lum-root mat-card-header,
.form-embed__wrapper lum-root mat-card-content {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.form-embed__wrapper lum-root h3 {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .form-embed__wrapper lum-root h3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .form-embed__wrapper lum-root h3 {
    font-size: 2.8rem;
  }
}

.pattern-image-list {
  max-width: 1800px;
  margin: var(--component-v-spacing) auto;
  gap: 3rem;
}
@media all and (min-width: 768px) {
  .pattern-image-list {
    gap: 4rem;
  }
}
.pattern-image-list__title-group {
  width: 100%;
}
.pattern-image-list__title-group .wp-block-group {
  gap: 1.8rem;
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .pattern-image-list__title-group .wp-block-group {
    margin-bottom: 0;
  }
}
.pattern-image-list__title-group h2 {
  margin-top: 0;
}
.pattern-image-list__title-group p {
  margin: 0;
}
.pattern-image-list__title-group .is-layout-flex {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
@media all and (min-width: 768px) {
  .pattern-image-list__title-group .is-layout-flex {
    flex-direction: row;
  }
}
.pattern-image-list__item,
.pattern-image-list .wp-block-media-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  transform: none;
  background-image: none;
  padding: 0;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .pattern-image-list__item,
  .pattern-image-list .wp-block-media-text {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.pattern-image-list__item figure,
.pattern-image-list .wp-block-media-text figure {
  border-radius: 1rem;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .pattern-image-list__item figure,
  .pattern-image-list .wp-block-media-text figure {
    flex: 0 0 53%;
    max-height: calc(100% - 60px);
  }
}
@media screen and (min-width: 1024px) {
  .pattern-image-list__item figure,
  .pattern-image-list .wp-block-media-text figure {
    flex: 0 0 57.5%;
    margin-bottom: 5rem;
  }
}
.pattern-image-list__item .wp-block-media-text__content,
.pattern-image-list .wp-block-media-text .wp-block-media-text__content {
  color: var(--color-black) !important;
  padding: 1.8rem;
  border-radius: 1rem;
  background: var(--color-green);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pattern-image-list__item .wp-block-media-text__content,
  .pattern-image-list .wp-block-media-text .wp-block-media-text__content {
    border-radius: 2rem;
    padding: 25px 20px;
    flex: 0 1 43.8%;
    margin-left: -20px;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-image-list__item .wp-block-media-text__content,
  .pattern-image-list .wp-block-media-text .wp-block-media-text__content {
    align-self: flex-end;
    padding: 40px 30px;
    margin-left: -40px;
  }
}
.pattern-image-list__item .wp-block-media-text__media,
.pattern-image-list .wp-block-media-text .wp-block-media-text__media {
  max-width: none;
}
@media all and (min-width: 768px) {
  .pattern-image-list__item .wp-block-media-text__media,
  .pattern-image-list .wp-block-media-text .wp-block-media-text__media {
    align-self: auto !important;
  }
}
.pattern-image-list__item .wp-block-heading,
.pattern-image-list .wp-block-media-text .wp-block-heading {
  color: var(--color-black) !important;
  margin: 0 0 1.2rem;
}
@media screen and (min-width: 1024px) {
  .pattern-image-list__item .wp-block-heading,
  .pattern-image-list .wp-block-media-text .wp-block-heading {
    font-size: 45px;
  }
}
.pattern-image-list__item .wp-block-group > p:first-of-type,
.pattern-image-list .wp-block-media-text .wp-block-group > p:first-of-type {
  font-family: var(--font-family-primary);
  font-size: 1.2rem !important;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .pattern-image-list__item .wp-block-group > p:first-of-type,
  .pattern-image-list .wp-block-media-text .wp-block-group > p:first-of-type {
    font-size: 1.4rem !important;
    margin: 0 0 1.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-image-list__item .wp-block-group > p:first-of-type,
  .pattern-image-list .wp-block-media-text .wp-block-group > p:first-of-type {
    font-size: 1.6rem !important;
  }
}
.pattern-image-list__item .wp-block-separator,
.pattern-image-list .wp-block-media-text .wp-block-separator {
  border-top: 1px solid var(--color-med-navy);
  opacity: 0.5;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .pattern-image-list__item .wp-block-separator,
  .pattern-image-list .wp-block-media-text .wp-block-separator {
    margin: 2.8rem 0 3rem;
  }
}
.pattern-image-list__item .wp-block-buttons,
.pattern-image-list .wp-block-media-text .wp-block-buttons {
  margin: 0;
}
.pattern-image-list__item.has-media-on-the-right,
.pattern-image-list .wp-block-media-text.has-media-on-the-right {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .pattern-image-list__item.has-media-on-the-right,
  .pattern-image-list .wp-block-media-text.has-media-on-the-right {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-image-list__item.has-media-on-the-right figure,
  .pattern-image-list .wp-block-media-text.has-media-on-the-right figure {
    margin-bottom: 0;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .pattern-image-list__item.has-media-on-the-right .wp-block-media-text__content,
  .pattern-image-list .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    margin-left: 0;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-image-list__item.has-media-on-the-right .wp-block-media-text__content,
  .pattern-image-list .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    margin-right: -40px;
    margin-bottom: auto;
    align-self: flex-start;
  }
}

@media all and (min-width: 768px) {
  .entry-content .pattern__statistics-grid {
    --block-padding-left-right: 0;
  }
}

.pattern__statistics-grid {
  position: relative;
  max-width: 1800px;
  padding: var(--component-v-spacing) var(--block-padding-left-right);
  margin-bottom: 0 !important;
}
.pattern__statistics-grid > * {
  position: relative;
  z-index: 0;
}
.pattern__statistics-grid:before {
  content: "";
  background: var(--color-med-navy);
  background-image: url(/wp-content/themes/spcc-theme/build/images/hero-gradient-dark.9509f8d6.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.pattern__statistics-grid:before {
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
}
.entry-content .pattern__statistics-grid h1,
.entry-content .pattern__statistics-grid h2,
.entry-content .pattern__statistics-grid h3,
.entry-content .pattern__statistics-grid h4,
.entry-content .pattern__statistics-grid h5,
.entry-content .pattern__statistics-grid h6,
.entry-content .pattern__statistics-grid p,
.entry-content .pattern__statistics-grid * {
  color: var(--color-white, #fff);
}
.pattern__statistics-grid > * > *:first-child {
  margin-top: 0;
}
.pattern__statistics-grid > * > p:first-child {
  font-weight: 700;
}
.pattern__statistics-grid .wp-block-heading {
  margin-top: 0 !important;
}
.pattern__statistics-grid a:focus,
.pattern__statistics-grid button:focus,
.pattern__statistics-grid .wp-block-button .wp-block-button__link:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
.pattern__statistics-grid h2 {
  margin-top: 0;
}
.pattern__statistics-grid .has-style-stats {
  font-size: var(--fsize-stats) !important;
  font-weight: 700;
  font-family: var(--font-family-secondary);
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .pattern__statistics-grid .has-style-stats {
    margin-top: 10px !important;
  }
}
.pattern__statistics-grid .wp-block-buttons {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .pattern__statistics-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .pattern__statistics-grid *:first-child {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .pattern__statistics-grid {
    display: grid !important;
    grid-template-columns: 443fr 318fr 290fr;
    gap: 20px;
  }
  .pattern__statistics-grid *:first-child {
    grid-column: span 1;
  }
}
.editor-styles-wrapper .pattern__statistics-grid {
  color: var(--color-white);
}
.editor-styles-wrapper .pattern__statistics-grid * {
  color: var(--color-white);
}

.editor-styles-wrapper .pattern-statistics-3-column,
.pattern-statistics-3-column {
  background: var(--color-white);
  background: linear-gradient(20deg, var(--color-white), var(--color-blue-2));
  box-sizing: border-box;
  transform: translateX(calc(0px - var(--block-padding-left-right)));
  width: 100vw;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  margin-bottom: 0;
  border-top: 1px solid var(--color-line-navy);
  border-bottom: 1px solid var(--color-line-navy);
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .pattern-statistics-3-column,
  .pattern-statistics-3-column {
    padding: 6rem 3rem;
  }
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper .pattern-statistics-3-column,
  .pattern-statistics-3-column {
    padding: 10rem 5.5rem;
  }
}
.editor-styles-wrapper .pattern-statistics-3-column .stats-text,
.pattern-statistics-3-column .stats-text {
  display: flex;
  align-items: center;
  color: var(--color-med-navy);
  margin-bottom: 2rem;
  margin-top: 0;
  font-family: var(--font-family-secondary);
  font-size: var(--fsize-stats) !important;
  font-weight: 700;
  line-height: 80%;
  color: var(--color-med-navy);
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper .pattern-statistics-3-column .stats-text,
  .pattern-statistics-3-column .stats-text {
    justify-content: center;
  }
}
.editor-styles-wrapper .pattern-statistics-3-column .h4,
.pattern-statistics-3-column .h4,
.pattern-statistics-3-column .pattern-news-cards__card__title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: var(--fsize-h4) !important;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .pattern-statistics-3-column .h4,
  .pattern-statistics-3-column .h4,
  .pattern-statistics-3-column .pattern-news-cards__card__title {
    font-size: 3rem !important;
  }
}
.editor-styles-wrapper .pattern-statistics-3-column p,
.pattern-statistics-3-column p {
  margin: 0;
}
.editor-styles-wrapper .pattern-statistics-3-column hr,
.pattern-statistics-3-column hr {
  border-top: 5px solid var(--color-green);
  width: 7rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .pattern-statistics-3-column hr,
  .pattern-statistics-3-column hr {
    border-top-width: 10px;
  }
}
.editor-styles-wrapper .pattern-statistics-3-column .statistics-columns,
.pattern-statistics-3-column .statistics-columns {
  width: 100%;
  max-width: 1800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper .pattern-statistics-3-column .statistics-columns,
  .pattern-statistics-3-column .statistics-columns {
    flex-direction: row;
  }
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper .pattern-statistics-3-column .statistics-columns .statistics-column.wp-block-column,
  .pattern-statistics-3-column .statistics-columns .statistics-column.wp-block-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .editor-styles-wrapper .pattern-statistics-3-column .statistics-columns .statistics-column.wp-block-column h2,
  .pattern-statistics-3-column .statistics-columns .statistics-column.wp-block-column h2 {
    text-align: center;
  }
}

@media all and (min-width: 768px) {
  .entry-content .pattern-2-column-cards {
    --block-padding-left-right: 0;
  }
}

.editor-styles-wrapper .pattern-2-column-cards,
.pattern-2-column-cards {
  max-width: 1800px;
  padding: var(--component-v-spacing) var(--block-padding-left-right);
}
.editor-styles-wrapper .pattern-2-column-cards > *,
.pattern-2-column-cards > * {
  max-width: 1800px;
}
.editor-styles-wrapper .pattern-2-column-cards > p:first-of-type,
.pattern-2-column-cards > p:first-of-type {
  font-size: var(--fsize-eyebrow) !important;
  font-weight: 900;
  line-height: 110%;
  margin: 0;
  margin-bottom: 1rem;
}
.editor-styles-wrapper .pattern-2-column-cards > .wp-block-heading,
.pattern-2-column-cards > .wp-block-heading {
  margin-top: 0;
  margin-bottom: 1.8rem;
}
.editor-styles-wrapper .pattern-2-column-cards p,
.pattern-2-column-cards p {
  margin-top: 0;
  margin-bottom: 4rem;
}
.editor-styles-wrapper .pattern-2-column-cards .wp-block-button__link,
.pattern-2-column-cards .wp-block-button__link {
  text-wrap: unset;
}
.editor-styles-wrapper .pattern-2-column-cards .cards__row,
.pattern-2-column-cards .cards__row {
  flex-wrap: wrap;
}
.editor-styles-wrapper .pattern-2-column-cards .cards__row .card,
.pattern-2-column-cards .cards__row .card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: none;
  border-radius: 1rem;
  padding: 0;
}
.editor-styles-wrapper .pattern-2-column-cards .cards__row .card img,
.pattern-2-column-cards .cards__row .card img {
  aspect-ratio: 280/155;
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .pattern-2-column-cards .cards__row .card .wp-block-cover__background,
  .pattern-2-column-cards .cards__row .card .wp-block-cover__background {
    z-index: 1;
  }
}
.editor-styles-wrapper .pattern-2-column-cards .cards__row .card .wp-block-cover__inner-container,
.pattern-2-column-cards .cards__row .card .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  background-color: var(--color-med-navy);
  padding: 2rem 1.8rem;
  box-sizing: border-box;
}
.editor-styles-wrapper .pattern-2-column-cards .cards__row .card .wp-block-cover__inner-container p,
.pattern-2-column-cards .cards__row .card .wp-block-cover__inner-container p {
  font-size: var(--fsize-large-quote) !important;
  font-weight: 500;
}
.editor-styles-wrapper .pattern-2-column-cards .cards__row .card .wp-block-cover__inner-container .wp-element-button,
.pattern-2-column-cards .cards__row .card .wp-block-cover__inner-container .wp-element-button {
  padding: 1.5rem 1.6rem;
  font-weight: 700;
}
.editor-styles-wrapper .pattern-2-column-cards .cards__row .card .wp-block-cover__inner-container .wp-element-button:focus,
.pattern-2-column-cards .cards__row .card .wp-block-cover__inner-container .wp-element-button:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
@media all and (max-width: 767px) {
  .editor-styles-wrapper .pattern-2-column-cards .cards__row .wp-block-cover,
  .pattern-2-column-cards .cards__row .wp-block-cover {
    min-height: unset;
  }
  .editor-styles-wrapper .pattern-2-column-cards .cards__row .wp-block-cover__image-background,
  .pattern-2-column-cards .cards__row .wp-block-cover__image-background {
    height: unset;
    position: unset;
  }
}
@media all and (min-width: 768px) {
  .editor-styles-wrapper .pattern-2-column-cards .cards__row,
  .pattern-2-column-cards .cards__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    justify-content: flex-end;
  }
  .editor-styles-wrapper .pattern-2-column-cards .cards__row .card,
  .pattern-2-column-cards .cards__row .card {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .editor-styles-wrapper .pattern-2-column-cards .cards__row .card img,
  .pattern-2-column-cards .cards__row .card img {
    height: 100%;
  }
  .editor-styles-wrapper .pattern-2-column-cards .cards__row .card .wp-block-cover__inner-container,
  .pattern-2-column-cards .cards__row .card .wp-block-cover__inner-container {
    position: static;
    bottom: 0;
    background-color: transparent;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    padding: 10rem 2.2rem 2.5rem;
  }
}
@media all and (min-width: 1024px) {
  .editor-styles-wrapper .pattern-2-column-cards .cards__row .wp-block-cover__inner-container,
  .pattern-2-column-cards .cards__row .wp-block-cover__inner-container {
    padding: 3rem;
  }
}

.pattern-intro-text {
  max-width: 908px;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media all and (min-width: 768px) {
  .pattern-intro-text {
    margin-top: 4rem;
  }
}
@media all and (min-width: 1024px) {
  .pattern-intro-text {
    margin-top: 6rem;
  }
}
.pattern-intro-text p {
  margin: 0;
  line-height: 140%;
}
.pattern-intro-text p:last-of-type {
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--color-med-navy);
}
@media all and (min-width: 768px) {
  .pattern-intro-text p:last-of-type {
    padding-bottom: 4rem;
  }
}

.pattern-contact-banner {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
.pattern-contact-banner a:focus,
.pattern-contact-banner button:focus,
.pattern-contact-banner .wp-block-button .wp-element-button:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
.pattern-contact-banner__wrapper {
  box-sizing: border-box;
  transform: translateX(calc(0px - var(--block-padding-left-right)));
  width: 100vw;
  max-width: 100vw;
  padding: var(--component-v-spacing) var(--block-padding-left-right);
}
@media all and (min-width: 1024px) {
  .pattern-contact-banner__wrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.pattern-contact-banner__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: var(--color-med-navy);
  z-index: -2;
}
.pattern-contact-banner__wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjAiIGhlaWdodD0iMzAxIiB2aWV3Qm94PSIwIDAgMzIwIDMwMSIgZmlsbD0ibm9uZSI+CjxnIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTptdWx0aXBseSI+CjxwYXRoIGQ9Ik0tNjE4LjcgMjEwLjczOEMtMTUyLjk0NSAtMTM0LjQzOCAzNjcuNTk0IC0xMTEuNjc1IDU1My4wMjQgNzIyLjA0M0MyMDkuNDg1IDIxNS45ODggLTE5MC42ODUgMjAyLjU4NCAtNTI1LjE2MSA0NzMuNzY1Qy0xMzgzLjkzIDExNzAuMDIgLTE4NjEuNDcgNjMzLjQwNyAtMTg2MS40NyA2MzMuNDA3Qy0xODYxLjQ3IDYzMy40MDcgLTEzNTIuNzcgNzU0Ljc2MiAtNjE4LjcgMjEwLjczOFoiIGZpbGw9IiNBQkI1QkQiLz4KPC9nPgo8L3N2Zz4=);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  z-index: -1;
}
.pattern-contact-banner__wrapper .form-embed__wrapper {
  display: none;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .pattern-contact-banner__wrapper .form-embed__wrapper {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-contact-banner__wrapper .form-embed__wrapper {
    padding-top: 8rem;
  }
}
.pattern-contact-banner__wrapper .wp-block-button .wp-element-button {
  position: relative;
  padding: 0.8rem 1.5rem 0.8rem 1.5rem;
  background: transparent;
  color: var(--color-orange);
  border-color: var(--color-orange);
}
@media screen and (min-width: 1024px) {
  .pattern-contact-banner__wrapper .wp-block-button .wp-element-button {
    padding: 1.3rem 2.3rem 1.3rem 2.3rem;
  }
}
.pattern-contact-banner__wrapper .wp-block-button .wp-element-button:hover {
  color: var(--color-black) !important;
  background: var(--color-orange);
}
.pattern-contact-banner__wrapper:not(.pattern-contact-banner--program-detail) .wp-block-button .wp-element-button {
  padding: 0.8rem 1.5rem 0.8rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .pattern-contact-banner__wrapper:not(.pattern-contact-banner--program-detail) .wp-block-button .wp-element-button {
    padding: 1.3rem 4.3rem 1.3rem 2.3rem;
  }
}
.pattern-contact-banner__wrapper:not(.pattern-contact-banner--program-detail) .wp-block-button .wp-element-button:before, .pattern-contact-banner__wrapper:not(.pattern-contact-banner--program-detail) .wp-block-button .wp-element-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 14px;
  height: 0;
  border-bottom: 2px solid currentColor;
  transform: translate(0, -50%);
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.pattern-contact-banner__wrapper:not(.pattern-contact-banner--program-detail) .wp-block-button .wp-element-button:after {
  right: 17px;
  transform: translate(0, -50%) rotate(90deg);
}
.pattern-contact-banner__wrapper:not(.pattern-contact-banner--program-detail) .wp-block-button .wp-element-button[aria-expanded=true]:after {
  content: none;
}
@media screen and (min-width: 768px) {
  .pattern-contact-banner {
    gap: 1.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-contact-banner {
    gap: 1.7rem;
    justify-content: space-between;
  }
}
@media all and (max-width: 1023px) {
  .pattern-contact-banner.wp-block-columns {
    flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  .pattern-contact-banner.wp-block-columns {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-contact-banner.wp-block-columns {
    align-items: center !important;
  }
}
.pattern-contact-banner .wp-block-buttons {
  gap: 1rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .pattern-contact-banner .wp-block-buttons {
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-contact-banner .wp-block-buttons {
    justify-self: flex-end;
  }
}
.pattern-contact-banner__eyebrow {
  font-family: var(--font-family-primary);
  font-size: 12px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 1rem !important;
}
@media screen and (min-width: 768px) {
  .pattern-contact-banner__eyebrow {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-contact-banner__eyebrow {
    font-size: 16px !important;
  }
}
.pattern-contact-banner h2.wp-block-heading {
  margin: 0 0 1.8rem;
}
@media screen and (min-width: 1024px) {
  .pattern-contact-banner h2.wp-block-heading {
    margin-bottom: 2rem;
  }
}
.pattern-contact-banner .wp-block-column {
  z-index: 0;
}
.pattern-contact-banner .wp-block-column p {
  margin: 0;
}
.pattern-contact-banner .wp-block-column a:where(:not(.wp-element-button)) {
  text-decoration: none;
  color: var(--color-med-navy);
  font-weight: 600;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-med-navy) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  border-bottom: none;
  font-weight: 600;
  color: var(--color-white);
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-white) 1px);
}
.pattern-contact-banner .wp-block-column a:where(:not(.wp-element-button)):hover {
  animation-duration: 1200ms;
  animation-name: linkBackground;
  background-size: 100% 100%;
}
.pattern-contact-banner .wp-block-column a:where(:not(.wp-element-button)):visited {
  color: var(--color-med-navy);
}
.pattern-contact-banner .wp-block-column a:where(:not(.wp-element-button)):focus {
  outline: 1px solid black;
  outline-offset: 0;
}
.pattern-contact-banner .wp-block-column a:where(:not(.wp-element-button)):visited {
  color: var(--color-white);
}
.pattern-contact-banner .wp-block-column a:where(:not(.wp-element-button)):focus {
  outline: 1px solid white;
  outline-offset: 0;
}
.pattern-contact-banner .wp-block-column > * {
  color: var(--color-white);
}
.editor-styles-wrapper .pattern-contact-banner {
  background: var(--color-med-navy);
}
.editor-styles-wrapper .pattern-contact-banner > * {
  color: var(--color-white);
}

body:not(.js-contact-outline--hidden) #messenger-root {
  position: relative;
}
body:not(.js-contact-outline--hidden) #messenger-root:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  outline: 5px solid var(--color-orange);
  outline-offset: -24px;
  border-radius: 100%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.js-contact-outline #messenger-root:after {
  opacity: 1;
}

.page .mat-mdc-card {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
}

.pattern__career-opportunities {
  position: relative;
  margin: var(--component-v-spacing) auto;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1800px;
}
.pattern__career-opportunities .wp-block-heading {
  margin: 0 0 2rem;
}
@media screen and (min-width: 1024px) {
  .pattern__career-opportunities .wp-block-columns {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .pattern__career-opportunities .wp-block-column:nth-child(1) {
    flex: 0 1 37.4%;
  }
}
@media screen and (min-width: 1024px) {
  .pattern__career-opportunities .wp-block-column:nth-child(2) {
    flex: 0 1 61.5%;
  }
}

.pattern-link-list {
  position: relative;
  padding: var(--component-v-spacing) 0;
  margin: 0 var(--block-padding-left-right);
  color: var(--color-white);
}
@media screen and (min-width: 1024px) {
  .pattern-link-list {
    max-width: 1800px;
  }
}
@media screen and (min-width: 1800px) {
  .pattern-link-list {
    margin: 0 auto;
  }
}
.pattern-link-list .wp-block-heading {
  color: var(--color-white);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pattern-link-list .wp-block-heading {
    margin: 0 0 2.2rem;
  }
}
.pattern-link-list > .wp-block-group {
  max-width: 1800px;
}
@media screen and (max-width: 767px) {
  .pattern-link-list > .wp-block-group:nth-child(1) {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .pattern-link-list > .wp-block-group:nth-child(1) {
    justify-content: space-between;
    margin: 0 0 1.38rem;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-link-list > .wp-block-group:nth-child(1) {
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .pattern-link-list > .wp-block-group:nth-child(2) {
    margin: 0 0 3.9rem;
  }
}
@media screen and (min-width: 768px) {
  .pattern-link-list .card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
}
.pattern-link-list .card__item {
  position: relative;
  max-width: none;
  background: var(--color-med-navy);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.8rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .pattern-link-list .card__item:not(:last-of-type) {
    margin-bottom: 1.9rem;
  }
}
.pattern-link-list .card__item p > a {
  color: var(--color-blue);
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-blue) 1px);
}
.pattern-link-list .card__item .wp-block-heading {
  color: var(--color-blue);
  font-feature-settings: "liga" off, "clig" off;
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 1rem;
}
.pattern-link-list .card__item .wp-block-heading a {
  color: var(--color-blue);
  text-decoration: none;
}
.pattern-link-list .card__item .wp-block-heading a:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
.pattern-link-list .card__item .wp-block-heading a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pattern-link-list .card__item .wp-block-heading a .last-word {
  padding-right: 30px;
}
@media all and (min-width: 1024px) {
  .pattern-link-list .card__item .wp-block-heading a .last-word::after {
    width: 12px;
  }
}
@media all and (min-width: 1024px) {
  .pattern-link-list .card__item .wp-block-heading a:hover .last-word::after {
    right: 0;
  }
}
.pattern-link-list .card__item p {
  margin: 0;
}
.pattern-link-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 100svw;
  height: 100%;
  background: var(--color-med-navy);
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .pattern-link-list:before {
    left: -3rem;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-link-list:before {
    left: calc(-1 * var(--block-padding-left-right));
  }
}
@media screen and (min-width: 1910px) {
  .pattern-link-list:before {
    left: calc(-1 * (100svw - 1800px) / 2);
  }
}
.pattern-link-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 100svw;
  height: 100%;
  background: url(/wp-content/themes/spcc-theme/build/images/swoop.61a67776.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .pattern-link-list:after {
    left: -3rem;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-link-list:after {
    left: calc(-1 * var(--block-padding-left-right));
  }
}
@media screen and (min-width: 1910px) {
  .pattern-link-list:after {
    left: calc(-1 * (100svw - 1800px) / 2);
  }
}
.pattern-link-list__mobile-button {
  position: relative;
}
@media screen and (min-width: 768px) {
  .pattern-link-list__mobile-button {
    display: none;
  }
}
.pattern-link-list__mobile-button button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
}
.pattern-link-list__mobile-button__button {
  padding: 1.6rem 2rem;
  border-radius: 10px;
  background-color: rgb(239, 239, 239);
  font-family: var(--font-family-secondary);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.44px;
}
.pattern-link-list__mobile-button__plus {
  position: relative;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1.2rem;
}
.pattern-link-list__mobile-button__plus:before, .pattern-link-list__mobile-button__plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  border-bottom: 2px solid var(--color-med-navy);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.pattern-link-list__mobile-button__plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pattern-link-list__mobile-button__plus[aria-expanded=true]:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .pattern-link-list__mobile-button:not(.js-show) + .wp-block-group {
    display: none;
  }
}
.pattern-link-list__mobile-button.js-show {
  display: none;
}
.pattern-link-list__show-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr 1fr;
}
.pattern-link-list__show-grid span {
  width: 100%;
  height: 83px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: var(--color-med-navy);
}

.pattern-story-display {
  margin-bottom: 4rem;
  max-width: 1800px;
  margin: var(--component-v-spacing) auto;
}
@media screen and (min-width: 768px) {
  .pattern-story-display__text-images {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-display__text-images {
    margin-bottom: 3.4rem;
    justify-content: space-between;
  }
}
.pattern-story-display__title-text h2 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .pattern-story-display__title-text {
    display: block !important;
    width: 50%;
  }
}
.pattern-story-display__title-text hr {
  color: var(--color-med-navy);
  border-top-width: 1px;
  margin: 1.8rem 0;
}
@media all and (min-width: 768px) {
  .pattern-story-display__title-text hr {
    margin: 2rem 0;
  }
}
@media all and (min-width: 1024px) {
  .pattern-story-display__title-text hr {
    margin: 3rem 0;
  }
}
@media screen and (min-width: 768px) {
  .pattern-story-display__images {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: -27svw !important;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-display__images {
    margin-bottom: -23svw !important;
    transform: translateY(-5rem);
  }
}
@media screen and (min-width: 1200px) {
  .pattern-story-display__images {
    margin-bottom: -267px !important;
  }
}
.pattern-story-display__images figure {
  position: relative;
  border-radius: none;
}
.pattern-story-display__images figure:nth-child(1) {
  width: 38svw;
  height: 0;
  padding-bottom: 38svw;
  margin-bottom: -30.5svw !important;
  transform: translateX(-2svw);
}
@media screen and (min-width: 768px) {
  .pattern-story-display__images figure:nth-child(1) {
    transform: none;
    width: 19svw;
    padding-bottom: 19svw;
    margin-bottom: -11.5svw !important;
  }
}
@media screen and (min-width: 1200px) {
  .pattern-story-display__images figure:nth-child(1) {
    width: 228px;
    height: 228px;
    margin-bottom: -138px !important;
    padding-bottom: 0;
  }
}
.pattern-story-display__images figure:nth-child(2) {
  position: relative;
  z-index: 1;
  width: 100svw;
  height: 0;
  transform: translateX(13.5svw);
  padding-bottom: 100svw;
  margin-bottom: -23svw !important;
}
@media screen and (min-width: 768px) {
  .pattern-story-display__images figure:nth-child(2) {
    width: 50svw;
    transform: translateX(3rem);
    padding-bottom: 50svw;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-display__images figure:nth-child(2) {
    width: 55svw;
    transform: translateX(1.5rem);
    padding-bottom: 55svw;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .pattern-story-display__images figure:nth-child(2) {
    width: 660px;
    height: 660px;
    padding-bottom: 0;
  }
}
.pattern-story-display__images figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 6px solid white;
  border-radius: 100% !important;
  box-shadow: none !important;
}
.pattern-story-display__quote-card {
  background: var(--color-green);
  border-radius: 10px;
  padding: 3rem 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pattern-story-display__quote-card {
    width: 74%;
    margin-right: auto !important;
    margin-left: 0 !important;
    border-radius: 2rem;
    padding: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-display__quote-card {
    width: 83%;
    padding: 5rem 6rem;
  }
}
.pattern-story-display__quote-card hr {
  margin: 1.8rem 0;
  border-top: 1px solid var(--color-med-navy);
}
@media all and (min-width: 768px) {
  .pattern-story-display__quote-card hr {
    margin: 2rem 0;
  }
}
@media all and (min-width: 768px) {
  .pattern-story-display__quote-card hr {
    margin: 3rem 0;
  }
}
.pattern-story-display__quote-card__eyebrow {
  text-transform: uppercase;
  margin: 0;
}
.pattern-story-display__quote-card blockquote {
  margin: 0 !important;
  margin-top: 1rem !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
@media all and (min-width: 768px) {
  .pattern-story-display__quote-card blockquote {
    margin-top: 1.2rem !important;
  }
}
@media all and (min-width: 768px) {
  .pattern-story-display__quote-card blockquote {
    margin-top: 1.5rem !important;
  }
}
.pattern-story-display__quote-card blockquote cite {
  margin-top: 1.5rem;
}
.pattern-story-display__quote-card__links {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pattern-story-display .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex: 0 1 calc(50% - 1.5rem) !important;
    flex-basis: calc(50% - 1.5rem) !important;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-display .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(1) {
    flex: 0 1 42% !important;
    flex-basis: 42% !important;
  }
}

.pattern-story-display-detail {
  max-width: 1800px;
  margin: var(--component-v-spacing) auto;
}
@media all and (min-width: 1024px) {
  .pattern-story-display-detail {
    position: relative;
  }
}
@media all and (min-width: 1024px) {
  .pattern-story-display-detail__text {
    width: calc(50% - 4rem);
  }
}
.pattern-story-display-detail__text h2 {
  margin-top: 0;
}
.pattern-story-display-detail__main-text {
  margin-bottom: 1.8rem;
  border-bottom: 1px solid var(--color-med-navy);
}
@media all and (min-width: 768px) {
  .pattern-story-display-detail__main-text {
    margin-top: 2rem;
  }
}
.pattern-story-display-detail__details {
  margin-top: 1.8rem;
}
@media all and (min-width: 768px) {
  .pattern-story-display-detail__details {
    margin-top: 2rem;
    width: calc(50% - 2rem);
  }
}
@media all and (min-width: 1024px) {
  .pattern-story-display-detail__details {
    margin-top: 3rem;
    width: calc(50% - 4rem);
  }
}
.pattern-story-display-detail__details .story-display-detail-label {
  text-transform: uppercase;
  margin-top: 0;
  font-family: var(--font-family-primary);
  color: var(--color-med-navy);
}
@media all and (min-width: 768px) {
  .pattern-story-display-detail__details {
    width: 50%;
  }
}
.pattern-story-display-detail__images-quote {
  position: relative;
}
@media all and (min-width: 1024px) {
  .pattern-story-display-detail__images-quote {
    position: static;
  }
}
@media all and (min-width: 768px) {
  .pattern-story-display-detail__images {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(3rem);
  }
}
@media all and (min-width: 1024px) {
  .pattern-story-display-detail__images {
    transform: translateX(8rem);
    top: -55px;
  }
}
.pattern-story-display-detail__images figure {
  position: relative;
  border-radius: none;
  margin: 0;
}
.pattern-story-display-detail__images figure:nth-child(1) {
  width: 38svw;
  height: 0;
  padding-bottom: 38svw;
  margin-bottom: -30.5svw;
  transform: translateX(-2svw);
}
@media screen and (min-width: 768px) {
  .pattern-story-display-detail__images figure:nth-child(1) {
    transform: none;
    margin-bottom: 0;
    width: 19svw;
    padding-bottom: 19svw;
    margin-bottom: -11.5svw;
  }
}
@media screen and (min-width: 1200px) {
  .pattern-story-display-detail__images figure:nth-child(1) {
    width: 228px;
    height: 228px;
    margin-bottom: -138px;
    padding-bottom: 0;
  }
}
.pattern-story-display-detail__images figure:nth-child(2) {
  position: relative;
  z-index: 1;
  width: 100svw;
  height: 0;
  transform: translateX(13.5svw);
  padding-bottom: 100svw;
  margin-bottom: -23svw;
}
@media screen and (min-width: 768px) {
  .pattern-story-display-detail__images figure:nth-child(2) {
    width: 50svw;
    transform: translateX(3rem);
    padding-bottom: 50svw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-display-detail__images figure:nth-child(2) {
    width: 55svw;
    padding-bottom: 55svw;
  }
}
@media screen and (min-width: 1200px) {
  .pattern-story-display-detail__images figure:nth-child(2) {
    width: 660px;
    height: 660px;
    padding-bottom: 0;
  }
}
.pattern-story-display-detail__images figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 6px solid white;
  border-radius: 100% !important;
  box-shadow: none !important;
}
.pattern-story-display-detail__quote-card {
  background: var(--color-green);
  border-radius: 10px;
  padding: 3rem 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pattern-story-display-detail__quote-card {
    width: 74%;
    margin-top: 4rem;
    border-radius: 2rem;
    padding: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-display-detail__quote-card {
    width: 83%;
    padding: 5rem 6rem;
  }
}
.pattern-story-display-detail__quote-card__eyebrow {
  text-transform: uppercase;
  margin: 0;
}
.pattern-story-display-detail__quote-card blockquote {
  margin: 0;
  margin-top: 1rem;
  border-bottom: 1px solid var(--color-med-navy);
  padding: 0;
  padding-bottom: 1.8rem;
  background: transparent;
}
@media all and (min-width: 768px) {
  .pattern-story-display-detail__quote-card blockquote {
    margin-top: 1.2rem;
  }
}
@media all and (min-width: 768px) {
  .pattern-story-display-detail__quote-card blockquote {
    margin-top: 1.5rem;
  }
}
@media all and (min-width: 768px) {
  .pattern-story-display-detail__quote-card blockquote {
    padding-bottom: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .pattern-story-display-detail__quote-card blockquote {
    padding-bottom: 3rem;
  }
}
.pattern-story-display-detail__quote-card blockquote cite {
  margin-top: 1.5rem;
}
.pattern-story-display-detail__quote-card__links {
  margin-bottom: 0;
  margin-top: 1.8rem;
}
@media all and (min-width: 768px) {
  .pattern-story-display-detail__quote-card__links {
    margin-top: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .pattern-story-display-detail__quote-card__links {
    margin-top: 3rem;
  }
}

.pattern__explore-similar-programs {
  background: var(--color-white);
  background: linear-gradient(20deg, var(--color-white), var(--color-blue-2));
  box-sizing: border-box;
  transform: translateX(calc(0px - var(--block-padding-left-right)));
  width: 100vw;
  max-width: 100vw;
  padding: var(--component-v-spacing) var(--block-padding-left-right);
}
.pattern__explore-similar-programs__wrapper {
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .pattern__explore-similar-programs__wrapper > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
  }
}
.pattern__explore-similar-programs .wp-block-heading {
  margin: 0 0 2.9rem;
}
@media screen and (min-width: 768px) {
  .pattern__explore-similar-programs .wp-block-heading {
    margin: 0 0 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .pattern__explore-similar-programs .wp-block-heading {
    font-size: 65px;
    margin: 0 0 4.2rem;
  }
}
@media screen and (min-width: 768px) {
  .pattern__explore-similar-programs .program-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .pattern__explore-similar-programs .program-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.pattern__explore-similar-programs .program-card {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: var(--color-med-navy);
  padding: 2rem;
  text-decoration: none !important;
  color: var(--color-white);
}
.pattern__explore-similar-programs .program-card:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
@media screen and (min-width: 1024px) {
  .pattern__explore-similar-programs .program-card {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .pattern__explore-similar-programs .program-card:not(:last-of-type) {
    margin: 0 0 1.5rem;
  }
}
.pattern__explore-similar-programs .program-card__program-types {
  position: relative;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 0 0 1.3rem;
  z-index: 1;
}
.pattern__explore-similar-programs .program-card__program-type {
  display: inline-block;
  font-size: var(--fsize-base);
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-black);
  padding: 0.6rem 1rem;
  background-color: var(--color-green);
  border-radius: 5rem;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  text-decoration: none !important;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .pattern__explore-similar-programs .program-card__program-type {
    font-size: 1.2rem;
  }
}
.pattern__explore-similar-programs .program-card__program-type:hover {
  text-decoration: none !important;
}
.pattern__explore-similar-programs .program-card__program-type a {
  color: var(--color-black);
  text-decoration: none;
}
.pattern__explore-similar-programs .program-card__program-type a:hover {
  text-decoration: none;
}
.pattern__explore-similar-programs .program-card__title {
  position: relative;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.48px;
  color: var(--color-white);
  text-decoration: none;
  margin: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .pattern__explore-similar-programs .program-card__title {
    font-size: 32px;
  }
}
.pattern__explore-similar-programs .program-card__title .last-word {
  padding-right: 36px;
}
.pattern__explore-similar-programs .program-card__title .last-word::after {
  width: 18px;
}
.pattern__explore-similar-programs .program-card__title:hover .last-word::after {
  right: 0;
}
.pattern__explore-similar-programs .taxonomy-area-of-study {
  display: flex;
  row-gap: 1rem;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .pattern__explore-similar-programs .taxonomy-area-of-study {
    row-gap: 2rem;
    margin-bottom: 2rem;
  }
}
.pattern__explore-similar-programs .taxonomy-area-of-study a:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.pattern__explore-similar-programs .wp-block-group {
  display: block;
}
.pattern__explore-similar-programs .wp-block-buttons {
  display: iflex;
  row-gap: 1rem;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
}
@media all and (min-width: 768px) {
  .pattern__explore-similar-programs .wp-block-buttons {
    row-gap: 2rem;
  }
}

.degree-accordion-wrapper {
  box-sizing: border-box;
  transform: translateX(calc(0px - var(--block-padding-left-right)));
  width: 100vw;
  max-width: 100vw;
  background-color: var(--color-med-navy);
  display: flex;
  justify-content: center;
  padding: 6rem 2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.degree-accordion-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/wp-content/themes/spcc-theme/build/images/degree-accordion-swoop.c9ea3e91.png);
  background-size: cover;
  z-index: -1;
}
@media all and (min-width: 768px) {
  .degree-accordion-wrapper {
    padding: 8rem 3rem;
  }
}
@media all and (min-width: 1024px) {
  .degree-accordion-wrapper {
    padding: 10rem 14.7rem;
  }
}
.degree-accordion-wrapper .degree-accordion {
  width: 100%;
  max-width: 1800px !important;
  display: block;
  margin: 0 auto !important;
}
.degree-accordion-wrapper .degree-accordion h2 {
  color: var(--color-white);
  margin-bottom: 4rem;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item {
  display: flex;
  max-width: 100% !important;
  flex-direction: column;
  margin: 0;
  border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item a:focus {
  outline: 1px solid white;
  outline-offset: 3px;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview {
  display: flex;
  justify-content: space-between;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview h3 {
  color: var(--color-white);
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.48px;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview button {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media all and (min-width: 768px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview button {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-right: 8rem !important;
  }
}
@media all and (min-width: 1024px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview button {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview button:hover .toggle-icon span.background {
  height: 5.7rem;
  width: 5.7rem;
  transform: translate(-50%, -50%);
  background-color: color-mix(in srgb, var(--color-blue) 60%, white 40%);
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview button:hover .toggle-icon::after {
  filter: invert(1) grayscale(1);
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview button:focus-visible {
  outline-color: var(--color-white) !important;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview button .program-type-tag {
  display: inline-block;
  font-size: var(--fsize-base);
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-black);
  padding: 0.6rem 1rem;
  background-color: var(--color-green);
  border-radius: 5rem;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  text-decoration: none !important;
  text-align: center;
}
@media all and (min-width: 768px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview button .program-type-tag {
    font-size: 1.2rem;
  }
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview button .program-type-tag:hover {
  text-decoration: none !important;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview button .program-type-tag a {
  color: var(--color-black);
  text-decoration: none;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview button .program-type-tag a:hover {
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview button {
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
  }
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview button::after {
  display: none !important;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview button[aria-expanded=true] .toggle-icon {
  transform: rotate(45deg);
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview .accordion__toggle {
  padding: 0 4px;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview .accordion__toggle .toggle-icon {
  position: absolute;
  right: 0;
  background-color: transparent;
  border: none;
  font-size: 0;
  border-radius: 50%;
  height: 5.7rem;
  width: 5.7rem;
  padding: 0;
  transition: background-color 300ms, transform 300ms;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview .accordion__toggle .toggle-icon .background {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  transition: height 300ms, width 300ms;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview .accordion__toggle .toggle-icon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%3E%3Crect%20y%3D%228%22%20width%3D%2218%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22white%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%2218%22%20width%3D%2218%22%20height%3D%222%22%20rx%3D%221%22%20transform%3D%22rotate%28-90%208%2018%29%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  height: 1.8rem;
  width: 1.8rem;
  display: block;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
@media all and (min-width: 768px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .toggle-preview .accordion__toggle .toggle-icon::after {
    height: 2.7rem;
    width: 2.7rem;
  }
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item:has(.accordion-item-open) {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: var(--color-light-navy);
  padding: 0 2rem 3rem;
}
@media all and (min-width: 1024px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item:has(.accordion-item-open) {
    padding: 0 3rem 4rem;
  }
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content {
  box-sizing: border-box;
  margin-top: 0;
  padding: 0 4px 4px;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--color-white);
  margin-bottom: 1rem;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__info .program-length {
  color: var(--color-white);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 140%;
  font-style: normal;
  margin-right: 1.5rem;
}
@media all and (min-width: 768px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__info .program-length {
    font-size: 2.5rem;
  }
}
@media all and (min-width: 1024px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__info .program-length {
    font-size: 3rem;
  }
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__info .program-credit-hours {
  font-size: var(--fsize-body);
  font-weight: 400;
  line-height: 140%;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__info::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTEwIDAuNUM4LjY4Njc4IDAuNSA3LjM4NjQyIDAuNzU4NjU4IDYuMTczMTcgMS4yNjEyQzQuOTU5OTEgMS43NjM3NSAzLjg1NzUyIDIuNTAwMzUgMi45Mjg5MyAzLjQyODkzQzEuMDUzNTcgNS4zMDQzIDAgNy44NDc4NCAwIDEwLjVDMCAxMy4xNTIyIDEuMDUzNTcgMTUuNjk1NyAyLjkyODkzIDE3LjU3MTFDMy44NTc1MiAxOC40OTk3IDQuOTU5OTEgMTkuMjM2MiA2LjE3MzE3IDE5LjczODhDNy4zODY0MiAyMC4yNDEzIDguNjg2NzggMjAuNSAxMCAyMC41QzEyLjY1MjIgMjAuNSAxNS4xOTU3IDE5LjQ0NjQgMTcuMDcxMSAxNy41NzExQzE4Ljk0NjQgMTUuNjk1NyAyMCAxMy4xNTIyIDIwIDEwLjVDMjAgOS4xODY3OCAxOS43NDEzIDcuODg2NDIgMTkuMjM4OCA2LjY3MzE3QzE4LjczNjIgNS40NTk5MSAxNy45OTk3IDQuMzU3NTIgMTcuMDcxMSAzLjQyODkzQzE2LjE0MjUgMi41MDAzNSAxNS4wNDAxIDEuNzYzNzUgMTMuODI2OCAxLjI2MTJDMTIuNjEzNiAwLjc1ODY1OCAxMS4zMTMyIDAuNSAxMCAwLjVaTTE0LjIgMTQuN0w5IDExLjVWNS41SDEwLjVWMTAuN0wxNSAxMy40TDE0LjIgMTQuN1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
  height: 2rem;
  width: 2rem;
  text-align: center;
  margin-right: 9px;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__description {
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__description {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1024px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__description {
    font-size: 2.6rem;
  }
}
@media all and (min-width: 1024px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__description {
    margin-bottom: 3rem;
  }
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__links {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media all and (min-width: 768px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__links {
    flex-direction: row;
    gap: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__links {
    flex-direction: column;
  }
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__links a:not(:hover) {
  background: transparent;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__callouts {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media all and (min-width: 768px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__callouts {
    gap: 2rem;
    flex-direction: row;
  }
}
@media all and (min-width: 1024px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__callouts {
    flex-direction: column;
  }
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__callouts .degree-accordion-item__callout {
  background-color: var(--color-green);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  box-sizing: border-box;
  flex-grow: 1;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__callouts .degree-accordion-item__callout__label {
  font-size: var(--fsize-eyebrow) !important;
  font-weight: 900;
  line-height: 110%;
  margin: 0;
  text-transform: uppercase;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__callouts .degree-accordion-item__callout h4 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__callouts .degree-accordion-item__callout a:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__callouts .degree-accordion-item__callout a:not(:hover) {
  background: transparent;
}
.degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__cta {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3rem;
}
@media all and (min-width: 1024px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content .degree-accordion-item__cta {
    margin-top: 0;
  }
}
@media all and (min-width: 1024px) {
  .degree-accordion-wrapper .degree-accordion .degree-accordion-item .accordion__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.editor-styles-wrapper .degree-accordion-wrapper {
  background-color: var(--color-med-navy);
  width: unset;
}
.editor-styles-wrapper .degree-accordion-wrapper .accordion__content {
  opacity: 1 !important;
  max-height: unset !important;
  visibility: visible !important;
}

@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .degree-accordion-wrapper .toggle-icon::after,
  .degree-accordion-wrapper button.accordion__toggle:hover .toggle-icon::after {
    filter: brightness(0) invert(1);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .degree-accordion-wrapper .toggle-icon::after,
  .degree-accordion-wrapper button.accordion__toggle:hover .toggle-icon::after {
    filter: brightness(0);
  }
}

@media (forced-colors: active) and (prefers-color-scheme: light) {
  .degree-accordion-wrapper::after {
    background-image: none;
    background-color: var(--color-white);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .degree-accordion-wrapper::after {
    background-image: none;
    background-color: var(--color-black);
  }
}

.pattern-story-carousel {
  background: var(--color-white);
  background: linear-gradient(20deg, var(--color-white), var(--color-blue-2));
  position: relative;
  z-index: 1;
  max-width: 1800px;
  overflow: visible;
  padding: var(--component-v-spacing) var(--block-padding-left-right) !important;
}
@media (min-width: 768px) {
  .pattern-story-carousel + * {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel {
    padding-top: 10rem !important;
  }
  .pattern-story-carousel + * {
    padding-top: 140px;
  }
}
.pattern-story-carousel .wp-block-button__link:focus {
  outline: 1px solid black !important;
  outline-offset: 3px !important;
}
.pattern-story-carousel__slides {
  margin: 0 !important;
  --wp--style--global--content-size: 100% !important;
}
.pattern-story-carousel__slide > .wp-block-cover {
  display: block !important;
  min-height: 0 !important;
}
.pattern-story-carousel__slide > .wp-block-cover__inner-container {
  border: 3px solid orange !important;
}
.pattern-story-carousel__slide > .wp-block-cover__inner-container * {
  max-width: 100% !important;
}
.pattern-story-carousel__slide > .wp-block-cover__inner-container .wp-block-group {
  border: 1px solid blue;
}
.pattern-story-carousel__slide > .wp-block-cover__inner-container .wp-block-group:last-child {
  padding-right: 100px;
}
.pattern-story-carousel__controls {
  position: absolute;
  left: 20px;
  bottom: 24px;
}
@media all and (min-width: 768px) {
  .pattern-story-carousel__controls {
    left: unset;
    right: 30px;
    bottom: 30px;
  }
}
@media all and (min-width: 1024px) {
  .pattern-story-carousel__controls {
    right: 59px;
    bottom: 50px;
  }
}
.pattern-story-carousel .wp-block-cover {
  width: 100%;
  transform: none;
}
.pattern-story-carousel .wp-block-cover__background {
  background: none !important;
}
@media screen and (max-width: 767px) {
  .pattern-story-carousel > .wp-block-cover {
    overflow: hidden;
  }
}
.pattern-story-carousel > .wp-block-cover__image-background {
  display: none;
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel > .wp-block-cover__image-background {
    display: block !important;
    position: absolute;
    top: auto !important;
    bottom: -36px;
    left: -64px;
    width: 199px;
    height: 199px;
    border-radius: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel > .wp-block-cover__image-background {
    bottom: -102px;
    left: -126px;
    width: 423px;
    height: 423px;
  }
}
@media screen and (min-width: 1910px) {
  .pattern-story-carousel > .wp-block-cover__image-background {
    left: calc((100vw - 1800px) / 2 - 181px);
  }
}
.pattern-story-carousel > .wp-block-cover__inner-container {
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > p,
  .pattern-story-carousel > .wp-block-cover__inner-container h2,
  .pattern-story-carousel > .wp-block-cover__inner-container .wp-block-buttons {
    width: 55%;
    margin-right: auto;
  }
}
.pattern-story-carousel > .wp-block-cover__inner-container hr {
  color: var(--color-black) !important;
  margin: 20px 0 !important;
  border-top: 1px solid;
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel > .wp-block-cover__inner-container hr {
    margin: 0 0 19px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel > .wp-block-cover__inner-container hr {
    margin: 0 0 31px !important;
  }
}
.pattern-story-carousel > .wp-block-cover__inner-container h2,
.pattern-story-carousel > .wp-block-cover__inner-container p {
  color: var(--color-med-navy) !important;
}
.pattern-story-carousel > .wp-block-cover__inner-container h2 {
  font-size: 32px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel > .wp-block-cover__inner-container h2 {
    font-size: 42px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel > .wp-block-cover__inner-container h2 {
    font-size: 65px !important;
    margin-bottom: 3rem;
  }
}
.pattern-story-carousel > .wp-block-cover__inner-container p {
  font-size: 12px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  margin: 0 0 1.5rem !important;
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel > .wp-block-cover__inner-container p {
    font-size: 14px !important;
    margin: 0 0 1rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel > .wp-block-cover__inner-container p {
    font-size: 16px !important;
    margin: 0 0 1.3rem !important;
  }
}
.pattern-story-carousel > .wp-block-cover__inner-container p.has-large-font-size {
  position: relative;
  padding-top: 5px;
  padding-left: 2rem;
  text-transform: uppercase;
  color: var(--color-black) !important;
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel > .wp-block-cover__inner-container p.has-large-font-size {
    padding-left: 3.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel > .wp-block-cover__inner-container p.has-large-font-size {
    padding-left: 3.5rem;
  }
}
.pattern-story-carousel > .wp-block-cover__inner-container p.has-large-font-size:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTUgNi42NUM0LjUyNjQgNi42NSA0LjA3MjIgNi40NjU2MyAzLjczNzMxIDYuMTM3NDRDMy40MDI0MiA1LjgwOTI1IDMuMjE0MjkgNS4zNjQxMyAzLjIxNDI5IDQuOUMzLjIxNDI5IDQuNDM1ODcgMy40MDI0MiAzLjk5MDc1IDMuNzM3MzEgMy42NjI1NkM0LjA3MjIgMy4zMzQzNyA0LjUyNjQgMy4xNSA1IDMuMTVDNS40NzM2IDMuMTUgNS45Mjc4IDMuMzM0MzcgNi4yNjI2OSAzLjY2MjU2QzYuNTk3NTggMy45OTA3NSA2Ljc4NTcxIDQuNDM1ODcgNi43ODU3MSA0LjlDNi43ODU3MSA1LjEyOTgxIDYuNzM5NTMgNS4zNTczOCA2LjY0OTc5IDUuNTY5N0M2LjU2MDA0IDUuNzgyMDIgNi40Mjg1MSA1Ljk3NDkzIDYuMjYyNjkgNi4xMzc0NEM2LjA5Njg3IDYuMjk5OTQgNS45MDAwMiA2LjQyODg0IDUuNjgzMzYgNi41MTY3OUM1LjQ2NjcxIDYuNjA0NzMgNS4yMzQ1IDYuNjUgNSA2LjY1Wk01IDBDMy42NzM5MiAwIDIuNDAyMTUgMC41MTYyNDggMS40NjQ0NyAxLjQzNTE4QzAuNTI2Nzg0IDIuMzU0MSAwIDMuNjAwNDQgMCA0LjlDMCA4LjU3NSA1IDE0IDUgMTRDNSAxNCAxMCA4LjU3NSAxMCA0LjlDMTAgMy42MDA0NCA5LjQ3MzIyIDIuMzU0MSA4LjUzNTUzIDEuNDM1MThDNy41OTc4NSAwLjUxNjI0OCA2LjMyNjA4IDAgNSAwWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
  background-position: left center;
  background-size: auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel > .wp-block-cover__inner-container p.has-large-font-size:before {
    left: 6px;
    background-size: contain;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel > .wp-block-cover__inner-container p.has-large-font-size:before {
    top: 4px;
    left: 9px;
    margin-bottom: 13px;
  }
}
.pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns {
  margin-top: 4rem !important;
}
@media screen and (max-width: 767px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns {
    gap: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns {
    max-width: 100% !important;
    margin-top: 6.5rem !important;
  }
}
.pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column {
    flex: 0 0 100% !important;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(1) {
    flex: 0 0 calc(100% - 166px) !important;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(1) {
    flex: 0 0 calc(100% - 295px) !important;
  }
}
.pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) {
  margin-bottom: -38px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) {
    position: relative;
    flex: 0 0 166px !important;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) {
    flex: 0 0 295px !important;
  }
}
.pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image {
  position: relative;
  width: calc(100% - 10px - 1rem);
  margin: 15px auto !important;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 5px solid transparent;
}
@media screen and (max-width: 767px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image {
    visibility: hidden;
  }
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image > img {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    transition-delay: 0.3s;
  }
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image:not(:first-of-type) {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image:not(:first-of-type) > img {
    position: absolute;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image[data-order="0"] {
    visibility: visible;
    z-index: 1;
  }
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image[data-order="0"] > img {
    opacity: 1;
    transition-delay: 0s;
  }
}
.pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image img {
  border: 5px solid transparent;
  aspect-ratio: 1/1 !important;
}
.pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image.has-style-ring {
  border: 5px solid var(--color-orange);
}
.pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image.has-style-ring img {
  border: 5px solid var(--color-white);
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image[data-order="0"] {
    position: absolute;
    top: -208px;
    right: -33px;
    width: 258px;
    height: 258px;
    z-index: 3;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image[data-order="0"] {
    top: -342px;
    right: -61px;
    width: 479px;
    height: 479px;
  }
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image[data-order="1"] {
    position: absolute;
    top: 24px;
    right: -80px;
    width: 200px;
    height: 200px;
    z-index: 2;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image[data-order="1"] {
    top: 76px;
    right: -111px;
    width: 298px;
    height: 298px;
  }
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image[data-order="2"] {
    position: absolute;
    top: 181px;
    right: 49px;
    width: 95px;
    height: 95px;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image[data-order="2"] {
    top: 307px;
    right: 85px;
    width: 143px;
    height: 143px;
  }
}
.pattern-story-carousel > .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image img {
  overflow: hidden;
  border-radius: 100%;
  width: 100% !important;
}
.pattern-story-carousel .pattern-story-carousel__slides {
  padding: 50px 0 80px 0;
  border-radius: 10px;
  background: var(--color-green);
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel .pattern-story-carousel__slides {
    padding: 30px 0;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel .pattern-story-carousel__slides {
    padding: 50px 0;
    min-height: 400px;
  }
}
.pattern-story-carousel .slick-slide {
  padding: 0 20px;
}
@media all and (min-width: 768px) {
  .pattern-story-carousel .slick-slide {
    padding: 0 30px;
  }
}
@media all and (min-width: 1024px) {
  .pattern-story-carousel .slick-slide {
    padding: 0 60px;
  }
}
.pattern-story-carousel .slick-slide .wp-block-cover {
  width: 100% !important;
  padding: 0;
  overflow: visible;
}
.pattern-story-carousel .slick-slide .wp-block-cover__background {
  display: none;
}
.pattern-story-carousel .slick-slide .wp-block-quote {
  margin: 0 0 1.5rem !important;
  padding: 0;
  border: none;
  background: transparent !important;
}
.pattern-story-carousel .slick-slide .wp-block-quote p {
  font-size: var(--fsize-large-quote) !important;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-black) !important;
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel .slick-slide .wp-block-quote {
    margin: 0 0 1.8rem !important;
  }
}
.pattern-story-carousel .slick-slide .wp-block-quote + p {
  font-family: var(--font-family-secondary);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--color-black) !important;
}
@media screen and (min-width: 768px) {
  .pattern-story-carousel .slick-slide .wp-block-quote + p {
    font-size: 20px !important;
    margin: 0 0 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel .slick-slide .wp-block-quote + p {
    font-size: 22px !important;
    margin: 0 0 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-story-carousel .slick-slide .wp-block-quote p {
    font-size: 38px !important;
  }
}
.pattern-story-carousel .slick-list {
  max-width: none !important;
}
.pattern-story-carousel .slick-arrow span {
  display: none;
}
@media all and (max-width: 1023px) {
  .pattern-story-carousel .wp-block-cover__inner-container > .wp-block-group:last-child {
    padding-right: 100px;
  }
}

.pattern-area-of-study-intro {
  margin: var(--component-v-spacing) var(--block-padding-left-right);
}
.pattern-area-of-study-intro h2 {
  margin-top: 0;
}
@media all and (min-width: 1024px) {
  .pattern-area-of-study-intro {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.pattern-areas-study {
  box-sizing: border-box;
  transform: translateX(calc(0px - var(--block-padding-left-right)));
  width: 100vw;
  max-width: 100vw;
  background: var(--color-white);
  background: linear-gradient(20deg, var(--color-white), var(--color-blue-2));
  padding: var(--component-v-spacing) var(--block-padding-left-right);
}
.pattern-areas-study__content {
  max-width: 1800px;
  margin: 0 auto;
}
.pattern-areas-study h2 {
  margin-top: 0;
}

.wp-block-spcc-areas-of-study ul {
  list-style-type: none;
  padding-left: 0;
}
@media all and (min-width: 1024px) {
  .wp-block-spcc-areas-of-study ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.wp-block-spcc-areas-of-study ul li {
  border-bottom: 1px solid var(--color-med-navy);
  padding: 1.5rem 0;
}
@media all and (min-width: 768px) {
  .wp-block-spcc-areas-of-study ul li {
    padding: 2rem 0;
  }
}
.wp-block-spcc-areas-of-study ul li a {
  color: var(--color-med-navy);
  text-decoration: none;
  font-family: var(--font-family-secondary);
  font-weight: 500;
  line-height: 1;
  letter-spacing: var(--letter-tight);
  font-size: 2.4rem;
}
@media all and (min-width: 768px) {
  .wp-block-spcc-areas-of-study ul li a {
    font-size: 3.2rem;
  }
  .wp-block-spcc-areas-of-study ul li a .last-word {
    padding-right: 36px;
  }
  .wp-block-spcc-areas-of-study ul li a .last-word::after {
    width: 18px;
  }
  .wp-block-spcc-areas-of-study ul li a:hover .last-word::after {
    right: 0;
  }
}
@media all and (min-width: 1024px) {
  .wp-block-spcc-areas-of-study ul li a {
    font-size: 3.5rem;
  }
}
.wp-block-spcc-areas-of-study ul li a:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}

main:has(.wp-block-spcc-programs-listing) {
  background: linear-gradient(90deg, var(--color-blue-2), var(--color-white));
}

.wp-block-spcc-programs-listing {
  max-width: 1800px;
}

.wp-block-spcc-programs-listing .programs-listing {
  max-width: 1800px;
  padding: var(--component-v-spacing) 0;
}
.wp-block-spcc-programs-listing .programs-listing a:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.wp-block-spcc-programs-listing .programs-listing dialog.filters-dialog-wrapper {
  background: linear-gradient(90deg, var(--color-blue-2), var(--color-white));
  border: none;
  width: 100vw;
  height: 100vh;
  margin: 0;
  max-width: none;
  max-height: none;
}
.wp-block-spcc-programs-listing .programs-listing .filters-container {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-med-navy);
  border-radius: 1rem;
  margin: 8rem 2rem;
  padding: 3rem 2rem;
  background-color: var(--color-white);
  color: var(--color-med-navy);
}
@media all and (min-width: 768px) {
  .wp-block-spcc-programs-listing .programs-listing .filters-container {
    margin: 0;
  }
}
.wp-block-spcc-programs-listing .programs-listing .filters-container button {
  background-color: var(--color-white);
  border: none;
  color: var(--color-med-navy);
  border-radius: 0;
  cursor: pointer;
}
.wp-block-spcc-programs-listing .programs-listing .filters-container button:focus-visible {
  outline: 1px solid black;
  outline-offset: 3px;
}
@media all and (min-width: 1024px) {
  .wp-block-spcc-programs-listing .programs-listing .filters-container {
    padding: 5rem 4rem;
  }
}
.wp-block-spcc-programs-listing .programs-listing .filters-container__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-block-spcc-programs-listing .programs-listing .filters-container__header h2 {
  margin: 0;
  font-size: var(--fsize-h6) !important;
}
.wp-block-spcc-programs-listing .programs-listing .filters-container__header button {
  background-color: var(--color-white);
  border: none;
  padding: 0;
}
.wp-block-spcc-programs-listing .programs-listing .filters-container__header button svg {
  fill: var(--color-med-navy);
}
@media all and (min-width: 768px) {
  .wp-block-spcc-programs-listing .programs-listing .filters-container__header button {
    display: none;
  }
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet {
  border: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
  max-width: 100%;
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet__title {
  border-bottom: 1px solid var(--color-med-navy);
  transition: border-bottom 300ms ease;
  padding: 2rem 0 0.8rem 0;
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet__title:has(button[aria-expanded=true]) {
  border-bottom: 8px solid var(--color-blue);
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet__title button {
  background-color: var(--color-white);
  border: none;
  padding: 0;
  color: var(--color-med-navy);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet__title button legend {
  margin: 0;
  font-size: var(--fsize-body);
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet__title button .selected-filters-number {
  font-weight: 600;
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet__title button svg {
  height: 12px;
  width: 19px;
  transition: transform 300ms ease;
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet__title button[aria-expanded=true] svg {
  transform: rotate(180deg);
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet:nth-child(even) .filter-options {
    position: relative;
    left: calc(-100% - 2rem);
  }
}
@media all and (min-width: 1024px) {
  .wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet:nth-child(2) .filter-options__wrapper {
    left: calc(-100% - 2rem);
  }
  .wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet:nth-child(3) .filter-options__wrapper {
    left: calc(-200% - 4rem);
  }
  .wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet:nth-child(4) .filter-options__wrapper {
    left: calc(-300% - 6rem);
  }
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet .filter-options {
  padding-left: 0;
  list-style-type: none;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet .filter-options {
    width: calc(200% + 2rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet .filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 100%;
  }
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet .filter-options__wrapper {
  opacity: 0;
  transition: max-height 300ms ease, opacity 300ms ease;
}
@media all and (min-width: 1024px) {
  .wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet .filter-options__wrapper {
    position: relative;
    width: calc(400% + 6rem);
  }
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet .filter-options__wrapper--closed {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-facet .filter-options__wrapper--open {
  opacity: 1;
  visibility: visible;
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-item {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  .wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-item {
    z-index: 2;
  }
}
@media all and (min-width: 1024px) {
  .wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-item {
    width: calc(25% - 1.5rem);
    position: relative;
  }
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-item__option {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-item__option label {
  font-size: var(--fsize-eyebrow);
  font-weight: 900;
  line-height: 110%;
  color: var(--color-black);
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 1rem;
  color: var(--color-med-navy);
  margin-bottom: 0;
  align-self: flex-start;
  line-height: unset;
  max-width: calc(100% - 2.6rem);
}
@media all and (min-width: 1024px) {
  .wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-item__option label {
    line-height: 1.1;
  }
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-item__option label .filter-text__description {
  font-size: var(--fsize-caption);
  font-weight: 400;
  line-height: 140%;
  color: var(--color-black);
  text-transform: none;
}
.wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-item__option input[type=checkbox] {
  margin: 0;
}
@media all and (min-width: 1024px) {
  .wp-block-spcc-programs-listing .programs-listing .filters-container .filter-facets-container .filter-item__option input[type=checkbox] {
    align-self: flex-start;
  }
}
.wp-block-spcc-programs-listing .programs-listing .filters-button {
  background-color: var(--color-white);
  border: 1px solid var(--color-med-navy);
  padding: 2rem;
  border-radius: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--color-med-navy);
  font-weight: 500;
  font-family: var(--font-family-secondary);
  font-size: 2.2rem;
}
.wp-block-spcc-programs-listing .programs-listing .filters-button svg {
  height: 25px;
  width: 25px;
  margin-left: 1rem;
}
@media all and (min-width: 768px) {
  .wp-block-spcc-programs-listing .programs-listing .filters-button {
    display: none;
  }
}
.wp-block-spcc-programs-listing .programs-listing .filters-button:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.wp-block-spcc-programs-listing .programs-listing .search-container {
  margin-top: 2rem;
}
@media all and (min-width: 768px) {
  .wp-block-spcc-programs-listing .programs-listing .search-container {
    margin-top: 3rem;
  }
}
.wp-block-spcc-programs-listing .programs-listing .search-container .search-bar {
  display: flex;
  align-items: stretch;
  height: 5.5rem;
  border: 1px solid var(--color-line-navy);
  border-radius: 1rem;
  margin-top: 2rem;
}
.wp-block-spcc-programs-listing .programs-listing .search-container .search-bar input {
  border: none;
  flex-grow: 1;
  padding-left: 2rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  font-size: 1.6rem;
}
.wp-block-spcc-programs-listing .programs-listing .search-container .search-bar input:focus-visible {
  outline: 1px solid black;
  outline-offset: 3px;
}
.wp-block-spcc-programs-listing .programs-listing .search-container .search-bar input:focus, .wp-block-spcc-programs-listing .programs-listing .search-container .search-bar input:focus-visible {
  outline-offset: -3px !important;
}
@media all and (min-width: 768px) {
  .wp-block-spcc-programs-listing .programs-listing .search-container .search-bar input {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    font-size: 2.2rem;
  }
}
.wp-block-spcc-programs-listing .programs-listing .search-container .search-bar button {
  border: none;
  border-left: 1px solid var(--color-line-navy);
  background-color: var(--color-blue);
  width: 5.5rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media all and (min-width: 768px) {
  .wp-block-spcc-programs-listing .programs-listing .search-container .search-bar button {
    display: none;
  }
}
.wp-block-spcc-programs-listing .programs-listing .search-container .search-bar button:focus, .wp-block-spcc-programs-listing .programs-listing .search-container .search-bar button:focus-visible {
  outline-offset: -3px !important;
}
.wp-block-spcc-programs-listing .programs-listing button#clear-all-filters {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 2rem 0;
  font-size: var(--fsize-body);
  text-decoration: underline;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .wp-block-spcc-programs-listing .programs-listing button#clear-all-filters {
    margin-top: 3rem;
    margin-bottom: 0;
  }
}
.wp-block-spcc-programs-listing .programs-listing .sort-dropdown-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
}
.wp-block-spcc-programs-listing .programs-listing .sort-dropdown-container--tablet {
  display: none;
}
@media all and (min-width: 768px) {
  .wp-block-spcc-programs-listing .programs-listing .sort-dropdown-container--tablet {
    display: flex;
  }
}
@media all and (min-width: 768px) {
  .wp-block-spcc-programs-listing .programs-listing .sort-dropdown-container--mobile {
    display: none;
  }
}
.wp-block-spcc-programs-listing .programs-listing .sort-dropdown-container--mobile::before {
  content: "";
  height: 1px;
  background-color: var(--color-med-navy);
  width: calc(100% + 4rem);
  position: relative;
  left: -2rem;
  top: -2rem;
}
.wp-block-spcc-programs-listing .programs-listing .sort-dropdown-container label {
  font-size: var(--fsize-eyebrow);
  font-weight: 900;
  line-height: 110%;
  color: var(--color-black);
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 1rem;
  align-self: flex-start;
  color: var(--color-med-navy);
}
.wp-block-spcc-programs-listing .programs-listing .sort-dropdown-container select {
  color: var(--color-med-navy);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8cGF0aCBkPSJNMS41MzMyNSAwLjcyNjIzMkMxLjkyNTk2IDAuMzI3Mzk4IDIuNTY5NTQgMC4zMjg1MzQgMi45NjA4NCAwLjcyODc1NEw4Ljc4NTc1IDYuNjg2NDdDOS4xNzc3MiA3LjA4NzM3IDkuODIyNjQgNy4wODc3MiAxMC4yMTUgNi42ODcyNUwxNi4wNTI1IDAuNzI5NzU3QzE2LjQ0NDkgMC4zMjkyOCAxNy4wODk4IDAuMzI5NjMyIDE3LjQ4MTggMC43MzA1MzdMMTguMzE2NSAxLjU4NDMxQzE4LjY5NjQgMS45NzI5MyAxOC42OTY0IDIuNTkzODcgMTguMzE2NSAyLjk4MjQ5TDEwLjIxNSAxMS4yNjg3QzkuODIyNzYgMTEuNjY5OSA5LjE3NzIzIDExLjY2OTkgOC43ODQ5NyAxMS4yNjg3TDAuNjg1OTI4IDIuOTg0OTdDMC4zMDUwMSAyLjU5NTM2IDAuMzA2MTA4IDEuOTcyNTIgMC42ODg0MDIgMS41ODQyNkwxLjUzMzI1IDAuNzI2MjMyWiIgZmlsbD0iIzA3MjM0NyIvPgo8L3N2Zz4K);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 19px 12px;
  background-color: transparent;
}
.wp-block-spcc-programs-listing .programs-listing .results {
  display: flex;
  flex-direction: column;
}
.wp-block-spcc-programs-listing .programs-listing .results .results-block {
  display: flex;
  flex-direction: column;
}
.wp-block-spcc-programs-listing .programs-listing .results .results-block .result-block-title {
  display: flex;
  justify-content: space-between;
}
.wp-block-spcc-programs-listing .programs-listing .results .results-block .result-block-title .sort-dropdown-container {
  order: 2;
}
.wp-block-spcc-programs-listing .programs-listing .results .results-block .result {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--color-med-navy);
}
.wp-block-spcc-programs-listing .programs-listing .results .results-block .result:nth-of-type(1) {
  padding-top: 0;
}
@media all and (min-width: 768px) {
  .wp-block-spcc-programs-listing .programs-listing .results .results-block .result {
    padding: 2rem 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
  }
}
.wp-block-spcc-programs-listing .programs-listing .results .results-block .result > a {
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-secondary);
  font-weight: 500;
  font-size: var(--fsize-area-of-study);
  letter-spacing: var(--letter-tight);
  color: var(--color-med-navy);
  text-decoration: none;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .wp-block-spcc-programs-listing .programs-listing .results .results-block .result > a .last-word {
    padding-right: 36px;
  }
  .wp-block-spcc-programs-listing .programs-listing .results .results-block .result > a .last-word::after {
    width: 18px;
  }
  .wp-block-spcc-programs-listing .programs-listing .results .results-block .result > a:hover .last-word::after {
    right: 0;
  }
}
.wp-block-spcc-programs-listing .programs-listing .results .results-block .result .program-abbreviations {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  height: -moz-fit-content;
  height: fit-content;
}
.wp-block-spcc-programs-listing .programs-listing .results .results-block .result .program-abbreviations .program-abbreviation {
  display: inline-block;
  font-size: var(--fsize-base);
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-black);
  padding: 0.6rem 1rem;
  background-color: var(--color-green);
  border-radius: 5rem;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  text-decoration: none !important;
}
@media all and (min-width: 768px) {
  .wp-block-spcc-programs-listing .programs-listing .results .results-block .result .program-abbreviations .program-abbreviation {
    font-size: 1.2rem;
  }
}
.wp-block-spcc-programs-listing .programs-listing .results .results-block .result .program-abbreviations .program-abbreviation:hover {
  text-decoration: none !important;
}
.wp-block-spcc-programs-listing .programs-listing .results .results-block .result .program-abbreviations .program-abbreviation a {
  color: var(--color-black);
  text-decoration: none;
}
.wp-block-spcc-programs-listing .programs-listing .results .results-block .result .program-abbreviations .program-abbreviation a:hover {
  text-decoration: none;
}

@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .wp-block-spcc-programs-listing .programs-listing .filters-button svg path {
    fill: var(--color-white);
  }
}

@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .wp-block-spcc-programs-listing .programs-listing .filters-container__header button svg rect {
    fill: var(--color-white);
  }
}

@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .wp-block-spcc-programs-listing .programs-listing .search-container .search-bar button svg path {
    fill: var(--color-white);
  }
}

.pattern-carousel-banner {
  max-width: 1800px;
  margin: 0 auto;
}
.pattern-carousel-banner.slick-slider {
  margin-bottom: 0;
}
.pattern-carousel-banner__wrapper {
  box-sizing: border-box;
  transform: translateX(calc(0px - var(--block-padding-left-right)));
  width: 100vw;
  max-width: 100vw;
  background: var(--color-white);
  background: linear-gradient(20deg, var(--color-white), var(--color-blue-2));
  padding: var(--block-padding);
}
@media all and (min-width: 1024px) {
  .pattern-carousel-banner__wrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.pattern-carousel-banner-slide {
  padding: 4px;
}
@media all and (min-width: 768px) {
  .pattern-carousel-banner-slide {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-row-gap: 2.5rem;
    grid-column-gap: 8rem;
    grid-template-areas: "title blurb" "buttons buttons";
  }
}
.pattern-carousel-banner-slide button:focus,
.pattern-carousel-banner-slide a:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.pattern-carousel-banner-slide__title {
  margin-top: 0 !important;
  margin-left: 0 !important;
  grid-area: title;
}
.pattern-carousel-banner-slide__blurb {
  margin-left: 0 !important;
}
@media all and (min-width: 768px) {
  .pattern-carousel-banner-slide__blurb {
    grid-area: blurb;
  }
  .pattern-carousel-banner-slide__blurb :first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
@media all and (min-width: 1024px) {
  .pattern-carousel-banner-slide__blurb {
    font-size: 2.4rem;
  }
}
.pattern-carousel-banner-slide__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 0;
  gap: 3rem;
}
@media all and (min-width: 768px) {
  .pattern-carousel-banner-slide__buttons {
    width: 100%;
    margin-top: 0;
    grid-area: buttons;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media all and (min-width: 768px){
  .pattern-carousel-banner-slide__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pattern-carousel-banner-slide__blurb {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .pattern-carousel-banner-slide__buttons {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media all and (min-width: 768px) {
  .pattern-carousel-banner-slide__buttons .wp-block-button a {
    line-height: 1;
  }
}
.pattern-carousel-banner div.carousel-buttons {
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  right: 0;
}

.pattern-news-cards {
  margin: var(--component-v-spacing) auto;
  max-width: 1800px;
}
.pattern-news-cards button:focus,
.pattern-news-cards a:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.pattern-news-cards__intro {
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .pattern-news-cards__intro {
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 1024px) {
  .pattern-news-cards__intro {
    margin-bottom: 4rem;
  }
}
.pattern-news-cards__intro h2 {
  margin: 0;
  margin-bottom: 1.8rem;
}
@media all and (min-width: 768px) {
  .pattern-news-cards__intro h2 {
    margin-bottom: 2rem;
  }
}
.pattern-news-cards__intro p {
  margin: 0;
}
.pattern-news-cards__cards {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pattern-news-cards__cards ul.columns-3 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  -moz-column-gap: var(--gap-standard);
       column-gap: var(--gap-standard);
  grid-template-columns: 1fr;
}
@media all and (min-width: 768px) {
  .pattern-news-cards__cards ul.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.pattern-news-cards h2 {
  margin-bottom: 1.8rem;
}
@media all and (min-width: 768px) {
  .pattern-news-cards h2 {
    margin-bottom: 2rem;
  }
}
.pattern-news-cards__card__image {
  aspect-ratio: unset;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 1rem;
}
.pattern-news-cards__card__image img {
  border-radius: 1rem;
  aspect-ratio: 1.8;
  height: unset;
  transform: scale(1);
  transition: transform 200ms ease;
}
@media all and (min-width: 768px) {
  .pattern-news-cards__card__image img {
    aspect-ratio: 1.64;
  }
}
.pattern-news-cards__card__image.hovering img {
  transform: scale(1.2);
}
.pattern-news-cards__card .wp-block-post-date {
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.pattern-news-cards__card__title {
  font-size: var(--fsize-events-news) !important;
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
  letter-spacing: var(--letter-tight) !important;
  line-height: 1.2 !important;
}
.pattern-news-cards__card__title a,
.pattern-news-cards__card__title a:hover,
.pattern-news-cards__card__title a:visited {
  font-size: var(--fsize-events-news);
  color: var(--color-med-navy);
  text-decoration: none;
}
.pattern-news-cards__card .card-helper:hover .wp-block-post-title a::after {
  right: -36px;
}
.pattern-news-cards .wp-block-buttons {
  margin-top: 2rem;
}
@media all and (min-width: 768px) {
  .pattern-news-cards .wp-block-buttons {
    margin-top: 3rem;
  }
}
@media all and (min-width: 1024px) {
  .pattern-news-cards .wp-block-buttons {
    margin-top: 4rem;
  }
}

.pattern-event-cards {
  max-width: 1800px;
  margin: var(--component-v-spacing) var(--block-padding-left-right);
}
.pattern-event-cards h2.wp-block-heading {
  margin: 0;
  margin-bottom: 1.8rem;
}
.pattern-event-cards__blurb {
  margin-bottom: 2rem;
}
.pattern-event-cards__blurb p {
  margin: 0;
}
@media all and (min-width: 768px) {
  .pattern-event-cards__blurb {
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 1024px) {
  .pattern-event-cards__blurb {
    margin-bottom: 4rem;
  }
}

.pattern-news-events {
  background: var(--color-white);
  background: linear-gradient(20deg, var(--color-white), var(--color-blue-2));
  box-sizing: border-box;
  transform: translateX(calc(0px - var(--block-padding-left-right)));
  width: 100vw;
  max-width: 100vw;
  border-top: 1px solid var(--color-line-navy);
  border-bottom: 1px solid var(--color-line-navy);
  padding: var(--component-v-spacing) var(--block-padding-left-right);
}
.pattern-news-events a:focus,
.pattern-news-events button:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.pattern-news-events__wrapper {
  gap: 0;
  margin: 0 auto;
  margin-bottom: 0 !important;
  max-width: 1800px;
}
@media all and (min-width: 768px) {
  .pattern-news-events__wrapper {
    gap: 2rem;
  }
}
.pattern-news-events__news h2, .pattern-news-events__events h2 {
  margin-bottom: 3rem;
}
.pattern-news-events__news h2 {
  margin-top: 0;
}
.pattern-news-events__news__query-results {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media all and (min-width: 768px) {
  .pattern-news-events__news__query-results {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.pattern-news-events__news__query-results--image {
  padding-top: 0 !important;
  border-bottom: 1px solid rgba(7, 35, 71, 0.3);
}
@media all and (min-width: 768px) {
  .pattern-news-events__news__query-results--image {
    border-bottom: none;
  }
}
.pattern-news-events__news__query-results figure {
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.pattern-news-events__news__query-results figure img {
  border-radius: 1rem;
  aspect-ratio: 2.35;
}
.pattern-news-events__news__title {
  font-size: var(--fsize-events-news) !important;
  margin-top: 0.6rem !important;
  letter-spacing: var(--letter-tight) !important;
  line-height: 1.1 !important;
  font-family: var(--font-family-secondary) !important;
  font-weight: 700 !important;
  letter-spacing: -0.36px !important;
}
@media all and (min-width: 768px) {
  .pattern-news-events__news__title {
    margin-bottom: 2rem !important;
  }
}
@media all and (min-width: 768px) {
  .pattern-news-events__news__title {
    margin-bottom: 3rem !important;
  }
}
.pattern-news-events__news__title a {
  color: var(--color-med-navy);
  text-decoration: none;
}
.pattern-news-events__news__buttons {
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .pattern-news-events__news__buttons {
    padding-top: 1rem;
  }
}
@media all and (min-width: 768px) {
  .pattern-news-events__events h2 {
    margin-top: 0;
  }
}

.gtranslate_wrapper {
  display: flex;
}
.gtranslate_wrapper::before {
  content: "";
  margin-right: 8px;
  height: 28px;
  width: 28px;
  background-color: currentColor;
  background-size: 100%;
  background-position: center;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="100%%25" height="100%%25" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.8 3.3H9.768L8.8 0H2.2C1.61652 0 1.05694 0.231785 0.644365 0.644365C0.231785 1.05694 0 1.61652 0 2.2V16.5C0 17.0835 0.231785 17.6431 0.644365 18.0556C1.05694 18.4682 1.61652 18.7 2.2 18.7H9.9L11 22H19.8C20.3835 22 20.9431 21.7682 21.3556 21.3556C21.7682 20.9431 22 20.3835 22 19.8V5.5C22 4.91652 21.7682 4.35695 21.3556 3.94437C20.9431 3.53179 20.3835 3.3 19.8 3.3ZM5.687 13.849C4.49379 13.849 3.34945 13.375 2.50573 12.5313C1.662 11.6875 1.188 10.5432 1.188 9.35C1.188 8.15679 1.662 7.01245 2.50573 6.16873C3.34945 5.325 4.49379 4.851 5.687 4.851C6.831 4.851 7.876 5.258 8.701 6.05L8.8 6.094L7.425 7.392L7.359 7.337C7.04 7.04 6.501 6.688 5.687 6.688C4.246 6.688 3.069 7.887 3.069 9.35C3.069 10.813 4.246 12.012 5.687 12.012C7.194 12.012 7.843 11.055 8.019 10.406H5.588V8.701H9.933L9.944 8.8C9.988 9.009 9.999 9.218 9.999 9.449C9.999 12.034 8.25 13.849 5.687 13.849ZM12.32 11.968C12.683 12.65 13.134 13.266 13.629 13.838L13.035 14.421L12.32 11.968ZM13.167 11.132H12.1L11.737 9.988H16.126C16.126 9.988 15.752 11.429 14.41 13.002C13.838 12.32 13.431 11.649 13.167 11.132ZM20.9 19.8C20.9 20.0917 20.7841 20.3715 20.5778 20.5778C20.3715 20.7841 20.0917 20.9 19.8 20.9H12.1L14.3 18.7L13.409 15.653L14.421 14.641L17.369 17.6L18.15 16.797L15.191 13.849C16.181 12.716 16.951 11.374 17.303 9.988H18.7V8.844H14.696V7.7H13.552V8.844H11.396L10.098 4.4H19.8C20.0917 4.4 20.3715 4.51589 20.5778 4.72218C20.7841 4.92847 20.9 5.20826 20.9 5.5V19.8Z" fill="black"/></svg>');
          mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="100%%25" height="100%%25" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.8 3.3H9.768L8.8 0H2.2C1.61652 0 1.05694 0.231785 0.644365 0.644365C0.231785 1.05694 0 1.61652 0 2.2V16.5C0 17.0835 0.231785 17.6431 0.644365 18.0556C1.05694 18.4682 1.61652 18.7 2.2 18.7H9.9L11 22H19.8C20.3835 22 20.9431 21.7682 21.3556 21.3556C21.7682 20.9431 22 20.3835 22 19.8V5.5C22 4.91652 21.7682 4.35695 21.3556 3.94437C20.9431 3.53179 20.3835 3.3 19.8 3.3ZM5.687 13.849C4.49379 13.849 3.34945 13.375 2.50573 12.5313C1.662 11.6875 1.188 10.5432 1.188 9.35C1.188 8.15679 1.662 7.01245 2.50573 6.16873C3.34945 5.325 4.49379 4.851 5.687 4.851C6.831 4.851 7.876 5.258 8.701 6.05L8.8 6.094L7.425 7.392L7.359 7.337C7.04 7.04 6.501 6.688 5.687 6.688C4.246 6.688 3.069 7.887 3.069 9.35C3.069 10.813 4.246 12.012 5.687 12.012C7.194 12.012 7.843 11.055 8.019 10.406H5.588V8.701H9.933L9.944 8.8C9.988 9.009 9.999 9.218 9.999 9.449C9.999 12.034 8.25 13.849 5.687 13.849ZM12.32 11.968C12.683 12.65 13.134 13.266 13.629 13.838L13.035 14.421L12.32 11.968ZM13.167 11.132H12.1L11.737 9.988H16.126C16.126 9.988 15.752 11.429 14.41 13.002C13.838 12.32 13.431 11.649 13.167 11.132ZM20.9 19.8C20.9 20.0917 20.7841 20.3715 20.5778 20.5778C20.3715 20.7841 20.0917 20.9 19.8 20.9H12.1L14.3 18.7L13.409 15.653L14.421 14.641L17.369 17.6L18.15 16.797L15.191 13.849C16.181 12.716 16.951 11.374 17.303 9.988H18.7V8.844H14.696V7.7H13.552V8.844H11.396L10.098 4.4H19.8C20.0917 4.4 20.3715 4.51589 20.5778 4.72218C20.7841 4.92847 20.9 5.20826 20.9 5.5V19.8Z" fill="black"/></svg>');
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .gtranslate_wrapper::before {
    filter: brightness(0) invert(1);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .gtranslate_wrapper::before {
    filter: brightness(0);
  }
}
.gtranslate_wrapper .gt_selector {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8cGF0aCBkPSJNMS41MzMyNSAwLjcyNjIzMkMxLjkyNTk2IDAuMzI3Mzk4IDIuNTY5NTQgMC4zMjg1MzQgMi45NjA4NCAwLjcyODc1NEw4Ljc4NTc1IDYuNjg2NDdDOS4xNzc3MiA3LjA4NzM3IDkuODIyNjQgNy4wODc3MiAxMC4yMTUgNi42ODcyNUwxNi4wNTI1IDAuNzI5NzU3QzE2LjQ0NDkgMC4zMjkyOCAxNy4wODk4IDAuMzI5NjMyIDE3LjQ4MTggMC43MzA1MzdMMTguMzE2NSAxLjU4NDMxQzE4LjY5NjQgMS45NzI5MyAxOC42OTY0IDIuNTkzODcgMTguMzE2NSAyLjk4MjQ5TDEwLjIxNSAxMS4yNjg3QzkuODIyNzYgMTEuNjY5OSA5LjE3NzIzIDExLjY2OTkgOC43ODQ5NyAxMS4yNjg3TDAuNjg1OTI4IDIuOTg0OTdDMC4zMDUwMSAyLjU5NTM2IDAuMzA2MTA4IDEuOTcyNTIgMC42ODg0MDIgMS41ODQyNkwxLjUzMzI1IDAuNzI2MjMyWiIgZmlsbD0iIzA3MjM0NyIvPgo8L3N2Zz4K) !important;
  background-size: 19px 12px;
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 20px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: var(--color-med-navy);
  background-color: transparent;
}
.gtranslate_wrapper .gt_selector > * {
  color: var(--color-black);
}
@media all and (min-width: 768px) {
  .gtranslate_wrapper::before {
    height: 22px;
    width: 22px;
  }
}
@media all and (min-width: 1024px) {
  .gtranslate_wrapper::before {
    height: 28px;
    width: 28px;
  }
}

.gt_selector,
.gtranslate_wrapper {
  font-family: var(--font-family-primary);
  font-weight: 900;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media all and (min-width: 1024px) {
  .gt_selector,
  .gtranslate_wrapper {
    font-size: 1.4rem;
  }
}

.site-header .header-menu__content .gtranslate_wrapper .gt_selector,
.site-header .header-menu__content .gtranslate_wrapper {
  font-size: 1.4rem;
}

.lang-select-ghost {
  position: absolute;
  z-index: -5;
  color: transparent;
}

iframe[data-src*=panopto] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  min-height: 400px;
}

/**
    * News Archive
    *   Large screen layout
    *   - 2 columns
        - Column 1: Post terms - in a column and open
        - Column 2: Post cards - two column card
    *  
    *   Medium screen layout
    *   - 1 column
        - Column 1: Post terms - in a row and open
        - Column 2: Post cards - two column card

    *   Small screen layout
    *   - 1 column
        - Column 1: Post terms - in a row and closed
        - Column 2: Post cards - one column card
    */
.tax-news-category .advanced-title-block .wp-block-post-title,
.tax-news-tag .advanced-title-block .wp-block-post-title {
  line-height: 1.1;
}
.tax-news-category .advanced-title-block .wp-block-post-title span,
.tax-news-tag .advanced-title-block .wp-block-post-title span {
  --underline-height: 4px;
  border-bottom: var(--underline-height) solid var(--color-green, #b7df5f);
}
@media (min-width: 768px) {
  .tax-news-category .advanced-title-block .wp-block-post-title span,
  .tax-news-tag .advanced-title-block .wp-block-post-title span {
    --underline-height: 7px;
  }
}
@media (min-width: 1024px) {
  .tax-news-category .advanced-title-block .wp-block-post-title span,
  .tax-news-tag .advanced-title-block .wp-block-post-title span {
    --underline-height: 10px;
  }
}

.news-archive-content {
  max-width: 1800px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 4rem var(--block-padding-left-right);
}
@media all and (min-width: 768px) {
  .news-archive-content {
    grid-template-columns: 1fr;
    gap: var(--gap-standard, 2rem);
  }
}
@media all and (min-width: 1024px) {
  .news-archive-content {
    grid-template-columns: auto 1fr;
    gap: var(--gap-standard, 2rem);
    margin: 8rem var(--block-padding-left-right);
  }
}
@media (min-width: 1910px) {
  .news-archive-content {
    margin: 80px auto;
  }
}
.news-archive-content .wp-block-post-template {
  padding: 0;
}
.news-archive-content .wp-block-post {
  max-width: unset;
  margin: unset;
}
.news-archive-content .news-archive-content__col > *:first-child {
  margin-top: 0;
}
@media all and (min-width: 1024px) {
  .news-archive-content .wp-block-terms__container {
    width: 248px;
    max-width: 248px;
  }
}
.news-archive-content .wp-block-terms__container button {
  border-radius: 0;
}
.news-archive-content .wp-block-terms__container button:focus-visible {
  outline: 1px solid black;
  outline-offset: 3px;
}
.news-archive-content .wp-block-terms__container button,
.news-archive-content .wp-block-terms__container .wp-block-heading {
  font-size: var(--fsize-events-news, 1.8rem);
  font-family: var(--font-family-secondary);
  margin: 0;
}
@media (max-width: 767px) {
  .news-archive-content .wp-block-terms__container h2.wp-block-heading {
    display: none;
  }
}
@media (min-width: 768px) {
  .news-archive-content .wp-block-terms__container button.wp-block-heading {
    display: none;
  }
}
.news-archive-content .wp-block-terms__container a {
  text-decoration: none;
  color: var(--color-med-navy);
  font-weight: 600;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-med-navy) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  border-bottom: none;
  font-weight: 600;
}
.news-archive-content .wp-block-terms__container a:hover {
  animation-duration: 1200ms;
  animation-name: linkBackground;
  background-size: 100% 100%;
}
.news-archive-content .wp-block-terms__container a:visited {
  color: var(--color-med-navy);
}
.news-archive-content .wp-block-terms__container a:focus {
  outline: 1px solid black;
  outline-offset: 0;
}
.news-archive-content .wp-block-terms__container .wp-block-post-terms {
  opacity: 1;
  transition: max-height var(--transition-duration) ease, max-width var(--transition-duration) ease, opacity var(--transition-duration) ease;
  overflow: hidden;
  margin-bottom: 0;
  padding: 1px;
}
.news-archive-content .wp-block-terms__container .wp-block-post-terms .wp-block-post-terms__separator {
  display: none;
}
@media all and (max-width: 767px) {
  .news-archive-content .wp-block-terms__container {
    transition: max-width var(--transition-duration) ease, color var(--transition-duration) ease, background-color var(--transition-duration) ease;
  }
  .news-archive-content .wp-block-terms__container .wp-block-post-terms {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
  }
  .news-archive-content .wp-block-terms__container .wp-block-post-terms a:first-child {
    margin-top: 10px;
    display: inline;
  }
  .news-archive-content .wp-block-terms__container[data-display=closed] {
    max-width: var(--max-width, -moz-fit-content);
    max-width: var(--max-width, fit-content);
  }
  .news-archive-content .wp-block-terms__container[data-display=closed]:hover {
    cursor: pointer;
    background-color: var(--color-med-navy);
    color: var(--color-white);
  }
  .news-archive-content .wp-block-terms__container[data-display=closed]:hover h2 {
    color: var(--color-white);
  }
  .news-archive-content .wp-block-terms__container[data-display=closed] .wp-block-post-terms {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    max-width: 0;
  }
  .news-archive-content .wp-block-terms__container[data-display=open] {
    max-width: var(--max-width, 100vw);
  }
  .news-archive-content .wp-block-terms__container[data-display=open] .wp-block-post-terms {
    opacity: 1;
    max-height: var(--max-height, 100vh);
  }
  .news-archive-content .wp-block-terms__container[data-display=closing] {
    max-width: var(--max-width, -moz-fit-content);
    max-width: var(--max-width, fit-content);
  }
  .news-archive-content .wp-block-terms__container[data-display=closing] .wp-block-post-terms {
    opacity: 0;
    max-height: 0;
  }
  .news-archive-content .wp-block-terms__container[data-display=opening] {
    max-width: var(--max-width, 100vw);
  }
  .news-archive-content .wp-block-terms__container[data-display=opening] .wp-block-post-terms {
    opacity: 1;
    max-height: var(--max-height, 100vh);
  }
}
@media (min-width: 768px) {
  .news-archive-content .wp-block-terms__container {
    width: 100%;
  }
  .news-archive-content .wp-block-terms__container .wp-block-post-terms {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .news-archive-content .wp-block-terms__container .group-expand__button {
    display: none;
  }
}
@media (min-width: 1024px) {
  .news-archive-content .wp-block-terms__container {
    width: unset;
  }
  .news-archive-content .wp-block-terms__container .wp-block-post-terms {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.news-archive-content li.wp-block-post {
  --gap-large: 3.6rem;
  --gap-card: 3rem;
}
@media (min-width: 768px) {
  .news-archive-content li.wp-block-post {
    --gap-large: 2.8rem;
    --gap-card: 3rem;
  }
}
@media (min-width: 1024px) {
  .news-archive-content li.wp-block-post {
    --gap-large: 2.8rem;
    --gap-card: 3rem;
  }
  .news-archive-content li.wp-block-post > .wp-block-group {
    grid-template-columns: minmax(0, 350px) 1fr !important;
  }
  .news-archive-content li.wp-block-post .news-card__content > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.news-archive-content li.wp-block-post.card-helper,
.news-archive-content li.wp-block-post .card-helper {
  cursor: pointer;
}
.news-archive-content li.wp-block-post:not(:last-child) {
  margin-bottom: var(--gap-large, 2rem);
}
.news-archive-content li.wp-block-post figure {
  border-radius: 10px;
  overflow: hidden;
}
.news-archive-content li.wp-block-post figure img {
  transform: scale(1);
  transition: transform 200ms ease;
}
.news-archive-content li.wp-block-post figure.hovering img {
  transform: scale(1.2);
}
.news-archive-content li.wp-block-post > .wp-block-group {
  gap: var(--gap-card, 2rem);
}
@media all and (max-width: 767px) {
  .news-archive-content li.wp-block-post > .wp-block-group {
    grid-template-columns: 1fr;
  }
}
.news-archive-content li.wp-block-post .wp-block-post-title {
  font-size: var(--fsize-events-news, 1.8rem);
  margin-top: 1rem;
}
.news-archive-content li.wp-block-post .wp-block-post-title a {
  color: var(--color-med-navy);
  text-decoration: none;
}
.news-archive-content li.wp-block-post .wp-block-post-title a svg {
  transition: transform 0.2s ease;
}
.news-archive-content li.wp-block-post .wp-block-post-title a:hover svg {
  transform: translateX(0.8rem);
}
.news-archive-content li.wp-block-post .news-card__content {
  cursor: pointer;
}
.news-archive-content li.wp-block-post .news-card__content a:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.news-archive-content li.wp-block-post .news-card__content:hover .wp-block-post-title a svg {
  transform: translateX(0.8rem);
}
.news-archive-content li.wp-block-post .pills a {
  display: inline-block;
  font-size: var(--fsize-base);
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-black);
  padding: 0.6rem 1rem;
  background-color: var(--color-green);
  border-radius: 5rem;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  text-decoration: none !important;
}
@media all and (min-width: 768px) {
  .news-archive-content li.wp-block-post .pills a {
    font-size: 1.2rem;
  }
}
.news-archive-content li.wp-block-post .pills a:hover {
  text-decoration: none !important;
}
.news-archive-content li.wp-block-post .pills a a {
  color: var(--color-black);
  text-decoration: none;
}
.news-archive-content li.wp-block-post .pills a a:hover {
  text-decoration: none;
}

.single-news:has(.single-news__featured-image) .entry-content p:first-child {
  margin-top: 0;
}
.single-news .entry-content p:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-group.single-news__byline {
  display: block;
  margin-top: 1.2rem;
}
.wp-block-group.single-news__byline > * {
  display: block;
}
@media all and (min-width: 768px) {
  .wp-block-group.single-news__byline > * {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .wp-block-group.single-news__byline .single-news__byline__date {
    position: relative;
    margin-left: 20px;
  }
  .wp-block-group.single-news__byline .single-news__byline__date:before {
    content: "";
    height: 100%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: -14px;
    background: var(--color-black, #000);
    top: 50%;
    transform: translateY(-50%);
  }
}

.single-news__featured-image {
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-post-featured-image {
  border-radius: 1rem;
}
.wp-block-post-featured-image img {
  border-radius: 10px;
}

.single-news__container {
  max-width: 1800px;
  margin: 20px;
}
@media all and (min-width: 768px) {
  .single-news__container {
    margin: 30px;
  }
}
@media all and (min-width: 1024px) {
  .single-news__container {
    margin: 40px;
  }
}
@media (min-width: 1880px) {
  .single-news__container {
    margin: 40px auto;
  }
}
.single-news__container > * {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .single-news__container > * {
    margin-bottom: 60px;
  }
}
.single-news__container .wp-block-post-template {
  padding: 0;
}
.single-news__container .wp-block-post {
  max-width: unset;
  margin: unset;
}
.single-news__container .byline {
  margin-bottom: 4.8rem;
}
@media (min-width: 1024px) {
  .single-news__container .byline {
    margin-bottom: 60px;
  }
}
.single-news__container .single-news__content {
  max-width: var(--content-narrow, 960px);
  padding: 0;
}
@media (min-width: 988px) {
  .single-news__container .single-news__content {
    margin-left: auto;
    margin-right: auto;
  }
}
.single-news__container .post-terms__container {
  gap: 1.6rem;
  margin-bottom: 3.2rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .single-news__container .post-terms__container {
    margin-bottom: 4rem;
    gap: 3rem;
  }
}
@media all and (min-width: 1024px) {
  .single-news__container .post-terms__container {
    align-items: center;
  }
}
.single-news__container .post-terms__container .taxonomy-news-tag {
  margin-bottom: 0;
}
.single-news__container .post-terms__container .post-terms__label {
  margin: 0;
  font-family: var(--font-family-secondary);
  font-size: var(--fsize-h5) !important;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.64px;
  color: var(--color-black);
}
.single-news__container .addtoany__wrapper {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .single-news__container .addtoany__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
}
.single-news__container .addtoany__wrapper .addtoany__label {
  margin: 0;
  color: var(--color-black);
  font-family: var(--font-family-secondary);
  font-size: var(--fsize-h5) !important;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
}
@media all and (min-width: 768px) {
  .single-news__container .addtoany__wrapper .addtoany__label {
    letter-spacing: -0.56px;
  }
}
@media all and (min-width: 1024px) {
  .single-news__container .addtoany__wrapper .addtoany__label {
    letter-spacing: -0.64px;
  }
}

body.page-template-page-intranet .entry-content {
  max-width: 100%;
}

.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list {
  margin-top: 2rem;
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list a:focus,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list a:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-row,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__event-row {
  align-items: flex-start;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-date-tag,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
  background-color: var(--color-green);
  border-radius: 1rem;
  aspect-ratio: 1;
  width: 7.2rem !important;
}
@media all and (min-width: 1024px) {
  .pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-date-tag,
  .pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
    width: 9.4rem !important;
  }
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime {
  justify-content: center;
  color: var(--color-black);
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-daynum,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-daynum {
  font-family: var(--font-family-secondary);
  font-size: var(--fsize-date) !important;
  line-height: 1 !important;
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
  color: var(--color-black) !important;
  font-size: var(--fsize-month) !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  text-transform: none;
  font-family: var(--font-family-primary);
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list .combined-date-venue-info,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list .combined-date-venue-info {
  line-height: 1.2;
  margin-bottom: 0.4rem;
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-datetime,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__event-datetime {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 400;
  font-family: var(--font-family-primary);
  text-transform: uppercase;
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-datetime-wrapper,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__event-datetime-wrapper {
  display: inline;
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-venue,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__event-venue {
  display: inline;
  line-height: 1.2;
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-venue-name,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__event-venue-name {
  display: inline;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 400 !important;
  font-family: var(--font-family-primary);
  text-decoration: none;
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-venue-name::before,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__event-venue-name::before {
  content: "";
  position: relative;
  bottom: -0.4rem;
  width: 1px;
  height: 1.6rem;
  background-color: var(--color-black);
  display: inline-block;
  margin: 0 0.2rem;
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-title,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__event-title {
  color: var(--color-med-navy);
  font-size: var(--fsize-events-news) !important;
  letter-spacing: var(--letter-tight);
  line-height: 1.1 !important;
  font-family: var(--font-family-secondary);
  font-weight: 700;
  letter-spacing: -0.36px;
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-title a,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__event-title a {
  color: var(--color-med-navy);
  border-bottom: none;
  margin-right: 3rem;
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-title a:hover,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__event-title a:hover {
  border-bottom: none;
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__view-more,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__view-more {
  padding-top: 1rem;
}
@media all and (min-width: 768px) {
  .pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__view-more,
  .pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__view-more {
    margin-top: 3rem;
  }
}
@media all and (min-width: 1024px) {
  .pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__view-more,
  .pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__view-more {
    margin-top: 4rem;
  }
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__view-more a,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__view-more a {
  border: 1px solid var(--color-med-navy);
  padding: 1.2rem 1.6rem;
  color: var(--color-med-navy);
}
@media all and (min-width: 1024px) {
  .pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__view-more a,
  .pattern-news-events .tribe-events-widget .tribe-events-widget-events-list__view-more a {
    padding: 1.6rem 2rem;
  }
}
.pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list .tribe-events-calendar-series-archive__link,
.pattern-news-events .tribe-events-widget .tribe-events-widget-events-list .tribe-events-calendar-series-archive__link {
  display: none;
}

@media all and (min-width: 768px) {
  .pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__events {
    display: flex;
    gap: 2rem;
  }
}
@media all and (min-width: 768px) {
  .pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-row {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.8rem;
    margin-bottom: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .pattern-event-cards .tribe-events-widget .tribe-events-widget-events-list__event-row {
    flex-direction: row;
  }
}

.pattern-event-cards .tribe-common--breakpoint-xsmall.tribe-events-widget .tribe-events-widget-events-list__event-title {
  font-size: var(--fsize-events-news);
  line-height: 1.1;
}

@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .tribe-events button.tribe-events-c-top-bar__datepicker-button svg path {
    fill: var(--color-white, #fff);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .tribe-events button.tribe-events-c-top-bar__datepicker-button svg path {
    fill: var(--color-black, #000);
  }
}

@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .tribe-events .datepicker .day.active {
    border: 1px solid var(--color-white, #fff);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .tribe-events .datepicker .day.active {
    border: 1px solid var(--color-black, #000);
  }
}

@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .tribe-events button.tribe-events-c-events-bar__search-button svg path {
    fill: var(--color-white, #fff);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .tribe-events button.tribe-events-c-events-bar__search-button svg path {
    fill: var(--color-black, #000);
  }
}

.tribe-theme-spcc-theme.single-tribe_events .tribe-events-pg-template a:focus,
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-pg-template button:focus {
  outline: 1px solid black;
  outline-offset: 3px;
}
.tribe-theme-spcc-theme.single-tribe_events .advanced-title-block {
  border-bottom: none;
}
.tribe-theme-spcc-theme.single-tribe_events .advanced-title-block__content-wrapper {
  padding-top: 4.7rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .tribe-theme-spcc-theme.single-tribe_events .advanced-title-block__content-wrapper {
    padding-top: 8rem;
  }
}
.tribe-theme-spcc-theme.single-tribe_events .events-back-link {
  margin-bottom: 0.7em;
}
.tribe-theme-spcc-theme.single-tribe_events .events-back-link a {
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--color-black);
  text-decoration: none;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .tribe-theme-spcc-theme.single-tribe_events .events-back-link a {
    font-size: 18px;
  }
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-common {
  border-top: none !important;
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-schedule {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-event-description {
    max-width: 920px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-event-description > p {
    font-size: 2.2rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-event-description > p {
    font-size: 2.4rem !important;
  }
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-event-description > p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-event-description + .tribe-common {
    max-width: 920px;
    margin: 0 auto;
  }
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-event-title {
  font-family: var(--font-family-primary);
  color: var(--color-med-navy);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 28px */
  letter-spacing: -0.56px;
}
@media screen and (min-width: 768px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-event-title {
    font-size: 47px;
  }
}
@media screen and (min-width: 1024px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-event-title {
    font-size: 60px;
  }
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-event-image {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-event-image {
    margin-bottom: 1.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-event-image {
    margin-bottom: 2.9rem;
  }
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-event-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-c-subscribe-dropdown {
  margin: 2rem 0 2.3rem !important;
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-c-subscribe-dropdown__container {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media screen and (min-width: 768px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-c-subscribe-dropdown {
    margin: 2.9rem 0 3rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-c-subscribe-dropdown {
    margin: 1.5rem 0 !important;
  }
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
  width: auto !important;
  padding: 0.7rem 1.8rem !important;
}
@media screen and (min-width: 1024px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
    padding: 1.6rem 2rem !important;
    font-size: 2rem !important;
  }
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-c-subscribe-dropdown__export-icon {
  display: none !important;
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-section {
  padding: 4rem 0 1.5rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--color-line-navy);
}
@media screen and (min-width: 768px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-section {
    padding: 4.9rem 0 1.5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-section {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-section:before {
    border-top: 1px solid var(--color-line-navy);
  }
}
@media screen and (min-width: 1024px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-section:before {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-section + .tribe-common {
    display: flex;
    gap: 3rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-section + .tribe-common {
    margin-bottom: 4.4rem;
  }
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-meta-group dt {
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-meta-group dd {
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-meta-group a {
  color: var(--color-med-navy);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-section-title {
  font-family: var(--font-family-secondary);
  text-transform: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 1.9rem;
  letter-spacing: -0.48px;
}
@media screen and (min-width: 768px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-single-section-title {
    font-size: 28px;
  }
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-meta-group-venue .tribe-events-single-section-title {
  font-size: 32px;
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-related-events-title {
  font-family: var(--font-family-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 32px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 768px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-related-events-title {
    font-size: 42px;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-related-events-title {
    font-size: 65px;
  }
}
@media all and (max-width: 767px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-related-events-title + .tribe-common-c-btn-border, .tribe-theme-spcc-theme.single-tribe_events .tribe-events-related-events-title + .tribe-common-c-btn-border {
    margin-top: 1rem;
  }
}
.tribe-theme-spcc-theme.single-tribe_events #tribe-events-footer {
  border-top: 1px solid var(--color-line-navy) !important;
  padding: 0.4rem 0 0 !important;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .tribe-theme-spcc-theme.single-tribe_events #tribe-events-footer {
    padding: 1.4rem 0 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tribe-theme-spcc-theme.single-tribe_events #tribe-events-footer {
    padding: 1.6rem 0 0 !important;
    margin-top: 5rem;
  }
}
.tribe-theme-spcc-theme.single-tribe_events #tribe-events-pg-template {
  padding-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .tribe-theme-spcc-theme.single-tribe_events #tribe-events-pg-template {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 4.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .tribe-theme-spcc-theme.single-tribe_events #tribe-events-pg-template {
    padding-left: 54px;
    padding-right: 54px;
    padding-top: 3.2rem;
    padding-bottom: 6.2rem;
    max-width: 1800px;
    margin: 0 auto;
  }
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-related-events {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-related-events {
    flex-direction: row !important;
    gap: 2rem;
  }
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-related-events-thumbnail {
  border-radius: 10px;
  overflow: hidden;
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-related-events-title {
  font-family: var(--font-family-secondary) !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.36px;
  margin: 0 0 1.5rem;
  line-height: 1 !important;
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-related-events-title a {
  text-decoration: none;
  color: var(--color-med-navy) !important;
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-related-events li {
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
}
@media screen and (max-width: 767px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-related-events li:not(:last-of-type) {
    margin: 0 0 1.5rem !important;
  }
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-related-events li .tribe-related-event-info .tribe-event-date-start:has(+ .tribe-event-date-end) {
  margin-bottom: 0;
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-related-events li .tribe-related-event-info .tribe-event-date-end {
  margin-bottom: 1.2rem;
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-sub-nav {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-sub-nav {
    flex-direction: row;
    justify-content: space-between;
  }
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-sub-nav li a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .tribe-theme-spcc-theme.single-tribe_events .tribe-events-sub-nav li {
    text-align: center;
  }
}
.tribe-theme-spcc-theme.single-tribe_events .tribe-events-sub-nav a {
  color: var(--color-med-navy) !important;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/* Breadcrumbs */
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li::after {
  content: " › ";
}

.breadcrumbs li:last-child::after {
  content: "";
}

.breadcrumbs .current-page > a {
  font-weight: bold;
}

/*# sourceMappingURL=main-style.css.map*/