@charset "UTF-8";
/**
 * Base
 * - Reset the browser
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

pre {
  overflow: scroll;
}

/**
 * Breakpoints & Media Queries
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Breakpoint mixins
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
/*
 * Media Queries
 */
@media (min-width: 480px) {
  .wp-block[data-align=left],
  .wp-block[data-align=right],
  .wp-site-blocks .alignleft,
  .wp-site-blocks .alignright {
    max-width: var(--wp--custom--alignment--aligned-max-width);
  }
}
.aligncenter {
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*
 * Alignment styles - from TT2
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Twenty Twenty-Two. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */
.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-columns.alignfull.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align=full] > .wp-block-group,
.is-root-container .wp-block[data-align=full] > .wp-block-columns.has-background,
.is-root-container .wp-block[data-align=full] > .wp-block-cover {
  padding-left: 18px;
  padding-right: 18px;
}
@media ( min-width: 800px ) {
  .wp-site-blocks,
  body > .is-root-container,
  .edit-post-visual-editor__post-title-wrapper,
  .wp-block-group.alignfull,
  .wp-block-group.has-background,
  .wp-block-columns.alignfull.has-background,
  .wp-block-cover.alignfull,
  .is-root-container .wp-block[data-align=full] > .wp-block-group,
  .is-root-container .wp-block[data-align=full] > .wp-block-columns.has-background,
  .is-root-container .wp-block[data-align=full] > .wp-block-cover {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align=full] {
  margin-left: -18px;
  margin-right: -18px;
  max-width: unset;
  width: unset;
}
@media ( min-width: 800px ) {
  .wp-site-blocks .alignfull,
  .wp-site-blocks > .wp-block-group.has-background,
  .wp-site-blocks > .wp-block-cover,
  .wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
  .wp-site-blocks > .wp-block-template-part > .wp-block-cover,
  body > .is-root-container > .wp-block-cover,
  body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
  body > .is-root-container > .wp-block-template-part > .wp-block-cover,
  .is-root-container .wp-block[data-align=full] {
    margin-left: -30px;
    margin-right: -30px;
  }
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align=full],
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align=full] > *:not(.wp-block-group) .wp-block[data-align=full] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit;
}

/* Spacing for group blocks with a background color. */
.wp-block-group.has-background {
  padding: var(--wp--custom--gap--vertical) var(--wp--custom--gap--horizontal);
}

.has-primary-background-color {
  background-color: var(--wp--custom--color--primary) !important;
}

.has-secondary-background-color {
  background-color: var(--wp--custom--color--secondary) !important;
}

.has-foreground-background-color {
  background-color: var(--wp--custom--color--foreground) !important;
}

.has-background-background-color {
  background-color: var(--wp--custom--color--background) !important;
}

.has-tertiary-background-color {
  background-color: var(--wp--custom--color--tertiary) !important;
}

.has-primary-color {
  color: var(--wp--custom--color--primary) !important;
}

.has-secondary-color {
  color: var(--wp--custom--color--secondary) !important;
}

.has-foreground-color {
  color: var(--wp--custom--color--foreground) !important;
}

.has-background-color {
  color: var(--wp--custom--color--background) !important;
}

.has-tertiary-color {
  color: var(--wp--custom--color--tertiary) !important;
}

@media (max-width: 599px) {
  .wp-site-blocks .site-header .site-brand {
    display: contents;
  }
  .wp-site-blocks .site-header .wp-block-site-logo {
    flex-basis: 100%;
    margin-bottom: calc(2 * var(--wp--custom--gap--vertical));
    margin-top: var(--wp--custom--gap--vertical);
    text-align: center;
  }
}

@media (max-width: 599px) {
  .wp-site-blocks .site-header-linear .site-words-stack-small {
    display: block;
  }
}

:root {
  --wpadmin-bar--height: 46px;
}

.site-footer-container {
  margin-top: auto;
}

@media (min-width: 600px) {
  body.admin-bar {
    --wpadmin-bar--height: 32px;
  }
}
body.admin-bar .wp-site-blocks {
  min-height: calc(100vh - var(--wpadmin-bar--height));
}

.wp-block-post-content {
  margin: clamp(1.125rem, -1.5rem + 6vw, 3.75rem) 0;
}

.image-no-margin {
  margin: 0;
}
.image-no-margin * {
  vertical-align: bottom;
}

