@charset "UTF-8";
/*!
Theme Name: Topfloor
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
*/
/* _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
 */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/* 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.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * 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 {
  box-sizing: content-box;
  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 {
  box-sizing: border-box;
  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] {
  box-sizing: border-box;
  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: Caroline Ferraby
 * Date: 30 March 2024
 */
/* ---------------------------------------------------
   Defining colors
--------------------------------------------------- */
/* ---------------------------------------------------
   Variables to be shipped off to theme.json.
   Colors need to be defined as css custom properties for
   use in theme.json;
--------------------------------------------------- */
:root {
  --tf--color--0: #000000;
  --tf--color--1: #28367B;
  --tf--color--1--tint: #6972A3;
  --tf--color--2: #D58934;
  --tf--color--2--tint: #EED2A9;
  --tf--color--3: #041E42;
  --tf--color--3--tint: #A3BCCF;
  --tf--color--4: #636466;
  --tf--color--4--tint: #929394;
  --tf--color--5: #eff0f0;
  --tf--color--light-gray: #EFF0F0;
  --tf--color--gray: #636466;
  --tf--color--body: #000;
  --tf--color--headings: #041E42;
  --tf--color--headings-alt: #636466;
  --tf--color--f: #FFFFFF;
}

/* ---------------------------------------------------
   Assigning colors
   [background]--[foreground element]:[foreground color]
--------------------------------------------------- */
/* ---------------------------------------------------
   Size variables
--------------------------------------------------- */
/* ---------------------------------------------------
   Font family and weight
--------------------------------------------------- */
/* ---------------------------------------------------
   Spacing Definitions
--------------------------------------------------- */
/* ---------------------------------------------------
   Assorted Definitions
--------------------------------------------------- */
/* _pagination.scss
 * Description: styles for pagination that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* ---------------------------------------------------
   404 Error Page
--------------------------------------------------- */
body.error404 .heading-404 {
  font-size: 8rem;
}

/* _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;
  }
}
/* _elements.scss
 * Description: styles for elements that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* ---------------------------------------------------
   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.
--------------------------------------------------- */
/* ---------------------------------------------------
   Special link icons and styles
--------------------------------------------------- */
.external-link > a, a.external-link,
.file-download-link > a, a.file-download-link,
li:has(a[href^="tel:"]) > a, a[href^="tel:"],
.phone-cta-link > a, a.phone-cta-link,
li:has(a[href^="mailto:"]) > a, a[href^="mailto:"] {
  display: flex;
  align-items: center;
}

.external-link > a, a.external-link,
.file-download-link > a, a.file-download-link {
  white-space: nowrap;
}
.external-link > a:after, a.external-link:after,
.file-download-link > a:after, a.file-download-link:after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}

.external-link > a:after, a.external-link:after {
  background-image: url(/content/uploads/external-link-icon.svg);
  width: 0.8em;
}

.file-download-link > a:after, a.file-download-link:after {
  background-image: url(/content/uploads/file-download-icon.svg);
  width: 0.8em;
}

li:has(a[href^="tel:"]) > a, a[href^="tel:"],
.phone-cta-link > a, a.phone-cta-link,
li:has(a[href^="mailto:"]) > a, a[href^="mailto:"] {
  white-space: nowrap;
}
li:has(a[href^="tel:"]) > a:before, a[href^="tel:"]:before,
.phone-cta-link > a:before, a.phone-cta-link:before,
li:has(a[href^="mailto:"]) > a:before, a[href^="mailto:"]:before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}

li:has(a[href^="tel:"]) > a:before, a[href^="tel:"]:before {
  background-image: url(/content/uploads/phone-icon.svg);
  width: 0.8em;
}

.phone-cta-link > a:before, a.phone-cta-link:before {
  background-image: url(/content/uploads/phone-cta-icon.svg);
  width: 1.1em;
}

li:has(a[href^="mailto:"]) > a:before, a[href^="mailto:"]:before {
  background-image: url(/content/uploads/email-icon.svg);
  width: 0.8em;
}

