@charset "UTF-8";
/*!
Theme Name: Top Floor
Theme URI: 
Author: ddm marketing + communications
Author URI: https://teamddm.com/
Description: A base block theme built for the basics
Requires at least: 5.8
Tested up to: 6.2
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: 
Text Domain: topfloor
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
 * https://necolas.github.io/normalize.css 
 */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
:root body {
  margin: 0;
}
:root body :where(.is-layout-flow) > * {
  margin-block-start: 0;
  margin-block-end: unset;
}
:root body :where(.is-layout-constrained) > * {
  margin-block-start: 0;
  margin-block-end: unset;
}

body .wp-site-blocks {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body .wp-site-blocks > main {
  flex-grow: 1;
}

footer {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

a, a > span, button {
  transition: all 0.2s;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* _variables.scss
* Description: variable definitions to be used in sass partials and in theme.json
* Author: Chris Jeffereies and Caleb Copeland
* Date: 12 November 2025
*/
/* _icon-svg.scss
* Description: Define SVG code for use on site
* Author: Chris Jeffereies and Caleb Copeland
* Date: 2 February 2026
*/
/* _helper-functions.scss
* Description: Functions for help. Please help me.
* Author: Chris Jeffereies and Caleb Copeland
* Date: 5 February 2026
*/
/* ---------------------------------------------------
   Defining colors
--------------------------------------------------- */
/* ---------------------------------------------------
   Defining Global Styles
--------------------------------------------------- */
/* ---------------------------------------------------
   Spacing Definitions
--------------------------------------------------- */
/* ---------------------------------------------------
   Define variables in the HTML [Referenced in theme.json]
--------------------------------------------------- */
:root {
  --content-size: 1440px;
  --bg-color-1: #74388B;
  --bg-color-2: #EFE9E1;
  --bg-color-3: #48525B;
  --bg-color-4: #EEF0F1;
  --fg-color-1: #74388B;
  --fg-color-2: #5B6773;
  --fg-color-3: #3E7A71;
  --fg-color-4: #29514C;
  --default-body-bg-color: #fff;
  --spacing-xxs: 0.5rem;
  --spacing-xs: 0.666rem;
  --spacing-sm: 0.8rem;
  --spacing-reg: 1rem;
  --spacing-md: 1.25rem;
  --spacing-ml: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 2.75rem;
  --spacing-xxl: 4rem;
}

/* ---------------------------------------------------
   Assigning colors
--------------------------------------------------- */
/* ---------------------------------------------------
   Box Shadow & Focus [Referenced by CSS utility classes]
--------------------------------------------------- */
/* ---------------------------------------------------
   Typography Default Styles
--------------------------------------------------- */
/* ---------------------------------------------------
   Button Default Styles
--------------------------------------------------- */
/* ---------------------------------------------------
   Navigation Default Styles
--------------------------------------------------- */
/* ---------------------------------------------------
   Promotion Default Styles
--------------------------------------------------- */
/* ---------------------------------------------------
   Special Link Styles [Change SVG code in _icon-svg.scss]
--------------------------------------------------- */
/* ---------------------------------------------------
   Block / Element Default Styles
--------------------------------------------------- */
/* _print.scss
 * Description: styles for print that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/* _fontface.scss
 * Description: styles for font face (defined here instead of theme.json to hide font-family controls in the admin)
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: url("resources/fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url("resources/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  src: url("resources/fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url("resources/fonts/Roboto-Bold.ttf");
}
/* _typography.scss
 * Description: styles for text elements
 * Author: Chris Jeffereies and Caleb Copeland
 * Date: 12 November 2025
 */
/* ---------------------------------------------------
   HTML elements

   Gutenberg targets block classes instead of elements 
   (with only a few exceptions), but we still want the 
   elements to be styled. Headers are defined here so h1 
   and .is-style-h1 can be defined in the same place. The
   mixin lets styles be wrapped in .editor-styles-wrapper 
   in the editor, without affecting other admin areas.
--------------------------------------------------- */
html {
  font-size: 18px;
}
@media (max-width: 1024px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 781px) {
  html {
    font-size: 14px;
  }
}
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* ---------------------------------------------------
   Special link icons and styles
--------------------------------------------------- */
a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href^="tel:"] {
  white-space: nowrap;
}
a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href^="tel:"]:before {
  content: "";
  display: none;
  width: 0.8em;
  margin-right: 0.4em;
  margin-bottom: -0.1111111111rem;
  background-color: var(--color-bg--secondary, #5B6773);
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="17" viewBox="0 0 13 17" fill="none"><path d="M8.5 1V2.05C8.5 2.47004 8.5 2.68006 8.41825 2.84049C8.34635 2.98161 8.23161 3.09635 8.09049 3.16825C7.93006 3.25 7.72004 3.25 7.3 3.25H5.2C4.77996 3.25 4.56994 3.25 4.40951 3.16825C4.26839 3.09635 4.15365 2.98161 4.08175 2.84049C4 2.68006 4 2.47004 4 2.05V1M3.4 16H9.1C9.94008 16 10.3601 16 10.681 15.8365C10.9632 15.6927 11.1927 15.4632 11.3365 15.181C11.5 14.8601 11.5 14.4401 11.5 13.6V3.4C11.5 2.55992 11.5 2.13988 11.3365 1.81901C11.1927 1.53677 10.9632 1.3073 10.681 1.16349C10.3601 1 9.94008 1 9.1 1H3.4C2.55992 1 2.13988 1 1.81901 1.16349C1.53677 1.3073 1.3073 1.53677 1.16349 1.81901C1 2.13988 1 2.55992 1 3.4V13.6C1 14.4401 1 14.8601 1.16349 15.181C1.3073 15.4632 1.53677 15.6927 1.81901 15.8365C2.13988 16 2.55992 16 3.4 16Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  aspect-ratio: 1;
  transition: background-color 300ms;
  display: inline-block;
}
a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href^="tel:"]:hover:before {
  background-color: var(--color-bg--secondary, #5B6773);
}
a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href^="mailto:"] {
  white-space: nowrap;
}
a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href^="mailto:"]:before {
  content: "";
  display: none;
  width: 0.8em;
  margin-right: 0.4em;
  margin-bottom: -0.1111111111rem;
  background-color: var(--color-bg--secondary, #5B6773);
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M11.5 5.49953V9.24953C11.5 9.84627 11.7371 10.4186 12.159 10.8405C12.581 11.2625 13.1533 11.4995 13.75 11.4995C14.3467 11.4995 14.919 11.2625 15.341 10.8405C15.763 10.4186 16 9.84627 16 9.24953V8.49953C15.9999 6.80681 15.4272 5.16389 14.375 3.83793C13.3227 2.51197 11.8529 1.58095 10.2045 1.19626C8.55605 0.811562 6.82596 0.995816 5.29552 1.71906C3.76508 2.4423 2.52431 3.662 1.77495 5.17983C1.0256 6.69765 0.811732 8.42434 1.16813 10.0791C1.52453 11.7339 2.43024 13.2195 3.73798 14.2942C5.04572 15.369 6.67858 15.9698 8.37106 15.9989C10.0635 16.028 11.7161 15.4837 13.06 14.4545M11.5 8.49953C11.5 10.1564 10.1569 11.4995 8.50001 11.4995C6.84315 11.4995 5.50001 10.1564 5.50001 8.49953C5.50001 6.84268 6.84315 5.49953 8.50001 5.49953C10.1569 5.49953 11.5 6.84268 11.5 8.49953Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  aspect-ratio: 1;
  transition: background-color 300ms;
  display: inline-block;
}
a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href^="mailto:"]:hover:before {
  background-color: var(--color-bg--secondary, #5B6773);
}
a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href^=http]:not([href*=ddmdev]):not([href*=ddmqa]) {
  white-space: nowrap;
}
a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href^=http]:not([href*=ddmdev]):not([href*=ddmqa]):after {
  content: "";
  display: none;
  width: 0.7em;
  margin-left: 0.4em;
  margin-bottom: -0.1111111111rem;
  margin-right: 0.2rem;
  background-color: var(--color-bg--secondary, #5B6773);
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M14.5 5.50001L14.5 1.00001M14.5 1.00001H9.99999M14.5 1.00001L7.75 7.75M6.25 1H4.6C3.33988 1 2.70982 1 2.22852 1.24524C1.80516 1.46095 1.46095 1.80516 1.24524 2.22852C1 2.70982 1 3.33988 1 4.6V10.9C1 12.1601 1 12.7902 1.24524 13.2715C1.46095 13.6948 1.80516 14.039 2.22852 14.2548C2.70982 14.5 3.33988 14.5 4.6 14.5H10.9C12.1601 14.5 12.7902 14.5 13.2715 14.2548C13.6948 14.039 14.039 13.6948 14.2548 13.2715C14.5 12.7902 14.5 12.1601 14.5 10.9V9.25" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  aspect-ratio: 1;
  transition: background-color 300ms;
  display: inline-block;
}
a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href^=http]:not([href*=ddmdev]):not([href*=ddmqa]):hover:after {
  background-color: var(--color-bg--secondary, #5B6773);
}
a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".doc"], a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".docx"], a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".pdf"], a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".ppt"], a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".pptx"], a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".rar"], a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".vtt"], a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".xls"], a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".xlsx"], a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".zip"] {
  white-space: nowrap;
}
a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".doc"]:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".docx"]:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".pdf"]:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".ppt"]:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".pptx"]:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".rar"]:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".vtt"]:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".xls"]:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".xlsx"]:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".zip"]:after {
  content: "";
  display: none;
  width: 1em;
  margin-left: 0.3em;
  margin-bottom: -0.1111111111rem;
  margin-right: 0.1rem;
  background-color: var(--color-bg--secondary, #5B6773);
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M352 96C352 78.3 337.7 64 320 64C302.3 64 288 78.3 288 96L288 306.7L246.6 265.3C234.1 252.8 213.8 252.8 201.3 265.3C188.8 277.8 188.8 298.1 201.3 310.6L297.3 406.6C309.8 419.1 330.1 419.1 342.6 406.6L438.6 310.6C451.1 298.1 451.1 277.8 438.6 265.3C426.1 252.8 405.8 252.8 393.3 265.3L352 306.7L352 96zM160 384C124.7 384 96 412.7 96 448L96 480C96 515.3 124.7 544 160 544L480 544C515.3 544 544 515.3 544 480L544 448C544 412.7 515.3 384 480 384L433.1 384L376.5 440.6C345.3 471.8 294.6 471.8 263.4 440.6L206.9 384L160 384zM464 440C477.3 440 488 450.7 488 464C488 477.3 477.3 488 464 488C450.7 488 440 477.3 440 464C440 450.7 450.7 440 464 440z" stroke="black"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  aspect-ratio: 1;
  transition: background-color 300ms;
  display: inline-block;
}
a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".doc"]:hover:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".docx"]:hover:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".pdf"]:hover:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".ppt"]:hover:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".pptx"]:hover:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".rar"]:hover:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".vtt"]:hover:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".xls"]:hover:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".xlsx"]:hover:after, a:not(nav a, figure > a, .wp-block-social-links a, a.no-icon, .no-icon a)[href$=".zip"]:hover:after {
  background-color: var(--color-bg--secondary, #5B6773);
}

/* button.scss
 * Description: styles for buttons (not just the button block but ALSO the button element)
 * Author: Chris Jefferies and Caleb Copeland
 * Date: 18 November 2025
 */
/* ---------------------------------------------------
   Default styles for default, primary, secondary, and minimal buttons.
   Ideally, all styles should be able to be set in _variables.
--------------------------------------------------- */
.wp-element-button,
body:where(:not(.wp-admin)) button:where(:not(.components-button)),
[type=submit] {
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 0rem;
  border: 0.1111111111rem solid;
  cursor: pointer;
  transition: all 300ms;
}
.small .wp-element-button,
.small body:where(:not(.wp-admin)) button:where(:not(.components-button)),
.small [type=submit] {
  padding: 0.5rem 1rem;
}
.wp-element-button:focus-visible,
body:where(:not(.wp-admin)) button:where(:not(.components-button)):focus-visible,
[type=submit]:focus-visible {
  box-shadow: 0 0 6px 2px var(--color-bg--focus, rgba(116, 56, 139, 0.1));
  outline: 0;
}

.wp-block-button:not(.is-style-secondary, .is-style-tertiary) .wp-block-button__link,
.wp-element-button:not(.wp-block-button__link),
body:where(:not(.wp-admin)) button:where(:not(.components-button)),
[type=submit] {
  color: var(--color-bg--primary-btn-txt, #fff);
  background-color: var(--color-bg--primary-btn-bg, #74388B);
  border-color: var(--color-bg--primary-btn-border, #74388B);
}
.wp-block-button:not(.is-style-secondary, .is-style-tertiary) .wp-block-button__link:hover,
.wp-element-button:not(.wp-block-button__link):hover,
body:where(:not(.wp-admin)) button:where(:not(.components-button)):hover,
[type=submit]:hover {
  color: var(--color-bg--primary-btn-txt-hover, #74388B);
  background-color: var(--color-bg--primary-btn-bg-hover, transparent);
  border-color: var(--color-bg--primary-btn-border-hover, #74388B);
}

.wp-block-button.is-style-secondary > .wp-block-button__link,
.is-style-secondary [type=submit] {
  color: var(--color-bg--secondary-btn-txt, #5B6773);
  background-color: var(--color-bg--secondary-btn-bg, transparent);
  border-color: var(--color-bg--secondary-btn-border, #5B6773);
}
.wp-block-button.is-style-secondary > .wp-block-button__link:hover,
.is-style-secondary [type=submit]:hover {
  color: var(--color-bg--secondary-btn-txt-hover, #fff);
  background-color: var(--color-bg--secondary-btn-bg-hover, #5B6773);
  border-color: var(--color-bg--secondary-btn-border-hover, #5B6773);
}

.wp-block-button.is-style-minimal > .wp-block-button__link,
.wp-block-post-excerpt__more-link,
.wp-block-read-more {
  position: relative;
  padding-inline: 0.25rem;
  color: var(--color-bg--minimal-btn-txt, #3E7A71);
  background-color: transparent;
  border: 0;
}
.wp-block-button.is-style-minimal > .wp-block-button__link:after,
.wp-block-post-excerpt__more-link:after,
.wp-block-read-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--color-bg--minimal-btn-underline, transparent);
  transition: background-color 250ms ease-out;
}
.wp-block-button.is-style-minimal > .wp-block-button__link:hover,
.wp-block-post-excerpt__more-link:hover,
.wp-block-read-more:hover {
  color: var(--color-bg--minimal-btn-txt-hover, #3E7A71);
}
.wp-block-button.is-style-minimal > .wp-block-button__link:hover:after,
.wp-block-post-excerpt__more-link:hover:after,
.wp-block-read-more:hover:after {
  background-color: var(--color-bg--minimal-btn-underline-hover, #78bab1);
}

/* _spacing.scss
 * Description: styles for spacing that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 12 November 2025
 */
/* ---------------------------------------------------
   Horizontal spacing ( gap )
--------------------------------------------------- */
.is-layout-constrained > .wp-block-group {
  margin-top: 0 !important;
}

:where(.is-layout-flex) {
  gap: 0;
}
:where(.is-layout-flex) > * {
  margin-bottom: 0 !important;
}

.wp-block-buttons.is-layout-flex {
  --wp--style--block-gap: $reg;
  gap: 1rem;
}

:where(.wp-block-post-content > .wp-block-group > .wp-block-group) {
  gap: 2rem;
}

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

.wp-block-gallery.is-layout-flex {
  --wp--style--block-gap: 0.75rem;
  gap: 0.625rem;
}

:where(.wp-block-group.is-nowrap:not(.is-vertical)) {
  gap: 1.25rem;
}

.wp-block-post-template:where(.is-layout-grid) {
  gap: 1.25rem;
}

/* ---------------------------------------------------
   Vertical spacing ( margin bottom )

   The styles below define default margin bottom values
   that will provide consistent vertical spacing, 
   regardless of whether or not container blocks are 
   used, and can easily be overridden as necessary.
--------------------------------------------------- */
:root body :where(.is-layout-constrained, .is-layout-flow) > .is-style-title:not(:last-child) {
  margin-block-end: 1.25rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > h1:not(:last-child) {
  margin-block-end: 0.9722222222rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > h2:not(:last-child) {
  margin-block-end: 0.9722222222rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > h3:not(:last-child) {
  margin-block-end: 0.9722222222rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > h4:not(:last-child) {
  margin-block-end: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > h5:not(:last-child) {
  margin-block-end: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > h6:not(:last-child) {
  margin-block-end: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > p:not(:last-child) {
  margin-block-end: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .is-style-intro:not(:last-child) {
  margin-block-end: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .is-style-small:not(:last-child) {
  margin-block-end: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > hr:not(:last-child) {
  margin-block-end: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > pre:not(:last-child) {
  margin-block-end: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > ul.wp-block-list:not(:last-child) {
  margin-block-end: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > ol.wp-block-list:not(:last-child) {
  margin-block-end: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > blockquote:not(:last-child) {
  margin-block-end: 2rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > details:not(:last-child) {
  margin-block-end: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > details:has(+ details):not(:last-child) {
  margin-block-end: 0;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > figure:not(:last-child) {
  margin-block-end: 1.5rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .wp-block-columns:not(:last-child) {
  margin-block-end: 2.75rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .wp-block-buttons:not(:last-child) {
  margin-block-end: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .wp-block-heading:has(+ .wp-block-buttons):not(:last-child) {
  margin-block-end: 2rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > p:has(+ .wp-block-buttons):not(:last-child) {
  margin-block-end: 2rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .wp-block-file:not(:last-child) {
  margin-block-end: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .wp-block-social-links:not(:last-child) {
  margin-block-end: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .wp-block-media-text-content:not(:last-child) {
  margin-block-end: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .wp-block-query-pagination:not(:last-child) {
  margin-block-end: 0.5rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .wp-block-post-date:not(:last-child) {
  margin-block-end: 0.5rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .wp-block-post-excerpt:not(:last-child) {
  margin-block-end: 0.8rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .wp-block-post-terms:not(:last-child) {
  margin-block-end: 0.5rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .wp-block-pullquote:not(:last-child) {
  margin-block-end: 2rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .wp-block-table:not(:last-child) {
  margin-block-end: 1.5rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .wp-block-custom-prefix:not(:last-child) {
  margin-block-end: 1.5rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .wp-block-custom-contains:not(:last-child) {
  margin-block-end: 1.5rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .wpcf7:not(:last-child) {
  margin-block-end: 2rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .blocks-gallery-caption:not(:last-child) {
  margin-block-end: 0;
}

:root body :where(.is-layout-constrained, .is-layout-flow) > .figcaption-not-gallery:not(:last-child) {
  margin-block-end: 1rem;
}

.is-layout-flex > * {
  margin-bottom: 0 !important;
}

blockquote > :last-child,
.wp-block-cover__inner-container > :last-child,
.wp-block-group > :last-child,
.wp-block-group.is-nowrap:not(.is-vertical) > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 781px) {
  .wp-block-column:last-child > :last-child,
  .wp-block-column.has-background > :last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-column > :last-child,
  .wp-block-media-text__content > :last-child {
    margin-bottom: 0;
  }
}
:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .is-style-title:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .is-style-title)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .is-style-title.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .is-style-title:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .is-style-title.last:last-child)):not(:last-child) {
  margin-block-end: 1.25rem;
}

:where(.wp-block-columns:has(> div.has-background > .is-style-title:last-child)),
:where(.wp-block-columns:has(> div.has-background > .is-style-title.last:last-child)) {
  row-gap: 1.25rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> h1:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> h1)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> h1.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > h1:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > h1.last:last-child)):not(:last-child) {
  margin-block-end: 0.9722222222rem;
}

:where(.wp-block-columns:has(> div.has-background > h1:last-child)),
:where(.wp-block-columns:has(> div.has-background > h1.last:last-child)) {
  row-gap: 0.9722222222rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> h2:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> h2)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> h2.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > h2:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > h2.last:last-child)):not(:last-child) {
  margin-block-end: 0.9722222222rem;
}

:where(.wp-block-columns:has(> div.has-background > h2:last-child)),
:where(.wp-block-columns:has(> div.has-background > h2.last:last-child)) {
  row-gap: 0.9722222222rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> h3:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> h3)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> h3.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > h3:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > h3.last:last-child)):not(:last-child) {
  margin-block-end: 0.9722222222rem;
}

:where(.wp-block-columns:has(> div.has-background > h3:last-child)),
:where(.wp-block-columns:has(> div.has-background > h3.last:last-child)) {
  row-gap: 0.9722222222rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> h4:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> h4)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> h4.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > h4:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > h4.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > h4:last-child)),
:where(.wp-block-columns:has(> div.has-background > h4.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> h5:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> h5)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> h5.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > h5:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > h5.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > h5:last-child)),
:where(.wp-block-columns:has(> div.has-background > h5.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> h6:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> h6)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> h6.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > h6:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > h6.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > h6:last-child)),
:where(.wp-block-columns:has(> div.has-background > h6.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> p:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> p)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> p.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > p:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > p.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > p:last-child)),
:where(.wp-block-columns:has(> div.has-background > p.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .is-style-intro:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .is-style-intro)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .is-style-intro.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .is-style-intro:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .is-style-intro.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > .is-style-intro:last-child)),
:where(.wp-block-columns:has(> div.has-background > .is-style-intro.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .is-style-small:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .is-style-small)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .is-style-small.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .is-style-small:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .is-style-small.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > .is-style-small:last-child)),
:where(.wp-block-columns:has(> div.has-background > .is-style-small.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> hr:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> hr)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> hr.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > hr:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > hr.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > hr:last-child)),
:where(.wp-block-columns:has(> div.has-background > hr.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> pre:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> pre)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> pre.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > pre:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > pre.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > pre:last-child)),
:where(.wp-block-columns:has(> div.has-background > pre.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> ul.wp-block-list:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> ul.wp-block-list)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> ul.wp-block-list.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > ul.wp-block-list:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > ul.wp-block-list.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > ul.wp-block-list:last-child)),
:where(.wp-block-columns:has(> div.has-background > ul.wp-block-list.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> ol.wp-block-list:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> ol.wp-block-list)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> ol.wp-block-list.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > ol.wp-block-list:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > ol.wp-block-list.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > ol.wp-block-list:last-child)),
:where(.wp-block-columns:has(> div.has-background > ol.wp-block-list.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> blockquote:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> blockquote)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> blockquote.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > blockquote:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > blockquote.last:last-child)):not(:last-child) {
  margin-block-end: 2rem;
}

:where(.wp-block-columns:has(> div.has-background > blockquote:last-child)),
:where(.wp-block-columns:has(> div.has-background > blockquote.last:last-child)) {
  row-gap: 2rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> details:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> details)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> details.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > details:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > details.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > details:last-child)),
:where(.wp-block-columns:has(> div.has-background > details.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> details:has(+ details):last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> details:has(+ details))):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> details:has(+ details).last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > details:has(+ details):last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > details:has(+ details).last:last-child)):not(:last-child) {
  margin-block-end: 0;
}

:where(.wp-block-columns:has(> div.has-background > details:has(+ details):last-child)),
:where(.wp-block-columns:has(> div.has-background > details:has(+ details).last:last-child)) {
  row-gap: 0;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> figure:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> figure)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> figure.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > figure:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > figure.last:last-child)):not(:last-child) {
  margin-block-end: 1.5rem;
}

:where(.wp-block-columns:has(> div.has-background > figure:last-child)),
:where(.wp-block-columns:has(> div.has-background > figure.last:last-child)) {
  row-gap: 1.5rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .wp-block-columns:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-columns)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-columns.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-columns:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-columns.last:last-child)):not(:last-child) {
  margin-block-end: 2.75rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-columns:last-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-columns.last:last-child)) {
  row-gap: 2.75rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .wp-block-buttons:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-buttons)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-buttons.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-buttons:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-buttons.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-buttons:last-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-buttons.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .wp-block-heading:has(+ .wp-block-buttons):last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-heading:has(+ .wp-block-buttons))):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-heading:has(+ .wp-block-buttons).last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-heading:has(+ .wp-block-buttons):last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-heading:has(+ .wp-block-buttons).last:last-child)):not(:last-child) {
  margin-block-end: 2rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-heading:has(+ .wp-block-buttons):last-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-heading:has(+ .wp-block-buttons).last:last-child)) {
  row-gap: 2rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> p:has(+ .wp-block-buttons):last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> p:has(+ .wp-block-buttons))):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> p:has(+ .wp-block-buttons).last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > p:has(+ .wp-block-buttons):last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > p:has(+ .wp-block-buttons).last:last-child)):not(:last-child) {
  margin-block-end: 2rem;
}

:where(.wp-block-columns:has(> div.has-background > p:has(+ .wp-block-buttons):last-child)),
:where(.wp-block-columns:has(> div.has-background > p:has(+ .wp-block-buttons).last:last-child)) {
  row-gap: 2rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .wp-block-file:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-file)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-file.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-file:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-file.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-file:last-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-file.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .wp-block-social-links:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-social-links)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-social-links.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-social-links:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-social-links.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-social-links:last-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-social-links.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .wp-block-media-text-content:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-media-text-content)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-media-text-content.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-media-text-content:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-media-text-content.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-media-text-content:last-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-media-text-content.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .wp-block-query-pagination:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-query-pagination)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-query-pagination.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-query-pagination:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-query-pagination.last:last-child)):not(:last-child) {
  margin-block-end: 0.5rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-query-pagination:last-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-query-pagination.last:last-child)) {
  row-gap: 0.5rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .wp-block-post-date:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-post-date)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-post-date.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-post-date:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-post-date.last:last-child)):not(:last-child) {
  margin-block-end: 0.5rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-post-date:last-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-post-date.last:last-child)) {
  row-gap: 0.5rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .wp-block-post-excerpt:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-post-excerpt)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-post-excerpt.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-post-excerpt:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-post-excerpt.last:last-child)):not(:last-child) {
  margin-block-end: 0.8rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-post-excerpt:last-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-post-excerpt.last:last-child)) {
  row-gap: 0.8rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .wp-block-post-terms:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-post-terms)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-post-terms.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-post-terms:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-post-terms.last:last-child)):not(:last-child) {
  margin-block-end: 0.5rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-post-terms:last-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-post-terms.last:last-child)) {
  row-gap: 0.5rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .wp-block-pullquote:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-pullquote)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-pullquote.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-pullquote:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-pullquote.last:last-child)):not(:last-child) {
  margin-block-end: 2rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-pullquote:last-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-pullquote.last:last-child)) {
  row-gap: 2rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .wp-block-table:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-table)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-table.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-table:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-table.last:last-child)):not(:last-child) {
  margin-block-end: 1.5rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-table:last-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-table.last:last-child)) {
  row-gap: 1.5rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .wp-block-custom-prefix:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-custom-prefix)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-custom-prefix.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-custom-prefix:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-custom-prefix.last:last-child)):not(:last-child) {
  margin-block-end: 1.5rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-custom-prefix:last-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-custom-prefix.last:last-child)) {
  row-gap: 1.5rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .wp-block-custom-contains:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-custom-contains)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wp-block-custom-contains.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-custom-contains:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wp-block-custom-contains.last:last-child)):not(:last-child) {
  margin-block-end: 1.5rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-custom-contains:last-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-custom-contains.last:last-child)) {
  row-gap: 1.5rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .wpcf7:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wpcf7)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .wpcf7.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wpcf7:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .wpcf7.last:last-child)):not(:last-child) {
  margin-block-end: 2rem;
}

