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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

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

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

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

/* _variables.scss
 * Description: variable definitions to be used in sass partials and in theme.json
 * Author: Caroline Ferraby
 * Date: 01 May 2025
 */
/* ---------------------------------------------------
   Defining colors
--------------------------------------------------- */
:root {
  --tf--color--0: #000000;
  --tf--color--1: #577598;
  --tf--color--1-lite: #e3ebf1;
  --tf--color--2: #48999d;
  --tf--color--3: #616cae;
  --tf--color--4: #e2797c;
  --tf--color--4-tint: #eeb8bb;
  --tf--color--4-lite: #f7dfe0;
  --tf--color--5: #e68967;
  --tf--color--5-tint: #f4cab0;
  --tf--color--5-lite: #fae7d6;
  --tf--color--6: #2d92ba;
  --tf--color--6-lite: #d9eef7;
  --tf--color--7: #292A66;
  --tf--color--f: #FFFFFF;
}

body {
  --tf--color--full: #2d92ba;
  --tf--color--tint: #a0c9dc;
  --tf--color--lite: #d9eef7;
}
body.has-violet-page-color {
  --tf--color--full: #616cae;
  --tf--color--tint: #acb4d9;
  --tf--color--lite: #e4e5f2;
}
body.has-navy-page-color {
  --tf--color--full: #577598;
  --tf--color--tint: #aec0d3;
  --tf--color--lite: #e3ebf1;
}
body.has-teal-page-color {
  --tf--color--full: #48999d;
  --tf--color--tint: #a3cfd1;
  --tf--color--lite: #e0edec;
}
body.has-pink-page-color {
  --tf--color--full: #e2797c;
  --tf--color--tint: #eeb8bb;
  --tf--color--lite: #f7dfe0;
}
body.has-orange-page-color {
  --tf--color--full: #e68967;
  --tf--color--tint: #f4cab0;
  --tf--color--lite: #fae7d6;
}

/* ---------------------------------------------------
   Assigning colors
   [background]--[foreground element]:[foreground color]
--------------------------------------------------- */
/* ---------------------------------------------------
   Font family and weight
--------------------------------------------------- */
/* ---------------------------------------------------
   Spacing Definitions
--------------------------------------------------- */
/* _print.scss
 * Description: styles for print that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 May 2025
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/* _elements.scss
 * Description: styles for elements that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 May 2025
 */
/* ---------------------------------------------------
   HTML elements

   Gutenberg targets block classes instead of elements 
   (with only a few exceptions), but we still want the 
   elements to be styled. Headers are defined here so h1 
   and .is-style-h1 can be defined in the same place. The
   mixin lets styles be wrapped in .editor-styles-wrapper 
   in the editor, without affecting other admin areas.
--------------------------------------------------- */
/* button.scss
 * Description: styles for buttons (not just the button block but ALSO the button element)
 * Author: Caroline Ferraby
 * Date: 01 May 2025
 */