.has-background-no-padding.wp-block-columns.has-background {
  padding: 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.gapless-group > * {
  margin-top: 0 !important;
}

/* 
Remove the normalized box-sizing: border-box when used with Woo's quantity field,
because Woo limits the field's width to 50px, 
which leaves no space for the context between 50px and 20px padding and the spinner arrows (that come from type=number)

See: https://github.com/Automattic/wp-calypso/issues/58958#issuecomment-1015263777
*/
.quantity .qty {
  box-sizing: content-box;
}

.has-heading-1-font-size {
  line-height: var(--wp--custom--line-height--heading-1);
  font-weight: var(--wp--custom--font-weight--heading-1);
  font-family: var(--wp--custom--font-family--heading-1);
}

.has-heading-2-font-size {
  line-height: var(--wp--custom--line-height--heading-2);
  font-weight: var(--wp--custom--font-weight--heading-2);
  font-family: var(--wp--custom--font-family--heading-2);
}

.has-heading-3-font-size {
  line-height: var(--wp--custom--line-height--heading-3);
  font-weight: var(--wp--custom--font-weight--heading-3);
  font-family: var(--wp--custom--font-family--heading-3);
}

.has-heading-4-font-size {
  line-height: var(--wp--custom--line-height--heading-4);
  font-weight: var(--wp--custom--font-weight--heading-4);
  font-family: var(--wp--custom--font-family--heading-4);
}

.has-heading-5-font-size {
  line-height: var(--wp--custom--line-height--heading-5);
  font-weight: var(--wp--custom--font-weight--heading-5);
  font-family: var(--wp--custom--font-family--heading-5);
}

.has-heading-6-font-size {
  line-height: var(--wp--custom--line-height--heading-6);
  font-weight: var(--wp--custom--font-weight--heading-6);
  font-family: var(--wp--custom--font-family--heading-6);
}

.has-lead-font-size {
  line-height: var(--wp--custom--line-height--lead);
  font-weight: var(--wp--custom--font-weight--lead);
  font-family: var(--wp--custom--font-family--lead);
}

.has-overline-font-size {
  line-height: var(--wp--custom--line-height--overline);
  font-weight: var(--wp--custom--font-weight--overline);
  font-family: var(--wp--custom--font-family--overline);
}

.has-normal-font-size {
  line-height: var(--wp--custom--line-height--normal);
  font-weight: var(--wp--custom--font-weight--normal);
  font-family: var(--wp--custom--font-family--normal);
}

@media ( max-width: 799px ) {
  body,
  .wp-block-heading {
    --wp--custom--font-sizes--heading-1: var(--wp--custom--font-sizes--heading-1-mobile) !important;
    --wp--custom--font-sizes--heading-2: var(--wp--custom--font-sizes--heading-2-mobile) !important;
    --wp--custom--font-sizes--heading-3: var(--wp--custom--font-sizes--heading-3-mobile) !important;
    --wp--custom--font-sizes--heading-4: var(--wp--custom--font-sizes--heading-4-mobile) !important;
    --wp--custom--font-sizes--heading-5: var(--wp--custom--font-sizes--heading-5-mobile) !important;
    --wp--custom--font-sizes--heading-6: var(--wp--custom--font-sizes--heading-6-mobile) !important;
    --wp--custom--font-sizes--lead: var(--wp--custom--font-sizes--lead-mobile) !important;
    --wp--custom--font-sizes--overline: var(--wp--custom--font-sizes--overline-mobile) !important;
    --wp--custom--font-sizes--normal: var(--wp--custom--font-sizes--normal-mobile) !important;
  }
}
.has-overline-font-size {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 9px;
}
.has-overline-font-size + .wp-block-heading {
  margin-top: 0;
}

/**
 * Elements
 * - Styles for basic HTML elemants
 */
a,
.wp-block-navigation a {
  text-underline-offset: 0.15em;
}

a:where(:not(.wp-element-button):not([class])),
.is-style-link {
  text-decoration: none;
  background-image: linear-gradient(to bottom, #F79713, #F79713);
  transition: background-size 0.3s;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  padding: 0 0 3px 0;
  display: inline;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
}
a:where(:not(.wp-element-button):not([class])):hover,
.is-style-link:hover {
  background-size: 100% 2px;
}

button.is-style-link {
  padding-bottom: 0;
}

.is-style-link {
  color: var(--wp--custom--color--primary);
  font-family: var(--wp--preset--font-family--gotham-pro);
  font-size: var(--wp--custom--font-sizes--normal);
  line-height: var(--wp--custom--line-height--normal);
}

a:not(.ab-item):not(.screen-reader-shortcut):active, a:not(.ab-item):not(.screen-reader-shortcut):focus {
  outline: 1px solid var(--wp--preset--color--primary);
}

/*
input.wp-block-search__input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	background: var(--wp--custom--form--color--background);
	border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
	border-radius: var(--wp--custom--form--border--radius);
	box-shadow: var(--wp--custom--form--color--box-shadow);
	color: var(--wp--custom--form--color--text);
	font-family: inherit;
	padding: var(--wp--custom--form--padding);

	&:focus {
		border-color: var(--wp--custom--form--color--border);
		color: var(--wp--custom--form--color--text);
		outline: 1px dotted currentcolor;
		outline-offset: 2px;
	}
}

input[type="checkbox"],
input[type="submit"],
button {

	&:focus {
		outline: 1px dotted currentcolor;
		outline-offset: 2px;
	}

	&::placeholder {
		color: var(--wp--custom--form--color--text);
		opacity: 0.66;
	}
}

select {
	font-size: 100%;
}

textarea {
	width: 100%;
}

// Vertically align checkbox + label relationship
input[type="checkbox"] + label {
	display: inline;
	margin-left: 0.5em;
	line-height: 1em;
}
*/
.contact-details {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-details__detail {
  word-break: break-word;
  margin-bottom: clamp(1.125rem, 0.375rem + 1.7142857143vw, 1.875rem);
}
.contact-details__icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media ( min-width: 800px ) {
  .contact-details__icon {
    width: 45px;
    height: 45px;
    border: 2px solid #ddd;
    border-radius: 50%;
  }
}
.contact-details__icon .icon {
  width: 24px;
  height: 24px;
}
.contact-details__icon .icon path {
  fill: var(--wp--preset--color--tertiary);
}
.contact-details__detail-text, .contact-details__detail-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(0.875rem, 0.75rem + 0.2857142857vw, 1rem);
  line-height: clamp(1.3125rem, 1.125rem + 0.4285714286vw, 1.5rem);
  font-weight: 500;
  text-decoration: none;
  margin: 0;
}
.contact-details__detail-heading {
  opacity: 0.6;
  font-size: clamp(0.75rem, 0.625rem + 0.2857142857vw, 0.875rem);
  line-height: clamp(1.125rem, 0.9375rem + 0.4285714286vw, 1.3125rem);
  fill: var(--wp--preset--color--foreground);
  font-family: "Gotham Narrow", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: clamp(0.25rem, -0.25rem + 1.1428571429vw, 0.75rem);
  margin-top: 0;
}

/**
 * Patterns
 */
footer {
  margin-top: 0 !important;
  padding-top: 42px;
}
@media ( min-width: 1100px ) {
  footer {
    padding-top: 72px;
  }
}

/*
 *
 * Top
 *
 */
.footer__top {
  align-items: flex-start !important;
  flex-wrap: wrap !important;
  row-gap: 0;
}
@media ( min-width: 1100px ) {
  .footer__top {
    column-gap: 30px;
    flex-wrap: nowrap !important;
  }
}

/*
 *
 * Left
 *
 */
.footer__left {
  flex-basis: 100% !important;
}
@media ( min-width: 1100px ) {
  .footer__left {
    flex-basis: calc(60% - 15px) !important;
  }
}

/*
 *
 * Right
 *
 */
.footer__right {
  flex-basis: 100% !important;
}
@media ( min-width: 1100px ) {
  .footer__right {
    flex-basis: calc(40% - 15px) !important;
  }
}

/*
 *
 * Logo block
 *
 */
.footer__logo-block {
  column-gap: 12px;
  display: grid !important;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  row-gap: 16px;
}
@media ( min-width: 1100px ) {
  .footer__logo-block {
    column-gap: 28px;
    grid-template-rows: auto 1fr;
    max-width: 628px;
  }
}

/*
 *
 * Logo image
 *
 */
.footer__logo-image {
  grid-row: 1/3;
  width: 90px;
}
@media ( min-width: 1100px ) {
  .footer__logo-image {
    width: 120px;
  }
}

/*
 *
 * Contact info
 *
 */
.footer__contact-info {
  align-self: flex-start;
  grid-column: 2;
  margin-top: 10px !important;
}
@media ( min-width: 1100px ) {
  .footer__contact-info {
    margin-top: 0 !important;
  }
}

.footer__contact-phone,
.footer__contact-address {
  align-items: center;
  column-gap: 0;
  display: flex;
  margin: 0 !important;
}
.footer__contact-phone svg,
.footer__contact-address svg {
  min-height: 28px;
  min-width: 28px;
}
.footer__contact-phone svg path,
.footer__contact-address svg path {
  fill: #0076BB;
}
.footer__contact-phone p,
.footer__contact-address p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-left: 8px;
}
@media ( min-width: 1100px ) {
  .footer__contact-phone p,
  .footer__contact-address p {
    font-size: 16px;
    line-height: 24px;
  }
}

.footer__contact-phone {
  -webkit-user-select: none;
          user-select: none;
}
.footer__contact-phone p {
  color: #0076BB;
  cursor: pointer;
}

/*
 *
 * Accredited text
 *
 */
.footer__accredited {
  align-self: flex-start;
  grid-column: 1/3;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.4px;
  line-height: 21px;
}
@media ( min-width: 1100px ) {
  .footer__accredited {
    font-size: 16px;
    grid-column: 2;
    grid-row: 1/2;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 16px !important;
  }
}

/*
 *
 * Menus
 *
 */
.footer__menus {
  margin: 30px 0 !important;
}

/*
 *
 * Social block
 *
 */
.footer__social,
.footer__social-mobile {
  display: block;
  margin-top: 30px !important;
}

.footer__social {
  display: none;
}
@media ( min-width: 1100px ) {
  .footer__social {
    display: block;
  }
}

.footer__social .wp-block-northwood-blocks-northwood-icon,
.footer__social-mobile .wp-block-northwood-blocks-northwood-icon {
  margin: 0 !important;
}

/*
 *
 * Inclusive text
 *
 */
.footer__inclusive {
  border-top: 1px solid #ddd;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.4px;
  line-height: 21px;
  opacity: 0.72;
  padding-top: 18px;
  text-align: center;
}
@media ( min-width: 1100px ) {
  .footer__inclusive {
    letter-spacing: 0;
    padding-top: 24px;
    text-align: left;
  }
}

/*
 *
 * Middle
 *
 */
@media ( min-width: 1100px ) {
  .footer__middle {
    margin-top: 0 !important;
    padding: 45px 0 42px;
  }
}

.footer__middle-columns {
  column-gap: 30px;
  display: flex;
  flex-direction: column;
}
@media ( min-width: 1100px ) {
  .footer__middle-columns {
    flex-direction: row;
  }
}

.footer__middle-col1 {
  margin: 0 !important;
  width: 100%;
}
.footer__middle-col2 {
  margin: 0 0 30px !important;
  width: 100%;
}
@media ( min-width: 1100px ) {
  .footer__middle-col2 {
    display: none;
    width: 480px;
  }
}

.footer__middle-col3 {
  margin: 0 !important;
  width: 100%;
}
@media ( min-width: 1100px ) {
  .footer__middle-col3 {
    width: 480px;
  }
}

/*
 *
 * Bottom
 *
 */
.footer__bottom {
  margin-bottom: 0;
  margin-top: 0;
}
/*
 *
 * Bottom bar
 *
 */
.footer__bottom-bar {
  row-gap: 18px;
  flex-direction: column;
  justify-content: center;
  margin: 9px 0 !important;
}
@media ( min-width: 1100px ) {
  .footer__bottom-bar {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-top: 24px !important;
  }
}

.footer__bottom-menu {
  text-align: center;
}
@media ( min-width: 1100px ) {
  .footer__bottom-menu {
    flex-basis: 80% !important;
  }
}

.footer__copyright,
.footer__copyright p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  opacity: 0.6;
  text-align: center;
}
@media ( min-width: 1100px ) {
  .footer__copyright,
  .footer__copyright p {
    flex-basis: 20% !important;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
  }
}