:where(.wp-block-columns:has(> div.has-background > .wpcf7:last-child)),
:where(.wp-block-columns:has(> div.has-background > .wpcf7.last:last-child)) {
  row-gap: 2rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .blocks-gallery-caption:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .blocks-gallery-caption)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .blocks-gallery-caption.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .blocks-gallery-caption:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .blocks-gallery-caption.last:last-child)):not(:last-child) {
  margin-block-end: 0;
}

:where(.wp-block-columns:has(> div.has-background > .blocks-gallery-caption:last-child)),
:where(.wp-block-columns:has(> div.has-background > .blocks-gallery-caption.last:last-child)) {
  row-gap: 0;
}

:root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group:has(> .figcaption-not-gallery:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .figcaption-not-gallery)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-group.is-nowrap:not(.is-vertical):has(> .figcaption-not-gallery.last)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .figcaption-not-gallery:last-child)):not(:last-child), :root body :where(.is-layout-constrained, .is-layout-flow):where(.wp-block-columns:has(> div > .figcaption-not-gallery.last:last-child)):not(:last-child) {
  margin-block-end: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > .figcaption-not-gallery:last-child)),
:where(.wp-block-columns:has(> div.has-background > .figcaption-not-gallery.last:last-child)) {
  row-gap: 1rem;
}