/* ---------------------------------------------------
   Button mixins
--------------------------------------------------- */
/* ---------------------------------------------------
   Default styles for default, primary, secondary,
   and minimal buttons

   For colors, the color-bg css custom properties are
   used if defined (see _containers.scss), otherwise
   the $white-bg variables are a fallback
--------------------------------------------------- */
.wp-element-button {
  font-size: 1.125rem;
  line-height: 1.4;
  padding: 0.5rem 2.25rem 0.5rem 1rem;
  border-radius: 32px;
  border: 2px solid;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.wp-element-button:focus-visible {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 3px 5px #292A66;
  outline: 0;
}

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

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

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

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

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

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

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

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

/* ---------------------------------------------------
   Additional styles for applying specific brand
   colors to buttons. By default, button text color
   is turned off in the theme.json, but if it is
   turned on, uncomment and add to the below styles.
--------------------------------------------------- */
/* _spacing.scss
 * Description: styles for spacing that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 May 2025
 */
/* ---------------------------------------------------
   Horizontal spacing ( gap )
--------------------------------------------------- */
:where(.is-layout-flex) {
  gap: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-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: 1.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------------------------------------------------
   Header template part
--------------------------------------------------- */
header.wp-block-template-part {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}
header.wp-block-template-part .wp-block-group.has-first-tint-background-color {
  padding: 0 2rem;
}
header.wp-block-template-part .wp-block-group.has-first-tint-background-color .wp-block-navigation-item__content {
  font-weight: 600;
}
header.wp-block-template-part .wp-block-site-logo img {
  max-height: 60px;
  width: auto;
}

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

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

/* _containers.scss
 * Description: styles for container blocks that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 May 2025
 */
/* ---------------------------------------------------
   Groups with a background color
--------------------------------------------------- */
.wp-block-group.has-background {
  padding: 2rem;
}
.wp-block-group.has-background:not(:first-child, .has-white-background-color, .has-white-to-color-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: 2.5rem;
}
.wp-block-group.has-background.is-style-section.alignfull {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 601px) {
  .wp-block-group.has-background.is-style-section.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) {
  margin-top: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.wp-block-group.has-background + .wp-block-group.has-background.is-style-section.alignfull {
  margin-top: 0.25rem;
}

.has-white-background-color + .wp-block-group.has-background.has-white-background-color,
.has-first-background-color + .wp-block-group.has-background.has-first-background-color,
.has-second-background-color + .wp-block-group.has-background.has-second-background-color,
.has-third-background-color + .wp-block-group.has-background.has-third-background-color,
.has-fourth-background-color + .wp-block-group.has-background.has-fourth-background-color,
.has-fifth-background-color + .wp-block-group.has-background.has-fifth-background-color,
.has-sixth-background-color + .wp-block-group.has-background.has-sixth-background-color,
.has-black-background-color + .wp-block-group.has-background.has-black-background-color {
  padding-top: 0;
}

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

/* ---------------------------------------------------
   Columns with a divier
--------------------------------------------------- */
.wp-block-columns.is-style-divider {
  justify-content: space-evenly;
  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(--tf--color--tint);
  }
}
@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(--tf--color--tint);
  }
}

/* ---------------------------------------------------
   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-column.has-background {
  align-self: auto;
  padding: 2rem 1rem;
  border-radius: 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;
}
.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);
}

/* ---------------------------------------------------
   Background color and gradient overrides
--------------------------------------------------- */
:root .has-page-tint-background-color {
  --wp--preset--color--page-tint: var(--tf--color--lite);
}