/* button.scss
 * Description: styles for buttons (not just the button block but ALSO the button element)
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* ---------------------------------------------------
   Button mixins
--------------------------------------------------- */
/* ---------------------------------------------------
   Default styles for default, primary, secondary,
   and minimal buttons

   For colors, the color-bg css custom properties are
   used if defined (see _containers.scss), otherwise
   the $white-bg variables are a fallback
--------------------------------------------------- */
.wp-element-button,
body:where(:not(.wp-admin)) button:where(:not(.components-button)) {
  padding: 0.625rem 1.25rem;
  border-radius: 999px;
  border: 2px solid;
}
.small .wp-element-button,
.small body:where(:not(.wp-admin)) button:where(:not(.components-button)) {
  padding: 0.5rem 1rem;
}
.wp-element-button:focus-visible,
body:where(:not(.wp-admin)) button:where(:not(.components-button)):focus-visible {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 3px 5px #28367B;
  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)) {
  color: var(--color-bg--primary-btn-txt, #fff);
  background-color: var(--color-bg--primary-btn, #28367B);
  border-color: var(--color-bg--primary-btn, #28367B);
}
.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 {
  background-color: var(--color-bg--primary-btn-hover, #6972A3);
  border-color: var(--color-bg--primary-btn, #28367B);
}

.has-fifth-background-color .wp-block-button:not(.is-style-secondary, .is-style-tertiary) .wp-block-button__link,
.has-fifth-background-color .wp-element-button:not(.wp-block-button__link),
.has-fifth-background-color button:where(:not(.components-button)) {
  border-color: #041E42;
}

.wp-block-button.is-style-secondary > .wp-block-button__link {
  color: var(--color-bg--secondary-btn, #041E42);
  border-color: var(--color-bg--secondary-btn-border, #D58934);
  background-color: transparent;
}
.wp-block-button.is-style-secondary > .wp-block-button__link:hover {
  color: var(--color-bg--secondary-btn-hover, #000);
  border-color: var(--color-bg--secondary-btn-border, #D58934);
  background-color: var(--color-bg--secondary-btn-bg-hover, #EED2A9);
}

.wp-block-button.is-style-tertiary > .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, #6972A3);
  background-color: transparent;
  border-color: transparent;
}
.wp-block-button.is-style-tertiary > .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, #28367B);
  opacity: 0;
  transition: opacity 250ms ease-out;
}
.wp-block-button.is-style-tertiary > .wp-block-button__link:hover,
.wp-block-post-excerpt__more-link:hover,
.wp-block-read-more:hover {
  color: var(--color-bg--minimal-btn-hover, #6972A3);
}
.wp-block-button.is-style-tertiary > .wp-block-button__link:hover:after,
.wp-block-post-excerpt__more-link:hover:after,
.wp-block-read-more:hover:after {
  opacity: 1;
}

/* ---------------------------------------------------
   Additional styles for applying specific brand
   colors to buttons. By default, button text color
   is turned off in the theme.json, but if it is
   turned on, uncomment and add to the below styles.
--------------------------------------------------- */
.has-second-background-color .wp-block-button.is-style-secondary > .wp-block-button__link:hover {
  color: rgb(76.5, 76.5, 76.5);
}

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

:where(.is-layout-flex) {
  gap: 0;
}

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

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

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

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

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

   The styles below define default margin top values
   that will provide consistent vertical spacing, 
   regardless of whether or not container blocks are 
   used, and can easily be overriden as necessary.
--------------------------------------------------- */
[class^=wp-block-custom-],
.is-layout-flex > * + [class^=wp-block-custom-] {
  margin-top: 1.5rem;
}

[class*=" wp-block-custom-"],
.is-layout-flex > * + [class*=" wp-block-custom-"] {
  margin-top: 1.5rem;
}

blockquote,
.is-layout-flex > * + blockquote {
  margin-top: 2rem;
}

blocks-gallery-caption,
.is-layout-flex > * + blocks-gallery-caption {
  margin-top: 0rem;
}

details,
.is-layout-flex > * + details {
  margin-top: 1rem;
}

figcaption:not(.blocks-gallery-caption),
.is-layout-flex > * + figcaption:not(.blocks-gallery-caption) {
  margin-top: 0.5rem;
}

figure,
.is-layout-flex > * + figure {
  margin-top: 1.5rem;
}

h1,
.is-layout-flex > * + h1 {
  margin-top: 2.5rem;
}

.is-style-h1,
.is-layout-flex > * + .is-style-h1 {
  margin-top: 2.5rem;
}

h2,
.is-layout-flex > * + h2 {
  margin-top: 1.875rem;
}

.is-style-h2,
.is-layout-flex > * + .is-style-h2 {
  margin-top: 1.875rem;
}

h3,
.is-layout-flex > * + h3 {
  margin-top: 1.625rem;
}

.is-style-h3,
.is-layout-flex > * + .is-style-h3 {
  margin-top: 1.625rem;
}

h4,
.is-layout-flex > * + h4 {
  margin-top: 1.5rem;
}

.is-style-h4,
.is-layout-flex > * + .is-style-h4 {
  margin-top: 1.5rem;
}

h5,
.is-layout-flex > * + h5 {
  margin-top: 1.375rem;
}

.is-style-h5,
.is-layout-flex > * + .is-style-h5 {
  margin-top: 1.375rem;
}

h6,
.is-layout-flex > * + h6 {
  margin-top: 1.25rem;
}

.is-style-h6,
.is-layout-flex > * + .is-style-h6 {
  margin-top: 1.25rem;
}

hr,
.is-layout-flex > * + hr {
  margin-top: 1rem;
}

ol,
.is-layout-flex > * + ol {
  margin-top: 0.5rem;
}

p,
.is-layout-flex > * + p {
  margin-top: 1rem;
}

pre,
.is-layout-flex > * + pre {
  margin-top: 1rem;
}

ul,
.is-layout-flex > * + ul {
  margin-top: 0.5rem;
}

.wp-block-buttons,
.is-layout-flex > * + .wp-block-buttons {
  margin-top: 1rem;
}

.wp-block-file,
.is-layout-flex > * + .wp-block-file {
  margin-top: 1rem;
}

.wp-block-media-text__content,
.is-layout-flex > * + .wp-block-media-text__content {
  margin-top: 1rem;
}

.wp-block-query-pagination,
.is-layout-flex > * + .wp-block-query-pagination {
  margin-top: 0.5rem;
}

.wp-block-post-date,
.is-layout-flex > * + .wp-block-post-date {
  margin-top: 0.5rem;
}

.wp-block-post-excerpt,
.is-layout-flex > * + .wp-block-post-excerpt {
  margin-top: 0.75rem;
}

.wp-block-post-terms,
.is-layout-flex > * + .wp-block-post-terms {
  margin-top: 0.5rem;
}

.wp-block-pullquote,
.is-layout-flex > * + .wp-block-pullquote {
  margin-top: 2rem;
}

.wp-block-table,
.is-layout-flex > * + .wp-block-table {
  margin-top: 1.5rem;
}

.wpcf7,
.is-layout-flex > * + .wpcf7 {
  margin-top: 2rem;
}

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

@media screen and (max-width: 781px) {
  .wp-block-column:first-child > :first-child,
  .wp-block-column.has-background > :first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-column > :first-child,
  .wp-block-media-text__content > :first-child {
    margin-top: 0;
  }
}
:where(.wp-block-group:has(> [class^=wp-block-custom-]:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> [class^=wp-block-custom-])),
:where(.wp-block-group.isnowrap:not(.vertical):has(> [class^=wp-block-custom-].first)),
:where(.wp-block-columns:has(> div > [class^=wp-block-custom-]:first-child)),
:where(.wp-block-columns:has(> div > [class^=wp-block-custom-].first:first-child)) {
  margin-top: 1.5rem;
}

:where(.wp-block-columns:has(> div.has-background > [class^=wp-block-custom-]:first-child)),
:where(.wp-block-columns:has(> div.has-background > [class^=wp-block-custom-].first:first-child)) {
  row-gap: 1.5rem;
}

:where(.wp-block-group:has(> [class*=" wp-block-custom-"]:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> [class*=" wp-block-custom-"])),
:where(.wp-block-group.isnowrap:not(.vertical):has(> [class*=" wp-block-custom-"].first)),
:where(.wp-block-columns:has(> div > [class*=" wp-block-custom-"]:first-child)),
:where(.wp-block-columns:has(> div > [class*=" wp-block-custom-"].first:first-child)) {
  margin-top: 1.5rem;
}

:where(.wp-block-columns:has(> div.has-background > [class*=" wp-block-custom-"]:first-child)),
:where(.wp-block-columns:has(> div.has-background > [class*=" wp-block-custom-"].first:first-child)) {
  row-gap: 1.5rem;
}

:where(.wp-block-group:has(> blockquote:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> blockquote)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> blockquote.first)),
:where(.wp-block-columns:has(> div > blockquote:first-child)),
:where(.wp-block-columns:has(> div > blockquote.first:first-child)) {
  margin-top: 2rem;
}

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

:where(.wp-block-group:has(> blocks-gallery-caption:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> blocks-gallery-caption)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> blocks-gallery-caption.first)),
:where(.wp-block-columns:has(> div > blocks-gallery-caption:first-child)),
:where(.wp-block-columns:has(> div > blocks-gallery-caption.first:first-child)) {
  margin-top: 0rem;
}

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

:where(.wp-block-group:has(> details:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> details)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> details.first)),
:where(.wp-block-columns:has(> div > details:first-child)),
:where(.wp-block-columns:has(> div > details.first:first-child)) {
  margin-top: 1rem;
}

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

:where(.wp-block-group:has(> figcaption:not(.blocks-gallery-caption):first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> figcaption:not(.blocks-gallery-caption))),
:where(.wp-block-group.isnowrap:not(.vertical):has(> figcaption:not(.blocks-gallery-caption).first)),
:where(.wp-block-columns:has(> div > figcaption:not(.blocks-gallery-caption):first-child)),
:where(.wp-block-columns:has(> div > figcaption:not(.blocks-gallery-caption).first:first-child)) {
  margin-top: 0.5rem;
}

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

:where(.wp-block-group:has(> figure:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> figure)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> figure.first)),
:where(.wp-block-columns:has(> div > figure:first-child)),
:where(.wp-block-columns:has(> div > figure.first:first-child)) {
  margin-top: 1.5rem;
}

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

:where(.wp-block-group:has(> h1:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h1)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h1.first)),
:where(.wp-block-columns:has(> div > h1:first-child)),
:where(.wp-block-columns:has(> div > h1.first:first-child)) {
  margin-top: 2.5rem;
}

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

:where(.wp-block-group:has(> .is-style-h1:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h1)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h1.first)),
:where(.wp-block-columns:has(> div > .is-style-h1:first-child)),
:where(.wp-block-columns:has(> div > .is-style-h1.first:first-child)) {
  margin-top: 2.5rem;
}

:where(.wp-block-columns:has(> div.has-background > .is-style-h1:first-child)),
:where(.wp-block-columns:has(> div.has-background > .is-style-h1.first:first-child)) {
  row-gap: 2.5rem;
}

:where(.wp-block-group:has(> h2:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h2)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h2.first)),
:where(.wp-block-columns:has(> div > h2:first-child)),
:where(.wp-block-columns:has(> div > h2.first:first-child)) {
  margin-top: 1.875rem;
}

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

:where(.wp-block-group:has(> .is-style-h2:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h2)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h2.first)),
:where(.wp-block-columns:has(> div > .is-style-h2:first-child)),
:where(.wp-block-columns:has(> div > .is-style-h2.first:first-child)) {
  margin-top: 1.875rem;
}

:where(.wp-block-columns:has(> div.has-background > .is-style-h2:first-child)),
:where(.wp-block-columns:has(> div.has-background > .is-style-h2.first:first-child)) {
  row-gap: 1.875rem;
}

:where(.wp-block-group:has(> h3:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h3)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h3.first)),
:where(.wp-block-columns:has(> div > h3:first-child)),
:where(.wp-block-columns:has(> div > h3.first:first-child)) {
  margin-top: 1.625rem;
}

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