:root body :where(.is-layout-constrained, .is-layout-flow) * + .wp-block-heading {
  margin-block-start: 0.75em;
}

:root body :where(.wp-block-quote, .wp-block-pullquote):not(:first-child) {
  margin-block-start: 2rem;
}

/* _templates.scss
 * Description: styles for templates and template parts
 * Author: Chris Jefferies and Caleb Copeland
 * Date: 18 November 2025
 */
/* ---------------------------------------------------
   Header template part
--------------------------------------------------- */
/* ---------------------------------------------------
   Footer template part
--------------------------------------------------- */
footer.wp-block-template-part .footer-logo a {
  opacity: 1;
  transition: opacity 300ms;
}
footer.wp-block-template-part .footer-logo a:hover {
  opacity: 0.8;
}
footer.wp-block-template-part .footer-logo img {
  width: 100%;
  max-width: 200px;
}

/* ---------------------------------------------------
   Search results template
--------------------------------------------------- */
.search-results .wp-block-search__input[type=search] {
  max-width: none;
}
.search-results .wp-block-query {
  margin-bottom: 2.5rem;
}

/* ---------------------------------------------------
   Cover block styles
--------------------------------------------------- */
.wp-block-cover {
  padding-inline: inherit;
}

/* ---------------------------------------------------
   Columns block styles
--------------------------------------------------- */
.wp-block-columns {
  width: 100%;
}