.has-white-to-color-gradient-background {
  --wp--preset--gradient--white-to-color: linear-gradient(180deg, #fff 0%, var(--tf--color--lite) 100%);
}

/* ---------------------------------------------------
   Setting foreground colors for colored backgrounds
--------------------------------------------------- */
.has-white-background-color,
.has-page-tint-background-color,
.has-first-tint-background-color,
.has-fourth-tint-background-color,
.has-fifth-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-first-tint-background-color,
.has-fourth-tint-background-color,
.has-fifth-tint-background-color {
  --color-bg--divider: #a0c9dc;
}

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

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

/* ---------------------------------------------------
   Mobile overlay menu is not visible
--------------------------------------------------- */
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-icon {
  color: #aec0d3 !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, #577598);
  border-color: var(--color-bg--primary-btn-hover, #577598);
}
nav.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation-item.is-style-secondary .wp-block-navigation-item__content {
  border-color: #577598;
  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, #e3ebf1);
}
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 #577598;
  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: #e3ebf1;
}
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: #aec0d3 !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: 50%;
  right: 0;
  left: auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
  color: #FFFFFF !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > * {
  order: 1;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  width: 100%;
  gap: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  box-sizing: border-box;
  font-size: 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 {
  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;
}

/* _utilities.scss
 * Description: styles for utilities that can be used as helper classes
 * Author: Caroline Ferraby
 * Date: 01 May 2025
 */
/* ---------------------------------------------------
   For Administrators (use all caps)
--------------------------------------------------- */
.FLAG {
  color: #FF00FF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-group.position-top {
  position: absolute;
  width: 100%;
  top: 0;
}
.wp-block-group.product-features .wp-block-columns .wp-block-column {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wp-block-group.product-features .wp-block-columns:not(:last-child) .wp-block-column {
  border-bottom: 4px dotted #616cae;
}
.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-bottom: 1rem;
}
.wp-block-media-text .wp-block-media-text__content:first-child {
  padding: 0px 4rem 0px 0px;
}
.wp-block-media-text .wp-block-media-text__content:last-child {
  padding: 0px 0px 0px 4rem;
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content:first-child, .wp-block-media-text .wp-block-media-text__content:last-child {
    padding: 0px;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile.is-style-reverse-order .wp-block-media-text__media {
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile.is-style-reverse-order .wp-block-media-text__content {
    grid-row: 1;
  }
  .is-style-section .wp-block-media-text.is-stacked-on-mobile.is-style-reverse-order .wp-block-media-text__content > :first-child {
    margin-top: 0;
  }
}
.wp-block-media-text.alignfull.is-style-narrow-text .wp-block-media-text__content:first-child, .alignfull .wp-block-media-text.is-style-narrow-text .wp-block-media-text__content:first-child {
  margin-left: calc((100vw - var(--wp--style--global--content-size)) / 2);
}
.wp-block-media-text.alignfull.is-style-narrow-text .wp-block-media-text__content:last-child, .alignfull .wp-block-media-text.is-style-narrow-text .wp-block-media-text__content:last-child {
  margin-right: calc((100vw - var(--wp--style--global--content-size)) / 2);
}
.wp-block-media-text.alignwide.is-style-narrow-text .wp-block-media-text__content:first-child, .alignwide .wp-block-media-text.is-style-narrow-text .wp-block-media-text__content:first-child {
  margin-left: calc((var(--wp--style--global--wide-size) - var(--wp--style--global--content-size)) / 2);
}
.wp-block-media-text.alignwide.is-style-narrow-text .wp-block-media-text__content:last-child, .alignwide .wp-block-media-text.is-style-narrow-text .wp-block-media-text__content:last-child {
  margin-right: calc((var(--wp--style--global--wide-size) - var(--wp--style--global--content-size)) / 2);
}

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

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-search {
  order: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-search__input[type=search],
.wp-block-navigation__responsive-container.is-menu-open .wp-block-search__button {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  color: #000000;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-search__input[type=search]:focus,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-search__input[type=search]:focus + .wp-block-search__button {
  outline: none;
  box-shadow: none;
  border: 1px solid #577598;
}
.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 .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: 60px !important;
  padding: 10px;
}
@media (min-width: 600px) {
  .wp-block-outermost-icon-block .icon-container:has(.general-icon) {
    width: 75px !important;
    padding: 12px;
  }
}
@media (min-width: 782px) {
  .wp-block-outermost-icon-block .icon-container:has(.general-icon) {
    width: 90px !important;
    padding: 13px;
  }
}
.wp-block-outermost-icon-block .icon-container:has(.symptom-icon) {
  width: 90px !important;
}
@media (min-width: 600px) {
  .wp-block-outermost-icon-block .icon-container:has(.symptom-icon) {
    width: 120px !important;
  }
}
@media (min-width: 782px) {
  .wp-block-outermost-icon-block .icon-container:has(.symptom-icon) {
    width: 148px !important;
  }
}

.wp-block-video:has(video),
.wp-block-embed.is-type-video:has(iframe) {
  border-radius: 1rem;
  overflow: hidden;
}

/* _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 {
  padding: 3rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255)), url("resources/images/backgrounds/gradient--blue-peach--full-white.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.physician-finder .header,
.physician-finder .content,
.physician-finder .footer {
  padding: 2rem;
}
.physician-finder .header {
  border-radius: 1rem 1rem 0 0;
  background-color: #FFFFFF;
}
.physician-finder .content {
  margin-top: 0;
  padding-top: 0;
  background-color: #EDF1F5;
}
.physician-finder .content .map-form {
  padding-top: 1rem;
}
.physician-finder .content .map {
  padding-top: 0.5rem;
}
.physician-finder .footer {
  border-radius: 0 0 1rem 1rem;
  background-color: #292A66;
}

/**********************************************************
 * 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;
}
.find-physician select {
  width: 100%;
}
.find-physician .gfield {
  margin-top: 0.5rem;
}
.find-physician .gfield_required_asterisk {
  display: none;
}

@media (max-width: 767px) {
  /*    .find-physician {
          padding-top: 30px;

          .find-physician__title {
              font-size: 38px;
              line-height: 1.1;
              letter-spacing: -0.01em;
          }

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

          select.half-select {
              width: 100%;
          }

          input.input-zip {
              width: 100% !important;
          }
      }*/
}
/* end physician finder - form */
/********************************************************/
/**********************************************************
 * Physician Finder - Map
 */
#provider-map {
  width: 100%;
  height: 400px;
}
#provider-map .name {
  font-weight: bold;
}
/**********************************************************
 * Physician Finder - Results
 */
#no-results {
  padding: 15vh 0;
}

.physician-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem 1.5rem;
  background: #FFFFFF;
}