:where(.wp-block-group:has(> .is-style-h3:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h3)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h3.first)),
:where(.wp-block-columns:has(> div > .is-style-h3:first-child)),
:where(.wp-block-columns:has(> div > .is-style-h3.first:first-child)) {
  margin-top: 1.625rem;
}

:where(.wp-block-columns:has(> div.has-background > .is-style-h3:first-child)),
:where(.wp-block-columns:has(> div.has-background > .is-style-h3.first:first-child)) {
  row-gap: 1.625rem;
}

:where(.wp-block-group:has(> h4:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h4)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h4.first)),
:where(.wp-block-columns:has(> div > h4:first-child)),
:where(.wp-block-columns:has(> div > h4.first:first-child)) {
  margin-top: 1.5rem;
}

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

:where(.wp-block-group:has(> .is-style-h4:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h4)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h4.first)),
:where(.wp-block-columns:has(> div > .is-style-h4:first-child)),
:where(.wp-block-columns:has(> div > .is-style-h4.first:first-child)) {
  margin-top: 1.5rem;
}

:where(.wp-block-columns:has(> div.has-background > .is-style-h4:first-child)),
:where(.wp-block-columns:has(> div.has-background > .is-style-h4.first:first-child)) {
  row-gap: 1.5rem;
}

:where(.wp-block-group:has(> h5:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h5)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h5.first)),
:where(.wp-block-columns:has(> div > h5:first-child)),
:where(.wp-block-columns:has(> div > h5.first:first-child)) {
  margin-top: 1.375rem;
}

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

:where(.wp-block-group:has(> .is-style-h5:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h5)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h5.first)),
:where(.wp-block-columns:has(> div > .is-style-h5:first-child)),
:where(.wp-block-columns:has(> div > .is-style-h5.first:first-child)) {
  margin-top: 1.375rem;
}

:where(.wp-block-columns:has(> div.has-background > .is-style-h5:first-child)),
:where(.wp-block-columns:has(> div.has-background > .is-style-h5.first:first-child)) {
  row-gap: 1.375rem;
}

:where(.wp-block-group:has(> h6:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h6)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h6.first)),
:where(.wp-block-columns:has(> div > h6:first-child)),
:where(.wp-block-columns:has(> div > h6.first:first-child)) {
  margin-top: 1.25rem;
}

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

:where(.wp-block-group:has(> .is-style-h6:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h6)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h6.first)),
:where(.wp-block-columns:has(> div > .is-style-h6:first-child)),
:where(.wp-block-columns:has(> div > .is-style-h6.first:first-child)) {
  margin-top: 1.25rem;
}

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

:where(.wp-block-group:has(> hr:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> hr)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> hr.first)),
:where(.wp-block-columns:has(> div > hr:first-child)),
:where(.wp-block-columns:has(> div > hr.first:first-child)) {
  margin-top: 1rem;
}

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

:where(.wp-block-group:has(> ol:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> ol)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> ol.first)),
:where(.wp-block-columns:has(> div > ol:first-child)),
:where(.wp-block-columns:has(> div > ol.first:first-child)) {
  margin-top: 0.5rem;
}

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

:where(.wp-block-group:has(> p:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> p)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> p.first)),
:where(.wp-block-columns:has(> div > p:first-child)),
:where(.wp-block-columns:has(> div > p.first:first-child)) {
  margin-top: 1rem;
}

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

:where(.wp-block-group:has(> pre:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> pre)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> pre.first)),
:where(.wp-block-columns:has(> div > pre:first-child)),
:where(.wp-block-columns:has(> div > pre.first:first-child)) {
  margin-top: 1rem;
}

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

:where(.wp-block-group:has(> ul:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> ul)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> ul.first)),
:where(.wp-block-columns:has(> div > ul:first-child)),
:where(.wp-block-columns:has(> div > ul.first:first-child)) {
  margin-top: 0.5rem;
}

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