/**
 * Templates
 */
body.page-template-default:not(.home) .wp-site-blocks {
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
}
@media ( min-width: 1100px ) {
  body.page-template-default:not(.home) .alignfull {
    width: var(--viewportWidth, 100vw);
    max-width: var(--viewportWidth, 100vw);
    margin-left: calc(50% - var(--viewportWidth, 100vw) / 2);
    margin-right: calc(50% - var(--viewportWidth, 100vw) / 2);
  }
}
@media ( min-width: 1100px ) {
  body.page-template-default:not(.home) .alignwide {
    max-width: var(--wp--style--global--wide-size);
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-template-default:not(.home) .wp-block-post-content {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

body.program-template-default:not(.home) .wp-site-blocks {
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
}
@media ( min-width: 1100px ) {
  body.program-template-default:not(.home) .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media ( min-width: 1100px ) {
  body.program-template-default:not(.home) .alignwide {
    max-width: var(--wp--style--global--wide-size);
    margin-left: auto;
    margin-right: auto;
    /*width: var(--wp--style--global--wide-size);*/
  }
}
body.program-template-default:not(.home) .wp-block-post-content {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.wp-block-buttons {
  gap: 12px;
}
@media ( min-width: 800px ) {
  .wp-block-buttons {
    gap: 30px;
  }
}

.wp-block-button .wp-block-button__link {
  font-family: "GothamPro", sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: var(--wp--preset--color--white);
  text-decoration: none;
  background-color: var(--wp--preset--color--primary);
  border-radius: 0;
  letter-spacing: 1px;
  line-height: 21px;
  display: inline-flex;
  justify-content: center;
  text-transform: uppercase;
  border: 0;
  margin: 0;
  padding: 14px 24px 13px 24px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}
@media ( min-width: 1100px ) {
  .wp-block-button .wp-block-button__link {
    padding: 20px 30px 19px 30px;
  }
}
.wp-block-button .wp-block-button__link:hover::before {
  width: 27px;
  height: 27px;
  transform-origin: bottom right;
}
.wp-block-button .wp-block-button__link:active {
  transform: scale(0.95);
}
.wp-block-button .wp-block-button__link span {
  transition: all 0.3s;
}
.wp-block-button .wp-block-button__link:hover span {
  animation-name: ButtonTextRoll;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.wp-block-button .wp-block-button__link {
  background-color: transparent;
  border: 3px solid var(--wp--preset--color--primary);
  border-right: 0;
  margin-right: 28px;
  padding: 11px 6px 10px 21px;
  height: 48px;
}
.wp-block-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -32px;
  width: 21px;
  height: 21px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: var(--wp--preset--color--primary);
  transition: all 0.3s;
}
.wp-block-button .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -32px;
  width: 32px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='48px' viewBox='0 0 32 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eb-button-mobile%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='b-button-mobile' fill='%230076BB' fill-rule='nonzero' points='32 0 32 18 2 48 -4.67403893e-14 48 -4.67403893e-14 45 0.756 45 29 16.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
@media ( min-width: 1100px ) {
  .wp-block-button .wp-block-button__link {
    padding: 17px 15px 16px 27px;
    height: 60px;
  }
  .wp-block-button .wp-block-button__link::after {
    content: "";
    position: absolute;
    top: -3px;
    right: -32px;
    width: 32px;
    height: 60px;
    background-image: url("data:image/svg+xml,url('data:image/svg+xml,%253Csvg width='32px' height='60px' viewBox='0 0 32 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%253E%253Ctitle%253Eb-button%253C/title%253E%253Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%253E%253Cpolygon id='b-button' fill='%25230076BB' fill-rule='nonzero' points='32 0 32 30 2 60 0 60 0 57 0.756 57 29 28.756 29 3 0 3 0 0'%253E%253C/polygon%253E%253C/g%253E%253C/svg%253E')");
    background-repeat: no-repeat;
  }
}
.wp-block-button .wp-block-button__link {
  border-color: var(--wp--preset--color--tertiary);
}
.wp-block-button .wp-block-button__link::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='48px' viewBox='0 0 32 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elb-button-mobile%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='lb-button-mobile' fill='%2300C1DE' fill-rule='nonzero' points='32 0 32 18 2 48 -4.67403893e-14 48 -4.67403893e-14 45 0.756 45 29 16.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
@media ( min-width: 1100px ) {
  .wp-block-button .wp-block-button__link::after {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='60px' viewBox='0 0 32 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elb-button%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='lb-button' fill='%2300C1DE' fill-rule='nonzero' points='32 0 32 30 2 60 0 60 0 57 0.756 57 29 28.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  }
}
.wp-block-button .wp-block-button__link {
  color: var(--wp--preset--color--foreground);
}
.wp-block-button.is-style-outline-cyan-blue-dark .wp-block-button__link {
  border-color: var(--wp--preset--color--tertiary);
}
.wp-block-button.is-style-outline-cyan-blue-dark .wp-block-button__link::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='48px' viewBox='0 0 32 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elb-button-mobile%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='lb-button-mobile' fill='%2300C1DE' fill-rule='nonzero' points='32 0 32 18 2 48 -4.67403893e-14 48 -4.67403893e-14 45 0.756 45 29 16.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
@media ( min-width: 1100px ) {
  .wp-block-button.is-style-outline-cyan-blue-dark .wp-block-button__link::after {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='60px' viewBox='0 0 32 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elb-button%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='lb-button' fill='%2300C1DE' fill-rule='nonzero' points='32 0 32 30 2 60 0 60 0 57 0.756 57 29 28.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  }
}
.wp-block-button.is-style-outline-cyan-blue-dark .wp-block-button__link {
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-outline-cyan-white .wp-block-button__link {
  border-color: var(--wp--preset--color--tertiary);
}
.wp-block-button.is-style-outline-cyan-white .wp-block-button__link::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='48px' viewBox='0 0 32 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elb-button-mobile%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='lb-button-mobile' fill='%2300C1DE' fill-rule='nonzero' points='32 0 32 18 2 48 -4.67403893e-14 48 -4.67403893e-14 45 0.756 45 29 16.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
@media ( min-width: 1100px ) {
  .wp-block-button.is-style-outline-cyan-white .wp-block-button__link::after {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='60px' viewBox='0 0 32 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elb-button%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='lb-button' fill='%2300C1DE' fill-rule='nonzero' points='32 0 32 30 2 60 0 60 0 57 0.756 57 29 28.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  }
}
.wp-block-button.is-style-outline-cyan-white .wp-block-button__link::before {
  background-color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-outline-cyan-white .wp-block-button__link {
  color: var(--wp--preset--color--foreground);
}
.wp-block-button.is-style-outline-cyan-white-dark .wp-block-button__link {
  border-color: var(--wp--preset--color--tertiary);
}
.wp-block-button.is-style-outline-cyan-white-dark .wp-block-button__link::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='48px' viewBox='0 0 32 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elb-button-mobile%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='lb-button-mobile' fill='%2300C1DE' fill-rule='nonzero' points='32 0 32 18 2 48 -4.67403893e-14 48 -4.67403893e-14 45 0.756 45 29 16.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
@media ( min-width: 1100px ) {
  .wp-block-button.is-style-outline-cyan-white-dark .wp-block-button__link::after {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='60px' viewBox='0 0 32 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elb-button%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='lb-button' fill='%2300C1DE' fill-rule='nonzero' points='32 0 32 30 2 60 0 60 0 57 0.756 57 29 28.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  }
}
.wp-block-button.is-style-outline-cyan-white-dark .wp-block-button__link::before {
  background-color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-outline-cyan-white-dark .wp-block-button__link {
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-outline-cyan-orange .wp-block-button__link {
  border-color: var(--wp--preset--color--tertiary);
}
.wp-block-button.is-style-outline-cyan-orange .wp-block-button__link::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='48px' viewBox='0 0 32 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elb-button-mobile%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='lb-button-mobile' fill='%2300C1DE' fill-rule='nonzero' points='32 0 32 18 2 48 -4.67403893e-14 48 -4.67403893e-14 45 0.756 45 29 16.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
@media ( min-width: 1100px ) {
  .wp-block-button.is-style-outline-cyan-orange .wp-block-button__link::after {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='60px' viewBox='0 0 32 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elb-button%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='lb-button' fill='%2300C1DE' fill-rule='nonzero' points='32 0 32 30 2 60 0 60 0 57 0.756 57 29 28.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  }
}
.wp-block-button.is-style-outline-cyan-orange .wp-block-button__link::before {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-button.is-style-outline-cyan-orange .wp-block-button__link {
  color: var(--wp--preset--color--foreground);
}
.wp-block-button.is-style-outline-cyan-orange-dark .wp-block-button__link {
  border-color: var(--wp--preset--color--tertiary);
}
.wp-block-button.is-style-outline-cyan-orange-dark .wp-block-button__link::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='48px' viewBox='0 0 32 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elb-button-mobile%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='lb-button-mobile' fill='%2300C1DE' fill-rule='nonzero' points='32 0 32 18 2 48 -4.67403893e-14 48 -4.67403893e-14 45 0.756 45 29 16.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
@media ( min-width: 1100px ) {
  .wp-block-button.is-style-outline-cyan-orange-dark .wp-block-button__link::after {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='60px' viewBox='0 0 32 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elb-button%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='lb-button' fill='%2300C1DE' fill-rule='nonzero' points='32 0 32 30 2 60 0 60 0 57 0.756 57 29 28.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  }
}
.wp-block-button.is-style-outline-cyan-orange-dark .wp-block-button__link::before {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-button.is-style-outline-cyan-orange-dark .wp-block-button__link {
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-outline-orange-white .wp-block-button__link {
  border-color: var(--wp--preset--color--secondary);
}
.wp-block-button.is-style-outline-orange-white .wp-block-button__link::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='48px' viewBox='0 0 32 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eo-button-mobile%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='o-button-mobile' fill='%23F79713' fill-rule='nonzero' points='32 0 32 18 2 48 -4.67403893e-14 48 -4.67403893e-14 45 0.756 45 29 16.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
@media ( min-width: 1100px ) {
  .wp-block-button.is-style-outline-orange-white .wp-block-button__link::after {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='60px' viewBox='0 0 32 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eo-button%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='o-button' fill='%23F79713' fill-rule='nonzero' points='32 0 32 30 2 60 0 60 0 57 0.756 57 29 28.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  }
}
.wp-block-button.is-style-outline-orange-white .wp-block-button__link::before {
  background-color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-outline-orange-white .wp-block-button__link {
  color: var(--wp--preset--color--foreground);
}
.wp-block-button.is-style-outline-orange-white-dark .wp-block-button__link {
  border-color: var(--wp--preset--color--secondary);
}
.wp-block-button.is-style-outline-orange-white-dark .wp-block-button__link::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='48px' viewBox='0 0 32 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eo-button-mobile%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='o-button-mobile' fill='%23F79713' fill-rule='nonzero' points='32 0 32 18 2 48 -4.67403893e-14 48 -4.67403893e-14 45 0.756 45 29 16.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
@media ( min-width: 1100px ) {
  .wp-block-button.is-style-outline-orange-white-dark .wp-block-button__link::after {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='60px' viewBox='0 0 32 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eo-button%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='o-button' fill='%23F79713' fill-rule='nonzero' points='32 0 32 30 2 60 0 60 0 57 0.756 57 29 28.756 29 3 0 3 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  }
}
.wp-block-button.is-style-outline-orange-white-dark .wp-block-button__link::before {
  background-color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-outline-orange-white-dark .wp-block-button__link {
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-pill, .wp-block-button.is-style-pill-dark {
  display: inline-flex;
  position: relative;
  transition: all 0.3s;
}
.wp-block-button.is-style-pill .wp-block-button__link, .wp-block-button.is-style-pill-dark .wp-block-button__link {
  background: transparent;
  border: 2px solid var(--wp--preset--color--tertiary);
  border-radius: 15px;
  color: var(--wp--custom--color--foreground);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 18px;
  overflow: hidden;
  padding: 0 9px;
  text-transform: uppercase;
  margin: 0;
  height: auto;
}
@media ( min-width: 1100px ) {
  .wp-block-button.is-style-pill .wp-block-button__link, .wp-block-button.is-style-pill-dark .wp-block-button__link {
    font-size: 14px;
    line-height: 21px;
  }
}
.wp-block-button.is-style-pill .wp-block-button__link::after, .wp-block-button.is-style-pill-dark .wp-block-button__link::after {
  display: none;
}
.wp-block-button.is-style-pill .wp-block-button__link::before, .wp-block-button.is-style-pill-dark .wp-block-button__link::before {
  background-color: #00C1DE;
  border-radius: 15px;
  bottom: -1px;
  -webkit-clip-path: none;
          clip-path: none;
  content: "";
  left: -1px;
  position: absolute;
  right: -1px;
  top: calc(100% + 1px);
  transition: top 0.3s;
  height: auto;
  transform-origin: center;
  width: auto;
  z-index: -1;
}
.wp-block-button.is-style-pill .wp-block-button__link:hover:before, .wp-block-button.is-style-pill-dark .wp-block-button__link:hover:before {
  top: 0;
}
.wp-block-button.is-style-pill .wp-block-button__link:active, .wp-block-button.is-style-pill .wp-block-button__link:focus, .wp-block-button.is-style-pill-dark .wp-block-button__link:active, .wp-block-button.is-style-pill-dark .wp-block-button__link:focus {
  outline-color: var(--wp--preset--color--white);
  outline-offset: 1px;
}
.wp-block-button.is-style-pill:hover, .wp-block-button.is-style-pill-dark:hover {
  transform: scale(0.98);
}
.wp-block-button.is-style-pill:hover .wp-block-button__link, .wp-block-button.is-style-pill-dark:hover .wp-block-button__link {
  color: var(--wp--preset--color--foreground);
}
.wp-block-button.is-style-pill-dark .wp-block-button__link {
  color: var(--wp--preset--color--white);
}

@keyframes ButtonTextRoll {
  0% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(100%);
    opacity: 0;
  }
  55% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.wp-block-calendar table caption {
  color: var(--wp--custom--color--primary);
}
.wp-block-calendar table th {
  background-color: var(--wp--custom--color--tertiary);
  border-color: var(--wp--custom--color--tertiary);
}
.wp-block-calendar table td {
  color: var(--wp--custom--color--primary);
  border-color: var(--wp--custom--color--tertiary);
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: var(--wp--custom--gallery--caption--font-size);
}

.wp-block-image {
  /*
  From what I can tell the below are styles regularly used by themes
  to fix the images block.  I believe these should go into the block's
  default styles.  It's difficult to say how this will land, however
  based on discussion found in (many) related issues here:
  https://github.com/WordPress/gutenberg/issues/28923
  https://github.com/WordPress/gutenberg/issues/29506
  */
  margin: 0 0 18px 0;
}
@media ( min-width: 800px ) {
  .wp-block-image {
    margin: 0 0 24px 0;
  }
}
@media ( min-width: 800px ) {
  .wp-block-image.alignleft, .wp-block-image.alignright {
    max-width: 100%;
  }
}
@media ( max-width: 799px ) {
  .wp-block-image.alignleft {
    max-width: 100%;
  }
}
@media ( min-width: 800px ) {
  .wp-block-image.alignleft {
    float: left;
    margin: 0 30px 24px 0;
  }
}
@media ( max-width: 799px ) {
  .wp-block-image.alignright {
    max-width: 100%;
  }
}
@media ( min-width: 800px ) {
  .wp-block-image.alignright {
    float: right;
    margin: 0 0 24px 30px;
  }
}
.wp-block-image .wp-element-caption {
  font-size: 14px;
  line-height: 21px;
  font-style: italic;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 9px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-latest-posts__post-author {
  color: var(--wp--custom--latest-posts--meta--color--text);
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  background-color: var(--wp--custom--navigation--submenu--color--background);
  border: var(--wp--custom--navigation--submenu--border--width) var(--wp--custom--navigation--submenu--border--style) var(--wp--custom--navigation--submenu--border--color);
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container a {
  color: var(--wp--custom--navigation--submenu--color--text);
}
.wp-block-navigation.is-responsive:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--custom--color--background);
  color: var(--wp--custom--color--foreground);
  padding-left: var(--wp--custom--gap--horizontal);
  padding-right: var(--wp--custom--gap--horizontal);
}
.wp-block-navigation.is-responsive ul.wp-block-social-links {
  margin: 0;
  gap: var(--wp--custom--gap--baseline);
}
.wp-block-navigation.is-responsive .is-menu-open {
  font-size: var(--wp--preset--font-size--medium);
}
.wp-block-navigation.is-responsive .is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting, flex-start);
  justify-content: space-between;
  flex-wrap: nowrap;
}
.wp-block-navigation.is-responsive .is-menu-open .wp-block-navigation__container {
  row-gap: 0.5rem;
  align-items: var(--navigation-layout-justification-setting, flex-start);
  flex: unset;
  padding-bottom: 0;
}
.wp-block-navigation.is-responsive .is-menu-open .wp-block-navigation-item {
  align-items: var(--navigation-layout-justification-setting, flex-start);
}
.wp-block-navigation.is-responsive .is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  font-size: var(--wp--custom--font-sizes--normal);
  padding-bottom: 0;
  padding-left: var(--wp--custom--gap--horizontal);
  padding-top: 0.5rem;
  row-gap: 0.5rem;
}
.wp-block-navigation.is-responsive .is-menu-open ul.wp-block-social-links {
  justify-content: flex-start;
}

/* Additional styling for header-minimal */
.wp-block-navigation.northwood-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 200;
}
.wp-block-navigation.northwood-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__container {
  row-gap: 1rem;
}
.wp-block-navigation.northwood-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  align-items: flex-start;
  margin: 0 auto;
  max-width: 800px;
  flex-wrap: nowrap;
}
.wp-block-navigation.northwood-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  row-gap: 0;
}
.wp-block-navigation.northwood-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-navigation-item > a:hover {
  text-decoration-line: underline;
}
.wp-block-navigation.northwood-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-navigation-item.current-menu-item > a {
  text-decoration: underline;
}
.wp-block-navigation.northwood-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  flex-grow: 1;
  justify-content: center;
}
.wp-block-navigation.northwood-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container ul.wp-block-social-links {
  padding-bottom: calc(var(--wp--custom--gap--vertical) * 2);
}
.wp-block-navigation.northwood-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  font-size: var(--wp--preset--font-size--medium);
}

/* Additional Styling for header-linear */
.wp-block-navigation.northwood-responsive-navigation-linear .wp-block-navigation-link a:hover {
  background: transparent;
}
.wp-block-navigation.northwood-responsive-navigation-linear .wp-block-pages-list__item .wp-block-pages-list__item__link,
.wp-block-navigation.northwood-responsive-navigation-linear .wp-block-navigation-link__content {
  color: var(--wp--custom--color--foreground);
}
.wp-block-navigation.northwood-responsive-navigation-linear .wp-block-pages-list__item .wp-block-pages-list__item__link:hover,
.wp-block-navigation.northwood-responsive-navigation-linear .wp-block-navigation-link__content:hover {
  text-decoration: underline;
}
.wp-block-navigation.northwood-responsive-navigation-linear:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--wp--custom--color--background);
  border-color: var(--wp--custom--color--tertiary);
}
.wp-block-navigation.northwood-responsive-navigation-linear .wp-block-navigation__mobile-menu-open-button {
  color: var(--wp--custom--color--primary);
}
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--custom--color--tertiary);
}
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item,
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-item {
  font-size: var(--wp--custom--font-sizes--normal);
  line-height: 50px;
  margin: 0;
  align-items: flex-end;
}
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .wp-block-pages-list__item__link,
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .wp-block-navigation-link__content,
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-item.has-child .wp-block-pages-list__item__link,
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-item.has-child .wp-block-navigation-link__content {
  margin-right: 0;
}
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container {
  gap: 0;
  padding: 0 19px 0 0;
  border-right: 1px solid var(--wp--custom--color--foreground);
}
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .wp-block-navigation__submenu-container .wp-block-pages-list__item__link,
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content,
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container .wp-block-pages-list__item__link,
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  padding: 0;
  font-size: var(--wp--custom--font-sizes--x-small);
  line-height: 40px;
}
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation__container {
  align-items: flex-end;
}
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation__responsive-container-content {
  flex-direction: row-reverse;
}
.wp-block-navigation.northwood-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open .wp-block-social-links {
  flex-direction: column;
}

p.has-drop-cap:not(:focus)::first-letter {
  font-size: var(--wp--custom--paragraph--dropcap--typography--font-size);
  font-weight: var(--wp--custom--paragraph--dropcap--typography--font-weight);
  margin: var(--wp--custom--paragraph--dropcap--margin);
}

.wp-block-post-author__name {
  font-weight: var(--wp--custom--post-author--font-weight);
}

.wp-block-comments-query-loop form label {
  font-size: var(--wp--custom--form--label--typography--font-size);
  font-weight: var(--wp--custom--form--label--typography--font-weight);
  letter-spacing: var(--wp--custom--form--label--typography--letter-spacing);
}
.wp-block-comments-query-loop form .comment-form-cookies-consent input[type=checkbox]#wp-comment-cookies-consent {
  margin-left: 0;
  margin-top: 1px;
}
.wp-block-comments-query-loop form .comment-form-cookies-consent input[type=checkbox]#wp-comment-cookies-consent + label {
  margin-left: 0;
}

