@charset "UTF-8";
/*!
Theme Name: GYN Surgical Solutions
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: gynsurgical
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, #symptoms-quiz #questions form.wpforms-form .wpforms-page-indicator .wpforms-page-indicator-page-progress-wrap .wpforms-page-indicator-page-progress,
.symptoms-quiz #questions form.wpforms-form .wpforms-page-indicator .wpforms-page-indicator-page-progress-wrap .wpforms-page-indicator-page-progress, #symptoms-quiz #questions .gf_progressbar_wrapper .gf_progressbar_percentage,
.symptoms-quiz #questions .gf_progressbar_wrapper .gf_progressbar_percentage {
  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,
.document-library-pro-button,
input[type=submit],
.gform_wrapper.gform-theme.gform-theme--framework .gform-footer input[type=submit].gform_button.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,
.document-library-pro-button:focus-visible,
input[type=submit]:focus-visible,
.gform_wrapper.gform-theme.gform-theme--framework .gform-footer input[type=submit].gform_button.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,
.secondary-button--extendable,
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio label,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio label,
#symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields fieldset .gfield_radio .gchoice label,
.symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields fieldset .gfield_radio .gchoice label,
#symptoms-quiz #questions form.quiz .gform_page_footer input.button,
.symptoms-quiz #questions form.quiz .gform_page_footer input.button {
  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,
.secondary-button--extendable:hover,
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio label:hover,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio label:hover,
#symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields fieldset .gfield_radio .gchoice label:hover,
.symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields fieldset .gfield_radio .gchoice label:hover,
#symptoms-quiz #questions form.quiz .gform_page_footer input.button:hover,
.symptoms-quiz #questions form.quiz .gform_page_footer input.button: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,
.document-library-pro-button,
.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,
.document-library-pro-button: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.is-style-slate .wp-block-button__link {
  background-color: #4E769C;
  border-color: #4E769C;
}
.wp-block-button.is-style-slate .wp-block-button__link:hover {
  background-color: #A9C0D6;
  border-color: #A9C0D6;
}

.wp-block-button.is-style-teal .wp-block-button__link {
  background-color: #149B9E;
  border-color: #149B9E;
}
.wp-block-button.is-style-teal .wp-block-button__link:hover {
  background-color: #96D1D2;
  border-color: #96D1D2;
}

.wp-block-button.is-style-purple .wp-block-button__link {
  background-color: #5F6DB3;
  border-color: #5F6DB3;
}
.wp-block-button.is-style-purple .wp-block-button__link:hover {
  background-color: #98A5D4;
  border-color: #98A5D4;
}

.wp-block-button.is-style-pink .wp-block-button__link {
  background-color: #F27179;
  border-color: #F27179;
}
.wp-block-button.is-style-pink .wp-block-button__link:hover {
  background-color: #F8B5BA;
  border-color: #F8B5BA;
}

.wp-block-button.is-style-orange .wp-block-button__link {
  background-color: #F5845E;
  border-color: #F5845E;
}
.wp-block-button.is-style-orange .wp-block-button__link:hover {
  background-color: #FCC8AC;
  border-color: #FCC8AC;
}

.wp-block-button.is-style-blue .wp-block-button__link {
  background-color: #0094BE;
  border-color: #0094BE;
}
.wp-block-button.is-style-blue .wp-block-button__link:hover {
  background-color: #94CADF;
  border-color: #94CADF;
}

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

:where(.is-layout-grid) {
  gap: 1.5rem;
}
:where(.is-layout-grid).gap-none {
  gap: 0rem;
}
:where(.is-layout-grid).gap-small {
  gap: 2rem;
}
:where(.is-layout-grid).gap-medium {
  gap: 3rem;
}
:where(.is-layout-grid).gap-large {
  gap: 4.5rem;
}

.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-none {
    gap: 0;
  }
}
@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.5rem;
  }
}

.wp-block-gallery.is-layout-flex {
  --wp--style--block-gap: 0.875rem;
  gap: 0.875rem;
}
.wp-block-gallery.is-layout-flex.gap-medium {
  --wp--style--block-gap: 3rem;
  gap: 3rem;
}
.wp-block-gallery.is-layout-flex.gap-large {
  --wp--style--block-gap: 4.75rem;
  gap: 4.5rem;
}

.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, .wp-block-cover, :has(.wp-block-cover)) {
  margin-top: 3rem;
}

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

#consent_blackbar,
#teconsent {
  position: fixed;
  bottom: 0;
  z-index: 100;
}

#teconsent {
  bottom: 8px;
  padding: 10px;
}
#teconsent a {
  text-decoration: none;
  left: 15px;
}
#teconsent a::before {
  content: "Cookie Preferences";
  font-size: 12px;
  line-height: 1.4;
  padding: 6px 10px;
  color: white;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  background: #292A66;
  border: 1px solid;
  border-radius: 2rem;
}
#teconsent a:hover::before {
  background: #4e769c;
}
#teconsent a img {
  display: none;
}

@media (max-width: 767px) {
  #truste-consent-track {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 380px) {
  #teconsent a::before {
    margin-left: 15px;
  }
}
/* ---------------------------------------------------
   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;
}

/* ---------------------------------------------------
   Not a Patients page...

   Post using the Single Page template,
   Page using the Single HCP Page template, OR
   HCP post using the Single HCP Page template
--------------------------------------------------- */
.post-template-single-page :where(.wp-site-blocks) h2, .post-template-single-page :where(.wp-site-blocks) .is-style-h2,
.hcp-template-single-hcp-page :where(.wp-site-blocks) h2,
.hcp-template-single-hcp-page :where(.wp-site-blocks) .is-style-h2,
.page-template-single-hcp-page :where(.wp-site-blocks) h2,
.page-template-single-hcp-page :where(.wp-site-blocks) .is-style-h2,
.has-default-page-color .editor-styles-wrapper h2,
.has-default-page-color .editor-styles-wrapper .is-style-h2,
.gform_heading h2,
.gform_heading .is-style-h2 {
  text-transform: none;
  font-size: 2.25rem;
  width: auto !important;
  margin-top: 2.125rem;
  margin-left: 0;
  padding: 0;
  background: transparent;
  border: none;
  color: var(--color-bg--heading, #292A66);
}
.post-template-single-page :where(.wp-site-blocks) h2.extra-bold, .post-template-single-page :where(.wp-site-blocks) .is-style-h2.extra-bold,
.hcp-template-single-hcp-page :where(.wp-site-blocks) h2.extra-bold,
.hcp-template-single-hcp-page :where(.wp-site-blocks) .is-style-h2.extra-bold,
.page-template-single-hcp-page :where(.wp-site-blocks) h2.extra-bold,
.page-template-single-hcp-page :where(.wp-site-blocks) .is-style-h2.extra-bold,
.has-default-page-color .editor-styles-wrapper h2.extra-bold,
.has-default-page-color .editor-styles-wrapper .is-style-h2.extra-bold,
.gform_heading h2.extra-bold,
.gform_heading .is-style-h2.extra-bold {
  font-weight: 700;
}
.post-template-single-page :where(.wp-site-blocks) h3, .post-template-single-page :where(.wp-site-blocks) .is-style-h3,
.hcp-template-single-hcp-page :where(.wp-site-blocks) h3,
.hcp-template-single-hcp-page :where(.wp-site-blocks) .is-style-h3,
.page-template-single-hcp-page :where(.wp-site-blocks) h3,
.page-template-single-hcp-page :where(.wp-site-blocks) .is-style-h3,
.has-default-page-color .editor-styles-wrapper h3,
.has-default-page-color .editor-styles-wrapper .is-style-h3,
.gform_heading h3,
.gform_heading .is-style-h3 {
  font-size: 1.625rem;
}

.post-template-single-page :where(.wp-site-blocks) h3 + p, .post-template-single-page :where(.wp-site-blocks) .is-style-h3 + p {
  margin-top: 1rem;
}

/* ---------------------------------------------------
   Search results template
--------------------------------------------------- */
.search-results .wp-block-search__input[type=search] {
  max-width: none;
}
.search-results .wp-block-query {
  margin-bottom: 2.5rem;
}
@media (max-width: 781px) {
  .search-results .wp-block-query .wp-block-post > .wp-block-group.is-layout-flex {
    flex-wrap: wrap;
  }
}
.search-results .wp-block-query .wp-block-post-featured-image {
  flex-basis: 100%;
}
@media (min-width: 782px) {
  .search-results .wp-block-query .wp-block-post-featured-image {
    flex-basis: 250px;
    min-width: 250px;
  }
}

/* _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-white-background-color.is-style-section.alignfull,
.wp-block-group.has-background + .wp-block-group.has-bottom-white-to-color-gradient-background.is-style-section.alignfull,
.wp-block-group.has-background.alignfull + .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: #FFFFFF;
}

/* _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,
.dlp-grid-paginate-button.number {
  padding: 0.3125rem 0.4rem;
  margin-left: 0.25rem;
  border-width: 0;
  border-radius: 1rem;
}
.post-page-numbers.current, .post-page-numbers.current:hover,
.page-numbers.current,
.page-numbers.current:hover,
.dlp-grid-paginate-button.number.current,
.dlp-grid-paginate-button.number.current:hover {
  text-decoration: none !important;
  border-width: 0;
  background: var(--color-bg--primary-btn, #292A66);
  color: var(--color-bg--primary-btn-txt, #FFFFFF) !important;
}
.post-page-numbers:hover,
.page-numbers:hover,
.dlp-grid-paginate-button.number:hover {
  text-decoration: underline !important;
  border-width: 0;
  background: transparent;
  color: #4E769C !important;
}

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

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

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

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

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

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

.gform_wrapper .gform_fields {
  --gf-form-gap-y: 0;
}
.gform_wrapper .gform_fields .gfield {
  margin-top: 0.5rem;
}
.gform_wrapper .gform_fields .ginput_container {
  margin-top: 0.5rem;
}

.find-physician .form-finder__distance div.ginput_container:last-child,
.gform_wrapper div.ginput_container:last-child {
  margin-bottom: 1.5rem;
}

.wpcf7 label,
.post-password-form label,
.gform_wrapper .gfield_label.gform-field-label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.wpcf7 label .wpcf7-list-item-label,
.post-password-form label .wpcf7-list-item-label,
.gform_wrapper .gfield_label.gform-field-label .wpcf7-list-item-label {
  font-weight: 400;
}

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

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

.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=month],
.wpcf7 input[type=time],
.wpcf7 input[type=week],
.wpcf7 input[type=number],
.wpcf7 input[type=search],
.wpcf7 input[type=password],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=file],
.wpcf7 select,
.find-physician textarea,
.find-physician input[type=text],
.find-physician input[type=date],
.find-physician input[type=datetime],
.find-physician input[type=datetime-local],
.find-physician input[type=month],
.find-physician input[type=time],
.find-physician input[type=week],
.find-physician input[type=number],
.find-physician input[type=search],
.find-physician input[type=password],
.find-physician input[type=email],
.find-physician input[type=url],
.find-physician input[type=tel],
.find-physician input[type=file],
.find-physician select,
.post-password-form textarea,
.post-password-form input[type=text],
.post-password-form input[type=date],
.post-password-form input[type=datetime],
.post-password-form input[type=datetime-local],
.post-password-form input[type=month],
.post-password-form input[type=time],
.post-password-form input[type=week],
.post-password-form input[type=number],
.post-password-form input[type=search],
.post-password-form input[type=password],
.post-password-form input[type=email],
.post-password-form input[type=url],
.post-password-form input[type=tel],
.post-password-form input[type=file],
.post-password-form select,
.gform_wrapper.gform-theme.gform-theme--framework textarea,
.gform_wrapper.gform-theme.gform-theme--framework input[type=text],
.gform_wrapper.gform-theme.gform-theme--framework input[type=date],
.gform_wrapper.gform-theme.gform-theme--framework input[type=datetime],
.gform_wrapper.gform-theme.gform-theme--framework input[type=datetime-local],
.gform_wrapper.gform-theme.gform-theme--framework input[type=month],
.gform_wrapper.gform-theme.gform-theme--framework input[type=time],
.gform_wrapper.gform-theme.gform-theme--framework input[type=week],
.gform_wrapper.gform-theme.gform-theme--framework input[type=number],
.gform_wrapper.gform-theme.gform-theme--framework input[type=search],
.gform_wrapper.gform-theme.gform-theme--framework input[type=password],
.gform_wrapper.gform-theme.gform-theme--framework input[type=email],
.gform_wrapper.gform-theme.gform-theme--framework input[type=url],
.gform_wrapper.gform-theme.gform-theme--framework input[type=tel],
.gform_wrapper.gform-theme.gform-theme--framework input[type=file],
.gform_wrapper.gform-theme.gform-theme--framework select {
  box-sizing: border-box;
  font-size: 1rem;
  width: 100%;
  height: 2.375rem;
  padding: 0.625rem 0.75rem;
  margin: 0;
  background-color: var(--color-bg--form-field, #FFFFFF);
  color: inherit;
}
.wpcf7 textarea:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=password]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=file]:focus,
.wpcf7 select:focus,
.find-physician textarea:focus,
.find-physician input[type=text]:focus,
.find-physician input[type=date]:focus,
.find-physician input[type=datetime]:focus,
.find-physician input[type=datetime-local]:focus,
.find-physician input[type=month]:focus,
.find-physician input[type=time]:focus,
.find-physician input[type=week]:focus,
.find-physician input[type=number]:focus,
.find-physician input[type=search]:focus,
.find-physician input[type=password]:focus,
.find-physician input[type=email]:focus,
.find-physician input[type=url]:focus,
.find-physician input[type=tel]:focus,
.find-physician input[type=file]:focus,
.find-physician select:focus,
.post-password-form textarea:focus,
.post-password-form input[type=text]:focus,
.post-password-form input[type=date]:focus,
.post-password-form input[type=datetime]:focus,
.post-password-form input[type=datetime-local]:focus,
.post-password-form input[type=month]:focus,
.post-password-form input[type=time]:focus,
.post-password-form input[type=week]:focus,
.post-password-form input[type=number]:focus,
.post-password-form input[type=search]:focus,
.post-password-form input[type=password]:focus,
.post-password-form input[type=email]:focus,
.post-password-form input[type=url]:focus,
.post-password-form input[type=tel]:focus,
.post-password-form input[type=file]:focus,
.post-password-form select:focus,
.gform_wrapper.gform-theme.gform-theme--framework textarea:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=text]:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=date]:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=datetime]:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=datetime-local]:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=month]:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=time]:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=week]:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=number]:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=search]:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=password]:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=email]:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=url]:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=tel]:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=file]:focus,
.gform_wrapper.gform-theme.gform-theme--framework select:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px var(--color-bg--primary, #4E769C);
  outline: 0.06rem solid var(--color-bg--primary, #4E769C);
  border-color: var(--color-bg--primary, #4E769C);
}
.wpcf7 select.gfield_select,
.find-physician select.gfield_select,
.post-password-form select.gfield_select,
.gform_wrapper.gform-theme.gform-theme--framework select.gfield_select {
  padding-top: 0;
  padding-bottom: 0;
}
.wpcf7 [type=submit],
.wpcf7 .gform-footer input[type=submit].gform_button.button,
.find-physician [type=submit],
.find-physician .gform-footer input[type=submit].gform_button.button,
.post-password-form [type=submit],
.post-password-form .gform-footer input[type=submit].gform_button.button,
.gform_wrapper.gform-theme.gform-theme--framework [type=submit],
.gform_wrapper.gform-theme.gform-theme--framework .gform-footer input[type=submit].gform_button.button {
  cursor: pointer;
  padding-right: 1rem;
  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);
}
.wpcf7 [type=submit]:hover,
.wpcf7 .gform-footer input[type=submit].gform_button.button:hover,
.find-physician [type=submit]:hover,
.find-physician .gform-footer input[type=submit].gform_button.button:hover,
.post-password-form [type=submit]:hover,
.post-password-form .gform-footer input[type=submit].gform_button.button:hover,
.gform_wrapper.gform-theme.gform-theme--framework [type=submit]:hover,
.gform_wrapper.gform-theme.gform-theme--framework .gform-footer input[type=submit].gform_button.button:hover {
  background-color: var(--color-bg--primary-btn-hover, #4E769C);
  border-color: var(--color-bg--primary-btn-hover, #4E769C);
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio],
.find-physician input[type=checkbox],
.find-physician input[type=radio],
.post-password-form input[type=checkbox],
.post-password-form input[type=radio],
.gform_wrapper.gform-theme.gform-theme--framework input[type=checkbox],
.gform_wrapper.gform-theme.gform-theme--framework input[type=radio] {
  accent-color: var(--color-bg--primary, #4E769C);
}
.wpcf7 input[type=checkbox]:before,
.wpcf7 input[type=radio]:before,
.find-physician input[type=checkbox]:before,
.find-physician input[type=radio]:before,
.post-password-form input[type=checkbox]:before,
.post-password-form input[type=radio]:before,
.gform_wrapper.gform-theme.gform-theme--framework input[type=checkbox]:before,
.gform_wrapper.gform-theme.gform-theme--framework input[type=radio]:before {
  color: var(--color-bg--primary, #4E769C);
}
.wpcf7 input[type=checkbox]:focus,
.wpcf7 input[type=radio]:focus,
.find-physician input[type=checkbox]:focus,
.find-physician input[type=radio]:focus,
.post-password-form input[type=checkbox]:focus,
.post-password-form input[type=radio]:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=checkbox]:focus,
.gform_wrapper.gform-theme.gform-theme--framework input[type=radio]:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px var(--color-bg--primary, #4E769C);
  outline: 0.06rem solid var(--color-bg--primary, #4E769C);
  border-color: var(--color-bg--primary, #4E769C);
}
.wpcf7 .wpcf7-list-item,
.find-physician .wpcf7-list-item,
.post-password-form .wpcf7-list-item,
.gform_wrapper.gform-theme.gform-theme--framework .wpcf7-list-item {
  display: block;
  margin: 0.5rem 0 0 0;
}
.wpcf7 .wpcf7-list-item label,
.find-physician .wpcf7-list-item label,
.post-password-form .wpcf7-list-item label,
.gform_wrapper.gform-theme.gform-theme--framework .wpcf7-list-item label {
  margin: 0;
  padding-left: 1.375rem;
}
.wpcf7 ::placeholder,
.find-physician ::placeholder,
.post-password-form ::placeholder,
.gform_wrapper.gform-theme.gform-theme--framework ::placeholder {
  opacity: 0.5;
}

.post-password-form p {
  font-size: 20px;
}
.post-password-form p input[type=submit] {
  margin-top: 1rem;
}

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

.wpcf7-not-valid-tip,
.gform_wrapper .field_description_below .gfield_description {
  --gf-desc-space: 0.375rem;
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.wpcf7-not-valid-tip:not(.gform_fileupload_rules),
.gform_wrapper .field_description_below .gfield_description:not(.gform_fileupload_rules) {
  margin-bottom: 1.5rem;
}

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

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

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

/* _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 {
    position: relative;
  }
  .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 !important;
}

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

.wp-block-gallery.has-nested-images.align-center--align-middle figure.wp-block-image {
  margin-top: auto !important;
}
.wp-block-gallery.has-nested-images.align-center--align-middle figure.wp-block-image img {
  margin-left: auto;
  margin-right: auto;
}

/* 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-cover .wp-block-cover__inner-container {
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
}

.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-details.is-style-colored {
  background: linear-gradient(to bottom, var(--tf--color--pale) 56px, #fff 100%) !important;
}
.wp-block-details.is-style-colored[open] {
  padding-bottom: 2rem;
}
.wp-block-details.is-style-colored[open] summary {
  margin-bottom: 2rem;
}
.wp-block-details.is-style-colored summary {
  font-weight: 700;
  font-size: 1.25rem;
  color: #292A66;
}
.wp-block-details.is-style-colored > :not(summary) {
  margin-left: 2rem;
  margin-right: 2rem;
}

.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-media-text + p {
  margin-top: 3rem;
}

.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;
  font-size: 14px;
  line-height: 1;
  background: transparent;
  transition-property: width, opacity;
  transition-duration: 0.3s, 0.2s;
  transition-timing-function: ease-in-out, 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;
  opacity: 0.7;
}
.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;
  border: 0;
}
.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: #FFFFFF;
  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-image.symptom-icon-png {
  max-width: 100%;
}
@media (max-width: 599px) {
  .wp-block-image.symptom-icon-png img {
    width: 90px !important;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-image.symptom-icon-png img {
    width: 120px !important;
  }
}
@media (min-width: 782px) {
  .wp-block-image.symptom-icon-png {
    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;
  box-sizing: border-box;
  box-shadow: 0px 8px 0 -4px rgba(0, 0, 0, 0.25);
}
.physician-finder .content {
  position: relative;
  gap: 0;
  margin-top: 0;
  padding-top: 0;
  background-color: #EDF1F5;
  box-shadow: 0px 8px 0 -4px rgba(0, 0, 0, 0.25);
}
.physician-finder .content .map-form {
  flex-basis: 25%;
  padding: 1rem 2rem 2rem;
  z-index: 50;
  box-sizing: border-box;
}
.physician-finder .content .map {
  flex-basis: 75%;
  padding-top: 0;
  z-index: 30;
}
.physician-finder .content p {
  margin-bottom: 0.5rem;
}
.physician-finder .footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #292A66;
  box-sizing: border-box;
  box-shadow: 0px 8px 20px -4px rgba(0, 0, 0, 0.25);
}
.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-width: 1px;
  border-radius: 18px;
}
.find-physician input[type=submit] {
  background-image: none;
}
.find-physician select {
  width: 100%;
  padding-right: 1rem;
  border-width: 1px;
  border-radius: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.find-physician select::-ms-expand {
  display: none;
}
.find-physician .LV_validation_message {
  display: none;
}
.find-physician .gfield {
  margin-top: 0.5rem;
}
.find-physician .gfield_required_asterisk {
  display: none;
}
.find-physician .gfield_checkbox {
  padding-left: 0;
}
.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;
}

#ajax-finder-result p.fullwidth {
  grid-column-start: 1;
  grid-column-end: 2;
}

.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("resources/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 */
/***********************************************/
/* _symptoms-quiz.scss
 * Description: prettification of the a paginated Gravity Forms form
 * Author: Sir Edmund
 * Date: 09 Sep 2025
 */
:root {
  --inset: 1.5rem;
}

/* ---------------------------------------------------
   For CMS Administrators (use all caps)
--------------------------------------------------- */
/* ---------------------------------------------------
   For Developers
--------------------------------------------------- */
.js-slide + .js-slide {
  display: none;
}

#symptoms-quiz,
.symptoms-quiz {
  margin-top: 0 !important;
  padding: 2rem;
  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;
}
@media (min-width: 782px) {
  #symptoms-quiz,
  .symptoms-quiz {
    padding: 3rem;
  }
}
#symptoms-quiz #intro,
#symptoms-quiz #questions,
#symptoms-quiz #confirmation,
#symptoms-quiz #results,
.symptoms-quiz #intro,
.symptoms-quiz #questions,
.symptoms-quiz #confirmation,
.symptoms-quiz #results {
  background-color: #FFFFFF;
  border-radius: 1rem 1rem 0 0;
  box-sizing: border-box;
  box-shadow: 0px 8px 20px -4px rgba(0, 0, 0, 0.25);
}
#symptoms-quiz #intro > .wp-block-columns,
#symptoms-quiz #questions > .wp-block-columns,
#symptoms-quiz #confirmation > .wp-block-columns,
#symptoms-quiz #results > .wp-block-columns,
.symptoms-quiz #intro > .wp-block-columns,
.symptoms-quiz #questions > .wp-block-columns,
.symptoms-quiz #confirmation > .wp-block-columns,
.symptoms-quiz #results > .wp-block-columns {
  min-height: 425px;
}
#symptoms-quiz #questions,
#symptoms-quiz .featured-text,
.symptoms-quiz #questions,
.symptoms-quiz .featured-text {
  padding: 2rem;
}
@media (min-width: 782px) {
  #symptoms-quiz #questions,
  #symptoms-quiz .featured-text,
  .symptoms-quiz #questions,
  .symptoms-quiz .featured-text {
    padding: 2rem 4rem 2rem;
  }
}
@media (min-width: 782px) {
  #symptoms-quiz .featured-image,
  .symptoms-quiz .featured-image {
    min-height: 400px;
  }
}
#symptoms-quiz .featured-image figure,
.symptoms-quiz .featured-image figure {
  height: 100%;
  background-color: #FDE6E8;
  border-radius: 0 1rem 0 0;
}
#symptoms-quiz .featured-image figure img,
.symptoms-quiz .featured-image figure img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 782px) {
  #symptoms-quiz .featured-image figure img,
  .symptoms-quiz .featured-image figure img {
    border-radius: 1rem;
  }
}
#symptoms-quiz #questions form.wpforms-form .wpforms-submit-container .wpforms-submit,
#symptoms-quiz #confirmation form.wpforms-form .wpforms-submit-container .wpforms-submit,
.symptoms-quiz #questions form.wpforms-form .wpforms-submit-container .wpforms-submit,
.symptoms-quiz #confirmation form.wpforms-form .wpforms-submit-container .wpforms-submit {
  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;
  padding-right: 1rem;
}
#symptoms-quiz #questions form.wpforms-form .wpforms-submit-container .wpforms-submit:focus-visible,
#symptoms-quiz #confirmation form.wpforms-form .wpforms-submit-container .wpforms-submit:focus-visible,
.symptoms-quiz #questions form.wpforms-form .wpforms-submit-container .wpforms-submit:focus-visible,
.symptoms-quiz #confirmation form.wpforms-form .wpforms-submit-container .wpforms-submit:focus-visible {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 3px 5px #292A66;
  outline: 0;
}
#symptoms-quiz #confirmation .footer,
#symptoms-quiz #results .footer,
.symptoms-quiz #confirmation .footer,
.symptoms-quiz #results .footer {
  border-radius: 0;
}
@media (max-width: 499px) {
  #symptoms-quiz #confirmation .footer,
  #symptoms-quiz #results .footer,
  .symptoms-quiz #confirmation .footer,
  .symptoms-quiz #results .footer {
    display: block;
  }
}
#symptoms-quiz div.wpforms-confirmation-container-full,
.symptoms-quiz div.wpforms-confirmation-container-full {
  color: #292A66 !important;
  background: #ced9e4 !important;
  border: none !important;
  border-radius: 1em;
}
#symptoms-quiz #questions,
.symptoms-quiz #questions {
  padding-bottom: 1.5rem;
}
@media (min-width: 782px) {
  #symptoms-quiz #questions,
  .symptoms-quiz #questions {
    padding-top: 4rem;
  }
}
#symptoms-quiz #questions .wpforms-container,
.symptoms-quiz #questions .wpforms-container {
  width: 100%;
}
#symptoms-quiz #questions form.wpforms-form,
.symptoms-quiz #questions form.wpforms-form {
  display: grid;
  grid-template-areas: "questions" "submit" "progress";
}
#symptoms-quiz #questions form.wpforms-form .wpforms-page-indicator,
.symptoms-quiz #questions form.wpforms-form .wpforms-page-indicator {
  grid-area: progress;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: -3rem;
}
@media (min-width: 782px) {
  #symptoms-quiz #questions form.wpforms-form .wpforms-page-indicator,
  .symptoms-quiz #questions form.wpforms-form .wpforms-page-indicator {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
#symptoms-quiz #questions form.wpforms-form .wpforms-page-indicator .wpforms-page-indicator-steps,
.symptoms-quiz #questions form.wpforms-form .wpforms-page-indicator .wpforms-page-indicator-steps {
  padding: 0 2rem;
}
@media (min-width: 782px) {
  #symptoms-quiz #questions form.wpforms-form .wpforms-page-indicator .wpforms-page-indicator-steps,
  .symptoms-quiz #questions form.wpforms-form .wpforms-page-indicator .wpforms-page-indicator-steps {
    padding: 0 4rem;
  }
}
#symptoms-quiz #questions form.wpforms-form .wpforms-page-indicator .wpforms-page-indicator-page-progress-wrap,
.symptoms-quiz #questions form.wpforms-form .wpforms-page-indicator .wpforms-page-indicator-page-progress-wrap {
  border-radius: 0;
}
#symptoms-quiz #questions form.wpforms-form .wpforms-submit-container,
.symptoms-quiz #questions form.wpforms-form .wpforms-submit-container {
  grid-area: submit;
  padding: 0 0 30px;
  margin-top: 0;
}
#symptoms-quiz #questions form.wpforms-form .wpforms-submit-container .wpforms-submit,
.symptoms-quiz #questions form.wpforms-form .wpforms-submit-container .wpforms-submit {
  background-color: #292A66 !important;
  border-color: #292A66;
}
#symptoms-quiz #questions form.wpforms-form .wpforms-submit-container .wpforms-submit:hover,
.symptoms-quiz #questions form.wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  background-color: #4E769C !important;
  border-color: #4E769C;
}
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container {
  grid-area: questions;
}
@media (min-width: 782px) {
  #symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-page,
  .symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-page {
    display: grid;
    gap: 0 2rem;
    grid-template-columns: 1fr auto;
    grid-template-areas: "question illustration" "actions other";
    align-items: center;
  }
}
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio {
  grid-area: question;
  grid-column-start: 1;
}
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio legend,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio legend {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 2rem;
  border: none;
}
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio input,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio input {
  display: none;
}
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio label,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio label {
  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;
  padding-right: 1rem;
  min-width: 150px;
  width: 100%;
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: 700;
}
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio label:focus-visible,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio label:focus-visible {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 3px 5px #292A66;
  outline: 0;
}
@media (min-width: 782px) {
  #symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio label,
  .symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio label {
    width: 50%;
  }
}
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio .wpforms-selected label,
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio label:active,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio .wpforms-selected label,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-radio label:active {
  background: #E2EBF2;
}
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-html,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-html {
  grid-area: illustration;
  grid-column-start: 2;
  align-self: center;
  text-align: center;
}
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-html .icon-container,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-html .icon-container {
  width: 50%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 782px) {
  #symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-html .icon-container,
  .symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-html .icon-container {
    width: 300px;
    height: 300px;
  }
}
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-html .icon-container .symptom-icon,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-html .icon-container .symptom-icon {
  width: 100%;
}
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-html .icon-container .symptom-icon circle:first-of-type,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-html .icon-container .symptom-icon circle:first-of-type {
  fill: #eff0f2 !important;
}
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-page-next,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-page-next {
  visibility: hidden;
}
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-pagebreak:first-of-type,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-pagebreak:first-of-type {
  grid-area: other;
  grid-row-start: 3;
  background: lightgreen;
}
#symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-pagebreak:last-of-type,
.symptoms-quiz #questions form.wpforms-form .wpforms-field-container .wpforms-field-pagebreak:last-of-type {
  grid-row-start: 3;
}
#symptoms-quiz #questions .gf_progressbar_wrapper .gf_progressbar_percentage,
.symptoms-quiz #questions .gf_progressbar_wrapper .gf_progressbar_percentage {
  padding: 0;
  color: black !important;
}
#symptoms-quiz #questions form.quiz,
.symptoms-quiz #questions form.quiz {
  display: grid;
  grid-template-areas: "questions" "progress";
}
#symptoms-quiz #questions form.quiz .gf_progressbar_wrapper,
.symptoms-quiz #questions form.quiz .gf_progressbar_wrapper {
  grid-area: progress;
  margin-left: -4rem;
  margin-right: -4rem;
  margin-bottom: -3rem;
}
#symptoms-quiz #questions form.quiz .gf_progressbar_wrapper .gf_progressbar_title,
.symptoms-quiz #questions form.quiz .gf_progressbar_wrapper .gf_progressbar_title {
  margin-left: 4rem;
  margin-right: 4rem;
}
#symptoms-quiz #questions form.quiz .gf_progressbar_wrapper .gf_progressbar,
.symptoms-quiz #questions form.quiz .gf_progressbar_wrapper .gf_progressbar {
  border-radius: 0;
}
#symptoms-quiz #questions form.quiz .gf_progressbar_wrapper .gf_progressbar_percentage,
.symptoms-quiz #questions form.quiz .gf_progressbar_wrapper .gf_progressbar_percentage {
  border-radius: 0;
}
#symptoms-quiz #questions form.quiz .gform-body,
.symptoms-quiz #questions form.quiz .gform-body {
  grid-area: questions;
}
#symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields,
.symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-areas: "question illustration";
}
#symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields .gfield--type-html,
.symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields .gfield--type-html {
  grid-area: illustration;
  align-self: center;
  text-align: center;
}
#symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields .gfield--type-html .icon-container .symptom-icon,
.symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields .gfield--type-html .icon-container .symptom-icon {
  margin: auto 2rem;
}
#symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields .gfield--type-html .icon-container .symptom-icon circle:first-of-type,
.symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields .gfield--type-html .icon-container .symptom-icon circle:first-of-type {
  fill: #eff0f2 !important;
}
#symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields fieldset,
.symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields fieldset {
  grid-area: question;
  align-self: center;
}
#symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields fieldset legend,
.symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields fieldset legend {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 2rem;
  border: none;
}
#symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields fieldset .gfield_radio .gchoice input,
.symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields fieldset .gfield_radio .gchoice input {
  display: none;
}
#symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields fieldset .gfield_radio .gchoice label,
.symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields fieldset .gfield_radio .gchoice label {
  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;
  min-width: 150px;
  width: 50%;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 700;
}
#symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields fieldset .gfield_radio .gchoice label:focus-visible,
.symptoms-quiz #questions form.quiz .gform_page_fields .gform_fields fieldset .gfield_radio .gchoice label:focus-visible {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 3px 5px #292A66;
  outline: 0;
}
#symptoms-quiz #questions form.quiz .gform_page_footer input.button,
.symptoms-quiz #questions form.quiz .gform_page_footer input.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;
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
  text-align: center;
}
#symptoms-quiz #questions form.quiz .gform_page_footer input.button:focus-visible,
.symptoms-quiz #questions form.quiz .gform_page_footer input.button:focus-visible {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 3px 5px #292A66;
  outline: 0;
}
#symptoms-quiz #confirmation .wpforms-container,
.symptoms-quiz #confirmation .wpforms-container {
  margin-right: 0;
  margin-bottom: 0;
}
@media (min-width: 500px) {
  #symptoms-quiz #confirmation .wpforms-container,
  .symptoms-quiz #confirmation .wpforms-container {
    margin-left: 1rem;
  }
}
@media (min-width: 782px) {
  #symptoms-quiz #confirmation form.wpforms-form,
  .symptoms-quiz #confirmation form.wpforms-form {
    display: flex;
  }
}
#symptoms-quiz #confirmation form.wpforms-form input[type=text],
#symptoms-quiz #confirmation form.wpforms-form input[type=email],
.symptoms-quiz #confirmation form.wpforms-form input[type=text],
.symptoms-quiz #confirmation form.wpforms-form input[type=email] {
  border-radius: 1.5rem;
}
#symptoms-quiz #confirmation form.wpforms-form .wpforms-submit-container,
.symptoms-quiz #confirmation form.wpforms-form .wpforms-submit-container {
  padding: 5px 0;
  margin-top: 0;
}
@media (min-width: 782px) {
  #symptoms-quiz #confirmation form.wpforms-form .wpforms-submit-container,
  .symptoms-quiz #confirmation form.wpforms-form .wpforms-submit-container {
    padding: 15px 0;
    margin-left: -2rem;
  }
}
#symptoms-quiz #confirmation form.wpforms-form .wpforms-submit-container .wpforms-submit,
.symptoms-quiz #confirmation form.wpforms-form .wpforms-submit-container .wpforms-submit {
  background-color: #4E769C !important;
  border-color: #4E769C;
  line-height: 1.2;
  width: 100%;
}
@media (min-width: 782px) {
  #symptoms-quiz #confirmation form.wpforms-form .wpforms-submit-container .wpforms-submit,
  .symptoms-quiz #confirmation form.wpforms-form .wpforms-submit-container .wpforms-submit {
    width: auto;
  }
}
#symptoms-quiz #confirmation form.wpforms-form .wpforms-submit-container .wpforms-submit:hover,
.symptoms-quiz #confirmation form.wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  background-color: #A9C0D6 !important;
  border-color: #A9C0D6;
}
#symptoms-quiz #results.hide-second-answers .wpforms-poll-results .wpforms-poll-answer + .wpforms-poll-answer,
.symptoms-quiz #results.hide-second-answers .wpforms-poll-results .wpforms-poll-answer + .wpforms-poll-answer {
  display: none;
}
#symptoms-quiz #results .wpforms-poll-results,
.symptoms-quiz #results .wpforms-poll-results {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#symptoms-quiz #results .wpforms-poll-results .wpforms-poll-total,
.symptoms-quiz #results .wpforms-poll-results .wpforms-poll-total {
  display: none;
}
#symptoms-quiz #results .wpforms-poll-results .wpforms-poll-answer-bar-wrap,
#symptoms-quiz #results .wpforms-poll-results .wpforms-poll-answer-bar,
.symptoms-quiz #results .wpforms-poll-results .wpforms-poll-answer-bar-wrap,
.symptoms-quiz #results .wpforms-poll-results .wpforms-poll-answer-bar {
  border-radius: 1rem;
}
#symptoms-quiz #results .wpforms-poll-results .wpforms-poll-answer .wpforms-poll-answer-bar,
.symptoms-quiz #results .wpforms-poll-results .wpforms-poll-answer .wpforms-poll-answer-bar {
  background: #4e769c;
}
#symptoms-quiz #results .wpforms-poll-results .wpforms-poll-answer + .wpforms-poll-answer .wpforms-poll-answer-bar,
.symptoms-quiz #results .wpforms-poll-results .wpforms-poll-answer + .wpforms-poll-answer .wpforms-poll-answer-bar {
  background: #ced9e4;
}