:where(.wp-block-group:has(> .wp-block-buttons:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-buttons)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-buttons.first)),
:where(.wp-block-columns:has(> div > .wp-block-buttons:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-buttons.first:first-child)) {
  margin-top: 1rem;
}

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

:where(.wp-block-group:has(> .wp-block-file:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-file)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-file.first)),
:where(.wp-block-columns:has(> div > .wp-block-file:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-file.first:first-child)) {
  margin-top: 1rem;
}

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

:where(.wp-block-group:has(> .wp-block-media-text__content:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-media-text__content)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-media-text__content.first)),
:where(.wp-block-columns:has(> div > .wp-block-media-text__content:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-media-text__content.first:first-child)) {
  margin-top: 1rem;
}

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

:where(.wp-block-group:has(> .wp-block-query-pagination:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-query-pagination)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-query-pagination.first)),
:where(.wp-block-columns:has(> div > .wp-block-query-pagination:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-query-pagination.first:first-child)) {
  margin-top: 0.5rem;
}

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

:where(.wp-block-group:has(> .wp-block-post-date:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-post-date)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-post-date.first)),
:where(.wp-block-columns:has(> div > .wp-block-post-date:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-post-date.first:first-child)) {
  margin-top: 0.5rem;
}

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

:where(.wp-block-group:has(> .wp-block-post-excerpt:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-post-excerpt)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-post-excerpt.first)),
:where(.wp-block-columns:has(> div > .wp-block-post-excerpt:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-post-excerpt.first:first-child)) {
  margin-top: 0.75rem;
}

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

:where(.wp-block-group:has(> .wp-block-post-terms:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-post-terms)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-post-terms.first)),
:where(.wp-block-columns:has(> div > .wp-block-post-terms:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-post-terms.first:first-child)) {
  margin-top: 0.5rem;
}

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

:where(.wp-block-group:has(> .wp-block-pullquote:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-pullquote)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-pullquote.first)),
:where(.wp-block-columns:has(> div > .wp-block-pullquote:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-pullquote.first:first-child)) {
  margin-top: 2rem;
}

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

:where(.wp-block-group:has(> .wp-block-table:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-table)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-table.first)),
:where(.wp-block-columns:has(> div > .wp-block-table:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-table.first:first-child)) {
  margin-top: 1.5rem;
}

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

:where(.wp-block-group:has(> .wpcf7:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wpcf7)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wpcf7.first)),
:where(.wp-block-columns:has(> div > .wpcf7:first-child)),
:where(.wp-block-columns:has(> div > .wpcf7.first:first-child)) {
  margin-top: 2rem;
}

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

/* _templates.scss
 * Description: styles for templates and template parts
 * Author: Caroline Ferraby
 * Date: 06 November 2023
 */