.wp-block-post-template {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-pullquote.is-style-solid-color,
.wp-block-pullquote {
  text-align: var(--wp--custom--pullquote--typography--text-align);
}
.wp-block-pullquote.is-style-solid-color blockquote,
.wp-block-pullquote blockquote {
  padding: 0;
  margin: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote blockquote p {
  font-size: 1em;
  padding: 0;
  margin: 0;
  line-height: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation,
.wp-block-pullquote blockquote cite {
  display: block;
  font-size: var(--wp--custom--pullquote--citation--typography--font-size);
  font-style: var(--wp--custom--pullquote--citation--typography--font-style);
  font-weight: var(--wp--custom--pullquote--citation--typography--font-weight);
  margin-top: var(--wp--custom--pullquote--citation--spacing--margin--top);
}
.wp-block-pullquote.is-style-solid-color.is-style-solid-color,
.wp-block-pullquote.is-style-solid-color {
  background-color: var(--wp--custom--color--foreground);
  color: var(--wp--custom--color--background);
}

div.wp-block-query-pagination {
  padding-top: 1.5em;
  justify-content: space-between;
  display: grid;
  grid-template-areas: "prev numbers next";
  grid-template-columns: 1fr 2fr 1fr;
}
@media (max-width: 599px) {
  div.wp-block-query-pagination {
    grid-template-areas: "prev next";
    grid-template-columns: 1fr 1fr;
  }
}
div.wp-block-query-pagination .wp-block-query-pagination-previous {
  justify-self: start;
  grid-area: prev;
}
div.wp-block-query-pagination .wp-block-query-pagination-next {
  justify-self: flex-end;
  grid-area: next;
}
div.wp-block-query-pagination .wp-block-query-pagination-numbers {
  grid-area: numbers;
  justify-self: center;
}
div.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
  text-decoration: underline;
}
@media (max-width: 599px) {
  div.wp-block-query-pagination .wp-block-query-pagination-numbers {
    display: none;
  }
}

.wp-block-quote.is-style-large,
.wp-block-quote {
  background-color: rgba(0, 118, 187, 0.1);
  padding: 12px 18px;
  margin: 18px 0;
  border-left: 3px solid var(--wp--preset--color--tertiary);
}
@media ( min-width: 800px ) {
  .wp-block-quote.is-style-large,
  .wp-block-quote {
    margin: 24px 0;
    padding: 18px 30px;
  }
}
.wp-block-quote.is-style-large p,
.wp-block-quote p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.2px;
  font-style: italic;
  margin-top: 0px;
  color: var(--wp--preset--color--primary);
}
@media ( min-width: 800px ) {
  .wp-block-quote.is-style-large p,
  .wp-block-quote p {
    font-size: 22px;
    line-height: 33px;
  }
}
.wp-block-quote.is-style-large p:first-child,
.wp-block-quote p:first-child {
  margin-top: 0;
}
.wp-block-quote.is-style-large p:last-child,
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite {
  font-size: var(--wp--custom--quote--citation--typography--font-size);
  font-style: var(--wp--custom--quote--citation--typography--font-style);
}

.wp-block-search {
  /* Block Styles */
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: var(--wp--custom--form--border--width);
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
  border-radius: var(--wp--custom--form--border--radius);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0 var(--wp--custom--form--padding);
}
.wp-block-search .wp-block-search__input {
  padding: var(--wp--custom--form--padding);
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):hover, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):hover,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):focus,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus {
  --wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
  --wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
  --wp--custom--button--border--color: var(--wp--custom--button--hover--border--color);
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentcolor;
  border-color: var(--wp--custom--button--border--color);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):hover svg, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):focus svg, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):hover svg,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):focus svg,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon,