/* _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;
  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
--------------------------------------------------- */
.wp-block-filter-query-block-pro-filter-query-block.is-style-default {
  --filter-query-block-filter-search-background: #e2e5e8;
  --filter-query-block-filter-dropdown-header-background: #e2e5e8;
}
.wp-block-filter-query-block-pro-filter-query-block.is-style-default .dropdown-heading {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}
.wp-block-filter-query-block-pro-filter-query-block.is-style-default .search-icon {
  background-color: transparent;
  padding: 0;
}
.wp-block-filter-query-block-pro-filter-query-block.is-style-default input[type=search]::placeholder {
  font-style: normal;
}
.wp-block-filter-query-block-pro-filter-query-block.is-style-default input[type=button] {
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}

.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 figure img {
  border-radius: 1rem;
}
.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;
  box-sizing: border-box;
}
.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 a {
  text-decoration: underline;
}
#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;
}

/* ---------------------------------------------------
Resource/Document Library
--------------------------------------------------- */
.dlp-grid-container .dlp-grid-controls.dlp-grid-above {
  margin-bottom: 1.5rem;
}
.dlp-grid-container .dlp-grid-controls.dlp-grid-below {
  margin-top: 1.5rem;
}
.dlp-grid-container .dlp-grid-controls.dlp-grid-below label {
  line-height: 2em;
}
.dlp-grid-container .dlp-grid-controls .dlp-grid-select-filters .select2-container {
  margin-right: 0.5rem;
}
.dlp-grid-container .dlp-grid-controls .select2-container {
  height: 2.125em;
}
.dlp-grid-container .dlp-grid-controls .select2-container .select2-selection--single {
  height: 2em;
  background: #e2e5e8;
  border-radius: 1rem;
  border-width: 0;
}
.dlp-grid-container .dlp-grid-controls .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 2.2em;
  font-size: 0.9em;
  padding-left: 0.8rem;
}
.dlp-grid-container .dlp-grid-controls .select2-container .select2-selection--single .select2-selection__arrow {
  height: 2em;
  right: 0.5rem;
}
.dlp-grid-container .dlp-grid-search input[type=search] {
  background: #e2e5e8;
  height: 2em;
  padding: 0 0.8rem;
  border-radius: 1rem;
}
.dlp-grid-container .dlp-grid-card-inner {
  position: relative;
  border: 1px solid #e5e5e5;
}
.dlp-grid-container .dlp-grid-card-content {
  border-width: 0;
  border-top: 1px solid #e5e5e5;
}
.dlp-grid-container .dlp-grid-card-featured-img,
.dlp-grid-container .dlp-grid-card-featured-img .wp-post-image,
.dlp-grid-container .dlp-grid-card-featured-img img {
  aspect-ratio: 3/2;
}
.dlp-grid-container .dlp-grid-card-featured-img .wp-post-image,
.dlp-grid-container .dlp-grid-card-featured-img img {
  object-fit: cover;
}
.dlp-grid-container .dlp-grid-card-excerpt p {
  font-size: 0.9375rem;
  margin-top: 0.5rem;
}
.dlp-grid-container .dlp-grid-card-excerpt p:last-of-type {
  margin-bottom: 0px !important;
}
.dlp-grid-container .dlp-grid-card-document-link-wrap {
  justify-content: space-between;
}
.dlp-grid-container .dlp-file-icon {
  height: 36px;
  width: 36px;
  margin-right: 0.25rem;
}
.dlp-grid-container .dlp-download-link[href*=youtube]::before {
  content: "►";
  display: block;
  position: absolute;
  left: 50%;
  top: 57px;
  height: 58px;
  width: 58px;
  transform: translateX(-50%);
  font-family: "Times New Roman";
  font-size: 2.5rem;
  text-align: center;
  box-sizing: border-box;
  padding: 0 7px 0px 9px;
  background: #000000;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  color: #FFFFFF;
  opacity: 65%;
}
.dlp-grid-container .dlp-download-link::after {
  content: "View";
  display: block;
  position: relative;
  right: 0;
  top: 0;
}
.dlp-grid-container .dlp-download-link,
.dlp-grid-container .document-library-pro-button {
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 !important;
}
.dlp-grid-container .dlp-download-link:hover, .dlp-grid-container .dlp-download-link:focus,
.dlp-grid-container .document-library-pro-button:hover,
.dlp-grid-container .document-library-pro-button:focus {
  text-decoration: underline;
  background-color: transparent;
  outline-width: 0 !important;
}

body:has(.hide-aquilex-tag) .select2-results__option[id*=aquilex],
body:has(.hide-fluent-tag) .select2-results__option[id*=fluent],
body:has(.hide-omni-tag) .select2-results__option[id*=omni] {
  display: none;
}

.dlp-preview-modal .dlp-preview-modal-content iframe {
  height: 90vh;
  width: 90vw;
}

/* ---------------------------------------------------
   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;
  box-sizing: border-box;
}
: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;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
:where(.wp-site-blocks) .wp-block-image a:hover img {
  opacity: 0.7;
}
: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);
  box-sizing: border-box;
}
: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-pattern-references p,
: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%;
}

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