/* ---------------------------------------------------
   All templates
--------------------------------------------------- */
body .wp-site-blocks {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body .wp-site-blocks > main {
  flex-grow: 1;
}

/* ---------------------------------------------------
   Header template part
--------------------------------------------------- */
header.wp-block-template-part > .wp-block-group {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
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: 60px;
  width: auto;
}
header.wp-block-template-part .nav-container {
  gap: 0;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container:not(.is-menu-open) .connect.wp-block-navigation-item {
  display: none;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__container:where(:not(.wp-block-navigation-submenu)) > .wp-block-navigation-item:where(:not(.has-child)) > .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -8px;
  background: #D58934;
  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) .wp-block-navigation__container:where(:not(.wp-block-navigation-submenu)) > .wp-block-navigation-item:where(:not(.has-child)) > .wp-block-navigation-item__content:hover::after {
  bottom: 0;
  opacity: 1;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__container:where(:not(.wp-block-navigation-submenu)) > .wp-block-navigation-item:where(.has-child) > ul {
  border-top: 2px solid #D58934;
}
header.wp-block-template-part .nav-container .wp-block-navigation-item__content > span {
  color: #041E42;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1rem;
}
header.wp-block-template-part .nav-container .wp-block-button {
  font-size: 18px;
}
@media (max-width: 1024px) {
  header.wp-block-template-part .nav-container .wp-block-button {
    font-size: 16px;
  }
}
header.wp-block-template-part .nav-container .wp-block-button .wp-element-button {
  padding: 0.625em 1.25em;
  font-family: "Oswald", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1rem;
}
@media (max-width: 550px) {
  header.wp-block-template-part .nav-container .wp-block-button .wp-element-button {
    display: none;
  }
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container-open {
  position: relative;
  width: 30px;
  height: 24px;
  color: #000 !important;
  background: linear-gradient(currentColor 0%, currentColor 100%);
  background-size: 100% 3px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container-open:hover {
  color: rgb(38.25, 38.25, 38.25) !important;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container-open::before, header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container-open::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background-color: currentColor;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container-open::before {
  top: 0;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container-open::after {
  bottom: 0;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container-open svg {
  display: none;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
  gap: 1.5rem;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open a.wp-block-navigation-item__content > span {
  font-size: 1.5rem;
  color: #FFFFFF;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open a.wp-block-navigation-item__content:hover > span {
  opacity: 0.7;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .connect a.wp-block-navigation-item__content {
  width: fit-content;
  align-self: start;
  padding: 0.8rem 1.5rem;
  line-height: 1;
  border: 2px solid #fff;
  border-radius: 999px;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .connect a.wp-block-navigation-item__content:hover span {
  color: #fff;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .connect a.wp-block-navigation-item__content:hover {
  opacity: 0.7;
}
header.wp-block-template-part .nav-container .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close:hover {
  opacity: 0.7;
}
@media (min-width: 1226px) {
  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: 1225px) {
  header.wp-block-template-part .nav-container {
    flex-direction: row-reverse;
    gap: 0.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;
  }
}

/* ---------------------------------------------------
   Footer template part
--------------------------------------------------- */
footer.wp-block-template-part > :first-child {
  margin-top: 0;
  padding-block: 3.75rem;
}
@media (max-width: 900px) {
  footer.wp-block-template-part .inner-container {
    margin-top: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
footer.wp-block-template-part .inner-container .logo-container .wp-block-site-logo a:hover {
  opacity: 0.7;
}
footer.wp-block-template-part .inner-container .logo-container .wp-block-site-logo a img {
  width: revert-layer;
}
footer.wp-block-template-part .inner-container .logo-container p {
  margin-top: 1.5rem;
}
@media (min-width: 901px) {
  footer.wp-block-template-part .inner-container .nav-container {
    padding-top: 2rem;
  }
}
@media (max-width: 900px) {
  footer.wp-block-template-part .inner-container .nav-container p {
    text-align: left;
  }
}
footer.wp-block-template-part .inner-container .nav-container .footer-nav {
  margin-top: 1rem;
}
footer.wp-block-template-part .inner-container .nav-container .footer-nav > * {
  margin-top: 0;
}
footer.wp-block-template-part .inner-container .nav-container .footer-nav a {
  font-size: 0.875rem;
  text-decoration: none;
}

/* ---------------------------------------------------
   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;
}

/* ---------------------------------------------------
   Promotion block styles
--------------------------------------------------- */
.wp-block-columns .wp-block-custom-promotion {
  margin-top: 0;
  padding-bottom: 0;
}

.wp-block-custom-promotion {
  box-shadow: none;
}
.wp-block-custom-promotion .wp-block-heading, .wp-block-custom-promotion p {
  padding-inline: 0;
}

.leadership-promotion-container .wp-block-custom-promotion .wp-block-heading {
  margin: -2rem 1.5rem 0;
  padding: 2rem 2rem 0;
  font-size: 1rem;
  background: #FFFFFF;
  border-top: 0.4rem solid #D58934;
}
.leadership-promotion-container .wp-block-custom-promotion p {
  margin: 1rem 1.5rem 0;
  padding: 0 2rem 2rem;
  background: #FFFFFF;
}

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

/* ---------------------------------------------------
   Tipdown styles
--------------------------------------------------- */
.wp-block-details:has(summary:hover) {
  background-color: #eff0f0;
}
.wp-block-details summary {
  font-weight: 700;
}

/* ---------------------------------------------------
   Columns block styles
--------------------------------------------------- */
.wp-block-columns {
  width: 100%;
}
.wp-block-columns:has(.wp-block-column:nth-child(4):last-child) {
  gap: 2.75rem 1.5rem;
}
@media (max-width: 1024px) {
  .wp-block-columns:has(.wp-block-column:nth-child(4):last-child) {
    flex-wrap: wrap !important;
  }
  .wp-block-columns:has(.wp-block-column:nth-child(4):last-child) .wp-block-column {
    flex-basis: calc(50% - 0.75rem);
  }
}
@media (max-width: 781px) {
  .wp-block-columns:has(.wp-block-column:nth-child(4):last-child) {
    flex-flow: column nowrap;
    align-content: center;
  }
  .wp-block-columns:has(.wp-block-column:nth-child(4):last-child) .wp-block-column {
    width: 100%;
  }
}

/* ---------------------------------------------------
   Agencies card styles
--------------------------------------------------- */
.agency-container .wp-block-image {
  flex-basis: 25%;
  padding-top: 0.5rem;
}
.agency-container .wp-block-image a {
  width: 100%;
}
.agency-container .wp-block-image img {
  width: 100%;
  filter: saturate(0);
  transition: filter 0.2s;
}
.agency-container .wp-block-image img:hover {
  filter: saturate(1);
}
.agency-container .wp-block-image + .wp-block-group {
  flex: 1;
}
.agency-container .wp-block-image + .wp-block-group .wp-block-heading a {
  color: inherit;
  text-decoration: none;
}
.agency-container .wp-block-image + .wp-block-group .wp-block-heading a:hover {
  opacity: 0.7;
}
@media (min-width: 781px) and (max-width: 1024px) {
  .agency-container {
    gap: 2rem;
  }
  .agency-container .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 2rem;
  }
  .agency-container .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
  .agency-container .wp-block-columns .wp-block-column > .wp-block-group {
    gap: 2rem;
  }
  .agency-container .wp-block-columns .wp-block-column .wp-block-image {
    max-width: 10rem;
  }
}
@media (max-width: 781px) {
  .agency-container {
    gap: 2.75rem !important;
  }
  .agency-container .wp-block-columns .wp-block-group {
    margin-top: 0;
  }
}
@media (max-width: 550px) {
  .agency-container .wp-block-column > .wp-block-group {
    flex-direction: column;
    gap: 1.25rem;
  }
}

/* ---------------------------------------------------
   Connect section styles
--------------------------------------------------- */
.connect-container {
  background: radial-gradient(50% 80% at 70% 50%, #0A4CA8 0%, #041E42 100%);
  gap: 2.75rem;
  z-index: 1;
}
.connect-container .content-container {
  flex-basis: calc(40% - 1.375rem) !important;
}
.connect-container .form-container {
  margin-block: -2rem;
  flex-basis: calc(60% - 1.375rem) !important;
  border-radius: 9px;
  box-shadow: 0 4px 8px -4px #041E42, 0px 4px 16px -4px #041E42;
}

/* ---------------------------------------------------
   Hubspot form embed styles
--------------------------------------------------- */
.hs-form-frame {
  width: 100%;
}

.wp-block-post-content:has([name=termly-embed]) {
  padding-right: calc(var(--wp--style--root--padding-right) - 20px);
  padding-left: calc(var(--wp--style--root--padding-left) - 20px);
}

/* _containers.scss
 * Description: styles for container blocks that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* ---------------------------------------------------
   Groups with a background color
--------------------------------------------------- */
.wp-block-post-content > .wp-block-group,
.is-root-container > .wp-block-group {
  padding-block: 3.5rem;
}

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

.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-first-background-color + .wp-block-group.has-background.has-first-background-color,
.has-second-background-color + .wp-block-group.has-background.has-second-background-color,
.has-third-background-color + .wp-block-group.has-background.has-third-background-color,
.has-fourth-background-color + .wp-block-group.has-background.has-fourth-background-color,
.has-fifth-background-color + .wp-block-group.has-background.has-fifth-background-color,
.has-third-tint-background-color + .wp-block-group.has-background.has-third-tint-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-white-background-color {
  color: #000;
  --color-bg--primary: initial;
  --color-bg--heading: initial;
  --color-bg--caption: initial;
  --color-bg--divider: initial;
  --color-bg--link: initial;
  --color-bg--primary-btn-txt: initial;
  --color-bg--primary-btn: initial;
  --color-bg--primary-btn-hover: initial;
  --color-bg--secondary-btn: initial;
  --color-bg--secondary-btn-hover: initial;
  --color-bg--minimal-btn: initial;
  --color-bg--minimal-btn-hover: initial;
  --color-bg--form-field: initial;
}

.has-first-background-color {
  color: #FFFFFF;
  --color-bg--primary: #FFFFFF;
  --color-bg--heading: #FFFFFF;
  --color-bg--heading-alt: #FFFFFF;
  --color-bg--caption: #FFFFFF;
  --color-bg--divider: #FFFFFF;
  --color-bg--link: #FFFFFF;
  --color-bg--primary-btn-txt: #28367B;
  --color-bg--primary-btn: #FFFFFF;
  --color-bg--primary-btn-hover: rgb(239.7, 239.7, 239.7);
  --color-bg--secondary-btn: #FFFFFF;
  --color-bg--secondary-btn-border: #EED2A9;
  --color-bg--secondary-btn-hover: #000;
  --color-bg--minimal-btn: #FFFFFF;
  --color-bg--minimal-btn-hover: #FFFFFF;
  --color-bg--minimal-btn-underline: #FFFFFF;
  --color-bg--form-field: rgba(255, 255, 255, 0.2);
}

.has-second-background-color {
  color: #000;
  --color-bg--primary: #28367B;
  --color-bg--heading: #000;
  --color-bg--heading-alt: #636466;
  --color-bg--caption: #000;
  --color-bg--divider: #000;
  --color-bg--link: #000;
  --color-bg--primary-btn-txt: #FFFFFF;
  --color-bg--primary-btn: #28367B;
  --color-bg--primary-btn-hover: #6972A3;
  --color-bg--secondary-btn: #000;
  --color-bg--secondary-btn-border: #D58934;
  --color-bg--secondary-btn-hover: #041E42;
  --color-bg--minimal-btn: #28367B;
  --color-bg--minimal-btn-hover: #28367B;
  --color-bg--minimal-btn-underline: #28367B;
  --color-bg--form-field: rgba(0, 0, 0, 0.05);
}

.has-third-background-color {
  color: #FFFFFF;
  --color-bg--primary: #FFFFFF;
  --color-bg--heading: #FFFFFF;
  --color-bg--heading-alt: #FFFFFF;
  --color-bg--caption: #FFFFFF;
  --color-bg--divider: #FFFFFF;
  --color-bg--link: #FFFFFF;
  --color-bg--primary-btn-txt: #000;
  --color-bg--primary-btn: #FFFFFF;
  --color-bg--primary-btn-hover: rgb(239.7, 239.7, 239.7);
  --color-bg--secondary-btn: #FFFFFF;
  --color-bg--secondary-btn-border: #EED2A9;
  --color-bg--minimal-btn: #FFFFFF;
  --color-bg--minimal-btn-hover: #FFFFFF;
  --color-bg--minimal-btn-underline: #FFFFFF;
  --color-bg--form-field: rgba(255, 255, 255, 0.2);
}

.has-third-tint-background-color {
  color: #000;
  --color-bg--primary: #28367B;
  --color-bg--heading: #041E42;
  --color-bg--heading-alt: #636466;
  --color-bg--caption: #041E42;
  --color-bg--divider: #D58934;
  --color-bg--link: #28367B;
  --color-bg--primary-btn-txt: #FFFFFF;
  --color-bg--primary-btn: #28367B;
  --color-bg--primary-btn-hover: #6972A3;
  --color-bg--secondary-btn: #041E42;
  --color-bg--secondary-btn-hover: #000;
  --color-bg--secondary-btn-border: #D58934;
  --color-bg--minimal-btn: #041E42;
  --color-bg--minimal-btn-hover: #041E42;
  --color-bg--minimal-btn-underline: #041E42;
  --color-bg--form-field: #041E42;
}

.has-fourth-background-color {
  color: #FFFFFF;
  --color-bg--primary: #FFFFFF;
  --color-bg--heading: #FFFFFF;
  --color-bg--heading-alt: #FFFFFF;
  --color-bg--caption: #FFFFFF;
  --color-bg--divider: #FFFFFF;
  --color-bg--link: #FFFFFF;
  --color-bg--primary-btn-txt: #000;
  --color-bg--primary-btn: #FFFFFF;
  --color-bg--primary-btn-hover: rgb(239.7, 239.7, 239.7);
  --color-bg--secondary-btn: #FFFFFF;
  --color-bg--secondary-btn-border: #EED2A9;
  --color-bg--minimal-btn: #FFFFFF;
  --color-bg--minimal-btn-hover: #FFFFFF;
  --color-bg--minimal-btn-underline: #FFFFFF;
  --color-bg--form-field: rgba(255, 255, 255, 0.2);
}

.has-fifth-background-color {
  color: #000;
  --color-bg--primary: #28367B;
  --color-bg--heading: #041E42;
  --color-bg--heading-alt: #636466;
  --color-bg--caption: #636466;
  --color-bg--divider: #D58934;
  --color-bg--link: #28367B;
  --color-bg--primary-btn: #28367B;
  --color-bg--primary-btn-hover: #6972A3;
  --color-bg--secondary-btn: #000;
  --color-bg--secondary-btn-border: #D58934;
  --color-bg--minimal-btn: #28367B;
  --color-bg--minimal-btn-hover: #28367B;
  --color-bg--minimal-btn-underline: #28367B;
  --color-bg--form-field: rgba(0, 0, 0, 0.05);
}

.has-color-1-radial-gradient-background .wp-block-heading {
  color: #A3BCCF;
  font-weight: 900;
  line-height: 1.3em;
}
.has-color-1-radial-gradient-background p {
  color: #fff;
}
.has-color-1-radial-gradient-background .wp-block-button a {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.has-color-1-radial-gradient-background .wp-block-button.is-style-primary a {
  color: #041E42;
  border-color: #fff;
  background-color: #fff;
}
.has-color-1-radial-gradient-background .wp-block-button.is-style-primary a:hover {
  border-color: #fff;
  background-color: rgb(239.7, 239.7, 239.7);
}
.has-color-1-radial-gradient-background .wp-block-button.is-style-secondary a {
  color: #fff;
}

/* _navigation.scss
 * Description: styles for the navigation block
 * Author: Caroline Ferraby
 * Date: 06 November 2023
 */
/* ---------------------------------------------------
   All navigation blocks
--------------------------------------------------- */
.wp-block-navigation {
  column-gap: 1.25rem;
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  padding: 0.5rem 0.375rem 0.5rem;
  font-size: 1.125rem;
  color: var(--color-bg--link, #6972A3);
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:hover, .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:active {
  color: var(--color-bg--link, rgb(152.4173553719, 158.5723140496, 192.0826446281));
}
.wp-block-navigation .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  color: var(--color-bg--link, #6972A3);
}

/* ---------------------------------------------------
   Mobile overlay menu is not visible
--------------------------------------------------- */
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-icon {
  color: #6972A3 !important;
  font-size: 1.5rem;
  margin-left: 0;
}
.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: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  margin-block: 0.5rem;
  padding: 0.625rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover {
  color: #FFFFFF;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container > .wp-block-navigation-item .wp-block-navigation__submenu-icon {
  color: #FFFFFF !important;
}
.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%;
}

/* ---------------------------------------------------
   Mobile overlay menu
--------------------------------------------------- */
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  color: inherit !important;
}
.wp-block-navigation__responsive-container-close:hover,
.wp-block-navigation__responsive-container-open:hover {
  background: transparent;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  width: 43px;
  height: 43px;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #28367B;
}

.wp-block-navigation__responsive-container.is-menu-open {
  padding-top: 2.375rem;
  width: 50%;
  right: 0;
  left: auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
  color: #FFFFFF !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: flex-start;
  gap: 0.75rem;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > * {
  order: 1;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  width: 100%;
  gap: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  box-sizing: border-box;
  font-size: 1.125rem;
  padding: 0.25rem 0;
  width: 100%;
  color: #FFFFFF;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:hover {
  color: #FFFFFF;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  width: 100%;
  padding: 0;
  box-shadow: none;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  padding-left: 1.25rem;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  padding-left: 2.5rem;
}

/* ---------------------------------------------------
   Navigation block styles based on location
--------------------------------------------------- */
#topbar > .wp-block-group {
  flex-wrap: wrap;
  gap: 0.2rem 1rem;
}

header .wp-block-navigation[aria-label="Topbar Navigation"] > :not(.is-menu-open) {
  gap: 0;
}
header .wp-block-navigation[aria-label="Topbar Navigation"] > :not(.is-menu-open) .wp-block-navigation-item + .wp-block-navigation-item::before {
  content: "|";
  margin-inline: 0.5rem;
  color: #D58934;
}
header .wp-block-navigation[aria-label="Topbar Navigation"] > :not(.is-menu-open) .wp-block-navigation-item__content {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline dotted;
  text-decoration-color: currentColor;
}

header .wp-block-navigation[aria-label="Primary Nav"] > :not(.is-menu-open) .wp-block-navigation-item__content {
  font-weight: 700;
}

.wp-block-post-content .wp-block-navigation__container,
.wp-block-post-content .wp-block-navigation .wp-block-page-list {
  column-gap: 0;
  flex-grow: 1;
}
.wp-block-post-content .wp-block-navigation__container > .wp-block-navigation-item,
.wp-block-post-content .wp-block-navigation .wp-block-page-list > .wp-block-navigation-item {
  justify-content: center;
  border-bottom: 2px solid var(--color-bg--link, #6972A3);
}
.wp-block-post-content .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content,
.wp-block-post-content .wp-block-navigation .wp-block-page-list > .wp-block-navigation-item > .wp-block-navigation-item__content {
  width: 100%;
  padding: 0.325rem 1rem;
  border-bottom: 4px solid transparent;
  margin-bottom: -3px;
  text-align: center;
}
.wp-block-post-content .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover,
.wp-block-post-content .wp-block-navigation .wp-block-page-list > .wp-block-navigation-item > .wp-block-navigation-item__content:hover {
  color: inherit;
  border-bottom: 4px solid;
}

/* _pagination.scss
 * Description: styles for pagination that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* ---------------------------------------------------
   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 #cacacc;
  border-radius: 3px;
}
.post-page-numbers.current,
.page-numbers.current {
  background-color: var(--color-bg--primary-btn, #28367B);
  border-color: var(--color-bg--primary-btn, #28367B);
  color: var(--color-bg--primary-btn-txt, #FFFFFF);
}
.post-page-numbers:hover,
.page-numbers:hover {
  border-color: #28367B;
}

.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;
}

/* _forms.scss
 * Description: styles for forms created with the Contact Form 7 plugin
 * Author: Caroline Ferraby
 * Date: 19 April 2024
 */
/* -----------------------------------
   Form styles
----------------------------------- */
.wpcf7 form p {
  margin-top: 0.75rem;
}

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

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

.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;
  border: 0;
  outline: 0.06rem solid transparent;
  outline-offset: -0.06rem;
  background-color: var(--color-bg--form-field, rgba(0, 0, 0, 0.05));
  color: inherit;
}
.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 {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px var(--color-bg--primary, #28367B);
  outline-color: var(--color-bg--primary, #28367B);
}
.wpcf7 [type=submit] {
  padding: 0.625rem 1.25rem;
  border-radius: 999px;
  border: 2px solid;
}
.small .wpcf7 [type=submit] {
  padding: 0.5rem 1rem;
}
.wpcf7 [type=submit]:focus-visible {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 3px 5px #28367B;
  outline: 0;
}
.wpcf7 [type=submit] {
  color: var(--color-bg--primary-btn-txt, #fff);
  background-color: var(--color-bg--primary-btn, #28367B);
  border-color: var(--color-bg--primary-btn, #28367B);
}
.wpcf7 [type=submit]:hover {
  background-color: var(--color-bg--primary-btn-hover, #6972A3);
  border-color: var(--color-bg--primary-btn, #28367B);
}
.wpcf7 [type=submit] {
  cursor: pointer;
}
.wpcf7 [type=checkbox],
.wpcf7 [type=radio] {
  margin: 0 0.5rem 0 -1.375rem;
  accent-color: var(--color-bg--primary, #28367B);
}
.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--primary, #28367B);
  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: #BD1933;
}
.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 #BD1933;
  outline-color: #BD1933;
}

.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: #BD1933;
  color: #FFFFFF;
}

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

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

/* _utilities.scss
 * Description: styles for utilities that can be used as helper classes
 * Author: Caroline Ferraby
 * Date: 01 May 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.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

.m-xxl {
  margin: 5rem !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.25rem !important;
  margin-right: 0.25rem !important;
}

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

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

.my-xs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !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.5rem !important;
  margin-right: 1.5rem !important;
}

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

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

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

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

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

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

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

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

.my-xxl {
  margin-top: 5rem !important;
  margin-bottom: 5rem !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.25rem !important;
}

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

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

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

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

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

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

.ml-xs {
  margin-left: 0.5rem !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.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem !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.25rem !important;
  padding-right: 0.25rem !important;
}

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

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

.py-xs {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !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.5rem !important;
  padding-right: 1.5rem !important;
}

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

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

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

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

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

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

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

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

.py-xxl {
  padding-top: 5rem !important;
  padding-bottom: 5rem !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.25rem !important;
}

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

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

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

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

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

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

.pl-xs {
  padding-left: 0.5rem !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.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.radius-sm {
  border-radius: 0.5rem;
}

.radius-offset {
  border-radius: 0 1.3rem;
}

.box-shadow {
  box-shadow: var(--box-shadow);
}

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

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

.overlay--color-1.wp-block-cover .wp-block-cover__background {
  background: linear-gradient(0deg, #28367B 0%, #28367B), linear-gradient(0deg, #A3BCCF 0%, #A3BCCF 100%);
  background-blend-mode: multiply, hard-light;
}

a:where(:not(.wp-element-button)) {
  color: var(--color-bg--link, #6972A3);
  text-decoration-style: dotted;
  text-underline-offset: 0.3em;
}
a:where(:not(.wp-element-button)):hover, a:where(:not(.wp-element-button)):active {
  opacity: 0.7;
}

.has-inline-color > a:where(:not(.wp-element-button)),
.has-text-color > a:where(:not(.wp-element-button)) {
  color: inherit;
}
.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 {
  opacity: 0.7;
}

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

blockquote {
  margin-inline: 0;
  margin-bottom: 2rem;
  padding-block: 1rem;
  padding-left: 1.25rem;
  padding-right: 15%;
  border: 3px solid #28367B;
}
blockquote p {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
}
blockquote p:before {
  content: '"';
  color: #D58934;
  font-family: "Arial", sans-serif;
  font-size: 4rem;
  line-height: 1;
}

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

figcaption {
  font-size: 0.9rem;
  color: var(--color-bg--caption, #636466);
}

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

img {
  width: 100%;
}

hr,
.wp-block-separator {
  width: 100%;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: var(--color-bg--divider, #D58934);
  padding-top: 0.75rem;
  margin-bottom: 0.75rem;
}

h1, .is-style-h1,
h2, .is-style-h2,
h3, .is-style-h3,
h4, .is-style-h4,
h5, .is-style-h5,
h6, .is-style-h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: none;
  line-height: 1.2em;
  margin-bottom: 0;
}

h1, .is-style-h1,
h2, .is-style-h2 {
  color: var(--color-bg--heading, #041E42);
}

h3, .is-style-h3,
h4, .is-style-h4,
h5, .is-style-h5,
h6, .is-style-h6 {
  color: var(--color-bg--heading-alt, #636466);
}

h1, .is-style-h1 {
  font-size: 2.8rem;
}
h1 + h2, h1 + .is-style-h2, .is-style-h1 + h2, .is-style-h1 + .is-style-h2 {
  color: var(--color-bg--heading-alt, #636466);
}

h2, .is-style-h2 {
  font-size: 2.072rem;
}

h3, .is-style-h3 {
  font-size: 1.728rem;
}

h4, .is-style-h4 {
  font-size: 1.439rem;
}

h5, .is-style-h5 {
  font-size: 1.2rem;
}

h6, .is-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.is-style-subtitle {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  color: var(--color-bg--caption, #636466);
}

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

ul {
  list-style-type: disc;
  margin-bottom: 0;
}
ul > li::marker {
  color: var(--color-bg--primary, #28367B);
}

p.is-style-lead {
  font-size: 1.125rem;
}
p:empty {
  margin-top: 0;
}

pre {
  margin-bottom: 0;
}

/* ---------------------------------------------------
   Frontend styles only
--------------------------------------------------- */
html {
  font-size: 18px;
}
@media (max-width: 1024px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 781px) {
  html {
    font-size: 13px;
  }
}
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body.page-id-51 header .nav-container,
body.page-id-47 header .nav-container,
body.page-id-49 header .nav-container {
  display: none;
}

/* ---------------------------------------------------
   Internal Page Header
--------------------------------------------------- */
.internal-page-header {
  padding-top: 0 !important;
}
.internal-page-header .wp-block-columns .image-column figure {
  margin-left: -2.75rem;
}
.internal-page-header .wp-block-columns .image-column figure img {
  aspect-ratio: 9/5;
}
@media (min-width: 782px) and (max-width: 1024px) {
  .internal-page-header .wp-block-columns .content-column {
    flex-basis: 55% !important;
  }
  .internal-page-header .wp-block-columns .image-column {
    flex-basis: 45% !important;
  }
}
@media (max-width: 781px) {
  .internal-page-header .wp-block-columns .content-column {
    order: 2;
  }
  .internal-page-header .wp-block-columns .image-column {
    order: 1;
  }
  .internal-page-header .wp-block-columns .image-column figure {
    max-width: 600px;
    margin-bottom: -2.75rem !important;
    margin-left: 0;
    padding-inline: 2rem;
  }
}

/* ---------------------------------------------------
   Gallery of Icons
--------------------------------------------------- */
.wp-block-gallery.icons {
  margin-top: 2rem !important;
  margin-bottom: 0.5rem;
}
.wp-block-gallery.icons .wp-block-image {
  align-items: center;
}
@media (max-width: 1055px) {
  .wp-block-gallery.icons .wp-block-image {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap)) !important;
  }
}
@media (max-width: 780px) {
  .wp-block-gallery.icons .wp-block-image {
    width: calc(20% - var(--wp--style--unstable-gallery-gap)) !important;
  }
}
@media (max-width: 635px) {
  .wp-block-gallery.icons .wp-block-image {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap)) !important;
  }
}
@media (max-width: 420px) {
  .wp-block-gallery.icons .wp-block-image {
    width: calc(50% - var(--wp--style--unstable-gallery-gap)) !important;
  }
}
.wp-block-gallery.icons .wp-block-image img {
  aspect-ratio: 1 !important;
  height: 3rem !important;
  object-fit: contain !important;
}
.wp-block-gallery.icons .wp-block-image figcaption {
  position: static !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #000 !important;
  font-size: 18px !important;
  font-weight: bold;
  background: none !important;
  text-shadow: none !important;
}

/* ---------------------------------------------------
   Yoast FAQ
--------------------------------------------------- */
.wp-block-yoast-faq-block .schema-faq-section {
  display: grid;
  grid-template-rows: auto 0fr;
  border-bottom: 1px solid #eff0f0;
  overflow: hidden;
  transition: grid-template-rows 300ms ease;
}
.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: top;
  padding: 1rem;
  grid-row: 1;
  cursor: pointer;
}
.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question:hover {
  opacity: 0.7;
}
.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question::after {
  content: "";
  display: inline-block;
  height: 1.3rem;
  width: 1.3rem;
  background-image: url(/content/uploads/Chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 300ms ease;
}
.wp-block-yoast-faq-block .schema-faq-section .schema-faq-answer {
  margin: 0;
  padding-inline: 1.5rem;
  min-height: 0;
  grid-row: 2;
  overflow: hidden;
  transition: all 300ms ease;
}
.wp-block-yoast-faq-block .schema-faq-section[aria-expanded=true] {
  grid-template-rows: auto 1fr;
}
.wp-block-yoast-faq-block .schema-faq-section[aria-expanded=true] .schema-faq-question::after {
  transform: rotate(180deg);
}
.wp-block-yoast-faq-block .schema-faq-section[aria-expanded=true] .schema-faq-answer {
  margin-bottom: 1.5rem;
}