.wp-block-search .wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search .wp-block-search__input::placeholder {
  color: var(--wp--custom--form--color--text);
  opacity: 0.66;
}
.wp-block-search.is-style-small-search {
  --wp--custom--button--typography--font-size: calc(0.8 * var(--wp--preset--font-size--small));
}
.wp-block-search.is-style-small-search .wp-block-search__input {
  padding: calc(0.5 * var(--wp--custom--form--padding));
}

.wp-block-separator {
  margin: clamp(1.875rem, 0.75rem + 2.5714285714vw, 3rem) 0;
  color: #ddd;
  opacity: var(--wp--custom--separator--opacity);
}
.wp-block-separator:not(.is-style-wide) {
  width: var(--wp--custom--separator--width);
}
.wp-block-separator:not([class*=is-style]) {
  width: 100%;
}
.wp-block-separator.is-style-dots {
  /*
  	We can solve this using including the Gutenberg block styles with: add_theme_support( 'wp-block-styles' )
  	but we decided not to add those styles to northwood because of potential broad impact of those styles.
  */
  width: 100%;
}

p.wp-block-site-tagline {
  margin: 0;
}

.wp-block-file .wp-block-file__button {
  display: inline-block;
}
.wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):hover, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):focus, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color).has-focus {
  --wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
  --wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
  --wp--custom--button--border--color: var(--wp--custom--button--hover--border--color);
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentcolor;
  border-color: var(--wp--custom--button--border--color);
}
.wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):hover svg, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):focus svg, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}

