/*!
Theme Name: Hologic
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.
 */
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;
}

/**
 * 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: 01 May 2025
 */
/* ---------------------------------------------------
   Defining colors
--------------------------------------------------- */
:root {
  --tf--color--0: #000000;
  --tf--color--h: #292A66;
  --tf--color--h-tint: #4e769c;
  --tf--color--h-lite: #ced9e4;
  --tf--color--h-pale: #eff0f2;
  --tf--color--1: #4E769C;
  --tf--color--1-tint: #A9C0D6;
  --tf--color--1-lite: #E2EBF2;
  --tf--color--1-pale: #f0f5f8;
  --tf--color--2: #149B9E;
  --tf--color--2-tint: #96D1D2;
  --tf--color--2-lite: #DEEDEC;
  --tf--color--2-pale: #eef6f5;
  --tf--color--3: #5F6DB3;
  --tf--color--3-tint: #98A5D4;
  --tf--color--3-lite: #E3E5F3;
  --tf--color--3-pale: #f1f2f9;
  --tf--color--4: #F27179;
  --tf--color--4-tint: #F8B5BA;
  --tf--color--4-lite: #FCDEE0;
  --tf--color--4-pale: #FDE6E8;
  --tf--color--5: #F5845E;
  --tf--color--5-tint: #FCC8AC;
  --tf--color--5-lite: #FEE6D3;
  --tf--color--5-pale: #FEECDE;
  --tf--color--6: #0094BE;
  --tf--color--6-tint: #94CADF;
  --tf--color--6-lite: #D5EFF9;
  --tf--color--6-pale: #eaf7fc;
  --tf--color--f: #FFFFFF;
}