/* ---------------------------------------------------
   Quote styles
--------------------------------------------------- */
.wp-block-pullquote {
  width: 100%;
  border: 0;
}
.wp-block-pullquote blockquote:not(.wp-block-quote) {
  width: min(100%, 1000px);
  margin-inline: auto;
  padding: 2rem;
  border-block: 0.1111111111rem solid var(--color-bg--border, #5B6773);
}
.wp-block-pullquote blockquote:not(.wp-block-quote) p {
  color: var(--color-bg--body, #000);
  font-size: 1.11rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.5em;
  letter-spacing: 0;
}
.wp-block-pullquote blockquote:not(.wp-block-quote) cite {
  color: var(--color-bg--body-muted, #5B6773);
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: uppercase;
}

blockquote.wp-block-quote {
  width: min(100%, 1000px);
  margin: 0;
  padding: 0.8rem 1.25rem;
  border-left: 0.3333333333rem solid var(--color-bg--border, #5B6773);
  background-color: transparent;
}
blockquote.wp-block-quote p {
  display: flex;
  flex-flow: row nowrap;
  color: var(--color-bg--body, #000);
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  gap: 1rem;
}
blockquote.wp-block-quote p:before {
  content: '"';
  margin-top: -0.3rem;
  color: #FFCA2B;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
}
blockquote.wp-block-quote cite {
  color: var(--color-bg--body-muted, #5B6773);
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* ---------------------------------------------------
   Tabs styles
--------------------------------------------------- */
.wp-block-custom-tabs .wp-block-tabs__list-item a {
  color: #74388B;
  background-color: transparent;
}
.wp-block-custom-tabs .wp-block-tabs__list-item a:hover {
  color: #462254;
  background-color: transparent;
  opacity: 1;
}

/* ---------------------------------------------------
   Separator styles
--------------------------------------------------- */
hr, .wp-block-separator {
  width: 100%;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: var(--color-bg--border, #5B6773);
  padding-top: 1rem;
  margin-bottom: 1rem;
}

/* _containers.scss
 * Description: Styles for container blocks that can't be defined in theme.json
 * Author: Chris Jefferies and Caleb Copeland
 * Date: 18 November 2025
 */
/* ---------------------------------------------------
   Groups with a background color
--------------------------------------------------- */
.wp-block-post-content > .wp-block-group {
  padding-block: 2.75rem;
}

.wp-block-post-content div > .wp-block-group.has-background {
  padding: 1.5rem;
}

.wp-block-group.has-background + .wp-block-group.has-background {
  margin-top: 0;
}

.has-white-background-color + .wp-block-group.has-background.has-white-background-color,
.has-bg-1-background-color + .wp-block-group.has-background.has-bg-1-background-color,
.has-bg-2-background-color + .wp-block-group.has-background.has-bg-2-background-color,
.has-bg-3-background-color + .wp-block-group.has-background.has-bg-3-background-color,
.has-bg-4-background-color + .wp-block-group.has-background.has-bg-4-background-color,
.has-black-background-color + .wp-block-group.has-background.has-black-background-color {
  padding-top: 0;
}

.wp-block-post-content > :last-child:not(.has-background):not(.wp-block-group) {
  padding-bottom: 2rem;
}

/* ---------------------------------------------------
   Columns with a background color
--------------------------------------------------- */
.wp-block-column.has-background {
  align-self: auto;
  padding: 2rem;
}
.wp-block-column.has-background.is-vertically-aligned-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-column.has-background.is-vertically-aligned-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* ---------------------------------------------------
   Setting foreground colors for colored backgrounds
--------------------------------------------------- */
.has-bg-1-background-color {
  color: #fff;
  --color-bg--primary: #E6D3ED;
  --color-bg--secondary: #DDE0E4;
  --color-bg--tertiary: #78BAB1;
  --color-bg--accent: #FFCA2B;
  --color-bg--body: #fff;
  --color-bg--body-muted: #DDE0E4;
  --color-bg--link: #fff;
  --color-bg--link-hover: rgba(255, 255, 255, 0.7);
  --color-bg--heading: #E6D3ED;
  --color-bg--heading-secondary: #DDE0E4;
  --color-bg--title: #E6D3ED;
  --color-bg--h1: #E6D3ED;
  --color-bg--h2: #E6D3ED;
  --color-bg--h3: #DDE0E4;
  --color-bg--h4: #DDE0E4;
  --color-bg--h5: #DDE0E4;
  --color-bg--h6: #DDE0E4;
  --color-bg--primary-btn-bg: #E6D3ED;
  --color-bg--primary-btn-bg-hover: transparent;
  --color-bg--primary-btn-txt: #000;
  --color-bg--primary-btn-txt-hover: #E6D3ED;
  --color-bg--primary-btn-border: #E6D3ED;
  --color-bg--primary-btn-border-hover: #cba4da;
  --color-bg--secondary-btn-bg: transparent;
  --color-bg--secondary-btn-bg-hover: #DDE0E4;
  --color-bg--secondary-btn-txt: #DDE0E4;
  --color-bg--secondary-btn-txt-hover: #000;
  --color-bg--secondary-btn-border: #DDE0E4;
  --color-bg--secondary-btn-border-hover: #DDE0E4;
  --color-bg--minimal-btn-txt: #78BAB1;
  --color-bg--minimal-btn-txt-hover: #78BAB1;
  --color-bg--minimal-btn-underline: transparent;
  --color-bg--minimal-btn-underline-hover: #3e7a71;
  --color-bg--border: #DDE0E4;
  --color-bg--shadow: #78BAB1;
  --color-bg--focus: #E6D3ED;
}

.has-bg-2-background-color {
  color: #000;
  --color-bg--primary: #74388B;
  --color-bg--secondary: #5B6773;
  --color-bg--tertiary: #3E7A71;
  --color-bg--accent: #FFCA2B;
  --color-bg--body: #000;
  --color-bg--body-muted: #5B6773;
  --color-bg--link: #3E7A71;
  --color-bg--link-hover: #78bab1;
  --color-bg--title: #74388B;
  --color-bg--heading: #74388B;
  --color-bg--heading-secondary: #5B6773;
  --color-bg--h1: #74388B;
  --color-bg--h2: #74388B;
  --color-bg--h3: #5B6773;
  --color-bg--h4: #5B6773;
  --color-bg--h5: #5B6773;
  --color-bg--h6: #5B6773;
  --color-bg--primary-btn-bg: #74388B;
  --color-bg--primary-btn-bg-hover: transparent;
  --color-bg--primary-btn-txt: #fff;
  --color-bg--primary-btn-txt-hover: #74388B;
  --color-bg--primary-btn-border: #74388B;
  --color-bg--primary-btn-border-hover: #74388B;
  --color-bg--secondary-btn-bg: transparent;
  --color-bg--secondary-btn-bg-hover: #5B6773;
  --color-bg--secondary-btn-txt: #5B6773;
  --color-bg--secondary-btn-txt-hover: #fff;
  --color-bg--secondary-btn-border: #5B6773;
  --color-bg--secondary-btn-border-hover: #5B6773;
  --color-bg--minimal-btn-txt: #3E7A71;
  --color-bg--minimal-btn-txt-hover: #3E7A71;
  --color-bg--minimal-btn-underline: transparent;
  --color-bg--minimal-btn-underline-hover: #78bab1;
  --color-bg--border: #5B6773;
  --color-bg--shadow: rgba(62, 122, 113, 0.3);
  --color-bg--focus: rgba(116, 56, 139, 0.1);
}

.has-bg-3-background-color {
  color: #fff;
  --color-bg--primary: #E6D3ED;
  --color-bg--secondary: #DDE0E4;
  --color-bg--tertiary: #78BAB1;
  --color-bg--accent: #FFCA2B;
  --color-bg--body: #fff;
  --color-bg--body-muted: #DDE0E4;
  --color-bg--link: #fff;
  --color-bg--link-hover: rgba(255, 255, 255, 0.7);
  --color-bg--heading: #E6D3ED;
  --color-bg--heading-secondary: #DDE0E4;
  --color-bg--title: #E6D3ED;
  --color-bg--h1: #E6D3ED;
  --color-bg--h2: #E6D3ED;
  --color-bg--h3: #DDE0E4;
  --color-bg--h4: #DDE0E4;
  --color-bg--h5: #DDE0E4;
  --color-bg--h6: #DDE0E4;
  --color-bg--primary-btn-bg: #E6D3ED;
  --color-bg--primary-btn-bg-hover: transparent;
  --color-bg--primary-btn-txt: #000;
  --color-bg--primary-btn-txt-hover: #E6D3ED;
  --color-bg--primary-btn-border: #E6D3ED;
  --color-bg--primary-btn-border-hover: #cba4da;
  --color-bg--secondary-btn-bg: transparent;
  --color-bg--secondary-btn-bg-hover: #DDE0E4;
  --color-bg--secondary-btn-txt: #DDE0E4;
  --color-bg--secondary-btn-txt-hover: #000;
  --color-bg--secondary-btn-border: #DDE0E4;
  --color-bg--secondary-btn-border-hover: #DDE0E4;
  --color-bg--minimal-btn-txt: #78BAB1;
  --color-bg--minimal-btn-txt-hover: #78BAB1;
  --color-bg--minimal-btn-underline: transparent;
  --color-bg--minimal-btn-underline-hover: #3e7a71;
  --color-bg--border: #DDE0E4;
  --color-bg--shadow: #78BAB1;
  --color-bg--focus: #E6D3ED;
}

.has-bg-4-background-color {
  color: #000;
  --color-bg--primary: #74388B;
  --color-bg--secondary: #5B6773;
  --color-bg--tertiary: #3E7A71;
  --color-bg--accent: #FFCA2B;
  --color-bg--body: #000;
  --color-bg--body-muted: #5B6773;
  --color-bg--link: #3E7A71;
  --color-bg--link-hover: #78bab1;
  --color-bg--heading: #74388B;
  --color-bg--heading-secondary: #5B6773;
  --color-bg--title: #74388B;
  --color-bg--h1: #74388B;
  --color-bg--h2: #74388B;
  --color-bg--h3: #5B6773;
  --color-bg--h4: #5B6773;
  --color-bg--h5: #5B6773;
  --color-bg--h6: #5B6773;
  --color-bg--primary-btn-bg: #74388B;
  --color-bg--primary-btn-bg-hover: transparent;
  --color-bg--primary-btn-txt: #fff;
  --color-bg--primary-btn-txt-hover: #74388B;
  --color-bg--primary-btn-border: #74388B;
  --color-bg--primary-btn-border-hover: #74388B;
  --color-bg--secondary-btn-bg: transparent;
  --color-bg--secondary-btn-bg-hover: #5B6773;
  --color-bg--secondary-btn-txt: #5B6773;
  --color-bg--secondary-btn-txt-hover: #fff;
  --color-bg--secondary-btn-border: #5B6773;
  --color-bg--secondary-btn-border-hover: #5B6773;
  --color-bg--minimal-btn-txt: #3E7A71;
  --color-bg--minimal-btn-txt-hover: #3E7A71;
  --color-bg--minimal-btn-underline: transparent;
  --color-bg--minimal-btn-underline-hover: #78bab1;
  --color-bg--border: #5B6773;
  --color-bg--shadow: rgba(62, 122, 113, 0.3);
  --color-bg--focus: rgba(116, 56, 139, 0.1);
}

/* _navigation.scss
 * Description: styles for the navigation block
 * Author: Chris Jefferies and Caleb Copeland
 * Date: 18 November 2025
 */
/* ---------------------------------------------------
   Topbar Styles
--------------------------------------------------- */
#topbar > div {
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 0.25rem;
}
#topbar .topbar-cta {
  flex: 1;
}
#topbar a:where(:not(.wp-element-button)) {
  color: var(--color-bg--link, #3E7A71);
  font-size: 0.875rem;
  text-decoration: underline;
  text-decoration-style: dotted;
}
#topbar a:where(:not(.wp-element-button)):hover {
  color: var(--color-bg--link-hover, rgba(62, 122, 113, 0.7));
}

/* ---------------------------------------------------
   Navigation Block [Not Main Header Nav]
--------------------------------------------------- */
.wp-block-navigation > :not(.is-menu-open):not(.has-background) .wp-block-navigation__responsive-container-content > .wp-block-navigation__container {
  color: var(--color-bg--link, #3E7A71);
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5em;
  transition: all 300ms;
}
.wp-block-navigation > :not(.is-menu-open):not(.has-background) .wp-block-navigation__responsive-container-content > .wp-block-navigation__container:hover, .wp-block-navigation > :not(.is-menu-open):not(.has-background) .wp-block-navigation__responsive-container-content > .wp-block-navigation__container:active {
  color: var(--color-bg--link-hover, rgba(62, 122, 113, 0.7));
  transition: all 300ms;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-icon {
  color: var(--color-bg--secondary, #5B6773);
  font-size: 1.5rem;
  margin-left: 0.4444444444rem;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-icon:hover {
  background: transparent;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-icon svg {
  margin-top: 0;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container {
  left: -1rem;
  padding: 0.325rem 0.25rem;
  border: 0;
  background: #EEF0F1;
  box-shadow: 0 2px 10px 0 var(--color-bg--shadow, rgba(62, 122, 113, 0.3)) !important;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container > .wp-block-navigation-item {
  padding: 0 1.25rem;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  padding: 0.625rem 0;
  color: #3E7A71;
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover {
  color: #78bab1;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container > .wp-block-navigation-item:not(:first-child) > .wp-block-navigation-item__content {
  border-top: 1px solid #5B6773;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container > .wp-block-navigation-item .wp-block-navigation__submenu-icon {
  color: #5B6773;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-page-list > .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container {
  left: -1rem;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: 100%;
}

/* ---------------------------------------------------
   Header Main Navigation Styles
--------------------------------------------------- */
header.wp-block-template-part .wp-block-site-logo a:hover {
  opacity: 0.7;
}
header.wp-block-template-part .wp-block-site-logo a img {
  max-height: 4.4444444444rem;
  width: auto;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container:not(.is-menu-open) .cta-in-nav {
  display: none;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container:not(.is-menu-open) ul.wp-block-navigation__container > li > a.wp-block-navigation-item__content {
  color: #74388B;
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container:not(.is-menu-open) ul.wp-block-navigation__container > li > a.wp-block-navigation-item__content:hover {
  color: #462254;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container:not(.is-menu-open) ul.wp-block-navigation__container > li > a.wp-block-navigation-item__content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -8px;
  background: #3E7A71;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container:not(.is-menu-open) ul.wp-block-navigation__container > li > a.wp-block-navigation-item__content:hover::after {
  bottom: -5px;
  opacity: 1;
}
@media (max-width: 550px) {
  header.wp-block-template-part .nav-container .cta-buttons-block {
    display: none;
  }
}
header.wp-block-template-part .nav-container .cta-buttons-block .cta-button a {
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
header.wp-block-template-part .nav-container button.wp-block-navigation__responsive-container-open {
  position: relative;
  height: 2.2222222222rem;
  width: 2.2222222222rem;
  color: #5B6773 !important;
  border-radius: 0;
}
header.wp-block-template-part .nav-container button.wp-block-navigation__responsive-container-open svg {
  height: 100%;
  width: 100%;
  transform: scaleY(0.8);
}
header.wp-block-template-part .nav-container button.wp-block-navigation__responsive-container-open:hover {
  color: #99a3ae !important;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open {
  box-sizing: border-box;
  width: max(50%, 300px);
  max-width: 100%;
  padding-top: 2.375rem;
  right: 0;
  left: auto;
  gap: 1.25rem;
  background-color: #74388B;
  box-shadow: 3px 5px 3px 0 var(--color-bg--shadow, rgba(62, 122, 113, 0.3)), 3px 4px 20px 0 var(--color-bg--shadow, rgba(62, 122, 113, 0.3));
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 0;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close {
  color: #fff;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close:hover {
  color: rgba(255, 255, 255, 0.7);
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close svg {
  height: 1.6666666667rem;
  width: 1.6666666667rem;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: flex-start;
  gap: 1.25rem;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
  width: 100%;
  gap: 1.25rem;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content li.wp-block-navigation-item {
  width: 100%;
  gap: 1.25rem;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content li.wp-block-navigation-item a.wp-block-navigation-item__content {
  width: 100%;
  padding: 0.25rem 0;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content li.wp-block-navigation-item a.wp-block-navigation-item__content:hover {
  color: rgba(255, 255, 255, 0.7);
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content li.wp-block-navigation-item ul.wp-block-navigation__submenu-container {
  width: 100%;
  padding: 0;
  gap: 1.25rem;
  box-shadow: none !important;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .cta-in-nav a {
  width: fit-content;
  align-self: start;
  margin-top: 1rem;
  font-size: 1rem;
  color: #000;
  background-color: #E6D3ED;
  border: 2px solid #E6D3ED;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .cta-in-nav a:hover {
  color: #E6D3ED;
  background-color: transparent;
  border: 2px solid #E6D3ED;
}
@media (min-width: 1201px) {
  header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
}
@media (max-width: 1200px) {
  header.wp-block-template-part .nav-container {
    flex-direction: row-reverse;
    gap: 1.25rem;
  }
}
header.wp-block-template-part .nav-container {
  /* Neutralize the wp default for 600px */
}
@media (min-width: 600px) {
  header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}

/* _pagination.scss
 * Description: styles for pagination that can't be defined in theme.json
 * Author: Chris Jefferies and Caleb Copeland
 * Date: 18 November 2025
 */
/* ---------------------------------------------------
   Pagination styles for the following blocks:
   * pagination block
   * comments pagination block
   * page break block
--------------------------------------------------- */
.post-page-numbers,
.page-numbers {
  padding: 0.3125rem 0.4rem;
  margin-left: 0.25rem;
  border: 1px solid var(--color-bg--border, #5B6773);
  border-radius: 3px;
}
.post-page-numbers.current,
.page-numbers.current {
  background-color: var(--color-bg--primary-btn, #74388B);
  border-color: var(--color-bg--primary-btn, #74388B);
  color: var(--color-bg--primary-btn-txt, #fff);
}
.post-page-numbers:hover,
.page-numbers:hover {
  border-color: #74388B;
}

.post-page-numbers,
.wp-block-query-pagination a,
.wp-block-query-pagination-numbers a {
  text-decoration: none;
}

.wp-block-query-pagination-numbers:first-child .page-numbers:first-child {
  margin-left: 0;
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  margin-left: 5px;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  margin-right: 5px;
}

.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin-top: 0.5em;
}

/* promotion.scss
 * Description: styles for promotion synced patterns 
 * Author: Caleb Copeland
 * Date: 16 December 2025
 */
.promotion {
  display: flex;
  position: relative;
  padding: 0 !important;
  height: 100%;
  flex-flow: column nowrap;
}
.promotion:has(img, .heading:not(:empty), .description:not(:empty), .alt-text:not(:empty), .wp-block-buttons:not(:empty)) {
  box-shadow: 0 2px 10px 0 var(--color-bg--shadow, rgba(62, 122, 113, 0.3));
}
.promotion > figure {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  overflow: hidden;
}
.promotion > figure img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  transition: transform 1s;
}
.promotion > figure.fallback img {
  width: calc(100% - 3rem);
  object-fit: contain;
}
.promotion > figure.fallback:has(+ .wp-block-post-featured-image) {
  display: none !important;
}
.promotion .content-container {
  display: flex;
  position: static;
  margin: 0;
  flex-flow: column nowrap;
  flex-grow: 1;
}
.promotion .content-container:has(.heading:not(:empty), .description:not(:empty), .alt-text:not(:empty), .wp-block-buttons:not(:empty)) {
  padding: 1.25rem 1.25rem 1.5rem;
}
.promotion .content-container .heading:empty,
.promotion .content-container .description:empty,
.promotion .content-container .alt-text:empty,
.promotion .content-container .wp-block-buttons:empty {
  margin-bottom: 0;
}
.promotion .content-container :where(.heading) {
  color: #5B6773;
  transition: color 300ms;
}
.promotion .content-container .description {
  font-size: 1rem;
}
.promotion .content-container :where(.alt-text) {
  margin-bottom: 1rem;
  color: #5B6773;
  font-size: 0.8rem;
}
.promotion .content-container .wp-block-buttons {
  margin-bottom: auto !important;
  width: 100%;
}
.promotion .content-container .wp-block-buttons .wp-block-button {
  margin-bottom: 1.25rem;
  padding: 0;
  border: 0;
}
.promotion .content-container .wp-block-buttons .wp-block-button .is-style-minimal a {
  padding: 0;
  border: 0;
}
.promotion .content-container .wp-block-buttons .wp-block-button a[href]:not([href=""]):not([href="#"])::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.promotion:has(.wp-block-button a[href]:not([href=""]):not([href="#"]):hover) > figure img {
  transform: scale(1.01);
}
.promotion:has(.wp-block-button a[href]:not([href=""]):not([href="#"]):hover) .content-container .heading {
  color: #99a3ae !important;
}

.wp-block-group :has(> .wp-block-query) {
  width: 100%;
}

.wp-block-query {
  width: 100%;
}
.wp-block-query .wp-block-post {
  margin-bottom: 0;
}
.wp-block-query .wp-block-post .promotion {
  position: relative;
  margin: 0;
}
.wp-block-query .wp-block-post .promotion .term-container {
  position: absolute;
  display: flex;
  flex-flow: row wrap;
  top: 1rem;
  left: 1rem;
  margin-bottom: 0;
  gap: 0.5rem 0.666rem;
}
.wp-block-query .wp-block-post .promotion .term-container .term {
  padding: 0.5rem 0.666rem;
  color: #5B6773;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1666666667rem;
  background-color: #fff;
  z-index: 1;
}
.wp-block-query .wp-block-post .promotion figure {
  margin: 0;
}
.wp-block-query .wp-block-post .promotion figure img {
  transition: transform 1s;
}
.wp-block-query .wp-block-post .promotion .heading, .wp-block-query .wp-block-post .promotion .heading a {
  color: #74388B;
}
.wp-block-query .wp-block-post .promotion .heading:hover, .wp-block-query .wp-block-post .promotion .heading a:hover {
  color: #99a3ae;
}
.wp-block-query .wp-block-post .promotion .heading a[href]:not([href=""]):not([href="#"])::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wp-block-query .wp-block-post .promotion:has(.heading a[href]:not([href=""]):not([href="#"]):hover) figure img {
  transform: scale(1.05);
}
.grid-row .promotion {
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}

/* _forms.scss
 * Description: styles for forms created with the Contact Form 7 plugin
 * Author: Chris Jefferies and Caleb Copeland
 * Date: 18 November 2025
 */
/* -----------------------------------
   Form styles
----------------------------------- */
.wpcf7 form p {
  margin-top: 0.75rem;
}

.wpcf7 label {
  font-weight: 600;
}
.wpcf7 label .wpcf7-list-item-label {
  font-weight: 400;
}

p:has(input.wpcf7-validates-as-required) label::after {
  content: " *";
  position: relative;
  color: #A02528;
}

.wpcf7-form-control {
  display: inline-block;
}
.wpcf7-form-control:last-child {
  margin-bottom: 1.625rem;
}

.wpcf7 textarea,
.wpcf7 [type=text],
.wpcf7 [type=date],
.wpcf7 [type=datetime],
.wpcf7 [type=datetime-local],
.wpcf7 [type=month],
.wpcf7 [type=time],
.wpcf7 [type=week],
.wpcf7 [type=number],
.wpcf7 [type=search],
.wpcf7 [type=password],
.wpcf7 [type=email],
.wpcf7 [type=url],
.wpcf7 [type=tel],
.wpcf7 [type=file],
.wpcf7 select {
  box-sizing: border-box;
  width: 100%;
  padding: 0.625rem 0.75rem;
  margin: 0.5rem 0 0;
  color: #000;
  background-color: #fff;
  border: 0.1111111111rem solid var(--color-bg--border, #5B6773);
  border-radius: 0;
  outline: 0.06rem solid transparent;
  outline-offset: -0.1111111111rem;
}
.wpcf7 textarea:focus,
.wpcf7 [type=text]:focus,
.wpcf7 [type=date]:focus,
.wpcf7 [type=datetime]:focus,
.wpcf7 [type=datetime-local]:focus,
.wpcf7 [type=month]:focus,
.wpcf7 [type=time]:focus,
.wpcf7 [type=week]:focus,
.wpcf7 [type=number]:focus,
.wpcf7 [type=search]:focus,
.wpcf7 [type=password]:focus,
.wpcf7 [type=email]:focus,
.wpcf7 [type=url]:focus,
.wpcf7 [type=tel]:focus,
.wpcf7 [type=file]:focus,
.wpcf7 select:focus {
  outline: 2px solid var(--color-bg--primary, #74388B);
}
.wpcf7 [type=submit] {
  cursor: pointer;
}
.wpcf7 [type=checkbox],
.wpcf7 [type=radio] {
  margin: 0 0.5rem 0 -1.375rem;
  accent-color: var(--color-bg--heading, #74388B);
}
.wpcf7 [type=checkbox]:focus-visible,
.wpcf7 [type=radio]:focus-visible {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px var(--color-bg--shadow, rgba(62, 122, 113, 0.3));
  outline: 0;
}
.wpcf7 .wpcf7-list-item {
  display: block;
  margin: 0.5rem 0 0 0;
}
.wpcf7 .wpcf7-list-item label {
  margin: 0;
  padding-left: 1.375rem;
}

/* -----------------------------------
   Validation
----------------------------------- */
.wpcf7 select:invalid,
.wpcf7 input:not([type=search]):invalid,
.wpcf7 textarea:invalid,
.wpcf7-not-valid {
  outline-color: #A02528;
}
.wpcf7 select:invalid:focus,
.wpcf7 input:not([type=search]):invalid:focus,
.wpcf7 textarea:invalid:focus,
.wpcf7-not-valid:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px #A02528;
  outline-color: #A02528;
}

.wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 0.875rem;
  padding: 0;
  margin: 1rem 0;
  border-width: 0;
}
.wpcf7 form .wpcf7-response-output::before {
  content: "×";
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  line-height: 1;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-color: #A02528;
  color: #fff;
}

.wpcf7 form.spam .wpcf7-response-output::before {
  background-color: #E8B909;
}

.wpcf7 form.sent .wpcf7-response-output::before {
  content: "✓";
  padding: 1 3px;
  background-color: #008745;
}

/* _utilities.scss
 * Description: styles for utilities that can be used as helper classes
 * Author: Chris Jeffereies and Caleb Copeland
 * Date: 12 November 2025
 */
/* ---------------------------------------------------
   For Administrators (use all caps)
--------------------------------------------------- */
.FLAG {
  color: #FF00FF;
}

/* ---------------------------------------------------
   For Developers
--------------------------------------------------- */
.frame {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.flex-grow {
  flex-grow: 1;
}

.justify-space-between {
  justify-content: space-between;
}

.mt-quarter {
  margin-top: 0.5rem !important;
}

.mt-half {
  margin-top: 0.666rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-xxs {
  margin: 0.5rem !important;
}

.m-xs {
  margin: 0.666rem !important;
}

.m-sm {
  margin: 0.8rem !important;
}

.m-reg {
  margin: 1rem !important;
}

.m-md {
  margin: 1.25rem !important;
}

.m-ml {
  margin: 1.5rem !important;
}

.m-lg {
  margin: 2rem !important;
}

.m-xl {
  margin: 2.75rem !important;
}

.m-xxl {
  margin: 4rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-xxs {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-xxs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-xs {
  margin-left: 0.666rem !important;
  margin-right: 0.666rem !important;
}

.my-xs {
  margin-top: 0.666rem !important;
  margin-bottom: 0.666rem !important;
}

.mx-sm {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.my-sm {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.mx-reg {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-reg {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-md {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-md {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mx-ml {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-ml {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-lg {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-lg {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-xl {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

.my-xl {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.mx-xxl {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-xxl {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-xxs {
  margin-top: 0.5rem !important;
}

.mr-xxs {
  margin-right: 0.5rem !important;
}

.mb-xxs {
  margin-bottom: 0.5rem !important;
}

.ml-xxs {
  margin-left: 0.5rem !important;
}

.mt-xs {
  margin-top: 0.666rem !important;
}

.mr-xs {
  margin-right: 0.666rem !important;
}

.mb-xs {
  margin-bottom: 0.666rem !important;
}

.ml-xs {
  margin-left: 0.666rem !important;
}

.mt-sm {
  margin-top: 0.8rem !important;
}

.mr-sm {
  margin-right: 0.8rem !important;
}

.mb-sm {
  margin-bottom: 0.8rem !important;
}

.ml-sm {
  margin-left: 0.8rem !important;
}

.mt-reg {
  margin-top: 1rem !important;
}

.mr-reg {
  margin-right: 1rem !important;
}

.mb-reg {
  margin-bottom: 1rem !important;
}

.ml-reg {
  margin-left: 1rem !important;
}

.mt-md {
  margin-top: 1.25rem !important;
}

.mr-md {
  margin-right: 1.25rem !important;
}

.mb-md {
  margin-bottom: 1.25rem !important;
}

.ml-md {
  margin-left: 1.25rem !important;
}

.mt-ml {
  margin-top: 1.5rem !important;
}

.mr-ml {
  margin-right: 1.5rem !important;
}

.mb-ml {
  margin-bottom: 1.5rem !important;
}

.ml-ml {
  margin-left: 1.5rem !important;
}

.mt-lg {
  margin-top: 2rem !important;
}

.mr-lg {
  margin-right: 2rem !important;
}

.mb-lg {
  margin-bottom: 2rem !important;
}

.ml-lg {
  margin-left: 2rem !important;
}

.mt-xl {
  margin-top: 2.75rem !important;
}

.mr-xl {
  margin-right: 2.75rem !important;
}

.mb-xl {
  margin-bottom: 2.75rem !important;
}

.ml-xl {
  margin-left: 2.75rem !important;
}

.mt-xxl {
  margin-top: 4rem !important;
}

.mr-xxl {
  margin-right: 4rem !important;
}

.mb-xxl {
  margin-bottom: 4rem !important;
}

.ml-xxl {
  margin-left: 4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-xxs {
  padding: 0.5rem !important;
}

.p-xs {
  padding: 0.666rem !important;
}

.p-sm {
  padding: 0.8rem !important;
}

.p-reg {
  padding: 1rem !important;
}

.p-md {
  padding: 1.25rem !important;
}

.p-ml {
  padding: 1.5rem !important;
}

.p-lg {
  padding: 2rem !important;
}

.p-xl {
  padding: 2.75rem !important;
}

.p-xxl {
  padding: 4rem !important;
}

.p-2 {
  padding: 0.666rem !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-xxs {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-xxs {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-xs {
  padding-left: 0.666rem !important;
  padding-right: 0.666rem !important;
}

.py-xs {
  padding-top: 0.666rem !important;
  padding-bottom: 0.666rem !important;
}

.px-sm {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.py-sm {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.px-reg {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-reg {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-md {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-md {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-ml {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-ml {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-lg {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-lg {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-xl {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.py-xl {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.px-xxl {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-xxl {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-xxs {
  padding-top: 0.5rem !important;
}

.pr-xxs {
  padding-right: 0.5rem !important;
}

.pb-xxs {
  padding-bottom: 0.5rem !important;
}

.pl-xxs {
  padding-left: 0.5rem !important;
}

.pt-xs {
  padding-top: 0.666rem !important;
}

.pr-xs {
  padding-right: 0.666rem !important;
}

.pb-xs {
  padding-bottom: 0.666rem !important;
}

.pl-xs {
  padding-left: 0.666rem !important;
}

.pt-sm {
  padding-top: 0.8rem !important;
}

.pr-sm {
  padding-right: 0.8rem !important;
}

.pb-sm {
  padding-bottom: 0.8rem !important;
}

.pl-sm {
  padding-left: 0.8rem !important;
}

.pt-reg {
  padding-top: 1rem !important;
}

.pr-reg {
  padding-right: 1rem !important;
}

.pb-reg {
  padding-bottom: 1rem !important;
}

.pl-reg {
  padding-left: 1rem !important;
}

.pt-md {
  padding-top: 1.25rem !important;
}

.pr-md {
  padding-right: 1.25rem !important;
}

.pb-md {
  padding-bottom: 1.25rem !important;
}

.pl-md {
  padding-left: 1.25rem !important;
}

.pt-ml {
  padding-top: 1.5rem !important;
}

.pr-ml {
  padding-right: 1.5rem !important;
}

.pb-ml {
  padding-bottom: 1.5rem !important;
}

.pl-ml {
  padding-left: 1.5rem !important;
}

.pt-lg {
  padding-top: 2rem !important;
}

.pr-lg {
  padding-right: 2rem !important;
}

.pb-lg {
  padding-bottom: 2rem !important;
}

.pl-lg {
  padding-left: 2rem !important;
}

.pt-xl {
  padding-top: 2.75rem !important;
}

.pr-xl {
  padding-right: 2.75rem !important;
}

.pb-xl {
  padding-bottom: 2.75rem !important;
}

.pl-xl {
  padding-left: 2.75rem !important;
}

.pt-xxl {
  padding-top: 4rem !important;
}

.pr-xxl {
  padding-right: 4rem !important;
}

.pb-xxl {
  padding-bottom: 4rem !important;
}

.pl-xxl {
  padding-left: 4rem !important;
}

.gap-0 {
  gap: 0px !important;
}

.gap-xxs {
  gap: 0.5rem !important;
}

.gap-xs {
  gap: 0.666rem !important;
}

.gap-sm {
  gap: 0.8rem !important;
}

.gap-reg {
  gap: 1rem !important;
}

.gap-md {
  gap: 1.25rem !important;
}

.gap-ml {
  gap: 1.5rem !important;
}

.gap-lg {
  gap: 2rem !important;
}

.gap-xl {
  gap: 2.75rem !important;
}

.gap-xxl {
  gap: 4rem !important;
}

.gap-row-0 {
  row-gap: 0px !important;
}

.gap-row-xxs {
  row-gap: 0.5rem !important;
}

.gap-row-xs {
  row-gap: 0.666rem !important;
}

.gap-row-sm {
  row-gap: 0.8rem !important;
}

.gap-row-reg {
  row-gap: 1rem !important;
}

.gap-row-md {
  row-gap: 1.25rem !important;
}

.gap-row-ml {
  row-gap: 1.5rem !important;
}

.gap-row-lg {
  row-gap: 2rem !important;
}

.gap-row-xl {
  row-gap: 2.75rem !important;
}

.gap-row-xxl {
  row-gap: 4rem !important;
}

.gap-col-0 {
  column-gap: 0px !important;
}

.gap-col-xxs {
  column-gap: 0.5rem !important;
}

.gap-col-xs {
  column-gap: 0.666rem !important;
}

.gap-col-sm {
  column-gap: 0.8rem !important;
}

.gap-col-reg {
  column-gap: 1rem !important;
}

.gap-col-md {
  column-gap: 1.25rem !important;
}

.gap-col-ml {
  column-gap: 1.5rem !important;
}

.gap-col-lg {
  column-gap: 2rem !important;
}

.gap-col-xl {
  column-gap: 2.75rem !important;
}

.gap-col-xxl {
  column-gap: 4rem !important;
}

.box-shadow-small {
  box-shadow: 0 2px 10px 0 var(--color-bg--shadow, rgba(62, 122, 113, 0.3));
}

.box-shadow-large {
  box-shadow: 3px 5px 3px 0 var(--color-bg--shadow, rgba(62, 122, 113, 0.3)), 3px 4px 20px 0 var(--color-bg--shadow, rgba(62, 122, 113, 0.3));
}

.focus-effect {
  box-shadow: 0 0 6px 2px var(--color-bg--focus, rgba(116, 56, 139, 0.1));
}

.fs-small, .fs-small a {
  font-size: 0.8rem;
}

.fs-hero, .fs-hero a {
  font-size: 2.7777777778rem;
}

body {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

a:where(:not(.wp-element-button)) {
  color: var(--color-bg--link, #3E7A71);
  text-decoration-style: dotted;
  text-underline-offset: 0.15em;
}
a:where(:not(.wp-element-button)):hover, a:where(:not(.wp-element-button)):active {
  color: var(--color-bg--link-hover, #78bab1);
}
a:where(:not(.wp-element-button)):focus-visible {
  outline: 2px solid var(--color-bg--primary, #74388B);
  border-radius: 0.1111111111rem;
}

.has-inline-color > a:where(:not(.wp-element-button)),
.has-text-color > a:where(:not(.wp-element-button)) {
  color: var(--color-bg--link, #3E7A71);
}
.has-inline-color > a:where(:not(.wp-element-button)):hover, .has-inline-color > a:where(:not(.wp-element-button)):active,
.has-text-color > a:where(:not(.wp-element-button)):hover,
.has-text-color > a:where(:not(.wp-element-button)):active {
  color: var(--color-bg--link-hover, #78bab1);
}

figure > blockquote {
  margin-right: 2.5rem;
}

figcaption {
  font-size: 0.9rem;
  color: var(--color-bg--body-muted, #5B6773);
}

figure:has(figcaption) {
  margin-bottom: 0;
}

img {
  width: 100%;
}

.is-style-title {
  color: var(--color-bg--title, #74388B);
  font-size: 2.7777777778rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.0555555556rem;
  text-transform: none;
}

h1, .is-style-h1 {
  color: var(--color-bg--h1, #74388B);
  font-size: 2.3333333333rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.0555555556rem;
  text-transform: none;
}

h2, .is-style-h2 {
  color: var(--color-bg--h2, #74388B);
  font-size: 1.9444444444rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.0555555556rem;
  text-transform: none;
}

:where(:not(.is-layout-flex)) > :is(h1, .is-style-h1, h2, .is-style-h2) + :is(h2, .is-style-h2) {
  color: var(--color-bg--heading-secondary, #5B6773);
}

h3, .is-style-h3 {
  color: var(--color-bg--h3, #5B6773);
  font-size: 1.6111111111rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.0555555556rem;
  text-transform: none;
}

h4, .is-style-h4 {
  color: var(--color-bg--h4, #5B6773);
  font-size: 1.3333333333rem;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.0555555556rem;
  text-transform: none;
}

h5, .is-style-h5 {
  color: var(--color-bg--h5, #5B6773);
  font-size: 1.1111111111rem;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.0555555556rem;
  text-transform: none;
}

h6, .is-style-h6 {
  color: var(--color-bg--h6, #5B6773);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.0555555556rem;
  text-transform: none;
}

li > ol,
li > ul {
  margin-top: 0;
}

ul {
  list-style-type: disc;
  margin-bottom: 0;
}
ul > li::marker {
  color: var(--color-bg--secondary, #5B6773);
}

p.is-style-intro {
  font-size: 1.11rem;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: uppercase;
}
p:empty {
  margin-top: 0;
}

pre {
  margin-bottom: 0;
}