.wp-block-table.is-style-stripes,
.wp-block-table {
  border-bottom: none;
}
.wp-block-table.is-style-stripes figcaption,
.wp-block-table figcaption {
  color: var(--wp--custom--color--primary);
  font-size: var(--wp--custom--table--figcaption--typography--font-size);
  text-align: center;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: calc(0.5 * var(--wp--custom--gap--vertical)) calc(0.5 * var(--wp--custom--gap--horizontal));
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--wp--custom--color--tertiary);
}

.wp-block-video figcaption {
  margin: var(--wp--custom--video--caption--margin);
  text-align: var(--wp--custom--video--caption--text-align);
}

.post-meta {
  row-gap: var(--wp--custom--gap--baseline) !important;
}

.is-style-post-author-icon,
.is-style-post-date-icon,
.is-style-post-category-icon,
.is-style-post-tag-icon {
  display: flex;
  flex-wrap: wrap;
}
.is-style-post-author-icon:before,
.is-style-post-date-icon:before,
.is-style-post-category-icon:before,
.is-style-post-tag-icon:before {
  align-self: center;
  content: "";
  display: inline-block;
  margin-right: calc(0.5 * var(--wp--custom--gap--baseline));
  height: 16px;
  width: 16px;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
}

.is-style-post-author-icon:before {
  -webkit-mask-image: url(svg/post-author.svg);
  mask-image: url(svg/post-author.svg);
}