/* ---------------------------------------------------
   Defining gradients
--------------------------------------------------- */
/* ---------------------------------------------------
   Assigning page colors
--------------------------------------------------- */
:root {
  --tf--color--full: #292A66;
  --tf--color--tint: #ced9e4;
  --tf--color--lite: #ced9e4;
  --tf--color--pale: #eff0f2;
  --tf--gradient--right-white-to-color: linear-gradient(to right, #fff 0%, var(--tf--color--tint) 100%);
  --tf--gradient--right-multicolor: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), var(--tf--color--multi, linear-gradient(to bottom, var(--tf--color--tint), var(--tf--color--tint)));
  --tf--gradient--bottom-white-to-color: linear-gradient(to bottom, #fff 0%, var(--tf--color--pale) 100%);
  --tf--gradient--bottom-color-to-white: linear-gradient(to bottom, var(--tf--color--pale) 0%, #fff 100%);
  --tf--gradient--bottom-white-to-multicolor: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.5)), var(--tf--color--multi, linear-gradient(to bottom, var(--tf--color--tint), var(--tf--color--tint)));
}
:root body.has-treatments-page-color,
:root body .inherit-treatments-page-color {
  --tf--color--full: #0094BE;
  --tf--color--tint: #94CADF;
  --tf--color--lite: #D5EFF9;
  --tf--color--pale: #eaf7fc;
  --tf--color--multi: linear-gradient(to right, #96D1D2, #94CADF 33%, #98A5D4 66%, #A9C0D6 100%);
  --tf--color--bars: linear-gradient(to right, #96D1D2, #94CADF 20%, #4E769C 50%, #98A5D4 80%, #A9C0D6 100%);
}
:root body.has-conditions-page-color,
:root body .inherit-conditions-page-color {
  --tf--color--full: #F27179;
  --tf--color--tint: #F8B5BA;
  --tf--color--lite: #fef2e9;
  --tf--color--pale: #FDE6E8;
  --tf--color--multi: linear-gradient(to right, #FEE6D3, #FCC8AC 33%, #F8B5BA 66%, #FCDEE0 100%);
  --tf--color--bars: linear-gradient(to right, #FEE6D3, #FCC8AC 20%, #F27179 50%, #F8B5BA 80%, #FCDEE0 100%);
}
:root body.has-slate-page-color,
:root body .inherit-slate-page-color {
  --tf--color--full: #4E769C;
  --tf--color--tint: #A9C0D6;
  --tf--color--lite: #E2EBF2;
  --tf--color--pale: #f0f5f8;
  --tf--color--bars: linear-gradient(to right, var(--tf--color--tint), var(--tf--color--full) 30%, var(--tf--color--full) 60%, var(--tf--color--tint));
}
@media (min-width: 782px) {
  :root body.has-slate-page-color,
  :root body .inherit-slate-page-color {
    --tf--color--bars: linear-gradient(to right, var(--tf--color--lite) 0%, var(--tf--color--tint) 20%, var(--tf--color--full) 50%, var(--tf--color--tint) 80%, var(--tf--color--lite) 100%);
  }
}
:root body.has-teal-page-color,
:root body .inherit-teal-page-color {
  --tf--color--full: #149B9E;
  --tf--color--tint: #96D1D2;
  --tf--color--lite: #DEEDEC;
  --tf--color--pale: #eef6f5;
  --tf--color--bars: linear-gradient(to right, var(--tf--color--tint), var(--tf--color--full) 30%, var(--tf--color--full) 60%, var(--tf--color--tint));
}
@media (min-width: 782px) {
  :root body.has-teal-page-color,
  :root body .inherit-teal-page-color {
    --tf--color--bars: linear-gradient(to right, var(--tf--color--lite) 0%, var(--tf--color--tint) 20%, var(--tf--color--full) 50%, var(--tf--color--tint) 80%, var(--tf--color--lite) 100%);
  }
}
:root body.has-purple-page-color,
:root body .inherit-purple-page-color {
  --tf--color--full: #5F6DB3;
  --tf--color--tint: #98A5D4;
  --tf--color--lite: #E3E5F3;
  --tf--color--pale: #f1f2f9;
  --tf--color--bars: linear-gradient(to right, var(--tf--color--tint), var(--tf--color--full) 30%, var(--tf--color--full) 60%, var(--tf--color--tint));
}
@media (min-width: 782px) {
  :root body.has-purple-page-color,
  :root body .inherit-purple-page-color {
    --tf--color--bars: linear-gradient(to right, var(--tf--color--lite) 0%, var(--tf--color--tint) 20%, var(--tf--color--full) 50%, var(--tf--color--tint) 80%, var(--tf--color--lite) 100%);
  }
}
:root body.has-pink-page-color,
:root body .inherit-pink-page-color {
  --tf--color--full: #F27179;
  --tf--color--tint: #F8B5BA;
  --tf--color--lite: #FCDEE0;
  --tf--color--pale: #FDE6E8;
  --tf--color--bars: linear-gradient(to right, var(--tf--color--tint), var(--tf--color--full) 30%, var(--tf--color--full) 60%, var(--tf--color--tint));
}
@media (min-width: 782px) {
  :root body.has-pink-page-color,
  :root body .inherit-pink-page-color {
    --tf--color--bars: linear-gradient(to right, var(--tf--color--lite) 0%, var(--tf--color--tint) 20%, var(--tf--color--full) 50%, var(--tf--color--tint) 80%, var(--tf--color--lite) 100%);
  }
}
:root body.has-orange-page-color,
:root body .inherit-orange-page-color {
  --tf--color--full: #F5845E;
  --tf--color--tint: #FCC8AC;
  --tf--color--lite: #FEE6D3;
  --tf--color--pale: #FEECDE;
  --tf--color--bars: linear-gradient(to right, var(--tf--color--tint), var(--tf--color--full) 30%, var(--tf--color--full) 60%, var(--tf--color--tint));
}
@media (min-width: 782px) {
  :root body.has-orange-page-color,
  :root body .inherit-orange-page-color {
    --tf--color--bars: linear-gradient(to right, var(--tf--color--lite) 0%, var(--tf--color--tint) 20%, var(--tf--color--full) 50%, var(--tf--color--tint) 80%, var(--tf--color--lite) 100%);
  }
}
:root body.has-blue-page-color,
:root body .inherit-blue-page-color {
  --tf--color--full: #0094BE;
  --tf--color--tint: #94CADF;
  --tf--color--lite: #D5EFF9;
  --tf--color--pale: #eaf7fc;
  --tf--color--bars: linear-gradient(to right, var(--tf--color--tint), var(--tf--color--full) 30%, var(--tf--color--full) 60%, var(--tf--color--tint));
}
@media (min-width: 782px) {
  :root body.has-blue-page-color,
  :root body .inherit-blue-page-color {
    --tf--color--bars: linear-gradient(to right, var(--tf--color--lite) 0%, var(--tf--color--tint) 20%, var(--tf--color--full) 50%, var(--tf--color--tint) 80%, var(--tf--color--lite) 100%);
  }
}
:root body .has-background, :root body .has-background-gradient {
  --wp--preset--color--page-tint: var(--tf--color--pale);
  --wp--preset--gradient--right-white-to-color: linear-gradient(to right, #fff 0%, var(--tf--color--tint) 100%) !important;
  --wp--preset--gradient--right-multicolor: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), var(--tf--color--multi, linear-gradient(to bottom, var(--tf--color--tint), var(--tf--color--tint))) !important;
  --wp--preset--gradient--bottom-white-to-color: linear-gradient(to bottom, #fff 0%, var(--tf--color--pale) 100%) !important;
  --wp--preset--gradient--bottom-color-to-white: linear-gradient(to bottom, var(--tf--color--pale) 0%, #fff 100%) !important;
  --wp--preset--gradient--bottom-white-to-multicolor: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.5)), var(--tf--color--multi, linear-gradient(to bottom, var(--tf--color--tint), var(--tf--color--tint))) !important;
}

.navy-violet-cyan-teal-pink-orange {
  padding: 2rem;
  background: linear-gradient(to right, #A9C0D6, #98A5D4 20%, #94CADF 40%, #96D1D2 60%, #F8B5BA 80%, #FCC8AC 100%);
}

/* TOODO -- might be able to use conic gradient with start/stop point that match up; ref: https://css-tricks.com/a-complete-guide-to-css-gradients/#aa-conic-css-gradients */
.wp-pattern-colorblock-hero.color-palette {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgb(255, 255, 255)), url("resources/images/backgrounds/gradient-palette--full-color.jpg") no-repeat;
  background-size: cover;
}

.wp-pattern-colorblock-hero.color-palette-10,
.wp-pattern-colorblock-hero.color-palette-20,
.wp-pattern-colorblock-hero.color-palette-30,
.wp-pattern-colorblock-hero.color-palette-40 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("resources/images/backgrounds/gradient-palette--full-color.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 1rem;
}
.wp-pattern-colorblock-hero.color-palette-10::after,
.wp-pattern-colorblock-hero.color-palette-20::after,
.wp-pattern-colorblock-hero.color-palette-30::after,
.wp-pattern-colorblock-hero.color-palette-40::after {
  position: absolute;
  width: 100%;
  height: 1rem;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(to right, #A9C0D6, #98A5D4 20%, #94CADF 40%, #96D1D2 60%, #F8B5BA 80%, #FCC8AC 100%);
}

.wp-pattern-colorblock-hero.color-palette-20 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("resources/images/backgrounds/gradient-palette--full-color.jpg") no-repeat;
  background-size: cover;
}

.wp-pattern-colorblock-hero.color-palette-30 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("resources/images/backgrounds/gradient-palette--full-color.jpg") no-repeat;
  background-size: cover;
}

.wp-pattern-colorblock-hero.color-palette-40 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("resources/images/backgrounds/gradient-palette--full-color.jpg") no-repeat;
  background-size: cover;
}

/* ---------------------------------------------------
   Assigning colors
   [background]--[foreground element]:[foreground color]
--------------------------------------------------- */
/* ---------------------------------------------------
   Font family and weight
--------------------------------------------------- */
/* ---------------------------------------------------
   Spacing Definitions
--------------------------------------------------- */
/* _print.scss
 * Description: styles for print that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 May 2025
 */
@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 May 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.
--------------------------------------------------- */
/* button.scss
 * Description: styles for buttons (not just the button block but ALSO the button element)
 * Author: Caroline Ferraby
 * Date: 01 May 2025
 */
/* ---------------------------------------------------
   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 {
  font-size: 1.125rem;
  line-height: 1.4;
  padding: 0.5rem 2.25rem 0.5rem 1rem;
  border-radius: 32px;
  border: 2px solid;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.wp-element-button:focus-visible {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 3px 5px #292A66;
  outline: 0;
}

.wp-block-buttons + figure {
  margin-top: 3rem;
}

.wp-block-button:not(.is-style-secondary, .is-style-minimal) .wp-block-button__link,
.wp-element-button:not(.wp-block-button__link) {
  font-weight: normal;
  color: var(--color-bg--primary-btn-txt, #FFFFFF) !important;
  background-color: var(--color-bg--primary-btn, #292A66);
  border-color: var(--color-bg--primary-btn, #292A66);
}
.wp-block-button:not(.is-style-secondary, .is-style-minimal) .wp-block-button__link:hover,
.wp-element-button:not(.wp-block-button__link):hover {
  background-color: var(--color-bg--primary-btn-hover, #4E769C);
  border-color: var(--color-bg--primary-btn-hover, #4E769C);
}

.wp-block-button.is-style-secondary > .wp-block-button__link {
  color: var(--color-bg--secondary-btn-txt, #292A66) !important;
  border-color: var(--color-bg--secondary-btn-txt, #4e769c) !important;
  background-color: var(--color-bg--secondary-btn, #FFFFFF);
}
.wp-block-button.is-style-secondary > .wp-block-button__link:hover {
  background-color: var(--color-bg--secondary-btn-hover, #E2EBF2);
}

.wp-block-button.is-style-minimal > .wp-block-button__link,
.wp-block-post-excerpt__more-link,
.wp-block-read-more {
  color: var(--color-bg--minimal-btn, #4E769C);
  background-color: transparent;
  border-color: transparent;
}
.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-hover, #4E769C);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.wp-block-buttons:has(.is-style-minimal:first-child:last-child) {
  margin-top: 1rem;
}

.wp-block-button .wp-block-button__link::after,
.wp-block-post-excerpt__more-link::after,
.wp-block-read-more::after {
  position: absolute;
  display: inline-block;
  width: 23px;
  margin-left: 0.25rem;
}

.wp-block-button:not(.is-style-secondary, .is-style-minimal) .wp-block-button__link::after {
  content: var(--color-bg--primary-btn-icon, url("resources/images/arrow-white.svg"));
}

.wp-block-button.is-style-secondary .wp-block-button__link::after {
  content: var(--color-bg--secondary-btn-icon, url("resources/images/arrow-violet.svg"));
}

.wp-block-button.is-style-minimal > .wp-block-button__link::after,
.wp-block-post-excerpt__more-link::after,
.wp-block-read-more::after {
  content: url("resources/images/arrow-navy.svg");
}
.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 {
  content: url("resources/images/arrow-navy-circle.svg");
  height: 18px;
  margin-top: 3px;
}

/* ---------------------------------------------------
   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.
--------------------------------------------------- */
/* _spacing.scss
 * Description: styles for spacing that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 May 2025
 */
/* ---------------------------------------------------
   Horizontal spacing ( gap )
--------------------------------------------------- */
:where(.is-layout-flex) {
  gap: 0;
}

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

@media screen and (min-width: 782px) {
  .wp-block-columns.is-layout-flex {
    gap: 2rem;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-columns.is-layout-flex.gap-small {
    gap: 1rem;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-columns.is-layout-flex.gap-medium {
    gap: 3rem;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-columns.is-layout-flex.gap-large {
    gap: 4.75rem;
  }
}

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

.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: 2.5rem;
}

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: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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: 1.5rem;
}

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

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

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

.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;
  }
}
.wp-block-group:where(:has(> [class^=wp-block-custom-]:first-child)),
.wp-block-group:where(.isnowrap:not(.vertical):has(> [class^=wp-block-custom-])),
.wp-block-group:where(.isnowrap:not(.vertical):has(> [class^=wp-block-custom-].first)),
.wp-block-columns:where(:has(> div > [class^=wp-block-custom-]:first-child)),
.wp-block-columns:where(:has(> div > [class^=wp-block-custom-].first:first-child)) {
  margin-top: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p.responsive-video-wrap {
  margin-top: 0;
}

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

@media screen and (max-width: 959px) {
  .entry-content .alignfull {
    margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
    width: calc(100% + 64px) !important;
    max-width: calc(100% + 64px) !important;
  }
}
.wp-block-post-content > :first-child:not(.has-background, .has-cover-block) {
  margin-top: 3rem;
}

.wp-block-post-content > :last-child {
  padding-bottom: 2rem;
}

/* ---------------------------------------------------
   Header template part
--------------------------------------------------- */
header {
  z-index: 100;
}
header.wp-block-template-part {
  position: sticky;
  top: -38px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}
header.wp-block-template-part .wp-block-group.has-hologic-tint-background-color {
  padding: 0 2rem;
  border-radius: 0;
}
header.wp-block-template-part .wp-block-group.has-hologic-tint-background-color .wp-block-navigation-item__content {
  font-weight: 700;
}
header.wp-block-template-part .wp-block-group.has-white-background-color {
  transition: padding 0.1s ease-in-out;
}
header.wp-block-template-part .wp-block-site-logo img {
  transition: max-height 0.1s ease-in-out;
  max-height: 30px;
  width: auto;
}
header.wp-block-template-part.active .wp-block-group.has-white-background-color {
  transition: padding 0.25s ease-in-out;
  padding: 1rem;
}
header.wp-block-template-part.active .wp-block-site-logo img {
  transition: max-height 0.25s ease-in-out;
  max-height: 22px;
}

/* ---------------------------------------------------
   Main template part
--------------------------------------------------- */
main {
  z-index: 20;
}

/* ---------------------------------------------------
   Footer template part
--------------------------------------------------- */
footer.wp-block-template-part > .wp-block-group.has-white-background-color {
  margin-top: 0;
  padding: 4rem 2rem;
}
footer.wp-block-template-part .wp-block-navigation__container {
  margin-left: -0.375rem;
}
footer.wp-block-template-part .wp-block-navigation .wp-block-navigation-item__content:hover {
  text-decoration: underline;
}
footer.wp-block-template-part .wp-block-navigation-item__content, footer.wp-block-template-part p {
  text-transform: uppercase;
}
footer.wp-block-template-part .wp-block-social-links {
  column-gap: 22px;
  margin: 1.25rem 0;
}
footer.wp-block-template-part .wp-block-social-links .wp-block-social-link {
  transform: scale(1.2);
}
footer.wp-block-template-part .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor {
  color: inherit !important;
}
footer.wp-block-template-part .wp-block-social-links .wp-social-link svg {
  width: 24px;
  height: 24px;
}
footer.wp-block-template-part .wp-block-group.is-layout-flex:last-child {
  margin-top: 0.5rem;
}
footer.wp-block-template-part .wp-block-image {
  margin-bottom: 0;
}
footer.wp-block-template-part p {
  font-size: 14px;
  color: #292A66;
}

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

/* _containers.scss
 * Description: styles for container blocks that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 May 2025
 */
/* ---------------------------------------------------
   Groups with a background color
--------------------------------------------------- */
.wp-block-group.has-background {
  padding: 2rem;
}
.wp-block-group.has-background:not(:first-child, .has-white-background-color, .has-bottom-white-to-color-gradient-background, .has-bottom-color-to-white-gradient-background) {
  margin-top: 1.5rem;
}
.wp-block-group.has-background:not(.alignfull) {
  border-radius: 1rem;
}
.wp-block-group.has-background:not(.alignfull).is-style-section {
  padding: 1.5rem;
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
@media (min-width: 600px) {
  .wp-block-group.has-background:not(.alignfull).is-style-section {
    padding: 2.5rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.wp-block-group.has-background.is-style-section.alignfull, .wp-block-group.has-background.is-style-section-with-top-wave.alignfull, .wp-block-group.has-background.is-style-section-with-bottom-wave.alignfull {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 601px) {
  .wp-block-group.has-background.is-style-section.alignfull, .wp-block-group.has-background.is-style-section-with-top-wave.alignfull, .wp-block-group.has-background.is-style-section-with-bottom-wave.alignfull {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* ------------ Check the previous div ------------ */
.wp-block-group.has-background + .wp-block-group.has-background:not(.is-style-section, .is-style-section-with-top-wave, .is-style-section-with-bottom-wave) {
  margin-top: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.wp-block-group.has-background + .wp-block-group.has-background.is-style-section.alignfull {
  margin-top: 0.25rem;
}

.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-sixth-background-color + .wp-block-group.has-background.has-sixth-background-color,
.has-black-background-color + .wp-block-group.has-background.has-black-background-color {
  padding-top: 0;
}

/* ---------------------------------------------------
   Groups that are a section
--------------------------------------------------- */
.wp-block-group.is-style-section:not(.has-white-background-color, .has-bottom-white-to-color-gradient-background, .has-bottom-white-to-multicolor-gradient-background) {
  margin-top: 3rem;
}
@media (min-width: 601px) {
  .wp-block-group.is-style-section:not(.has-white-background-color, .has-bottom-white-to-color-gradient-background, .has-bottom-white-to-multicolor-gradient-background) {
    margin-top: 4rem;
  }
}
.wp-block-group.is-style-section:not(.has-white-background-color, .has-bottom-white-to-color-gradient-background, .has-bottom-white-to-multicolor-gradient-background) + hr {
  margin-top: 2rem;
}
@media (min-width: 601px) {
  .wp-block-group.is-style-section:not(.has-white-background-color, .has-bottom-white-to-color-gradient-background, .has-bottom-white-to-multicolor-gradient-background) + hr {
    margin-top: 3rem;
  }
}

.wp-block-group.has-background.is-style-section-with-top-wave:not(.has-bottom-white-to-color-gradient-background, .wp-block) {
  margin-top: 3rem;
}
@media (min-width: 601px) {
  .wp-block-group.has-background.is-style-section-with-top-wave:not(.has-bottom-white-to-color-gradient-background, .wp-block) {
    margin-top: 4rem;
  }
}
.wp-block-group.has-background.is-style-section-with-top-wave:not(.has-bottom-white-to-color-gradient-background, .wp-block)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1.5rem;
  width: 100%;
  height: 5rem;
  z-index: 1;
  background: inherit;
  clip-path: url("#wave-top-clip-path");
}

.wp-block-group.has-background.is-style-section-with-bottom-wave:not(.has-bottom-color-to-white-gradient-background, .wp-block) {
  margin-top: 3rem;
}
@media (min-width: 601px) {
  .wp-block-group.has-background.is-style-section-with-bottom-wave:not(.has-bottom-color-to-white-gradient-background, .wp-block) {
    margin-top: 4rem;
  }
}
.wp-block-group.has-background.is-style-section-with-bottom-wave:not(.has-bottom-color-to-white-gradient-background, .wp-block)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  width: 100%;
  height: 5rem;
  z-index: 1;
  background: inherit;
  clip-path: url("#wave-bottom-clip-path");
}

/* ---------------------------------------------------
   Groups that are sticky (for sticky nav)
--------------------------------------------------- */
.wp-block-group.is-style-sticky-nav,
.wp-block-group.is-style-navbar {
  margin-top: 0;
  padding: 10px;
  border-top: 2px solid var(--tf--color--full);
  border-bottom: 2px solid var(--tf--color--full);
  background-color: #FFFFFF;
  transition: background-color 0.5s ease-in-out;
}
.wp-block-group.is-style-sticky-nav :focus,
.wp-block-group.is-style-navbar :focus {
  border-color: transparent;
  outline: none !important;
}
.wp-block-group.is-style-sticky-nav > .wp-block-group,
.wp-block-group.is-style-navbar > .wp-block-group {
  position: relative;
}
.wp-block-group.is-style-sticky-nav .wp-block-buttons.is-layout-flex,
.wp-block-group.is-style-navbar .wp-block-buttons.is-layout-flex {
  row-gap: 0.25rem;
}
.wp-block-group.is-style-sticky-nav .wp-block-button.is-style-minimal .wp-block-button__link,
.wp-block-group.is-style-navbar .wp-block-button.is-style-minimal .wp-block-button__link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 0.25rem 1rem;
  color: #292A66 !important;
}
.wp-block-group.is-style-sticky-nav .wp-block-button.is-style-minimal .wp-block-button__link::after,
.wp-block-group.is-style-navbar .wp-block-button.is-style-minimal .wp-block-button__link::after {
  content: "";
}
.wp-block-group.is-style-sticky-nav .wp-block-button.is-style-minimal .wp-block-button__link.active,
.wp-block-group.is-style-sticky-nav .wp-block-button.is-style-minimal .wp-block-button__link:hover,
.wp-block-group.is-style-sticky-nav .wp-block-outermost-icon-block:hover,
.wp-block-group.is-style-navbar .wp-block-button.is-style-minimal .wp-block-button__link.active,
.wp-block-group.is-style-navbar .wp-block-button.is-style-minimal .wp-block-button__link:hover,
.wp-block-group.is-style-navbar .wp-block-outermost-icon-block:hover {
  text-decoration: none;
  border-color: var(--tf--color--full);
  background-color: #FFFFFF;
}
.wp-block-group.is-style-sticky-nav .show-when-sticking,
.wp-block-group.is-style-navbar .show-when-sticking {
  position: absolute;
  opacity: 0;
}

/* ---------------------------------------------------
   Columns styled like Media & Text block
--------------------------------------------------- */
@media screen and (min-width: 782px) {
  .wp-block-columns.is-style-media-text.is-layout-flex {
    gap: 0;
  }
  .wp-block-columns.is-style-media-text.is-layout-flex:not(:has(.wp-block-image, .wp-block-video, .wp-block-embed)) {
    gap: 4rem;
  }
}
.wp-block-columns.is-style-media-text .wp-block-column {
  flex-basis: 50%;
}
.wp-block-columns.is-style-media-text .wp-block-column:not(:has(.wp-block-image, .wp-block-video, .wp-block-embed)) {
  padding: 0px;
}
@media (min-width: 600px) {
  .wp-block-columns.is-style-media-text .wp-block-column:not(:has(.wp-block-image, .wp-block-video, .wp-block-embed)):first-child {
    padding: 0px 4rem 0px 0px;
  }
  .wp-block-columns.is-style-media-text .wp-block-column:not(:has(.wp-block-image, .wp-block-video, .wp-block-embed)):last-child {
    padding: 0px 0px 0px 4rem;
  }
}
.wp-block-columns.is-style-media-text .wp-block-column figure {
  margin-bottom: 0;
}

/* ---------------------------------------------------
   Columns with a divider
--------------------------------------------------- */
.wp-block-columns.is-style-divider {
  justify-content: space-evenly;
  border-top: 2px solid var(--color-bg--divider, #ced9e4);
  padding-top: 2rem;
  gap: 0;
}
@media (min-width: 782px) {
  .wp-block-columns.is-style-divider .wp-block-column {
    padding: 0 2rem;
  }
  .wp-block-columns.is-style-divider .wp-block-column:not(:first-child) {
    border-left: 2px solid var(--color-bg--divider, #ced9e4);
  }
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-divider .wp-block-column:not(:last-child) > p:last-child {
    padding-bottom: 1.875rem;
    border-bottom: 2px solid var(--color-bg--divider, #ced9e4);
  }
}

.wp-block-column.is-style-divider > .wp-block-group:not(:first-child) {
  margin-top: 1.125rem;
  border-top: 1px solid var(--color-bg--divider, #ced9e4);
  padding-top: 1.125rem;
}
.wp-block-column.is-style-divider h3 + p {
  margin-top: 0.5rem;
}
#procedure .wp-block-column.is-style-divider p + p {
  margin-top: 0.5rem;
}

/* ---------------------------------------------------
   Columns with a background color
--------------------------------------------------- */
.wp-block-columns:has(.wp-block-column.has-background) {
  justify-content: center;
}
@media (min-width: 600px) {
  .wp-block-columns:has(.wp-block-column.has-background) {
    gap: 2rem;
  }
}
.wp-block-columns:not(.alignfull) > .wp-block-column.has-background {
  border-radius: 1rem;
}

.wp-block-column.has-background {
  align-self: auto;
  padding: 2rem 1rem;
}
.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;
}
.wp-block-column.has-background.is-style-cta {
  position: relative;
  max-width: 276px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
.wp-block-column.has-background.is-style-cta p {
  flex-grow: 1;
}
.wp-block-column.has-background.is-style-cta .wp-block-buttons {
  margin-top: 1rem;
}
.wp-block-column.has-background.is-style-cta .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent !important;
  pointer-events: auto;
  z-index: 1;
}
.wp-block-column.has-background.is-style-cta:hover {
  cursor: pointer;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

/* ---------------------------------------------------
   Setting foreground colors for colored backgrounds
--------------------------------------------------- */
.has-white-background-color,
.has-bottom-white-to-color-gradient-background,
.has-bottom-color-to-white-gradient-background,
.has-hologic-tint-background-color,
.has-page-tint-background-color,
.has-first-tint-background-color,
.has-second-tint-background-color,
.has-third-tint-background-color,
.has-fourth-tint-background-color,
.has-fifth-tint-background-color,
.has-sixth-tint-background-color,
.wp-block-details {
  color: #000000;
  --color-bg--primary: initial;
  --color-bg--heading: initial;
  --color-bg--caption: initial;
  --color-bg--divider: initial;
  --color-bg--link: initial;
  --color-bg--primary-btn: initial;
  --color-bg--primary-btn-hover: initial;
  --color-bg--primary-btn-txt: initial;
  --color-bg--primary-btn-icon: initial;
  --color-bg--secondary-btn: initial;
  --color-bg--secondary-btn-hover: initial;
  --color-bg--secondary-btn-txt: initial;
  --color-bg--secondary-btn-icon: initial;
  --color-bg--minimal-btn: initial;
  --color-bg--minimal-btn-hover: initial;
  --color-bg--form-field: initial;
}

.has-page-tint-background-color,
.has-hologic-tint-background-color,
.has-bottom-white-to-color-gradient-background,
.has-bottom-color-to-white-gradient-background {
  --color-bg--divider: var(--tf--color--tint);
}

.has-first-tint-background-color {
  --color-bg--divider: #A9C0D6;
}

.has-second-tint-background-color {
  --color-bg--divider: #96D1D2;
}

.has-third-tint-background-color {
  --color-bg--divider: #98A5D4;
}

.has-fourth-tint-background-color {
  --color-bg--divider: #F8B5BA;
}

.has-fifth-tint-background-color {
  --color-bg--divider: #FCC8AC;
}

.has-sixth-tint-background-color {
  --color-bg--divider: #94CADF;
}

.has-hologic-background-color,
.has-blue-to-violet-gradient-background,
.has-violet-to-blue-gradient-background,
.has-black-background-color {
  color: #FFFFFF;
  --color-bg--primary: #5F6DB3;
  --color-bg--heading: #FFFFFF;
  --color-bg--caption: #5F6DB3;
  --color-bg--divider: #5F6DB3;
  --color-bg--link: #A9C0D6;
  --color-bg--primary-btn: #FFFFFF;
  --color-bg--primary-btn-hover: rgb(239.7, 239.7, 239.7);
  --color-bg--primary-btn-txt: #292A66;
  --color-bg--primary-btn-icon: url("resources/images/arrow-violet.svg");
  --color-bg--secondary-btn: transparent;
  --color-bg--secondary-btn-hover: transparent;
  --color-bg--secondary-btn-txt: #FFFFFF;
  --color-bg--secondary-btn-icon: url("resources/images/arrow-white.svg");
  --color-bg--minimal-btn: #FFFFFF;
  --color-bg--minimal-btn-hover: rgb(216.75, 216.75, 216.75);
  --color-bg--form-field: rgba(255, 255, 255, 0.2);
}

/* _navigation.scss
 * Description: styles for the navigation block
 * Author: Caroline Ferraby
 * Date: 01 May 2025
 */
/* ---------------------------------------------------
   All navigation blocks
--------------------------------------------------- */
.wp-block-navigation {
  column-gap: 1.125rem;
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  padding: 0.56rem 0.375rem;
  font-size: 14px;
  color: #292A66 !important;
}
.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 {
  text-decoration: none;
}

/* ---------------------------------------------------
   Mobile overlay menu is not visible
--------------------------------------------------- */
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-icon {
  color: #ced9e4 !important;
  font-size: 1.5rem;
  margin-left: 0;
  transition: transform 0.25s ease-in-out;
  transform: rotate(-90deg);
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-icon:hover {
  background: transparent;
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-icon[aria-expanded=true] {
  transform: none;
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-icon svg {
  margin-top: 0;
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation-item.is-style-primary .wp-block-navigation-item__content,
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation-item.is-style-secondary .wp-block-navigation-item__content {
  padding: 0.375rem 0.675rem;
  line-height: 1;
  border-radius: 32px;
  border: 2px solid;
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation-item.is-style-primary .wp-block-navigation-item__content {
  color: var(--color-bg--primary-btn-txt, #FFFFFF) !important;
  background-color: var(--color-bg--primary-btn, #292A66);
  border-color: var(--color-bg--primary-btn, #292A66);
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation-item.is-style-primary .wp-block-navigation-item__content:hover {
  background-color: var(--color-bg--primary-btn-hover, #4E769C);
  border-color: var(--color-bg--primary-btn-hover, #4E769C);
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation-item.is-style-secondary .wp-block-navigation-item__content {
  border-color: #4e769c;
  background-color: var(--color-bg--secondary-btn, #FFFFFF);
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation-item.is-style-secondary .wp-block-navigation-item__content:hover {
  background-color: var(--color-bg--secondary-btn-hover, #E2EBF2);
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container {
  left: -1rem;
  padding: 0.625rem 0;
  border: 0;
  border-top: 2.5px solid #4e769c;
  border-radius: 0px 0px 16px 16px;
  box-shadow: 0px 8px 20px -4px rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container > .wp-block-navigation-item {
  padding: 0;
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  padding: 0.625rem 1.375rem;
  font-size: 14px;
  font-weight: 400;
  color: #292A66 !important;
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover {
  background-color: #eff0f2;
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container > .wp-block-navigation-item .wp-block-navigation__submenu-icon {
  position: absolute;
  right: 0.25rem;
  color: #ced9e4 !important;
  background: transparent;
  transform: none;
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-page-list > .has-child .wp-block-navigation__submenu-container,
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container {
  left: -1rem;
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
nav.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: #292A66;
}

.wp-block-navigation__responsive-container.is-menu-open {
  padding-top: 2.375rem;
  width: 70%;
  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;
}
.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,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  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: 14px;
  padding: 0.375rem 0;
  width: 100%;
  color: #FFFFFF !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:hover {
  color: #FFFFFF !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  min-width: 0;
  width: 100%;
  padding: 0;
}
.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
--------------------------------------------------- */
.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;
}
.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%;
  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;
}

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

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

/* _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 !important;
  --color-bg--primary-btn-txt: $color-flag;
  --color-bg--secondary-btn-txt: $color-flag;
  --color-bg--minimal-btn-txt: $color-flag;
}

/* ---------------------------------------------------
   For Developers
--------------------------------------------------- */
.z-index-1 {
  z-index: 1;
}

.scale-up {
  margin: -1rem !important;
}

.white-border-top {
  border-top: 5px solid #FFFFFF;
}

.white-border-bottom {
  border-bottom: 5px solid #FFFFFF;
}

@media (max-width: 781px) {
  .white-border-middle .wp-block-column:nth-child(2):last-child::before {
    content: "";
    display: block;
    height: 5px;
    width: calc(100% + 4rem);
    background: #FFFFFF;
    position: relative;
    left: -2rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 782px) {
  .white-border-middle::after {
    content: "";
    display: block;
    height: 100%;
    width: 5px;
    background: #FFFFFF;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
  }
}

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

@media (max-width: 781px) {
  .two-columns-on-mobile.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 50% !important;
    flex-grow: 1;
  }
  .two-columns-on-mobile.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2) > :first-child {
    margin-top: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-quarter {
  padding-top: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

/* blocks.scss
 * Description: styles for various blocks
 * Author: Caroline Ferraby
 * Date: 01 May 2025
 */
.wp-block-columns.is-layout-flex .wp-block-column {
  display: flex;
  flex-direction: column;
}
.wp-block-columns .wp-block-column.is-vertically-aligned-center > :last-child {
  margin-bottom: 0;
}

.wp-block-details {
  position: relative;
  border-radius: 1rem;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.wp-block-details summary {
  display: flex;
  align-items: center;
  list-style: none;
  font-weight: 500;
  line-height: 1.2;
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-block-details summary::before {
  content: url("resources/images/chevron-right.svg");
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  width: 8px;
  line-height: 1;
  transition: transform 300ms ease;
}
.wp-block-details summary + * {
  margin-top: 0.5rem;
}
.wp-block-details[open] summary {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-bg--divider, #ced9e4);
  margin-bottom: 1rem;
}
.wp-block-details[open] summary::before {
  transform: rotate(90deg);
}
.wp-block-details > :last-child {
  margin-bottom: 0.5rem;
}
.wp-block-details + .wp-block-details {
  margin-top: 1.5rem;
}

.wp-block-group.position-top {
  position: absolute;
  width: 100%;
  top: 0;
}
.wp-block-group.product-features .wp-block-columns .wp-block-column {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wp-block-group.product-features .wp-block-columns:not(:last-child) .wp-block-column {
  border-bottom: 4px dotted #5F6DB3;
}
.wp-block-group.cta-squares .wp-block-columns {
  margin-top: 0.5rem;
  gap: 0.5rem;
}
.wp-block-group.cta-squares .wp-block-column {
  position: relative;
}
.wp-block-group.cta-squares .wp-block-button.is-style-minimal {
  font-size: 1.5rem;
}

.wp-block-media-text .wp-block-media-text__content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wp-block-media-text .wp-block-media-text__content:first-child {
  padding: 0px 4rem 0px 0px;
}
.wp-block-media-text .wp-block-media-text__content:last-child {
  padding: 0px 0px 0px 4rem;
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content:first-child, .wp-block-media-text .wp-block-media-text__content:last-child {
    padding: 0px;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile.is-style-reverse-order .wp-block-media-text__media {
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile.is-style-reverse-order .wp-block-media-text__content {
    grid-row: 1;
  }
  .is-style-section .wp-block-media-text.is-stacked-on-mobile.is-style-reverse-order .wp-block-media-text__content > :first-child {
    margin-top: 0;
  }
}
.wp-block-media-text.alignfull.is-style-narrow-text .wp-block-media-text__content:first-child, .alignfull .wp-block-media-text.is-style-narrow-text .wp-block-media-text__content:first-child {
  margin-left: calc((100vw - var(--wp--style--global--content-size)) / 2);
}
.wp-block-media-text.alignfull.is-style-narrow-text .wp-block-media-text__content:last-child, .alignfull .wp-block-media-text.is-style-narrow-text .wp-block-media-text__content:last-child {
  margin-right: calc((100vw - var(--wp--style--global--content-size)) / 2);
}
.wp-block-media-text.alignwide.is-style-narrow-text .wp-block-media-text__content:first-child, .alignwide .wp-block-media-text.is-style-narrow-text .wp-block-media-text__content:first-child {
  margin-left: calc((var(--wp--style--global--wide-size) - var(--wp--style--global--content-size)) / 2);
}
.wp-block-media-text.alignwide.is-style-narrow-text .wp-block-media-text__content:last-child, .alignwide .wp-block-media-text.is-style-narrow-text .wp-block-media-text__content:last-child {
  margin-right: calc((var(--wp--style--global--wide-size) - var(--wp--style--global--content-size)) / 2);
}

.wp-block-search__inside-wrapper {
  padding: 0;
  position: relative;
}
.wp-block-search__input[type=search] {
  opacity: 0;
  width: 0;
  min-width: 0px;
  min-height: 0;
  margin-top: 0.25rem;
  padding: 0.45rem 0;
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  line-height: 1;
  transform: width 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.wp-block-search__input[type=search]:focus {
  border-color: #292A66;
}
.wp-block-search__input[type=search]:focus:invalid {
  color: inherit;
  border-color: inherit;
}
.wp-block-search__input[type=search]::placeholder {
  font-style: normal;
  font-size: 14px;
}
.wp-block-search__inside-wrapper:hover .wp-block-search__input, .wp-block-search__input[type=search]:not(:placeholder-shown), .wp-block-search__input[type=search]:focus {
  opacity: 1;
  padding: 0.45rem 0.25rem;
  width: 150px;
}
.wp-block-search__button[type=submit] {
  margin: 0;
  padding: 0.25rem;
  color: #292A66 !important;
  background: transparent !important;
}
.wp-block-search__button[type=submit] .search-icon {
  padding: 0px;
  background-color: transparent;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-search {
  order: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-search__input[type=search],
.wp-block-navigation__responsive-container.is-menu-open .wp-block-search__button {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  color: #000000;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-search__input[type=search]:focus,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-search__input[type=search]:focus + .wp-block-search__button {
  outline: none;
  box-shadow: none;
  border: 1px solid #4E769C;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-search__input[type=search]:focus {
  border-right: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-search__input[type=search]:focus + .wp-block-search__button {
  border-left: 0;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 0;
}

.wp-block-outermost-icon-block {
  justify-content: center;
}
.wp-block-outermost-icon-block .icon-path,
.wp-block-outermost-icon-block .possible-path {
  fill: var(--tf--color--full);
}
.wp-block-outermost-icon-block .possible-path {
  transition: fill 0.25s ease-in-out;
}
.wp-block-outermost-icon-block a:hover .possible-path {
  fill: #292A66;
}
.wp-block-outermost-icon-block .icon-container:has(.general-icon),
.wp-block-outermost-icon-block .icon-container:has(.symptom-icon) {
  background-color: var(--tf--color--lite);
  border-radius: 100%;
}
.wp-block-outermost-icon-block .icon-container:has(.general-icon) {
  width: 50px !important;
  padding: 10px;
}
@media (min-width: 600px) {
  .wp-block-outermost-icon-block .icon-container:has(.general-icon) {
    width: 65px !important;
    padding: 12px;
  }
}
@media (min-width: 782px) {
  .wp-block-outermost-icon-block .icon-container:has(.general-icon) {
    width: 80px !important;
    padding: 13px;
  }
}
.wp-block-outermost-icon-block .icon-container:has(.symptom-icon) {
  width: 90px !important;
}
@media (min-width: 600px) {
  .wp-block-outermost-icon-block .icon-container:has(.symptom-icon) {
    width: 120px !important;
  }
}
@media (min-width: 782px) {
  .wp-block-outermost-icon-block .icon-container:has(.symptom-icon) {
    width: 148px !important;
  }
}

.wp-block-video video,
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  border-radius: 1rem;
  overflow: hidden;
}

p.infographic-label {
  width: 180px;
}

/* _physician-finder.scss
 * Description: prettification of the thing that shows locations of some physicians
 * Author: Sir Edmunc
 * Date: 16 Jun 2025
 */
:root {
  --inset: 1.5rem;
}

address p {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

h2 strong {
  font-weight: normal;
}

/* ---------------------------------------------------
   For CMS Administrators (use all caps)
--------------------------------------------------- */
/* ---------------------------------------------------
   For Developers
--------------------------------------------------- */
.physician-finder {
  margin-top: 0 !important;
  padding: 3rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgb(255, 255, 255)), url("resources/images/backgrounds/gradient-palette--full-color.jpg");
  background-size: cover;
  background-size: 100% 800px;
  background-repeat: no-repeat;
  background-position: center top;
}
.physician-finder .header,
.physician-finder .footer {
  padding: 0.5rem 2rem 2rem;
}
.physician-finder .header {
  border-radius: 1rem 1rem 0 0;
  background-color: #FFFFFF;
}
.physician-finder .content {
  position: relative;
  gap: 0;
  margin-top: 0;
  padding-top: 0;
  background-color: #EDF1F5;
}
.physician-finder .content .map-form {
  flex-basis: 25%;
  padding: 1rem 2rem 2rem;
  z-index: 50;
}
.physician-finder .content .map {
  flex-basis: 75%;
  padding-top: 0;
  z-index: 30;
}
.physician-finder .footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #292A66;
}
.physician-finder .footer figure.wp-block-image {
  margin-bottom: 0rem;
}
.physician-finder .footer h3 {
  color: #FFFFFF;
}

/**********************************************************
 * Physician Finder - Form
 * uses structure and inherits styles from Gravity Forms to maintain consistency
 */
.find-physician__title {
  /*
      font-size: 40px;
      font-family: 'Proxima-Nova', Sans-Serif;
      letter-spacing: -0.01em;
      text-align: center;
      font-weight: 400;
      color: #2B2967; */
}

.find-physician__intro {
  /*    font-family: 'Proxima-Nova', Sans-Serif;
      font-size: 30px;
      line-height: 38px;
      letter-spacing: -0.005em;*/
}

.find-physician {
  /*    select.half-select {
          max-width: 288px;
          width: 50%;
          border-radius: 18px;
          margin-bottom: 20px;
          margin-top: 20px;
          padding-right: 50px;
          background: url(images/icon-dark-down-arrow.svg) no-repeat right #fff;
          line-height: 1;
          -webkit-appearance: none;
          background-position-x: 95%;
      }
      input.input-zip {
          width: 50% !important;
          max-width: 288px;
      } */
}
.find-physician li {
  list-style: none;
}
.find-physician input[type=text] {
  background: #FFFFFF;
  padding: 0 9px;
  border-radius: 18px;
}
.find-physician input[type=submit] {
  background-image: none;
}
.find-physician select {
  width: 100%;
}
.find-physician .gfield {
  margin-top: 0.5rem;
}
.find-physician .gfield_required_asterisk {
  display: none;
}
.find-physician .wp-block-buttons {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .physician-finder {
    padding: 1rem;
  }
}
/* end physician finder - form */
/********************************************************/
/**********************************************************
 * Physician Finder - Map
 */
#provider-map {
  width: 100%;
  min-height: 450px;
  height: 100%;
}
#provider-map a.more {
  text-decoration: none;
  line-height: 1.4;
}
#provider-map a.more .full-name {
  display: block;
  color: #292A66;
  font-weight: bold;
  font-size: 1.1;
}
#provider-map a.more .distance {
  display: block;
  color: black;
}
#provider-map a.more .city-state-zip {
  display: block;
  color: black;
}
#provider-map a.more .infoLink {
  padding: 0.5rem 0 0;
}
#provider-map a.more .infoLink:hover {
  color: #292A66;
  text-decoration: underline;
}
#provider-map a.more:hover .infoLink {
  text-decoration: underline;
}

/**********************************************************
 * Physician Finder - Results
 */
#no-results {
  padding: 15vh 0;
}

.physician-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem 1.5rem;
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .physician-results {
    display: block;
  }
}
.physician-results__item {
  display: flex;
  flex-flow: row nowrap;
  gap: 3%;
}

.physician-results__map {
  width: 30%;
}
.physician-results__map .distance,
.physician-results__map .office-text,
.physician-results__map .schedule {
  text-align: center;
  margin-top: 0.5rem;
  align: middle;
}
.physician-results__map .schedule a {
  font-size: 0.9rem;
  padding: 0.125rem 0.5rem;
}
.physician-results__map .schedule a:after {
  content: "" !important;
  width: 0;
}

.physician-results__description {
  position: relative;
  width: 67%;
}
.physician-results__description .full-name {
  margin-top: 0.25rem;
  font-weight: 700;
}
.physician-results__description .facility,
.physician-results__description .address,
.physician-results__description .phone,
.physician-results__description .website,
.physician-results__description .procedures {
  margin-top: 0.5rem;
  padding-left: var(--inset);
  background: url("resources/images/finder-icons/pin-marker.svg") no-repeat left center;
}
.physician-results__description .facility:hover,
.physician-results__description .address:hover,
.physician-results__description .phone:hover,
.physician-results__description .website:hover,
.physician-results__description .procedures:hover {
  background-position: 0.375rem center;
}
.physician-results__description .facility {
  position: relative;
  padding-left: var(--inset);
  margin-top: 0;
  background-image: none;
}
.physician-results__description .facility .name {
  display: inline-block;
  margin: 0 0 0.5rem calc(var(--inset) * -1);
  color: black;
  text-decoration: none;
}
.physician-results__description .facility .address {
  margin-left: calc(var(--inset) * -1);
  padding-left: var(--inset);
  background-image: url("resources/images/finder-icons/pin-marker.svg");
  background-position: no-repeat;
}
.physician-results__description .phone {
  background-image: url("resources/images/finder-icons/phone--traditional.svg");
}
.physician-results__description .website {
  background-image: url("resources/images/finder-icons/arrow--up-left.svg");
}
.physician-results__description .procedures {
  background-image: url("resources/images/finder-icons/circle-checkmark--reversed.svg");
}

@media screen and (max-width: 767px) {
  .physician-results__item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ced9e4;
  }
  .physician-results__map .schedule a {
    padding: 0.25rem 0.5rem;
  }
}
/* end physician finder - results */
/********************************************************/
/***********************************************
 * Ajax styling
 */
.ajax-spinner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
}

.ajax-spinner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  background-image: url("images/ajax-spinner.svg");
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* end ajax styling */
/***********************************************/
/* _patterns.scss
 * Description: styles for synced patterns
 * Author: Caroline Ferraby
 * Date: 10 June 2025
 */
/* ---------------------------------------------------
   Colorblock Hero
--------------------------------------------------- */
.wp-pattern-colorblock-hero .wp-block-cover {
  align-items: stretch;
}
@media (max-width: 781px) {
  .wp-pattern-colorblock-hero .wp-block-cover {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.wp-pattern-colorblock-hero:not(:has(.has-background-dim-0)) .wp-block-cover__image-background {
  display: none;
  object-fit: cover;
  object-position: center left;
  width: 50%;
  left: auto;
  z-index: 1;
}
@media (min-width: 782px) {
  .wp-pattern-colorblock-hero:not(:has(.has-background-dim-0)) .wp-block-cover__image-background {
    display: block;
  }
}
.wp-pattern-colorblock-hero .wp-block-cover__inner-container {
  position: relative;
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  z-index: 2;
}
.wp-pattern-colorblock-hero .wp-block-cover__inner-container .wp-block-columns {
  height: 100%;
  margin-top: 0;
}
.wp-pattern-colorblock-hero .wp-block-cover__inner-container .wp-block-image {
  display: none;
  margin-top: 0;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 782px) {
  .wp-pattern-colorblock-hero .wp-block-cover__inner-container .wp-block-image {
    display: flex;
    justify-content: center;
    opacity: 0;
  }
}
@media (min-width: 1080px) {
  .wp-pattern-colorblock-hero .wp-block-cover__inner-container .wp-block-image {
    opacity: 1;
  }
}
.wp-pattern-colorblock-hero .wp-block-cover__inner-container .wp-block-image img {
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: cover;
  object-position: 40% 50%;
}
@media screen and (max-width: 782px) {
  .wp-pattern-colorblock-hero .wp-block-cover__inner-container h1 {
    margin-top: 2rem;
  }
}
.wp-pattern-colorblock-hero .is-style-blue-bold {
  color: var(--tf--color--h);
}
.wp-pattern-colorblock-hero::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1rem;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: var(--tf--color--bars, var(--tf--color--full));
}

/* ---------------------------------------------------
   Join our community
--------------------------------------------------- */
.wp-pattern-join-our-community .wp-block-media-text,
.wp-pattern-join-our-community-alt .wp-block-media-text {
  margin-top: 1rem;
}
.wp-pattern-join-our-community .wp-block-media-text__media,
.wp-pattern-join-our-community-alt .wp-block-media-text__media {
  margin-top: 3rem;
}
@media (max-width: 600px) {
  .wp-pattern-join-our-community .wp-block-media-text__content,
  .wp-pattern-join-our-community .wp-block-heading,
  .wp-pattern-join-our-community-alt .wp-block-media-text__content,
  .wp-pattern-join-our-community-alt .wp-block-heading {
    margin-top: 0;
  }
}
.wp-pattern-join-our-community .wp-block-outermost-icon-block.better-is-possible-with-hologic,
.wp-pattern-join-our-community-alt .wp-block-outermost-icon-block.better-is-possible-with-hologic {
  margin-top: 3rem;
}

/* _pages.scss
 * Description: extra styles for pages that doesn't belong elsewhere
 * Author: Caroline Ferraby
 * Date: 01 May 2025
 */
/* ---------------------------------------------------
   Blog (Patients) -- change the cycle
--------------------------------------------------- */
.change-the-cycle {
  margin-top: 2rem;
}
.change-the-cycle .wp-block-post {
  position: relative;
}
.change-the-cycle .wp-block-post figure {
  margin-top: 0;
}
.change-the-cycle .wp-block-post h2.is-style-h3 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  font-size: 1rem;
  width: 100% !important;
  height: 100%;
}
.change-the-cycle .wp-block-post h2.is-style-h3 a {
  width: 100%;
  height: 100%;
  padding: 2rem;
  z-index: 1;
  color: white !important;
  font-size: 2em;
  text-decoration: none !important;
  background: linear-gradient(rgba(43, 41, 103, 0.5));
  border-radius: 1rem;
}
.change-the-cycle .wp-block-post h2.is-style-h3 a:hover {
  text-decoration: underline !important;
  background: linear-gradient(rgba(43, 41, 103, 0.8));
}

/* ---------------------------------------------------
   In the News
--------------------------------------------------- */
#social-icons li.wp-social-link {
  margin: 1rem;
}
#social-icons li.wp-social-link a {
  color: var(--tf--color--h) !important;
}
#social-icons li.wp-social-link a:hover {
  color: #4e769c !important;
}

#in-the-news .wp-block-post {
  position: relative;
}
@media (max-width: 781px) {
  #in-the-news .wp-block-post {
    margin-top: 3rem;
  }
}
#in-the-news .wp-block-post:hover a {
  text-decoration-style: dotted;
}
@media (max-width: 781px) {
  #in-the-news .wp-block-post .wp-block-group.is-nowrap.is-layout-flex {
    flex-wrap: wrap;
  }
}
#in-the-news .wp-block-post .wp-block-group-is-layout-constrained {
  position: initial;
}
#in-the-news .wp-block-post figure.wp-block-post-featured-image {
  flex: 0 0 auto;
  width: 300px;
}
@media (max-width: 781px) {
  #in-the-news .wp-block-post figure.wp-block-post-featured-image {
    flex-basis: 100%;
  }
}
#in-the-news .wp-block-post h2.is-style-h3 {
  font-weight: 400;
}
@media (max-width: 781px) {
  #in-the-news .wp-block-post h2.is-style-h3.mt-1 {
    margin-top: 0 !important;
  }
}
#in-the-news .wp-block-post .news-link {
  height: 0px;
  display: block;
  overflow: hidden;
}
#in-the-news .wp-block-post .news-link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent !important;
  pointer-events: auto;
  z-index: 1;
}

/* ---------------------------------------------------
   Frontend styles only
--------------------------------------------------- */
html {
  font-size: 16px;
}
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #000000;
}

:where(.wp-site-blocks) a:where(:not(.wp-element-button)) {
  color: var(--color-bg--link, #4E769C) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
:where(.wp-site-blocks) a:where(:not(.wp-element-button)):hover, :where(.wp-site-blocks) a:where(:not(.wp-element-button)):active {
  color: var(--color-bg--link, #292A66) !important;
  text-decoration: underline;
}
:where(.wp-site-blocks) .has-inline-color > a:where(:not(.wp-element-button)),
:where(.wp-site-blocks) .has-text-color > a:where(:not(.wp-element-button)),
:where(.wp-site-blocks) .is-style-h3 > a:where(:not(.wp-element-button)),
:where(.wp-site-blocks) h3 > a:where(:not(.wp-element-button)),
:where(.wp-site-blocks) .dialog-widget a {
  color: inherit !important;
}
:where(.wp-site-blocks) .has-inline-color > a:where(:not(.wp-element-button)):hover, :where(.wp-site-blocks) .has-inline-color > a:where(:not(.wp-element-button)):active,
:where(.wp-site-blocks) .has-text-color > a:where(:not(.wp-element-button)):hover,
:where(.wp-site-blocks) .has-text-color > a:where(:not(.wp-element-button)):active,
:where(.wp-site-blocks) .is-style-h3 > a:where(:not(.wp-element-button)):hover,
:where(.wp-site-blocks) .is-style-h3 > a:where(:not(.wp-element-button)):active,
:where(.wp-site-blocks) h3 > a:where(:not(.wp-element-button)):hover,
:where(.wp-site-blocks) h3 > a:where(:not(.wp-element-button)):active,
:where(.wp-site-blocks) .dialog-widget a:hover,
:where(.wp-site-blocks) .dialog-widget a:active {
  color: inherit !important;
}
:where(.wp-site-blocks) .dialog-widget a.elementor-button,
:where(.wp-site-blocks) .dialog-widget a.elementor-button:hover,
:where(.wp-site-blocks) .dialog-widget a.elementor-button:active {
  color: #FFFFFF !important;
}
:where(.wp-site-blocks) blockquote,
:where(.wp-site-blocks) .wp-block-quote {
  font-style: normal;
  margin: 2rem 0;
  padding-left: 0;
  border: none;
}
:where(.wp-site-blocks) blockquote cite,
:where(.wp-site-blocks) .wp-block-quote cite {
  color: inherit;
}
:where(.wp-site-blocks) blockquote cite::before,
:where(.wp-site-blocks) .wp-block-quote cite::before {
  content: "";
}
:where(.wp-site-blocks) blockquote cite em,
:where(.wp-site-blocks) .wp-block-quote cite em {
  text-transform: none;
  font-style: normal;
}
:where(.wp-site-blocks) .wp-block-pullquote {
  position: relative;
  padding: 2rem;
  background-color: var(--tf--color-pale);
  color: #292A66;
  z-index: 0;
}
:where(.wp-site-blocks) figcaption {
  font-size: 0.9rem;
  color: var(--color-bg--caption, #4E769C);
}
:where(.wp-site-blocks) figure {
  margin-bottom: 0;
}
:where(.wp-site-blocks) figure.aligncenter,
:where(.wp-site-blocks) figure + .wp-block-columns:has(> .wp-block-column > p:first-child),
:where(.wp-site-blocks) figure + p {
  margin-top: 1.5rem;
}
:where(.wp-site-blocks) figure.wp-block-image {
  margin-bottom: 0;
}
:where(.wp-site-blocks) figure.wp-block-image.is-style-white-background {
  width: 100%;
  padding: 1rem;
  border-radius: 1rem;
  background: #FFFFFF;
}
:where(.wp-site-blocks) figure.wp-block-image:has(+ .wp-block-pullquote) img {
  border-radius: 1rem 1rem 0 0;
}
:where(.wp-site-blocks) figure.wp-block-image + .wp-block-pullquote {
  margin-top: 0;
  padding-top: 3rem;
  border-radius: 0 0 1rem 1rem;
}
:where(.wp-site-blocks) figure.wp-block-image + .wp-block-pullquote::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1.5rem;
  width: 100%;
  height: 5rem;
  z-index: 1;
  background: inherit;
  clip-path: url("#wave-top-clip-path");
}
:where(.wp-site-blocks) .wp-block-file__embed {
  margin-bottom: 0.5rem;
}
:where(.wp-site-blocks) .wp-block-image img,
:where(.wp-site-blocks) .wp-block-media-text img,
:where(.wp-site-blocks) .wp-element-caption {
  width: 100%;
  border-radius: 1rem;
}
:where(.wp-site-blocks) .wp-block-image.is-style-no-rounded-borders img {
  border-radius: 0;
}
:where(.wp-site-blocks) hr,
:where(.wp-site-blocks) .wp-block-separator {
  width: 100%;
  border-style: solid;
  border-width: 0 0 2px 0;
  color: var(--color-bg--divider, #ced9e4);
  padding-top: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
:where(.wp-site-blocks) h1, :where(.wp-site-blocks) .is-style-h1,
:where(.wp-site-blocks) h2, :where(.wp-site-blocks) .is-style-h2,
:where(.wp-site-blocks) h3, :where(.wp-site-blocks) .is-style-h3,
:where(.wp-site-blocks) h4, :where(.wp-site-blocks) .is-style-h4,
:where(.wp-site-blocks) h5, :where(.wp-site-blocks) .is-style-h5,
:where(.wp-site-blocks) .is-style-h5-alt,
:where(.wp-site-blocks) .is-style-h5-rev,
:where(.wp-site-blocks) h6, :where(.wp-site-blocks) .is-style-h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.1;
  width: auto !important;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border: none;
  color: var(--color-bg--heading, #292A66);
}
:where(.wp-site-blocks) h1.extra-bold, :where(.wp-site-blocks) .is-style-h1.extra-bold,
:where(.wp-site-blocks) h2.extra-bold, :where(.wp-site-blocks) .is-style-h2.extra-bold,
:where(.wp-site-blocks) h3.extra-bold, :where(.wp-site-blocks) .is-style-h3.extra-bold,
:where(.wp-site-blocks) h4.extra-bold, :where(.wp-site-blocks) .is-style-h4.extra-bold,
:where(.wp-site-blocks) h5.extra-bold, :where(.wp-site-blocks) .is-style-h5.extra-bold,
:where(.wp-site-blocks) .is-style-h5-alt.extra-bold,
:where(.wp-site-blocks) .is-style-h5-rev.extra-bold,
:where(.wp-site-blocks) h6.extra-bold, :where(.wp-site-blocks) .is-style-h6.extra-bold {
  font-weight: 700;
}
:where(.wp-site-blocks) h1, :where(.wp-site-blocks) .is-style-h1 {
  font-size: clamp(44px, 38.96px + 1.4vw, 56px);
  line-height: 1;
}
:where(.wp-site-blocks) h1 strong, :where(.wp-site-blocks) .is-style-h1 strong {
  font-weight: 700;
}
:where(.wp-site-blocks) h1 + p, :where(.wp-site-blocks) .is-style-h1 + p {
  margin-top: 1.75rem;
}
:where(.wp-site-blocks) .wp-block-group.has-background + h2,
:where(.wp-site-blocks) .wp-block-group.has-background + .is-style-h2 {
  margin-top: 0;
}
:where(.wp-site-blocks) h2, :where(.wp-site-blocks) .is-style-h2 {
  font-size: 2rem;
  text-transform: uppercase;
  width: calc(100% + var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right)) !important;
  max-width: calc(100% + var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right));
  margin-left: calc(var(--wp--style--root--padding-left));
  padding: 1.25rem;
  color: #FFFFFF;
  background: var(--tf--color--bars, var(--tf--color--full));
  border-top: 5px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
}
:where(.wp-site-blocks) h2 + h3,
:where(.wp-site-blocks) h2 + .is-style-h3, :where(.wp-site-blocks) .is-style-h2 + h3,
:where(.wp-site-blocks) .is-style-h2 + .is-style-h3 {
  margin-top: 2.5rem;
}
:where(.wp-site-blocks) h2 + .wp-block-group.has-background.alignfull, :where(.wp-site-blocks) .is-style-h2 + .wp-block-group.has-background.alignfull {
  margin-top: 0;
}
:where(.wp-site-blocks) h3, :where(.wp-site-blocks) .is-style-h3 {
  font-size: 2rem;
}
:where(.wp-site-blocks) h3 + p, :where(.wp-site-blocks) .is-style-h3 + p {
  margin-top: 1.5rem;
}
:where(.wp-site-blocks) h3 + h4,
:where(.wp-site-blocks) .is-layout-flex > h3 + h4 {
  margin-top: 0.75rem;
}
:where(.wp-site-blocks) h4, :where(.wp-site-blocks) .is-style-h4 {
  font-size: 1.25rem;
}
:where(.wp-site-blocks) h5, :where(.wp-site-blocks) .is-style-h5,
:where(.wp-site-blocks) .is-style-h5-alt,
:where(.wp-site-blocks) .is-style-h5-rev {
  font-size: 1.125rem;
}
:where(.wp-site-blocks) .is-style-h5-alt,
:where(.wp-site-blocks) .is-style-h5-rev {
  padding: 0.5rem 2rem;
  border-radius: 1rem;
}
:where(.wp-site-blocks) .is-style-h5-alt + .wp-block-columns,
:where(.wp-site-blocks) .is-style-h5-rev + .wp-block-columns {
  margin-top: 2rem;
}
:where(.wp-site-blocks) .is-style-h5-alt {
  background-color: #eff0f2;
  color: #555a6e;
}
:where(.wp-site-blocks) .is-style-h5-rev {
  background: var(--tf--color--bars);
  color: #FFFFFF;
}
:where(.wp-site-blocks) h6, :where(.wp-site-blocks) .is-style-h6 {
  font-size: 1rem;
}
:where(.wp-site-blocks) li > ol,
:where(.wp-site-blocks) li > ul {
  margin-top: 0;
  margin-left: 0;
}
:where(.wp-site-blocks) ol, :where(.wp-site-blocks) ul {
  margin-left: 0;
}
:where(.wp-site-blocks) ol.wp-block-footnotes {
  padding-left: 1rem;
}
:where(.wp-site-blocks) ul {
  list-style-type: disc;
  margin-bottom: 0;
}
:where(.wp-site-blocks) ul.wp-block-post-template {
  list-style-type: none;
}
:where(.wp-site-blocks) ul > li::marker {
  color: var(--color-bg--primary, #4E769C);
}
:where(.wp-site-blocks) ul.wp-block-list.is-style-blood-drops {
  padding-left: 0;
}
:where(.wp-site-blocks) ul.wp-block-list.is-style-blood-drops li {
  padding-left: 2rem;
  list-style: none;
  background: url("resources/images/blood-drop.svg") 0.5rem 0.4rem no-repeat;
  background-size: 8px 11px;
}
:where(.wp-site-blocks) ul.wp-block-list.is-style-blood-drops li ul {
  padding-left: 0;
}
:where(.wp-site-blocks) p.is-style-lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #292A66;
}
:where(.wp-site-blocks) p.is-style-blue-bold {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #4e769c;
}
:where(.wp-site-blocks) p.is-style-blue-bold em {
  font-weight: normal;
  font-style: normal;
}
:where(.wp-site-blocks) p.is-style-blue-bold + .wp-block-columns {
  margin-top: 2.25rem;
}
:where(.wp-site-blocks) p.is-style-statistic {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #292A66;
}
:where(.wp-site-blocks) p.is-style-statistic:not(:first-child) {
  margin-top: 0.5rem;
}
@media (min-width: 782px) {
  :where(.wp-site-blocks) p.is-style-statistic {
    max-width: 241px;
    margin-left: auto;
    margin-right: auto;
  }
}
:where(.wp-site-blocks) p.is-style-statistic strong {
  display: block;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
:where(.wp-site-blocks) p.is-style-subtitle {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  color: var(--color-bg--caption, #4E769C);
}
:where(.wp-site-blocks) p.title {
  font-size: 2rem;
  margin-top: 0;
}
:where(.wp-site-blocks) p:empty {
  margin-top: 0;
}
:where(.wp-site-blocks) .is-layout-constrained > p.has-text-align-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
:where(.wp-site-blocks) pre {
  margin-bottom: 0;
}
:where(.wp-site-blocks) small,
:where(.wp-site-blocks) .is-style-small,
:where(.wp-site-blocks) .wp-block-footnotes {
  font-size: 0.875rem;
  margin-top: 0.875rem;
}
:where(.wp-site-blocks) strong, :where(.wp-site-blocks) b {
  font-weight: 700;
}
:where(.wp-site-blocks) sup {
  font-size: 60%;
}
:where(.wp-site-blocks) a sup,
:where(.wp-site-blocks) sup a,
:where(.wp-site-blocks) sup a:active,
:where(.wp-site-blocks) sup a:hover,
:where(.wp-site-blocks) a:hover sup,
:where(.wp-site-blocks) p sup a,
:where(.wp-site-blocks) p a:has(sup),
:where(.wp-site-blocks) p a[href="#star"] {
  color: inherit !important;
  text-decoration: none;
}
:where(.wp-site-blocks) table,
:where(.wp-site-blocks) .wp-block-table {
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  :where(.wp-site-blocks) table,
  :where(.wp-site-blocks) .wp-block-table {
    font-size: 1rem;
  }
}
:where(.wp-site-blocks) table thead,
:where(.wp-site-blocks) .wp-block-table thead {
  border-bottom: 2px solid var(--color-bg--divider, #ced9e4);
}
:where(.wp-site-blocks) table th, :where(.wp-site-blocks) table td,
:where(.wp-site-blocks) .wp-block-table th,
:where(.wp-site-blocks) .wp-block-table td {
  border-color: transparent;
  padding: 0.25rem;
  padding-left: 0;
}
:where(.wp-site-blocks) table th,
:where(.wp-site-blocks) .wp-block-table th {
  font-weight: 700;
  text-transform: none;
  color: #292A66;
}
:where(.wp-site-blocks) table tr:first-child td,
:where(.wp-site-blocks) .wp-block-table tr:first-child td {
  padding-top: 0.5rem;
}
:where(.wp-site-blocks) table tfoot,
:where(.wp-site-blocks) .wp-block-table tfoot {
  border-top: 0;
}

body.single-post.content-max-width .entry-content .alignwide,
body.page.content-max-width .entry .alignwide,
.page .entry .alignwide,
.entry-content .alignwide {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
}