.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: " !";
  color: #FF00FF;
  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__map,
  .physician-results__description {
    /*        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%; */
    flex-basis: 100%;
    max-width: 100%;
  }
  .physician-results__map {
    text-align: center;
  }
  .physician-results__map img {
    width: 100%;
    max-width: 450px !important;
  }
  .physician-results__description {
    padding: 65px 15px 45px 15px;
  }
  .physician-results__description .office-text {
    right: inherit;
    left: -1px;
    /*            -webkit-border-radius: 0 0 8px 0;
                border-radius: 0 0 8px 0; */
  }
  .physician-results__description .distance {
    right: inherit;
    left: 15px;
  }
  .physician-results__description .full-name {
    padding-right: 0;
  }
}
/* end physician finder - results */
/********************************************************/
/***********************************************
 * Ajax styling
 */
.ajax-spinner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
}

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

/* end ajax styling */
/***********************************************/
/* _patterns.scss
 * Description: styles for synced patterns
 * Author: Caroline Ferraby
 * Date: 10 June 2025
 */
/* ---------------------------------------------------
   Colorblock Hero
--------------------------------------------------- */
.wp-pattern-colorblock-hero .wp-block-cover {
  align-items: stretch;
}
.wp-pattern-colorblock-hero .wp-block-cover__inner-container {
  position: relative;
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
}
.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-columns:not(.wp-block)::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  height: 100%;
  width: calc((100vw - var(--wp--style--global--content-size)) / 2);
  background-color: var(--tf--color--full);
}
@media screen and (max-width: 782px) {
  .wp-pattern-colorblock-hero .wp-block-cover__inner-container h1 {
    margin-top: 2rem;
  }
}
.wp-pattern-colorblock-hero .wp-block-cover__inner-container .wp-block-image {
  margin-top: 0;
}
.wp-pattern-colorblock-hero .wp-block-cover__inner-container svg {
  position: absolute;
  left: 50%;
  height: 100%;
  width: auto;
  fill: var(--tf--color--full);
  z-index: -1;
  opacity: 0;
}
@media screen and (min-width: 782px) {
  .wp-pattern-colorblock-hero .wp-block-cover__inner-container svg {
    transition: opacity 1s ease-in-out;
    opacity: 0.4;
  }
}
@media screen and (min-width: 900px) {
  .wp-pattern-colorblock-hero .wp-block-cover__inner-container svg {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1000px) {
  .wp-pattern-colorblock-hero .wp-block-cover__inner-container svg {
    opacity: 1;
  }
}

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

/* ---------------------------------------------------
   Better is possible
--------------------------------------------------- */
.wp-pattern-better-is-possible {
  margin-top: 3rem;
}
@media (min-width: 600px) {
  .wp-pattern-better-is-possible {
    margin-top: 1rem;
  }
}

.sticky-nav {
  position: sticky;
  top: -1px;
  z-index: 10100;
}
.sticky-nav a.active {
  background-color: white !important;
}
.sticky-nav .left-side {
  margin-left: 5vw;
}
.sticky-nav .right-side {
  margin-right: 5vw;
}
.sticky-nav .show-when-sticking {
  transition: all 300ms ease-in-out;
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
}
.sticky-nav .show-when-sticking.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

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

a:where(:not(.wp-element-button)) {
  color: var(--color-bg--link, #577598) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a:where(:not(.wp-element-button)):hover, a:where(:not(.wp-element-button)):active {
  color: var(--color-bg--link, #292A66) !important;
  text-decoration: underline;
}

.has-inline-color > a:where(:not(.wp-element-button)),
.has-text-color > a:where(:not(.wp-element-button)),
.is-style-h3 > a:where(:not(.wp-element-button)),
h3 > a:where(:not(.wp-element-button)),
.dialog-widget a {
  color: inherit !important;
}
.has-inline-color > a:where(:not(.wp-element-button)):hover, .has-inline-color > a:where(:not(.wp-element-button)):active,
.has-text-color > a:where(:not(.wp-element-button)):hover,
.has-text-color > a:where(:not(.wp-element-button)):active,
.is-style-h3 > a:where(:not(.wp-element-button)):hover,
.is-style-h3 > a:where(:not(.wp-element-button)):active,
h3 > a:where(:not(.wp-element-button)):hover,
h3 > a:where(:not(.wp-element-button)):active,
.dialog-widget a:hover,
.dialog-widget a:active {
  color: inherit !important;
}

.dialog-widget a.elementor-button,
.dialog-widget a.elementor-button:hover,
.dialog-widget a.elementor-button:active {
  color: #FFFFFF !important;
}

blockquote,
.wp-block-quote {
  font-style: normal;
  margin: 2rem 0;
  padding-left: 0;
  border: none;
}
blockquote cite,
.wp-block-quote cite {
  color: inherit;
}
blockquote cite::before,
.wp-block-quote cite::before {
  content: "";
}

figure > blockquote,
.wp-block-pullquote:not(.has-text-align-center) {
  text-align: left;
}
figure > blockquote::before,
.wp-block-pullquote:not(.has-text-align-center)::before {
  content: url("resources/images/open-quote.svg");
  position: absolute;
  display: inline-block;
  top: 2.5rem;
  left: 2.25rem;
  width: 54px;
  height: 40px;
  z-index: -1;
}

.wp-block-pullquote {
  position: relative;
  padding: 3rem;
  background-color: #e3ebf1;
  color: #292A66;
  z-index: 0;
}

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

figure.wp-block-image,
figure {
  margin-bottom: 0;
}

:not(.wp-block-column) > figure:not(:has(figcaption)) {
  margin-bottom: 1.5rem;
}

.wp-block-file__embed {
  margin-bottom: 0.5rem;
}

img,
.wp-block-image img,
.wp-block-media-text img,
.wp-element-caption {
  width: 100%;
  border-radius: 1rem;
}

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

h1, .is-style-h1,
h2, .is-style-h2,
h3, .is-style-h3,
h4, .is-style-h4,
h5, .is-style-h5,
h6, .is-style-h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: none;
  line-height: 1.1;
  margin-bottom: 0;
  color: var(--color-bg--heading, #292A66);
}
h1.extra-bold, .is-style-h1.extra-bold,
h2.extra-bold, .is-style-h2.extra-bold,
h3.extra-bold, .is-style-h3.extra-bold,
h4.extra-bold, .is-style-h4.extra-bold,
h5.extra-bold, .is-style-h5.extra-bold,
h6.extra-bold, .is-style-h6.extra-bold {
  font-weight: 700;
}

h1, .is-style-h1 {
  font-size: clamp(44px, 38.96px + 1.4vw, 56px);
  line-height: 1;
}
h1 strong, .is-style-h1 strong {
  font-weight: 600;
}

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

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

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

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

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

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

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

ol, ul {
  margin-left: 0;
}

ol.wp-block-footnotes {
  padding-left: 1rem;
}

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

p.is-style-lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #292A66;
}
p.is-style-blue-bold {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #577598;
}
p.is-style-blue-bold + p {
  margin-top: 1.5rem;
}
p.is-style-blue-bold + .wp-block-columns {
  margin-top: 2.25rem;
}
p.is-style-statistic {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #292A66;
}
p.is-style-statistic:not(:first-child) {
  margin-top: 0.5rem;
}
@media (min-width: 782px) {
  p.is-style-statistic {
    max-width: 241px;
    margin-left: auto;
    margin-right: auto;
  }
}
p.is-style-statistic strong {
  display: block;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
p.is-style-subtitle {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  color: var(--color-bg--caption, #577598);
}
p.title {
  font-size: 2rem;
  margin-top: 0;
}
p:empty {
  margin-top: 0;
}

.is-layout-constrained > p.has-text-align-center {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

pre {
  margin-bottom: 0;
}

small,
.is-style-small,
.wp-block-footnotes {
  font-size: 0.875rem;
  margin-top: 0.875rem;
}

strong, b {
  font-weight: 600;
}

sup {
  font-size: 60%;
}
sup.fn a, sup.fn a:active, sup.fn a:hover {
  color: inherit !important;
  text-decoration: none;
}

table,
.wp-block-table {
  margin-bottom: 0px;
}
table thead,
.wp-block-table thead {
  border-bottom: 0;
}
table th, table td,
.wp-block-table th,
.wp-block-table td {
  border-color: var(--color-bg--divider, #e3ebf1);
}
table th,
.wp-block-table th {
  font-weight: 500;
  text-transform: none;
  background-color: var(--color-bg--divider, #292A66);
  color: #FFFFFF;
}
table th:not(:last-child),
.wp-block-table th:not(:last-child) {
  border-right-color: var(--color-bg--divider, #e3ebf1);
}
table tfoot,
.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-blocks.css.map */