.is-style-post-date-icon:before {
  -webkit-mask-image: url(svg/post-date.svg);
  mask-image: url(svg/post-date.svg);
}

.is-style-post-category-icon:before {
  -webkit-mask-image: url(svg/post-category.svg);
  mask-image: url(svg/post-category.svg);
}

.is-style-post-tag-icon:before {
  -webkit-mask-image: url(svg/post-tag.svg);
  mask-image: url(svg/post-tag.svg);
}

ul:not([class]),
ol:not([class]) {
  padding: 0 0 0 15px;
  margin: 0 0 30px 0;
}
ul:not([class]) .block-editor-rich-text__editable,
ol:not([class]) .block-editor-rich-text__editable {
  display: inline;
}
ul:not([class]):last-child,
ol:not([class]):last-child {
  margin-bottom: 0;
}
@media ( min-width: 800px ) {
  ul:not([class]),
  ol:not([class]) {
    padding: 0 0 0 24px;
  }
}

ul:not([class]) {
  list-style: none;
}
ul:not([class]) li > p:first-child {
  margin-top: 0;
  display: inline-block;
}
ul:not([class]) li > p:last-child {
  margin-bottom: 0;
}
ul:not([class]) li::before {
  content: "•";
  color: var(--wp--preset--color--primary);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/*
 * This is a refactored style sheet
 * Currently it is being loaded within ponyfill
 * As ponyfill gets refactored, add the necessary styles here.
 */
/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
/*
 :is(
	.wp-block-search__button,
	.wp-block-button__link
):is(
	:hover,
	:active,
	:focus
) {
  text-decoration: none;
	cursor: pointer;
  color: var(--wp--custom--button--hover--color--text);
  background-color: var(--wp--custom--button--hover--color--background);
  border-color: var(--wp--custom--button--hover--border--color);
}

:is(
	.wp-block-search__button,
	.wp-block-button__link
):focus {
	outline: 1.5px dotted var(--wp--preset--color--foreground);
	outline-offset: 3px;
}

:is(
  .is-style-outline.wp-block-button,
  .is-style-outline.wp-block-button__link
) {
  color: var(--wp--custom--button--outline--color--text, var(--wp--custom--button--border--color) );
}

:is(
  .is-style-outline>.wp-block-button__link,
  .is-style-outline.wp-block-button__link
):not(.has-background):hover {
  color: var(--wp--custom--button--outline--hover--color--text, var(--wp--custom--button--color--text));
  background-color: var(--wp--custom--button--outline--hover--color--background, var(--wp--custom--button--color--background));
}
*/

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