/* Minification failed.

input(9630,1): run-time error CSS1019: Unexpected token, found '}'

*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap");
@import url("https://use.typekit.net/qju7ddl.css");
:root {
  --asset-url:"https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho";
  --global-asset-url:"https://assets.doctorlogic.com/Images/Sites/GlobalAssets";
}

/* Universal Color Matches */
/* Site Fonts */
/* Change These For Your Design */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Nav */
/* Header */
/* Section Widths */
/* Section Padding */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
/* Homepage Images */
/* Interior Images */
/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Header */
/* Footer */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Border Radius */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Procedure Item */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
:root {
  --phone-min: 421px;
  --phone-wide-min: 569px;
  --tablet-min: 768px;
  --tablet-wide-min: 991px;
  --desktop-sm-min: 1025px;
  --desktop-min: 1241px;
  --desktop-wide-min: 1441px;
}

/* Lazy load */
.lazy-load-image,
.lazy-background,
.lazy-iframe {
  opacity: 0;
  transition: 0.3s opacity linear;
}
.lazy-load-image:not(.visible),
.lazy-background:not(.visible),
.lazy-iframe:not(.visible) {
  min-height: 1px;
  margin: 0 !important;
}
.lazy-load-image.visible.complete,
.lazy-background.visible.complete,
.lazy-iframe.visible.complete {
  opacity: 1;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/* box-sizing for flexbox */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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.
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Don't Change These */
:root {
  --logo-color: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572892.svg");
  --logo-white: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572893.svg");
  --font-family: inter-variable, sans-serif;
  --font-family-alt: merriweather, serif;
  --subheadline-size: clamp(1rem, 2vw, 1.4rem);
  --cta-color: #FFFFFF;
  --cta-color-sticky: #121417;
  --cta-color-hover: #2A6F9B;
  --nav-color: #121417;
  --nav-color-hover: #2A6F9B;
  --nav-color-sticky: #121417;
  --header-max-width: 1690px;
  --header-padding-x: 48px;
  --header-padding-y: 12px;
  --max-width: 1200px;
  --max-width-narrow: 1000px;
  --padding-y: 60px;
  --padding-x: 32px;
  --padding-y-mobile: 40px;
  --padding-x-mobile: 32px;
  --box-padding: 24px;
  --box-padding-mobile: 24px 0;
  --gap: 1rem;
  --gap-mobile: 10px;
  --category-columns-sm: 24;
  --category-columns-md: 12;
  --category-columns-lg: 12;
  --category-min-height: 600px;
  --category-min-height-mobile: 350px;
  --parallax: url("//assets.doctorlogic.com/Images/Sites/T/ThePlasticsClinic_Sparks/MasterPage/1046955.jpg");
  --aisle-columns-sm: 24;
  --aisle-columns-md: 12;
  --aisle-columns-lg: 12;
  --aisle-min-height: 600px;
  --aisle-min-height-mobile: 300px;
  --interior-feature-heading-bg: #F9F9F9;
  --interior-feature-bg: #F9F9F9;
  --interior-parallax-1: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572902.jpg");
  --interior-parallax-2: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572903.jpg");
  --interior-parallax-3: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572904.jpg");
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height, 0px) * 1.5 + 2rem);
}

body {
  position: relative;
  transition: all ease-in-out 0.3s;
}
body.nav-opens--right {
  right: 0;
}
body.nav-opens--left {
  left: 0;
}

li {
  line-height: 1.5;
}

.hidden {
  display: none;
}

.btn, .procedure--template_a .main_content .cta-section__container .cta-btn, .related-videos .video-thumbnails__item::before, button {
  white-space: nowrap;
}

.alma-grid {
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-gap: 10px;
}
.alma-grid ul.breadcrumb {
  grid-column: auto/span 24;
  display: flex;
  list-style: none;
  padding: 0;
}
.alma-grid ul.breadcrumb li {
  padding-right: 10px;
}
.alma-grid ul.breadcrumb li a {
  text-decoration: none;
  color: #121417;
}
.alma-grid ul.breadcrumb > li + li:before {
  color: #000000;
  content: "> ";
  padding: 0 5px;
  text-align: center;
}
.alma-grid__title {
  grid-column: auto/span 24;
}
.alma-grid__content {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-gap: 10px;
}
.alma-grid__content-left {
  grid-column: auto/span 12;
}
@media (min-width: 768px) {
  .alma-grid__content-left {
    grid-column: auto;
  }
}
.alma-grid__content-left img {
  width: 100%;
  height: auto;
  display: block;
  min-width: 300px;
}
.alma-grid__content-right {
  grid-column: auto/span 24;
}
@media (min-width: 768px) {
  .alma-grid__content-right {
    grid-column: auto/span 18;
  }
}
.alma-grid__content-logo {
  padding: 0 0 40px;
}
.alma-grid__content-logo img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
}
.alma-grid__gallery {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-gap: 10px;
  padding: 40px 0;
}
.alma-grid__gallery-headline {
  grid-column: auto/span 24;
}
.alma-grid__gallery-slider {
  grid-column: auto/span 24;
}
.alma-grid__gallery-cell {
  width: 100%;
  margin: 0 10px;
}
.alma-grid__gallery-cell img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .alma-grid__gallery-cell {
    width: 50%;
  }
}
@media (min-width: 1241px) {
  .alma-grid__gallery-cell {
    width: 30%;
  }
}
.alma-grid__videos {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-gap: 10px;
  padding: 40px 0;
}
.alma-grid__videos-headline {
  grid-column: auto/span 24;
}
.alma-grid__videos-slider {
  grid-column: auto/span 24;
}
.alma-grid__videos-cell {
  width: 100%;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .alma-grid__videos-cell {
    width: 50%;
  }
}
@media (min-width: 1241px) {
  .alma-grid__videos-cell {
    width: 30%;
  }
}
.alma-grid__videos-item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.alma-grid__videos-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.alma-grid__faqs {
  grid-column: auto/span 24;
}
.alma-grid__faqs-items {
  padding: 20px 0 40px;
}
.alma-grid__faqs-item {
  padding: 0 0 40px;
}

/* Universal Color Matches */
/* Site Fonts */
/* Change These For Your Design */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Header */
/* Footer */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Border Radius */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Procedure Item */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
:root {
  --phone-min: 421px;
  --phone-wide-min: 569px;
  --tablet-min: 768px;
  --tablet-wide-min: 991px;
  --desktop-sm-min: 1025px;
  --desktop-min: 1241px;
  --desktop-wide-min: 1441px;
}

/* Lazy load */
.lazy-load-image,
.lazy-background,
.lazy-iframe {
  opacity: 0;
  transition: 0.3s opacity linear;
}
.lazy-load-image:not(.visible),
.lazy-background:not(.visible),
.lazy-iframe:not(.visible) {
  min-height: 1px;
  margin: 0 !important;
}
.lazy-load-image.visible.complete,
.lazy-background.visible.complete,
.lazy-iframe.visible.complete {
  opacity: 1;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/* box-sizing for flexbox */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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.
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Don't Change These */
:root {
  --logo-color: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572892.svg");
  --logo-white: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572893.svg");
  --font-family: inter-variable, sans-serif;
  --font-family-alt: merriweather, serif;
  --subheadline-size: clamp(1rem, 2vw, 1.4rem);
  --cta-color: #FFFFFF;
  --cta-color-sticky: #121417;
  --cta-color-hover: #2A6F9B;
  --nav-color: #121417;
  --nav-color-hover: #2A6F9B;
  --nav-color-sticky: #121417;
  --header-max-width: 1690px;
  --header-padding-x: 48px;
  --header-padding-y: 12px;
  --max-width: 1200px;
  --max-width-narrow: 1000px;
  --padding-y: 60px;
  --padding-x: 32px;
  --padding-y-mobile: 40px;
  --padding-x-mobile: 32px;
  --box-padding: 24px;
  --box-padding-mobile: 24px 0;
  --gap: 1rem;
  --gap-mobile: 10px;
  --category-columns-sm: 24;
  --category-columns-md: 12;
  --category-columns-lg: 12;
  --category-min-height: 600px;
  --category-min-height-mobile: 350px;
  --parallax: url("//assets.doctorlogic.com/Images/Sites/T/ThePlasticsClinic_Sparks/MasterPage/1046955.jpg");
  --aisle-columns-sm: 24;
  --aisle-columns-md: 12;
  --aisle-columns-lg: 12;
  --aisle-min-height: 600px;
  --aisle-min-height-mobile: 300px;
  --interior-feature-heading-bg: #F9F9F9;
  --interior-feature-bg: #F9F9F9;
  --interior-parallax-1: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572902.jpg");
  --interior-parallax-2: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572903.jpg");
  --interior-parallax-3: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572904.jpg");
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height, 0px) * 1.5 + 2rem);
}

body {
  position: relative;
  transition: all ease-in-out 0.3s;
}
body.nav-opens--right {
  right: 0;
}
body.nav-opens--left {
  left: 0;
}

li {
  line-height: 1.5;
}

.hidden {
  display: none;
}

.btn, .procedure--template_a .main_content .cta-section__container .cta-btn, .related-videos .video-thumbnails__item::before, button {
  white-space: nowrap;
}

.header--3 {
  position: sticky;
  top: 0;
  z-index: 500;
}
body.nav-opens--right .header--3 {
  right: 0;
}
body.nav-opens--left .header--3 {
  left: 0;
}
.header--3 .nav__items--sub li:first-of-type:has(.slide-menu__backlink) {
  padding: 0 !important;
}
.header--3 .slide-menu {
  width: 320px;
  height: 100% !important;
  min-height: 100dvh !important;
  display: grid !important;
  grid-template-rows: 1fr auto !important;
}
@media (min-width: 1241px) {
  .header--3 .slide-menu {
    min-height: unset !important;
    display: flex;
    height: auto;
  }
}
.header--3 .slide-menu__backlink {
  color: #121417;
  padding: 18px 10px;
}
.dark-mode .header--3 .slide-menu__backlink {
  color: #FFFFFF;
}
.header--3 .slide-menu__backlink:hover {
  color: #121417;
}
.dark-mode .header--3 .slide-menu__backlink:hover {
  color: #FFFFFF;
}

body.openNav .header {
  right: 0 !important;
}
body.openNav .header__nav {
  display: block;
}

.header {
  height: calc(var(--header-height) * 1px);
  background-color: primary;
  background-color: #FFFFFF;
}
.dark-mode .header {
  background-color: #121417;
  background-color: #121417;
}
.header__container {
  margin: 0 auto;
  padding: 20px 48px !important;
  display: flex;
  align-items: center;
}
@media (min-width: 1241px) {
  .header__container {
    display: grid;
    grid-template-columns: minmax(48px, calc((100vw - 1690px) / 2 + 48px)) 1fr 1fr minmax(48px, calc((100vw - 1690px) / 2 + 48px));
    padding: 0 !important;
  }
}
.header ul {
  padding: 0;
  list-style: none;
}
.header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572893.svg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 10px 0;
}
.header__notification {
  padding: 10px;
}
.header__notification-text {
  padding: 0 20px;
  margin: 0 10px;
}
.header__logo-container {
  flex: 1;
  padding: 0;
}
@media (min-width: 1241px) {
  .header__logo-container {
    grid-column: 2/span 1;
    padding: 12px 0 12px 20px;
  }
}
.header__logo {
  height: 46px;
}
@media (min-width: 1241px) {
  .header__logo {
    height: 64px;
  }
}
.header__logo-text {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: clamp(0.9rem, 1.5vw, 2rem);
  color: #FFFFFF;
}
.header__cta-container {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 1241px) {
  .header__cta-container {
    grid-column: 3/span 1;
    padding-right: 20px;
  }
}
.header__cta-container .nav__items {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.header__cta-container .nav__item,
.header__cta-container .nav__link {
  padding: 0 0 0 16px !important;
}
.header .slide-menu {
  padding-right: 0px;
  padding-top: 28px;
}
@media (min-width: 1241px) {
  .header .slide-menu {
    padding-top: 0;
  }
}
.header .nav-toggle {
  width: 42px !important;
  left: auto !important;
  right: 0 !important;
}
.header__nav-toggle {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-inline-start: 15px;
}
.header__nav-toggle label {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.header__nav-toggle input {
  display: none;
}
.header__nav-toggle span {
  transition-duration: 0s;
  transition-delay: 0.2s;
  display: inline-block;
  width: 24px;
  height: 3px;
  background-color: black;
  border-radius: 3px;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
}
.header__nav-toggle span::after, .header__nav-toggle span::before {
  transition-delay: 0.2s, 0s;
  transition-duration: 0.2s;
  transition-property: margin, transform;
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: black;
  border-radius: 3px;
}
.header__nav-toggle span::after {
  margin-top: 8px;
}
.header__nav-toggle span::before {
  margin-top: -8px;
}
.header__nav-toggle .header__nav-toggle--open span {
  background-color: transparent;
  display: none;
}
.header__nav-toggle .header__nav-toggle--open span::before, .header__nav-toggle .header__nav-toggle--open span::after {
  transition-delay: 0s, 0.2s;
  margin-top: 0;
}
.header__nav-toggle .header__nav-toggle--open span::before {
  transform: rotate(45deg);
}
.header__nav-toggle .header__nav-toggle--open span::after {
  transform: rotate(-45deg);
}
@media (min-width: 1241px) {
  .header:has(.header__mobile-ctas) .slide-menu {
    flex-direction: row;
  }
}
.header__mobile-ctas {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: rgb(236.25, 236.25, 236.25);
  padding: 24px 10px;
  border-top: solid 1px #c6c6c6;
  margin-top: auto;
}
@media (min-width: 1241px) {
  .header__mobile-ctas {
    display: none;
  }
}
.header.hamburger .header__mobile-ctas {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: rgb(236.25, 236.25, 236.25);
  padding: 24px 10px;
  border-top: solid 1px #c6c6c6;
  max-height: 50%;
  margin-top: auto;
}
.header__mobile-cta {
  display: flex;
  align-items: center;
  padding: 8px 20px;
}
.header__mobile-cta svg {
  width: 16px;
  height: 16px;
}
.header__mobile-cta span {
  padding-left: 12px;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #121417;
}
.dark-mode .header__mobile-cta span {
  color: #121417;
}
.header__nav-toggle--left {
  margin-inline-start: 0px;
  margin-inline-end: 24px;
}
@media (min-width: 1241px) {
  .header__nav {
    grid-column: 1/span 5;
  }
}
.header__nav .nav__link {
  text-decoration: none;
  color: #121417;
  display: block;
}
.header__nav .nav__item--sub:hover .nav__item--tert {
  padding: 10px;
}
.header__nav .nav-toggle {
  position: absolute;
  inset: calc(var(--header-height) / 4) 0 0;
  width: 100%;
  height: calc(var(--header-height) / 2);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 24px;
  z-index: 999;
  cursor: pointer;
}
.header__nav .nav-toggle span {
  background-color: transparent !important;
}
.header__nav .nav-toggle span::before {
  content: "✕";
  cursor: pointer;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
}
.header__notification {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item:last-of-type .nav__items--sub {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .slide-menu .nav__item:last-of-type ul ul {
    left: -100% !important;
  }
}

.cta__icon {
  width: 24px;
  display: flex;
  align-items: center;
}
.cta__icon svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 1241px) {
  .cta__icon {
    display: none;
  }
}

.nav__link {
  display: none;
}
@media (min-width: 1241px) {
  .nav__link {
    display: block;
  }
}

.slide-menu ul ul {
  padding: 8px 10px !important;
  width: 320px;
}
@media (min-width: 1241px) {
  .slide-menu ul ul {
    padding: 20px 0 !important;
    width: 320px;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__logo {
    height: 56px;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav-toggle {
    display: none;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav {
    flex: 0 0 100%;
    padding: 10px 0;
    position: relative;
    display: block;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav-toggle {
    display: none;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .header:not(.hamburger) .header__nav .nav__items--sub {
    flex-direction: column;
    align-items: flex-start;
    top: 20px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    min-width: 300px;
    width: 100%;
  }
  .header:not(.hamburger) .header__nav .nav__items--tert {
    flex-direction: column;
    min-width: 100%;
  }
}
@media (min-width: 1241px) and (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__items--tert {
    padding-top: 0;
  }
  .header:not(.hamburger) .header__nav .nav__items--tert::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 40vh;
    z-index: -1;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item {
    padding: 0 10px;
    position: relative;
  }
  .header:not(.hamburger) .header__nav .nav__item > .nav__items {
    display: none;
  }
  .header:not(.hamburger) .header__nav .nav__item:hover .nav__items--sub {
    visibility: visible;
    opacity: 1;
  }
  .header:not(.hamburger) .header__nav .nav__item:hover > .nav__items {
    display: flex;
  }
}
.header:not(.hamburger) .header__nav .nav__item--sub {
  width: 100%;
  padding: 10px;
}
.header:not(.hamburger) .header__nav .nav__item--sub:has(.nav__items--tert) > .nav__link {
  position: relative;
  width: 100%;
}
.header:not(.hamburger) .header__nav .nav__item--sub:has(.nav__items--tert) > .nav__link::after {
  content: "＞";
  position: absolute;
  left: auto;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item--sub {
    background: #FFFFFF;
  }
}
@media (min-width: 1025px) {
  .header:not(.hamburger) .header__nav .nav__item--sub:hover .nav__link::after {
    opacity: 1;
  }
}
.header:not(.hamburger) .header__nav .nav__item--tert {
  width: 100%;
  padding: 10px;
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item--tert {
    background: #FFFFFF;
    display: none;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item--sub:hover .nav__item--tert {
    min-width: 180px;
    display: block;
  }
}
.header:not(.hamburger) .header__notification {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header--scroll {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 0 100px 0px;
}
.header--scroll .header__logo-text {
  color: #044F7C;
}

html:not(.home-page) .header {
  position: sticky;
}
html:not(.home-page) .header__logo-text {
  color: #121417;
}

.slide-menu__decorator span {
  margin: 0 !important;
}
.slide-menu__decorator span::before {
  left: 0.45em !important;
  top: 50% !important;
}

.slide-menu__backlink span::before {
  right: 0.45em !important;
  top: 33% !important;
}

.slide-menu {
  background-color: primary;
  background-color: #FFFFFF;
}
.dark-mode .slide-menu {
  background-color: #121417;
  background-color: #121417;
}

.nav__item {
  padding: 8px 16px;
}
.nav__item .nav__link {
  color: #121417;
}
.dark-mode .nav__item .nav__link {
  color: #FFFFFF;
}

.nav-toggle span::before {
  color: #121417;
}
.dark-mode .nav-toggle span::before {
  color: #FFFFFF;
}

.header:not(.hamburger) .header__container {
  background-color: primary;
  background-color: #FFFFFF;
}
.dark-mode .header:not(.hamburger) .header__container {
  background-color: #121417;
  background-color: #121417;
}
.header:not(.hamburger) .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572892.svg");
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .nav__item .nav__link {
    color: #121417;
  }
  .dark-mode .header:not(.hamburger) .nav__item .nav__link {
    color: #FFFFFF;
  }
  .header:not(.hamburger) .nav__item--sub,
  .header:not(.hamburger) .nav__item--tert {
    background-color: primary;
    background-color: #FFFFFF;
  }
  .dark-mode .header:not(.hamburger) .nav__item--sub,
  .dark-mode .header:not(.hamburger) .nav__item--tert {
    background-color: #121417;
    background-color: #121417;
  }
  .header:not(.hamburger) .nav__item--sub:hover,
  .header:not(.hamburger) .nav__item--tert:hover {
    background: #c6c6c6;
  }
}

html.dark-mode .header:not(.hamburger) .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572893.svg");
}

.header.hamburger .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572892.svg");
}
.header.hamburger .header__container {
  background-color: primary;
  background-color: #FFFFFF;
}
.dark-mode .header.hamburger .header__container {
  background-color: #121417;
  background-color: #121417;
}
.header.hamburger .slide-menu ul {
  padding: 78px 10px 20px 10px !important;
}

html.dark-mode .header.hamburger .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572893.svg");
}

.header.header--scroll .header__container {
  background-color: primary;
  background-color: #FFFFFF;
}
.dark-mode .header.header--scroll .header__container {
  background-color: #121417;
  background-color: #121417;
}

html .header.header--scroll .header__cta-container .nav__link {
  color: #121417;
}
.dark-mode html .header.header--scroll .header__cta-container .nav__link {
  color: #FFFFFF;
}

html.dark-mode .header__nav-toggle span::before,
html.dark-mode .header__nav-toggle span::after,
html.dark-mode .header__nav-toggle span {
  background: #FFFFFF;
}
html.dark-mode .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572893.svg");
}
html.dark-mode .header.header--scroll .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572893.svg");
}
html.dark-mode .header.header--scroll .header__nav-toggle span::before,
html.dark-mode .header.header--scroll .header__nav-toggle span::after,
html.dark-mode .header.header--scroll .header__nav-toggle span {
  background: #FFFFFF;
}
html.dark-mode .header .header__cta-container g.st0 {
  fill: #FFFFFF;
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .nav__items--sub {
    max-width: 300px !important;
  }
  .header:not(.hamburger) .nav__item--sub {
    position: unset !important;
  }
  .header:not(.hamburger) .nav__items--tert {
    top: 20px !important;
  }
  .header:not(.hamburger) .slide-menu {
    background: transparent;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger):not(.header--scroll) .nav__item--sub:hover,
  .header:not(.hamburger):not(.header--scroll) .nav__item--tert:hover {
    background: #c6c6c6 !important;
    color: #121417;
  }
}

html.home-page .header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
html.home-page .header .header__container {
  background: transparent;
}
html.home-page .header .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572893.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
html.home-page .header .header__cta-container::before {
  background: #FFFFFF;
}
html.home-page .header .header__nav-toggle span, html.home-page .header .header__nav-toggle span::before, html.home-page .header .header__nav-toggle span::after {
  background: #FFFFFF;
}
html.home-page .header .header__cta-container .nav__link {
  color: #FFFFFF;
}
html.home-page .header .cta__icon .st0 {
  fill: #FFFFFF;
}

html.dark-mode.home-page .header:not(.hamburger) .header__container {
  background: transparent;
}

html.dark-mode.home-page .header:not(.hamburger).header--scroll .header__container {
  background-color: #121417;
}
html.dark-mode.home-page .header:not(.hamburger).header--scroll .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572893.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
html.dark-mode.home-page .header:not(.hamburger).header--scroll .header__cta-container .nav__link {
  color: #FFFFFF;
}

html.home-page .header.header--scroll .header__container {
  background-color: primary;
  background-color: #FFFFFF;
}
.dark-mode html.home-page .header.header--scroll .header__container {
  background-color: #121417;
  background-color: #121417;
}
html.home-page .header.header--scroll .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572892.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
html.home-page .header.header--scroll .header__cta-container .nav__link {
  color: #121417;
}
html.home-page .header.header--scroll .header__cta-container::before {
  background: #c6c6c6;
}
html.home-page .header.header--scroll .header__nav-toggle span, html.home-page .header.header--scroll .header__nav-toggle span::before, html.home-page .header.header--scroll .header__nav-toggle span::after {
  background: #121417;
}
html.home-page .header.header--scroll .cta__icon .st0 {
  fill: #121417;
}

html.home-page.dark-mode .header__container {
  background: transparent !important;
}

html.home-page.dark-mode .header.header--scroll .header__container {
  background: #121417 !important;
}
html.home-page.dark-mode .header.header--scroll .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572893.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
html.home-page.dark-mode .header.header--scroll .nav__link {
  color: #FFFFFF;
}

html.dark-mode.home-page .header.header--scroll .cta__icon .st0 {
  fill: #FFFFFF;
}

html.dark-mode.home-page .header.header--scroll .header__nav-toggle span, html.dark-mode.home-page .header.header--scroll .header__nav-toggle span::before, html.dark-mode.home-page .header.header--scroll .header__nav-toggle span::after {
  background: #FFFFFF;
}

@media (min-width: 1241px) {
  html.home-page .header:not(.hamburger):not(.header--scroll) .nav__item .nav__link:not(.nav__item--sub .nav__link):not(.nav__item--tert .nav__link):not(.header__cta-container) {
    color: #FFFFFF;
  }
}

.header.hamburger .slide-menu {
  display: flex !important;
  flex-direction: column;
}
@media (min-width: 1241px) {
  .header.hamburger .slide-menu {
    flex-direction: column !important;
  }
}

.header__logo-container {
  max-width: 1200px !important;
}
.header__logo-container--user-defined .header__logo {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
}
.header__logo-container--small {
  height: 70px !important;
  width: 100% !important;
  max-width: 400px !important;
}
.header__logo-container--medium {
  height: 100px !important;
  width: 100% !important;
  max-width: 800px !important;
}
.header__logo-container--large {
  height: 130px !important;
  width: 100% !important;
  max-width: 1200px !important;
}
.header .header__logo--user-defined.header__logo--small {
  width: 150px !important;
}
.header .header__logo--user-defined.header__logo--medium {
  width: 180px !important;
}
.header .header__logo--user-defined.header__logo--large {
  width: 210px !important;
}
@media (min-width: 1024px) {
  .header .header__logo-container {
    max-width: 1200px !important;
  }
  .header .header__logo {
    max-width: 1200px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .header__logo-container {
    max-width: 800px !important;
  }
  .header .header__logo {
    max-width: 600px !important;
  }
}
@media (max-width: 767px) {
  .header .header__logo-container {
    max-width: 400px !important;
  }
  .header .header__logo-container--small {
    max-width: 340px !important;
  }
  .header .header__logo-container--medium {
    max-width: 370px !important;
  }
  .header .header__logo-container--large {
    max-width: 400px !important;
  }
  .header .header__logo {
    max-width: 140px !important;
  }
  .header .header__logo--small {
    max-width: 90px !important;
  }
  .header .header__logo--medium {
    max-width: 120px !important;
  }
  .header .header__logo--large {
    max-width: 140px !important;
  }
}

.header__notification {
  background: #044F7C;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  opacity: 1;
}
.header__notification a {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__notification--hidden {
  overflow: hidden; /* Hide the element content, while height = 0 */
  height: 0;
  opacity: 0;
  padding: 0;
  transition: all ease-out 0.3s;
}

.header__notification-btn.btn, .procedure--template_a .main_content .cta-section__container .header__notification-btn.cta-btn, .related-videos .header__notification-btn.video-thumbnails__item::before, button.header__notification-btn {
  background: #2A6F9B;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  padding: 10px;
  margin: 0 10px;
}
@media (min-width: 1025px) {
  .header__notification-btn.btn:hover, .procedure--template_a .main_content .cta-section__container .header__notification-btn.cta-btn:hover, .related-videos .header__notification-btn.video-thumbnails__item:hover::before, button.header__notification-btn:hover {
    background: rgb(20.2538071066, 53.5279187817, 74.7461928934);
  }
}

.header__notification-close {
  position: absolute;
  mix-blend-mode: exclusion;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.slide-menu {
  position: fixed;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateX(100%);
  overflow-y: auto;
  z-index: 1000;
}

.slide-menu, .slide-menu .slide-menu__slider {
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.slide-menu .slide-menu__slider {
  width: 100%;
  transform: translateX(0);
}

.slide-menu ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}

.slide-menu ul a {
  display: block;
}

.slide-menu a {
  cursor: pointer;
}

:root {
  --nav-breakpoint: 1241px;
}

.header:not(.hamburger) .slide-menu {
  left: auto;
  right: 0px;
  display: block;
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .slide-menu {
    position: relative;
    width: auto;
    height: unset;
    top: unset;
    right: unset;
    display: block;
    transform: none;
    z-index: unset;
  }
}

.slide-menu {
  position: fixed;
  width: 280px;
  max-width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateX(100%);
  overflow-y: auto;
  z-index: 1000;
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .slide-menu {
    position: relative;
    width: 100%;
    height: auto;
    top: unset;
    right: unset;
    display: flex;
    overflow: visible;
    transform: none;
  }
}

body.openNav .slide-menu {
  display: block;
  transform: translateX(0);
}

.slide-menu,
.slide-menu .slide-menu__slider {
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.slide-menu .slide-menu__slider {
  width: 100%;
  transform: translateX(0);
}

.slide-menu ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px 10px;
  list-style: none;
}

.slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  padding: 0 10px;
}

.slide-menu ul a {
  display: block;
}

.slide-menu a {
  cursor: pointer;
}

.slide-menu__decorator span {
  position: relative;
}
.slide-menu__decorator span::before {
  content: "";
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  vertical-align: top;
  width: 0.45em;
}

.slide-menu__backlink {
  padding: 20px;
  text-transform: uppercase;
  font-size: 1rem;
  color: #FFFFFF;
}
.slide-menu__backlink:hover {
  color: #FFFFFF;
}
.slide-menu__backlink span {
  position: relative;
}
.slide-menu__backlink span::before {
  content: "";
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: absolute;
  top: 35%;
  transform: rotate(-135deg);
  vertical-align: top;
  width: 0.45em;
}

.disclaimer {
  padding: 20px;
  text-align: center;
}

.footer--2 {
  padding: 20px 40px;
}

.footer__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.footer__logo-container {
  flex: 0 0 100%;
  padding: 20px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .footer__logo-container {
    flex: 0 0 20%;
    justify-content: flex-start;
    padding: 0 0 0 20px;
  }
}
.footer__logo {
  height: 70px;
  max-width: 200px;
  width: 100%;
}
.footer__logo--user-defined .header__logo {
  display: block;
  height: 100%;
  width: 100%;
}
.footer__logo--small {
  height: 70px;
  width: 100%;
  max-width: 400px;
}
.footer__logo--medium {
  height: 100px;
  width: 100%;
  max-width: 800px;
}
.footer__logo--large {
  height: 130px;
  width: 100%;
  max-width: 1200px;
}
.footer__logo-text {
  height: 70px;
  display: flex;
  align-items: center;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  color: #FFFFFF;
}
.footer__nav {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .footer__nav {
    flex: 1;
  }
}
.footer__nav ul {
  padding: 0;
}
.footer__nav ul ul {
  padding-top: 8px;
}
.footer__nav li {
  font-size: 1.2rem;
}
.footer__nav li a {
  border-bottom: solid 1px #FFFFFF;
}
.footer__nav li li {
  font-size: 0.9rem;
}
.footer__nav li li a {
  border-bottom: unset;
}
.footer__nav .nav__items {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 991px) {
  .footer__nav .nav__items {
    flex-direction: row;
    justify-content: flex-start !important;
    align-items: flex-start;
  }
}
.footer__nav .nav__items--sub {
  flex-direction: column;
}
.footer__nav .nav__items--sub .nav__item {
  padding: 0;
}
.footer__nav .nav__item {
  padding: 5px 20px;
  flex-direction: column;
}
.footer__nav .nav__link {
  padding: 5px 0;
  text-decoration: none;
  display: block !important;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__nav .nav__link {
    text-align: left;
  }
}
.footer .nav__items {
  list-style: none;
  justify-content: center;
}
@media (min-width: 991px) {
  .footer .nav__items {
    justify-content: flex-start;
  }
}
.footer .nav__link {
  color: #FFFFFF;
}
.footer__social-container {
  flex: 0 0 100%;
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .footer__social-container {
    flex: 0 0 auto;
  }
}
.footer__social-container .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__social-container .social-icons__icon {
  padding: 0 10px;
}
.footer__social-container .social-icons svg {
  width: 32px;
  height: 32px;
}
.footer__address {
  flex: 0 0 100%;
  padding: 40px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFFFFF;
}
@media (min-width: 991px) {
  .footer__address {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer__address p {
  padding: 0 5px;
  margin: 0;
}
.footer__address--multiple {
  padding: 10px 20px;
}
.footer__address a {
  color: #044F7C;
}
.footer__address span {
  display: none;
  padding: 0 16px 0 11px;
}
@media (min-width: 991px) {
  .footer__address span {
    display: inline;
  }
}
.footer__custom {
  padding: 10px 0 0;
}
@media (min-width: 991px) {
  .footer__custom {
    padding: 0 0 0 20px;
  }
}
.footer__copyright {
  flex: 0 0 100%;
  display: flex;
  text-align: center;
  padding: 20px 20px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
@media (min-width: 991px) {
  .footer__copyright {
    flex-direction: row;
  }
}
.footer__copyright span {
  padding: 10px 0;
  color: #FFFFFF;
  font-size: clamp(0.9rem, 1vw, 1rem);
}
@media (min-width: 991px) {
  .footer__copyright span {
    padding: 0 20px;
  }
}
.footer__copyright a {
  color: #FFFFFF;
  font-size: clamp(0.9rem, 1vw, 1rem);
}
.footer__dl {
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .footer__dl {
    padding: 0 5px;
  }
}
.footer__dl span {
  padding: 0 5px;
  color: #FFFFFF;
}
.footer__dl svg {
  width: 27px;
  height: 27px;
  padding: 3px;
}
.footer__dl svg .st0 {
  fill: #FFFFFF;
}
.footer__dl a {
  color: #FFFFFF;
}

.pushup {
  opacity: 0;
}

.pushed {
  animation: pushup 0.7s ease-out forwards;
}

@keyframes pushup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pushright {
  opacity: 0;
  overflow: hidden;
}

.pushedright {
  animation: pushright 0.7s ease-out forwards;
}

@keyframes pushright {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.pushleft {
  opacity: 0;
  overflow: hidden;
}

.pushedleft {
  animation: pushleft 0.7s ease-out forwards;
}

@keyframes pushleft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadein {
  opacity: 0;
}

.faded {
  animation: fadein 0.7s ease-out forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pushdown {
  opacity: 0;
}

.pushed-down {
  animation: pushdown 0.7s ease-out forwards;
}

@keyframes pushdown {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeout {
  opacity: 1;
}

.faded-out {
  animation: fadeout 0.7s ease-out forwards;
}

@keyframes fadeout {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20%);
  }
}
/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Header */
/* Footer */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Border Radius */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Procedure Item */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
:root {
  --phone-min: 421px;
  --phone-wide-min: 569px;
  --tablet-min: 768px;
  --tablet-wide-min: 991px;
  --desktop-sm-min: 1025px;
  --desktop-min: 1241px;
  --desktop-wide-min: 1441px;
}

/* Lazy load */
.lazy-load-image,
.lazy-background,
.lazy-iframe {
  opacity: 0;
  transition: 0.3s opacity linear;
}
.lazy-load-image:not(.visible),
.lazy-background:not(.visible),
.lazy-iframe:not(.visible) {
  min-height: 1px;
  margin: 0 !important;
}
.lazy-load-image.visible.complete,
.lazy-background.visible.complete,
.lazy-iframe.visible.complete {
  opacity: 1;
}

.masthead {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
}
.masthead--no-img {
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  .masthead--no-img {
    padding: 40px 40px 20px;
  }
}
.masthead--no-img .breadcrumbs__item a {
  color: #FFFFFF;
}
.masthead--no-img .breadcrumbs__item a:hover {
  color: #2A6F9B;
}
.masthead--w-bg {
  min-height: 300px;
}
@media (min-width: 991px) {
  .masthead--w-bg {
    min-height: 600px;
  }
}
.masthead--w-bg .masthead__image {
  grid-column: 1/span 24;
  grid-row: 1;
}
.masthead--w-bg .masthead__text {
  grid-row: 1;
  color: #FFFFFF;
  text-align: center;
  padding: 40px 20px;
}
@media (min-width: 569px) {
  .masthead--w-bg .masthead__text {
    padding: 40px;
  }
}
.masthead--w-img .masthead__image-container {
  grid-column: 1/span 24;
}
@media (min-width: 768px) {
  .masthead--w-img .masthead__image-container {
    grid-column: auto/span 12;
  }
}
.masthead--w-img .masthead__image {
  padding-top: 56.25%;
  height: 0;
}
@media (min-width: 768px) {
  .masthead--w-img .masthead__text {
    grid-column: auto/span 12;
  }
}
.masthead__text {
  grid-column: 1/span 24;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.masthead .breadcrumbs__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}
@media (min-width: 569px) {
  .masthead .breadcrumbs__items {
    justify-content: flex-start;
  }
}
.masthead .breadcrumbs__item {
  padding: 0 5px;
  position: relative;
  margin-right: 8px;
  font-size: clamp(0.7rem, 1vw, 1rem);
}
.masthead .breadcrumbs__item::after {
  content: "/";
  margin-left: 8px;
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
}
.masthead .breadcrumbs__item:last-of-type {
  margin-right: 0;
  padding: 0;
}
.masthead .breadcrumbs__item:last-of-type a {
  text-decoration: none;
  pointer-events: none;
}
.masthead .breadcrumbs__item:last-of-type::after {
  display: none;
}
.masthead .hide_headline {
  display: none;
}

/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Header */
/* Footer */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Border Radius */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Procedure Item */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
:root {
  --phone-min: 421px;
  --phone-wide-min: 569px;
  --tablet-min: 768px;
  --tablet-wide-min: 991px;
  --desktop-sm-min: 1025px;
  --desktop-min: 1241px;
  --desktop-wide-min: 1441px;
}

/* Lazy load */
.lazy-load-image,
.lazy-background,
.lazy-iframe {
  opacity: 0;
  transition: 0.3s opacity linear;
}
.lazy-load-image:not(.visible),
.lazy-background:not(.visible),
.lazy-iframe:not(.visible) {
  min-height: 1px;
  margin: 0 !important;
}
.lazy-load-image.visible.complete,
.lazy-background.visible.complete,
.lazy-iframe.visible.complete {
  opacity: 1;
}

.section--logo-ticker {
  --logo-ticker-duration: 20s;
  overflow: hidden;
  width: 100%;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .section--logo-ticker {
    padding: 1rem 0;
  }
}

.logo-ticker__header {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 32px;
}
@media (min-width: 768px) {
  .logo-ticker__header {
    margin-bottom: 1rem;
    padding: 0 32px;
  }
}
.logo-ticker__headline {
  margin: 0;
}
.logo-ticker__track {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}
.logo-ticker__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: max-content;
  flex-shrink: 0;
  animation: logo-ticker-scroll var(--logo-ticker-duration) linear infinite;
}
@media (min-width: 768px) {
  .logo-ticker__inner {
    gap: 3rem;
  }
}
@media (min-width: 1025px) {
  .logo-ticker__inner {
    gap: 4rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .logo-ticker__inner {
    animation: none;
  }
}
.logo-ticker__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
@media (min-width: 768px) {
  .logo-ticker__item {
    height: 80px;
  }
}
@media (min-width: 1025px) {
  .logo-ticker__item {
    height: 100px;
  }
}
.logo-ticker__image {
  max-height: 100%;
  max-width: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .logo-ticker__image {
    max-width: 180px;
  }
}
@media (min-width: 1025px) {
  .logo-ticker__image {
    max-width: 200px;
  }
}

@keyframes logo-ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.logo-ticker--static .logo-ticker__track {
  justify-content: center;
}
.logo-ticker--static .logo-ticker__inner {
  animation: none;
  width: auto;
}

.section__text ul {
  margin: 0 0 0 5px;
}
.section--text_a {
  max-width: 1000px;
  margin: 0 auto;
}
.section--text_a .section__headline {
  margin-top: 0;
  column-span: all;
}
.section--text_a .section__text p {
  margin-top: 0;
}
.section--text_a .section__text p:last-of-type {
  margin-bottom: 0;
}
.section--text_b {
  max-width: 1000px;
  margin: 0 auto;
}
.section--text_b .section__headline {
  margin-top: 0;
  column-span: all;
}
@media (min-width: 991px) {
  .section--text_b .section__text {
    column-count: 2;
    column-gap: 40px;
  }
}
.section--text_b .section__text p {
  margin-top: 0;
}
.section--text_b .section__text p:last-of-type {
  margin-bottom: 0;
}
.section--single-image .section__container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
.section--single-image .section__text {
  grid-column: auto/span 24;
  order: 2;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .section--single-image .section__text {
    grid-column: auto/span 12;
    order: 1;
    padding: 24px;
  }
}
.section--single-image .section__image {
  grid-column: auto/span 24;
  min-height: 500px;
  order: 1;
}
@media (min-width: 768px) {
  .section--single-image .section__image {
    grid-column: auto/span 12;
    order: 2;
  }
}
.section--single-image_a {
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section--single-image_a .section__image {
    background: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .section--single-image_a-reverse .section__image {
    order: -1;
  }
}
.section--single-image_b {
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section--single-image_b {
    padding-bottom: calc(60px + 100px) !important;
  }
}
@media (min-width: 768px) {
  .section--single-image_b .section__text {
    background: #FFFFFF;
    margin: 120px -48px -120px 0;
    z-index: 1;
    grid-column: auto/span 13;
  }
}
@media (min-width: 768px) {
  .section--single-image_b .section__image {
    background: #FFFFFF;
    margin: 0 0 0 -48px;
    grid-column: auto/span 11;
  }
}
@media (min-width: 768px) {
  .section--single-image_b-reverse .section__text {
    background: #FFFFFF;
    margin: 120px 0 -120px -48px;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .section--single-image_b-reverse .section__image {
    background: #FFFFFF;
    margin: 0 -48px 0 0;
    order: -1;
  }
}
.section--single-image_c .section__container {
  min-height: 700px;
}
.section--single-image_c .section__text {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
@media (min-width: 768px) {
  .section--single-image_c .section__text {
    grid-column: 1/span 25;
    grid-row: 1/span 1;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .section--single-image_c .section__headline {
    grid-column: auto/span 12;
  }
}
@media (min-width: 768px) {
  .section--single-image_c .section__text-block {
    grid-column: auto/span 12;
  }
}
@media (min-width: 768px) {
  .section--single-image_c .section__image {
    grid-column: 1/span 25;
    grid-row: 1/span 1;
    background-attachment: fixed !important;
  }
}
.section--dual-image .section__container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
.section--dual-image .section__text {
  grid-column: auto/span 24;
}
@media (min-width: 768px) {
  .section--dual-image .section__text {
    grid-column: auto/span 12;
  }
}
.section--dual-image .section__image-container {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
@media (min-width: 768px) {
  .section--dual-image .section__image-container {
    grid-column: auto/span 12;
  }
}
.section--dual-image .section__image {
  grid-column: auto/span 12;
  min-height: 500px;
}
.section--dual-image_b {
  max-width: 1200px;
  margin: 0 auto;
}
.section--dual-image_b .section__container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  gap: 0;
  position: relative;
}
.section--dual-image_b .section__text {
  grid-column: 1/span 25;
  grid-row: 1/span 1;
  z-index: 1;
  padding: 60px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .section--dual-image_b .section__text {
    grid-column: 1/span 12;
  }
}
.section--dual-image_b .section__text h2, .section--dual-image_b .section__text .h2,
.section--dual-image_b .section__text p {
  color: #FFFFFF;
  text-align: left;
  width: 100%;
}
.section--dual-image_b .section__image-container {
  grid-column: 1/span 25;
  grid-row: 1/span 1;
}
.section--dual-image_b .section__image--1 {
  grid-column: 1/span 25;
  grid-row: 1/span 1;
  min-height: 600px;
  background-attachment: scroll !important;
  position: relative;
}
@media (min-width: 768px) {
  .section--dual-image_b .section__image--1 {
    grid-column: 1/span 12;
    background-attachment: fixed !important;
    background-position-x: right 300px !important;
    background-position-y: center !important;
  }
}
.section--dual-image_b .section__image--1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 20, 23, 0.8);
}
.section--dual-image_b .section__image--2 {
  grid-column: 1/span 25;
  display: none;
  min-height: 600px;
}
@media (min-width: 768px) {
  .section--dual-image_b .section__image--2 {
    grid-column: 13/span 12;
    display: block;
  }
}
.section__video {
  position: relative;
  padding-bottom: 60%;
}
.section__video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
}
.section .diagram__bg, .section .diagram__radio, .section .diagram__overlay, .section .diagram__detail {
  display: none;
}
.section .diagram__list-item label {
  padding: 24px 0;
  text-align: center;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .diagram__list-item p {
  margin: 0;
}
:where(.section .diagram__list-item:has(:checked)) {
  background-color: rgba(42, 111, 155, 0.6);
}

.section .diagram__list-item:has(:checked) + .diagram__overlay + .diagram__detail {
  display: block;
}
.section .diagram__detail {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .section .diagram {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .section .diagram__detail {
    display: block;
    visibility: hidden;
  }
  .section .diagram__image {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }
  .section .diagram__bg, .section .diagram__list-item:has(.diagram__radio:checked) + .diagram__overlay, .section .diagram__list-item:has(.diagram__radio:checked) + .diagram__overlay + .diagram__detail {
    display: block;
    visibility: visible;
  }
  .section .diagram__detail {
    grid-row: 1/span var(--diagram-item-count, 4);
  }
  .section .diagram__bg, .section .diagram__overlay {
    grid-row: 1/span calc((var(--diagram-item-count, 4)) * 2);
  }
  .section .diagram__list-item {
    grid-column: 1;
  }
  .section .diagram__bg, .section .diagram__overlay {
    grid-column: 2;
  }
  .section .diagram__detail {
    grid-column: 3;
    padding: 24px;
  }
}
.section.slider-cards {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.section.slider-cards .slider__headline {
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: clamp(2rem, 4vw, 5rem);
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.section.slider-cards .input-cards {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
@media (min-width: 1025px) {
  .section.slider-cards .input-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.section.slider-cards .input-cards input[type=radio] {
  display: none;
}
.section.slider-cards .input-cards label {
  grid-column: auto/span 24;
  cursor: pointer;
  min-height: 50px;
  position: relative;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.section.slider-cards .input-cards label::after {
  inset: 0;
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgba(18, 20, 23, 0.15), rgba(18, 20, 23, 0.35));
  z-index: 1;
}
.section.slider-cards .input-cards label::before {
  inset: 0;
  position: absolute;
  content: "";
  background: #2A6F9B;
  z-index: 2;
}
@media (min-width: 1025px) {
  .section.slider-cards .input-cards label::before {
    content: unset;
  }
}
.section.slider-cards .input-cards label :is(h3, .h3) {
  color: #FFFFFF;
  font-size: clamp(1.25rem, 2vw, 2.25rem);
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
}
.section.slider-cards .input-cards label :is(h3, .h3)::after {
  left: -33px;
  right: calc(100% + 10px);
  bottom: 3px;
  top: 0;
  position: absolute;
  transform: rotate(90deg);
  content: "";
}
@media (min-width: 1025px) {
  .section.slider-cards .input-cards label :is(h3, .h3)::after {
    left: 0;
    right: 0;
    bottom: calc(100% + 10px);
    top: -50px;
    transform: rotate(0);
  }
}
@media (min-width: 1025px) {
  .section.slider-cards .input-cards label :is(h3, .h3) {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
@media (min-width: 1025px) {
  .section.slider-cards .input-cards label {
    min-height: 450px !important;
    flex: 1;
  }
}
.section.slider-cards .input-cards input[type=radio]:checked + label {
  grid-column: auto/span 24;
  min-height: 600px;
}
.section.slider-cards .input-cards input[type=radio]:checked + label :is(h3, .h3)::after {
  transform: rotate(270deg);
}
@media (min-width: 1025px) {
  .section.slider-cards .input-cards input[type=radio]:checked + label :is(h3, .h3)::after {
    transform: rotate(180deg);
  }
}
.section.slider-cards .input-cards input[type=radio]:checked + label::before {
  background: transparent;
}
@media (min-width: 1025px) {
  .section.slider-cards .input-cards input[type=radio]:checked + label {
    flex: 2;
  }
}
.section.slider-cards .bio-card {
  grid-column: auto/span 24;
  flex-basis: 100%;
  background: #2A6F9B;
  color: #FFFFFF;
  padding: 40px 32px;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  display: none;
}
.section.slider-cards .bio-card .headline {
  grid-column: auto/span 24;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid white;
}
@media (min-width: 1025px) {
  .section.slider-cards .bio-card .headline {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
}
.section.slider-cards .bio-card .headline :is(h3, .h3) {
  font-style: normal;
  line-height: 1.25;
}
.section.slider-cards .bio-card .body {
  grid-column: auto/span 24;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .section.slider-cards .bio-card .body {
    grid-column: auto/span 16;
    padding-right: 32px;
  }
}
@keyframes oscillate {
  0% {
    clip-path: polygon(100% 1%, 100% 0%, 100% 100%, 100% 100%);
  }
  25% {
    clip-path: polygon(50% 1%, 100% 0%, 100% 100%, 50% 100%);
  }
  50% {
    clip-path: polygon(0% 1%, 100% 0%, 100% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 1%, 100% 0%, 100% 100%, 50% 100%);
  }
  100% {
    clip-path: polygon(100% 1%, 100% 0%, 100% 100%, 100% 100%);
  }
}
.section.slider-cards .bio-card .before-after-section {
  position: relative;
  grid-column: auto/span 24;
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .section.slider-cards .bio-card .before-after-section {
    grid-column: auto/span 8;
    margin-top: 1rem;
  }
}
.section.slider-cards .bio-card .before__image {
  margin: 0 auto;
  z-index: 1;
  aspect-ratio: 2;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 8px 12px;
}
.section.slider-cards .bio-card .after__image {
  position: absolute;
  z-index: 5;
  inset: 0;
  margin: 0 auto;
  overflow: hidden;
  animation: oscillate 8s infinite ease;
  aspect-ratio: 2;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 8px 12px;
}
.section.slider-cards .bio-card .before__image p {
  position: relative;
  z-index: 2;
}
.section.slider-cards .bio-card .after__image p {
  position: relative;
  z-index: 6;
}
.section.slider-cards .bio-card .before__image p,
.section.slider-cards .bio-card .after__image p {
  color: #FFF;
  font-size: 0.8rem;
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  margin: 0;
}
.section.slider-cards input[name=cards]:nth-child(1):checked ~ .bio-card:nth-of-type(1),
.section.slider-cards input[name=cards]:nth-child(3):checked ~ .bio-card:nth-of-type(2),
.section.slider-cards input[name=cards]:nth-child(5):checked ~ .bio-card:nth-of-type(3),
.section.slider-cards input[name=cards]:nth-child(7):checked ~ .bio-card:nth-of-type(4),
.section.slider-cards input[name=cards]:nth-child(9):checked ~ .bio-card:nth-of-type(5) {
  display: grid !important;
}
.section--faq {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 2rem;
  background: transparent;
}
.section--faq .section__headline {
  padding: 30px 0;
}
.section--faq .faq__list {
  padding: 0;
  background: none !important;
}
.section--faq .faq__item {
  background: none !important;
}
.section--faq .faq__item[open] .faq__question::after {
  content: "−";
}
.section--faq .faq__question {
  display: flex;
  align-items: center;
  padding: 1.25rem 1rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  list-style: none;
}
.section--faq .faq__question::-webkit-details-marker {
  display: none;
}
.section--faq .faq__question::marker {
  display: none;
  content: "";
}
.section--faq .faq__question::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  color: #121417;
  transition: content 0.3s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}
.section--faq .faq__answer {
  margin: 0;
  padding: 0 2.5rem 1.25rem;
  line-height: 1.6;
}

/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Header */
/* Footer */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Border Radius */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Procedure Item */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
:root {
  --phone-min: 421px;
  --phone-wide-min: 569px;
  --tablet-min: 768px;
  --tablet-wide-min: 991px;
  --desktop-sm-min: 1025px;
  --desktop-min: 1241px;
  --desktop-wide-min: 1441px;
}

/* Lazy load */
.lazy-load-image,
.lazy-background,
.lazy-iframe {
  opacity: 0;
  transition: 0.3s opacity linear;
}
.lazy-load-image:not(.visible),
.lazy-background:not(.visible),
.lazy-iframe:not(.visible) {
  min-height: 1px;
  margin: 0 !important;
}
.lazy-load-image.visible.complete,
.lazy-background.visible.complete,
.lazy-iframe.visible.complete {
  opacity: 1;
}

.featured-galleries__image-item--blur {
  position: relative;
}
.featured-galleries__image-item--blur::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(var(--gallery-image-blur, 10px));
}
.featured-galleries.no-rotator {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
}
.featured-galleries.no-rotator .featured-galleries__item {
  flex: 0 0 100%;
  margin: 0;
}
@media (min-width: 569px) {
  .featured-galleries.no-rotator .featured-galleries__item {
    flex: 0 0 33%;
  }
}
.featured-galleries.no-rotator .featured-galleries__cta {
  margin-top: auto;
}
.featured-galleries__no-data {
  text-align: center;
  padding: 20px;
}
.featured-galleries__item {
  width: 100%;
  margin: 0 5px;
}
@media (min-width: 569px) {
  .featured-galleries__item {
    width: 50%;
  }
}
@media (min-width: 991px) {
  .featured-galleries__item {
    width: 33%;
  }
}
.featured-galleries__image {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  min-height: 200px;
  grid-gap: 0;
}
.featured-galleries__image-item {
  grid-column: auto/span 12;
}
.featured-galleries__text {
  padding: 10px;
}
.featured-galleries .btn, .featured-galleries .procedure--template_a .main_content .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .featured-galleries .cta-btn, .featured-galleries .related-videos .video-thumbnails__item::before, .related-videos .featured-galleries .video-thumbnails__item::before, .featured-galleries button {
  margin: 20px 0;
  display: block;
}
.featured-galleries .flickity-button {
  min-width: unset;
  background: rgba(4, 79, 124, 0.4);
}
.featured-galleries .flickity-prev-next-button {
  transform: translateY(-250%);
}
.featured-galleries .flickity-prev-next-button.previous {
  left: 20px;
}
@media (min-width: 1241px) {
  .featured-galleries .flickity-prev-next-button.previous {
    left: -20px;
  }
}
@media (min-width: 1441px) {
  .featured-galleries .flickity-prev-next-button.previous {
    left: -40px;
  }
}
.featured-galleries .flickity-prev-next-button.next {
  right: 20px;
}
@media (min-width: 1241px) {
  .featured-galleries .flickity-prev-next-button.next {
    right: -20px;
  }
}
@media (min-width: 1441px) {
  .featured-galleries .flickity-prev-next-button.next {
    right: -40px;
  }
}

/*! Flickity v2.2.3
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.testimonials-rotator__item-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.testimonials-rotator__item-header--no-logo {
  justify-content: center;
}
.testimonials-rotator__item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.testimonials-rotator__item-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.testimonials-rotator__item-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.testimonials-rotator__item-stars svg {
  width: 16px;
  height: 16px;
}
.testimonials-rotator__item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.testimonials-rotator__item-author {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}
.testimonials-rotator__item-author span {
  font-style: italic;
}
.testimonials-rotator__values {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 569px) {
  .testimonials-rotator__values {
    flex-direction: row;
  }
}
.testimonials-rotator__value {
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
}
.testimonials-rotator__value--count {
  order: 1;
}
.testimonials-rotator__value--average {
  order: 3;
}
.testimonials-rotator__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}
.testimonials-rotator__stars {
  display: flex;
  align-items: center;
  order: 2;
  padding: 0 10px;
}
.testimonials-rotator__stars svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 569px) {
  .testimonials-rotator__stars svg {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 991px) {
  .testimonials-rotator__stars svg {
    width: 24px;
    height: 24px;
  }
}

p.testimonials-rotator__value-number {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  padding-inline: 12px;
  font-family: merriweather, serif;
}

:where(.testimonials-rotator.has-rotator) .testimonials-rotator__item {
  width: 100%;
  padding: 20px;
}
@media (min-width: 569px) {
  :where(.testimonials-rotator.has-rotator) .testimonials-rotator__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  :where(.testimonials-rotator.has-rotator) .testimonials-rotator__item {
    width: 33%;
  }
}

:where(.testimonials-rotator.no-rotator) .testimonials-rotator__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 10px;
}
:where(.testimonials-rotator.no-rotator) .testimonials-rotator__item {
  width: 100%;
}
@media (min-width: 991px) {
  :where(.testimonials-rotator.no-rotator) .testimonials-rotator__item {
    width: 31%;
  }
}

.flickity-prev-next-button.previous {
  left: -20px;
}

.flickity-prev-next-button.next {
  right: -20px;
}

.star--half .empty {
  stop-opacity: 0;
}

.faq-1 summary p {
  display: inline-block;
  margin: 0;
}
.faq-1 div p:first-child {
  margin-top: 0;
}
.faq-1 ul {
  padding: 0 20px;
}

.doorways__items--1 {
  --vert-space: 0.5em;
  --horiz-space: 1ch;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: var(--vert-space);
  padding: var(--vert-space) var(--horiz-space);
}
.doorways__items--1 .doorways__item {
  padding: calc(var(--vert-space) / 2) var(--horiz-space);
  grid-column: auto/span 24;
  text-decoration: none;
}
@media (min-width: 569px) {
  .doorways__items--1 .doorways__item {
    grid-column: auto/span 12;
  }
}
@media (min-width: 991px) {
  .doorways__items--1 .doorways__item {
    grid-column: auto/span 8;
  }
}

.video-thumbnails {
  padding: 40px 20px;
}
.video-thumbnails__container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-gap: 10px;
}
.video-thumbnails__item {
  grid-column: auto/span 24;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .video-thumbnails__item {
    grid-column: auto/span 12;
  }
}
@media (min-width: 991px) {
  .video-thumbnails__item {
    grid-column: auto/span 6;
  }
}
@media (min-width: 1025px) {
  .video-thumbnails__item:hover::before {
    background: rgba(4, 79, 124, 0.9);
  }
}
.video-thumbnails__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: rgba(4, 79, 124, 0.7);
  z-index: 1;
  transform: translate(-50%, -70%);
  transition: background 0.3s;
}
.video-thumbnails__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -85%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid white;
  z-index: 2;
}
.video-thumbnails__item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.video-thumbnails__item h3, .video-thumbnails__item .h3 {
  text-align: center;
}
.video-thumbnails__cta {
  grid-column: auto/span 24;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rotator--children .rotator > * {
  height: 0;
  width: 100%;
  padding-top: 75%;
}
@media (min-width: 569px) {
  .rotator--children .rotator > * {
    padding-top: 56.25%;
  }
}

.cards--post {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.card--post {
  grid-column: auto/span 24;
  border: 1px solid;
}
@media (min-width: 768px) {
  .card--post {
    grid-column: auto/span 12;
  }
}
@media (min-width: 1241px) {
  .card--post {
    grid-column: auto/span 8;
  }
}
.card--post .card__image {
  grid-column: auto/span 24;
  padding-top: 56.25%;
}
.card--post .card__author, .card--post .card__date {
  margin: 10px 0;
}
.card--post .card__author + .card__date::before {
  content: "|";
  padding: 0 5px;
}

input,
select,
textarea {
  width: 100%;
  margin-bottom: 10px;
}

input,
select {
  height: 50px;
}

.input-field-h, .text-field-h {
  display: none;
}

a[id=form],
a[name=form] {
  position: absolute;
  top: 0;
  left: 0;
}

.form__field--type-24 {
  margin: 5px 0 !important;
}
.form__field--type-24 label {
  display: block !important;
}
.form__field--type-24 input {
  height: unset !important;
}
.form__field--type-24 .radio label {
  display: inline-flex !important;
  align-items: center !important;
}
.form__field--type-24 .radio input {
  margin: 5px 10px 5px 0 !important;
}

.form__field--type-11 {
  margin: 5px 0 !important;
}
.form__field--type-11 label {
  display: block !important;
}
.form__field--type-11 input {
  height: unset !important;
}
.form__field--type-11 .checkbox label {
  display: inline-flex !important;
}

input[type=radio] {
  width: 24px !important;
  height: 24px !important;
}

input[type=checkbox] {
  width: 48px !important;
  height: 24px !important;
  margin-right: 18px !important;
}

button {
  margin-left: auto;
}

.form__checkbox {
  margin-top: 5px;
}

.form {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-column-gap: unset;
  position: relative;
}
.form__field {
  grid-column: auto/span 24;
}
.form__label {
  display: block;
}

.field-validation-error {
  display: block;
  color: #ed1c24;
}

.time-slot-picker {
  /*
  	custom css props
  */
  --enabled-bg: #044F7C;
  --enabled-color: #FFFFFF;
  --enabled-border: 2px solid var(--enabled-bg);
  --disabled-bg: #c4c4c4;
  --disabled-color: rgba(255, 255, 255, 0.5);
  --disabled-border: 2px solid var(--disabled-bg);
  --checked-bg: #2A6F9B;
  --checked-color: var(--enabled-color);
  --checked-border: 2px solid var(--checked-bg);
  --focus-bg: var(--enabled-bg);
  --focus-color: var(--enabled-color);
  --focus-border: 2px solid var(--checked-bg);
  --checked-focus-bg: var(--checked-bg);
  --checked-focus-color: var(--checked-color);
  --checked-focus-border: var(--enabled-border);
  --hover-bg: #044F7C;
  --hover-color: var(--enabled-color);
  --hover-border: 2px solid var(--hover-bg);
  /*
  	standard css props
  */
  text-transform: uppercase;
  border: none;
  margin: 0;
  padding: 0;
}
.time-slot-picker ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.time-slot-picker input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.time-slot-picker__day:not(:first-child):not(:last-child) {
  margin: 8px 0;
}
.time-slot-picker__day ol {
  display: none;
}
.time-slot-picker__day input[type=radio]:checked ~ ol {
  display: block;
}
.time-slot-picker__day-label {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 175px;
  padding: 7px;
  text-align: center;
  color: var(--enabled-color);
  background: var(--enabled-bg);
  border: var(--enabled-border);
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}
.time-slot-picker__day-label:not(.time-slot-picker__day-label--disabled):hover {
  background: var(--hover-bg);
  color: var(--hover-color);
  border: var(--hover-border);
}
input[type=radio]:checked ~ .time-slot-picker__day-label {
  background: var(--checked-bg);
  color: var(--checked-color);
  border: var(--checked-border);
}
input[type=radio]:focus ~ .time-slot-picker__day-label {
  background: var(--focus-bg);
  color: var(--focus-color);
  border: var(--focus-border);
}
input[type=radio]:checked:focus ~ .time-slot-picker__day-label {
  background: var(--checked-focus-bg);
  color: var(--checked-focus-color);
  border: var(--checked-focus-border);
}
input[type=radio]:disabled ~ .time-slot-picker__day-label, .time-slot-picker__day-label--disabled {
  color: var(--disabled-color);
  background: var(--disabled-bg);
  border: var(--disabled-border);
  cursor: default;
}
.time-slot-picker__time {
  margin: 8px 0;
}
.time-slot-picker__time label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid var(--checked-bg);
  border-radius: 50%;
  margin-right: 0.5ch;
}
.time-slot-picker__time input[type=radio]:checked ~ label::before {
  background: var(--checked-bg);
}
.time-slot-picker__time > label,
.time-slot-picker__time input[type=radio] {
  cursor: pointer;
}

/* File Upload Drop Zone */
.file-upload-zone {
  position: relative;
}

.file-upload-zone__prompt {
  display: none;
}

.file-upload-zone__file-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.file-upload-zone--enhanced {
  border: 2px dashed #c0c0c0;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
}
.file-upload-zone--enhanced:hover, .file-upload-zone--enhanced.file-upload-zone--dragover {
  border-color: var(--primary-button-background-color, #007bff);
  background-color: rgba(0, 123, 255, 0.05);
}
.file-upload-zone--enhanced input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.file-upload-zone--enhanced input[type=file]:focus ~ .file-upload-zone__prompt {
  outline: 2px solid var(--primary-button-background-color, #007bff);
  outline-offset: 2px;
}
.file-upload-zone--enhanced .file-upload-zone__prompt {
  display: block;
  padding: 20px 0;
  pointer-events: none;
}
.file-upload-zone--enhanced .file-upload-zone__icon {
  display: block;
  font-size: 2em;
  margin-bottom: 5px;
}
.file-upload-zone--enhanced .file-upload-zone__text {
  color: #999;
  font-size: 0.875em;
}
.file-upload-zone--enhanced .file-upload-zone__file-list {
  text-align: left;
  margin-top: 10px;
}
.file-upload-zone--enhanced .file-upload-zone__file-list:empty {
  display: none;
}
.file-upload-zone--enhanced .file-upload-zone__file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 0.875em;
  border-bottom: 1px solid #c0c0c0;
}
.file-upload-zone--enhanced .file-upload-zone__file-item:last-child {
  border-bottom: none;
}
.file-upload-zone--enhanced .file-upload-zone__file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}
.file-upload-zone--enhanced .file-upload-zone__file-size {
  color: #999;
  margin-left: 10px;
  white-space: nowrap;
}
.file-upload-zone--enhanced .file-upload-zone__file-remove {
  background: none;
  border: none;
  color: #ed1c24;
  cursor: pointer;
  padding: 0 4px;
  margin-left: 5px;
  font-size: 1.2em;
  line-height: 1;
}
.file-upload-zone--enhanced .file-upload-zone__file-remove:hover {
  opacity: 0.7;
}

.testimonials.testimonials--template_a .flickity-page-dots .dot {
  background: #FFFFFF;
}
.testimonials.testimonials--template_a .flickity-viewport {
  min-height: 560px;
}
.testimonials.testimonials--template_a .flickity-button {
  background: #121417 !important;
}
.testimonials.testimonials--template_a .flickity-prev-next-button {
  min-width: unset !important;
  width: unset !important;
  border-radius: unset !important;
}
.testimonials.testimonials--template_a .flickity-prev-next-button.previous {
  left: -20px !important;
  top: 50%;
  transform: translateY(-50%);
  min-width: unset;
}
.testimonials.testimonials--template_a .flickity-prev-next-button.next {
  right: -20px !important;
  top: 50%;
  transform: translateY(-50%);
  min-width: unset;
}
.testimonials.testimonials--template_a .flickity-button-icon {
  fill: #FFFFFF;
}
.testimonials.testimonials--template_a .testimonials__container {
  position: relative;
  padding: calc(40px * 1.25) 32px;
}
@media (min-width: 768px) {
  .testimonials.testimonials--template_a .testimonials__container {
    padding: calc(60px * 1.25) 32px;
    min-height: 640px;
  }
}
.testimonials.testimonials--template_a .testimonials__container::before {
  content: "";
  position: absolute;
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572902.jpg");
  inset: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 991px) {
  .testimonials.testimonials--template_a .testimonials__container::before {
    background-attachment: fixed;
  }
}
.testimonials.testimonials--template_a .testimonials__container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 20, 23, 0.8);
}
.testimonials.testimonials--template_a .testimonials__container .featured__headline {
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.testimonials.testimonials--template_a .testimonials__container .featured__headline::after {
  left: 50% !important;
  transform: translateX(-50%);
}
.testimonials.testimonials--template_a .testimonials__container q {
  position: absolute;
  top: 0;
  left: 60px;
  width: 20vw;
  height: 20vw;
  max-width: 180px;
  max-height: 180px;
  display: none;
  z-index: 2;
  mix-blend-mode: difference;
}
@media (min-width: 768px) {
  .testimonials.testimonials--template_a .testimonials__container q {
    display: block;
    margin-top: -80px;
  }
}
.testimonials.testimonials--template_a .testimonials__container q::before, .testimonials.testimonials--template_a .testimonials__container q::after {
  display: none;
}
.testimonials.testimonials--template_a .testimonials__container q svg {
  width: 20vw;
  height: 20vw;
  max-width: 180px;
  max-height: 180px;
}
.testimonials.testimonials--template_a .testimonials-rotator {
  position: relative;
  z-index: 2;
}
.testimonials.testimonials--template_a .testimonials-rotator__item {
  text-align: center;
  width: 88%;
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
@media (min-width: 991px) {
  .testimonials.testimonials--template_a .testimonials-rotator__item {
    width: 33%;
    transform: scale(0.8);
    transform-origin: center center;
    transition: transform 0.5s ease;
  }
  .testimonials.testimonials--template_a .testimonials-rotator__item p {
    opacity: 0.5;
  }
}
.testimonials.testimonials--template_a .testimonials-rotator__item.is-selected {
  transform: scale(1.2);
}
.testimonials.testimonials--template_a .testimonials-rotator__item.is-selected p {
  opacity: 1;
}
.testimonials.testimonials--template_a .testimonials-rotator__item p {
  color: #FFFFFF;
}
.testimonials.testimonials--template_a .testimonials-rotator__values {
  display: none;
}
.testimonials.testimonials--template_a .testimonials-rotator__button {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .testimonials.testimonials--template_a .testimonials-rotator.no-rotator .testimonials-rotator__items {
    flex-wrap: nowrap;
  }
}
.testimonials.testimonials--template_a .testimonials-rotator.no-rotator .testimonials-rotator__item {
  width: 100%;
  transform: scale(1);
}
@media (min-width: 768px) {
  .testimonials.testimonials--template_a .testimonials-rotator.no-rotator .testimonials-rotator__item {
    width: 31%;
  }
}
.testimonials.testimonials--template_a .testimonials-rotator.no-rotator .testimonials-rotator__item p {
  opacity: 1;
}
html {
  scroll-padding-top: var(--header-height);
}

.procedure--template_a {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  gap: 0;
}
.procedure--template_a .related-items__cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
.procedure--template_a .featured__headline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 56px;
}
.procedure--template_a .featured__headline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  background: #044F7C;
  width: 220px;
  height: 4px;
  opacity: 0.6;
  display: block !important;
}
.procedure--template_a .separator {
  max-width: 80%;
  margin: 0 auto;
  border-color: white;
}
@media (min-width: 1025px) {
  .procedure--template_a .separator {
    max-width: 1000px;
  }
}
.procedure--template_a .section {
  padding: 40px 32px;
}
@media (min-width: 768px) {
  .procedure--template_a .section {
    padding: 60px 32px;
  }
}
.procedure--template_a .section p:last-child {
  margin-bottom: 0;
}
.procedure--template_a .section + .section {
  padding-top: 0;
}
.procedure--template_a .masthead:not(.masthead-2) {
  grid-column: auto/span 24;
  padding: 0;
  background: #044F7C;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .procedure--template_a .masthead:not(.masthead-2) {
    height: 70vh;
  }
}
.procedure--template_a .masthead:not(.masthead-2) h1, .procedure--template_a .masthead:not(.masthead-2) .h1 {
  color: #FFFFFF;
  max-width: 1000px;
  order: 1;
  margin: 10px 0;
  font-size: clamp(2rem, 5vw, 4rem);
}
@media (min-width: 569px) {
  .procedure--template_a .masthead:not(.masthead-2) h1, .procedure--template_a .masthead:not(.masthead-2) .h1 {
    margin: 10px 0 0;
  }
}
@media (min-width: 768px) {
  .procedure--template_a .masthead:not(.masthead-2) h1, .procedure--template_a .masthead:not(.masthead-2) .h1 {
    text-align: left;
  }
}
.procedure--template_a .masthead:not(.masthead-2) .masthead::after {
  content: "";
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 16vh;
  height: 16vh;
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572893.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.05;
}
@media (min-width: 768px) {
  .procedure--template_a .masthead:not(.masthead-2) .masthead::after {
    width: 20vh;
    height: 20vh;
    bottom: 42px;
    right: 42px;
  }
}
.procedure--template_a .masthead:not(.masthead-2) .masthead__image-container {
  position: absolute;
  inset: 0;
  min-height: 320px;
}
@media (min-width: 569px) {
  .procedure--template_a .masthead:not(.masthead-2) .masthead__image-container {
    display: block;
  }
}
@media (min-width: 768px) {
  .procedure--template_a .masthead:not(.masthead-2) .masthead__image-container {
    height: 70vh;
    grid-row: 1/span 2;
  }
}
.procedure--template_a .masthead:not(.masthead-2) .masthead__image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 20, 23, 0.5);
}
.procedure--template_a .masthead:not(.masthead-2) .masthead__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-attachment: scroll;
}
@media (min-width: 768px) {
  .procedure--template_a .masthead:not(.masthead-2) .masthead__image {
    height: 70vh;
    background-attachment: fixed;
  }
}
.procedure--template_a .masthead:not(.masthead-2) .masthead__text {
  padding: 40px 32px;
  grid-column: 1/span 25;
  grid-row: 1/span 2;
  z-index: 1;
}
@media (min-width: 768px) {
  .procedure--template_a .masthead:not(.masthead-2) .masthead__text {
    grid-column: 1/span 18;
    grid-row: 1/span 2;
    padding: 60px calc(32px * 2);
    align-items: flex-start;
    justify-content: center;
  }
}
.procedure--template_a .masthead:not(.masthead-2) .masthead__content-container {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 768px) {
  .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container {
    justify-content: center;
    z-index: 1;
    padding: 0 80px;
  }
}
.procedure--template_a .masthead:not(.masthead-2) .masthead__content-container h2, .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .h2 {
  color: #FFFFFF;
  margin: 0;
  text-align: left;
}
.procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .section {
  padding: 0 0 24px;
}
.procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .btn, .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .main_content .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .masthead:not(.masthead-2) .masthead__content-container .cta-btn, .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .related-videos .video-thumbnails__item::before, .related-videos .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .video-thumbnails__item::before, .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container button {
  margin: 0;
}
@media (min-width: 768px) {
  .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .btn:hover, .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .main_content .cta-section__container .cta-btn:hover, .procedure--template_a .main_content .cta-section__container .masthead:not(.masthead-2) .masthead__content-container .cta-btn:hover, .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .related-videos .video-thumbnails__item:hover::before, .related-videos .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .video-thumbnails__item:hover::before, .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container button:hover {
    background: transparent !important;
    border: solid 2px #FFFFFF !important;
  }
}
.procedure--template_a .masthead:not(.masthead-2) .masthead__cta {
  background: #044F7C;
}
.procedure--template_a .masthead:not(.masthead-2) .breadcrumbs {
  padding: 0;
  order: 0;
}
.procedure--template_a .masthead:not(.masthead-2) .breadcrumbs__items {
  justify-content: flex-start;
}
.procedure--template_a .masthead:not(.masthead-2) .breadcrumbs a,
.procedure--template_a .masthead:not(.masthead-2) .breadcrumbs span, .procedure--template_a .masthead:not(.masthead-2) .breadcrumbs__item::after {
  color: #FFFFFF;
  font-size: 0.7rem;
}
.procedure--template_a .procedure-headline {
  grid-column: auto/span 24;
  padding: 20px 0;
}
.procedure--template_a .main_content {
  grid-column: auto/span 24;
  padding: 0;
}
.procedure--template_a .main_content .cta-section__container {
  padding: 12px 0;
}
.procedure--template_a .main_content .cta-section__container h2, .procedure--template_a .main_content .cta-section__container .h2 {
  display: none;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .cta-section__container h2, .procedure--template_a .main_content .cta-section__container .h2 {
    display: block;
  }
}
.procedure--template_a .main_content .cta-section__container p {
  margin: 0;
}
.procedure--template_a .main_content .cta-section__container .cta-btn {
  background: rgb(41.7825380711, 110.4252791878, 154.1974619289);
  border: solid 1px #FFFFFF;
  margin: 0;
}
.procedure--template_a .main_content .cta-section__container .cta-btn:hover {
  background: #044F7C;
}
.procedure--template_a .main_content .featured-galleries {
  max-width: calc(1200px - 32px);
  margin: 60px auto 0;
  position: relative;
  z-index: 1;
}
.procedure--template_a .main_content .featured-galleries.no-rotator {
  justify-content: center;
}
.procedure--template_a .main_content .featured-galleries .flickity-slider {
  display: flex;
  align-items: stretch;
}
.procedure--template_a .main_content .featured-galleries__container {
  position: relative;
  padding: 40px 32px;
  background-color: secondary;
  background-color: #F9F9F9;
}
.dark-mode .procedure--template_a .main_content .featured-galleries__container {
  background-color: #121417;
  background-color: #c6c6c6;
}
.procedure--template_a .main_content .featured-galleries__container .section {
  padding: 0;
}
.procedure--template_a .main_content .featured-galleries__container::after {
  content: "";
  position: absolute;
  left: 60px;
  bottom: 0;
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572892.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.05;
  width: 25vh;
  height: 25vh;
  filter: grayscale(100%);
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .featured-galleries__container {
    padding: 60px 32px;
    min-height: 640px;
  }
}
.procedure--template_a .main_content .featured-galleries__container:has(.featured-galleries__no-data) {
  min-height: unset;
}
.procedure--template_a .main_content .featured-galleries__container .featured__headline,
.procedure--template_a .main_content .featured-galleries__container .feature__headline {
  text-align: center;
  color: #121417;
}
.dark-mode .procedure--template_a .main_content .featured-galleries__container .featured__headline,
.dark-mode .procedure--template_a .main_content .featured-galleries__container .feature__headline {
  color: #121417;
}
.procedure--template_a .main_content .featured-galleries__container .featured__headline::after,
.procedure--template_a .main_content .featured-galleries__container .feature__headline::after {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.procedure--template_a .main_content .featured-galleries__headline {
  position: relative;
  padding-left: 56px;
  display: flex;
  align-items: center;
  min-height: 64px;
  margin-bottom: 16px;
}
.procedure--template_a .main_content .featured-galleries__headline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572892.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ddd;
  filter: grayscale(100%);
}
.procedure--template_a .main_content .featured-galleries__headline h3, .procedure--template_a .main_content .featured-galleries__headline .h3 {
  margin: 0;
}
.procedure--template_a .main_content .featured-galleries__item {
  position: relative;
  display: flex;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.procedure--template_a .main_content .featured-galleries__image {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  gap: 5px;
}
.procedure--template_a .main_content .featured-galleries__text {
  background: #FFFFFF;
  color: #121417;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 24px;
  width: 100%;
}
.dark-mode .procedure--template_a .main_content .featured-galleries__text {
  color: #121417;
}
.procedure--template_a .main_content .featured-galleries__text a:not(.btn):not(button) {
  color: #121417;
}
.dark-mode .procedure--template_a .main_content .featured-galleries__text a:not(.btn):not(button) {
  color: #121417;
}
.procedure--template_a .main_content .featured-galleries__text h3, .procedure--template_a .main_content .featured-galleries__text .h3 {
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
  font-weight: 700;
  letter-spacing: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #121417;
}
.dark-mode .procedure--template_a .main_content .featured-galleries__text h3, .dark-mode .procedure--template_a .main_content .featured-galleries__text .h3 {
  color: #121417;
}
.procedure--template_a .main_content .featured-galleries__item {
  margin: 0 10px;
  flex: 0 0 100%;
  max-width: 400px;
  bottom: 0;
  top: 0;
}
@media (min-width: 991px) {
  .procedure--template_a .main_content .featured-galleries__item {
    flex: 0 0 31%;
    max-width: unset;
  }
}
.procedure--template_a .main_content .featured-galleries__tag {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 5px 0;
  max-width: 50%;
  margin: 0;
}
.procedure--template_a .main_content .featured-galleries__tag dt {
  flex: 0 0 auto;
  font-size: clamp(0.8rem, 1vw, 1rem);
  position: relative;
}
.procedure--template_a .main_content .featured-galleries__tag dt::after {
  content: ":";
}
.procedure--template_a .main_content .featured-galleries__tag dd {
  flex: 0 0 auto;
  font-size: clamp(0.8rem, 1vw, 1rem);
  margin: 0 0 0 5px;
}
.procedure--template_a .main_content .featured-galleries__tag:nth-child(n+3) {
  display: none;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .featured-galleries__image {
    min-height: 240px;
  }
}
.procedure--template_a .main_content .featured-galleries__cta {
  width: 100%;
  margin-top: auto;
}
.procedure--template_a .main_content .featured-galleries .btn, .procedure--template_a .main_content .featured-galleries .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .featured-galleries .cta-btn, .procedure--template_a .main_content .featured-galleries .related-videos .video-thumbnails__item::before, .related-videos .procedure--template_a .main_content .featured-galleries .video-thumbnails__item::before, .procedure--template_a .main_content .featured-galleries button {
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  padding: 12px 24px;
  max-width: unset;
  border-radius: unset;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 14px 20px;
}
.procedure--template_a .main_content .planner {
  padding: 40px 32px;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .planner {
    padding: 60px 32px;
  }
}
.procedure--template_a .main_content .planner__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 16px;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .planner__wrapper {
    width: 100%;
  }
}
.procedure--template_a .main_content .planner__headline {
  flex: 0 0 100%;
  max-width: unset;
}
.procedure--template_a .main_content .planner .featured__headline,
.procedure--template_a .main_content .planner .feature__headline {
  text-align: center;
}
.procedure--template_a .main_content .planner .featured__headline::after,
.procedure--template_a .main_content .planner .feature__headline::after {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.procedure--template_a .main_content .planner__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  background: #F9F9F9;
  border-radius: 16px;
  min-width: 160px;
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .procedure--template_a .main_content .planner__item {
    margin-bottom: 32px;
  }
}
.procedure--template_a .main_content .planner__item h3, .procedure--template_a .main_content .planner__item .h3,
.procedure--template_a .main_content .planner__item p {
  text-align: center;
}
.procedure--template_a .main_content .planner__item p {
  margin-top: auto;
}
.procedure--template_a .main_content .flickity-page-dots .dot {
  background: #FFFFFF;
  padding: 5px 0 !important;
}
.procedure--template_a .main_content .faq {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 42px;
}
.procedure--template_a .main_content .faq__headline {
  padding: 0 40px !important;
}
.procedure--template_a .main_content .faq__container {
  padding: 40px 32px 0;
  position: relative;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .faq__container {
    padding: 60px 32px 0;
  }
}
.procedure--template_a .main_content .faq details[open] summary::after {
  transform: rotate(-90deg);
}
.procedure--template_a .main_content .faq details[open] p {
  animation: slide-down 0.5s ease-in-out;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.procedure--template_a .main_content .faq details p {
  padding: 1rem;
}
.procedure--template_a .main_content .faq details ul {
  padding: 0 20px 0 40px;
}
.procedure--template_a .main_content .faq[open] .procedure--template_a .main_content .faq__question::after {
  transform: rotate(0);
}
.procedure--template_a .main_content .faq[open] details p {
  animation: slide-down 0.5s ease-in-out;
}
.procedure--template_a .main_content .faq summary {
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  display: flex;
  align-items: center;
  background-color: secondary;
  background-color: #F9F9F9;
  text-transform: unset !important;
  letter-spacing: 0 !important;
  padding: 1rem;
  cursor: pointer;
  line-height: 1.2;
  color: #121417;
}
.dark-mode .procedure--template_a .main_content .faq summary {
  background-color: #121417;
  background-color: #c6c6c6;
}
.dark-mode .procedure--template_a .main_content .faq summary {
  color: #121417;
}
.procedure--template_a .main_content .faq summary::after {
  display: inline-block;
  content: "←";
  margin-right: 5px;
  margin-left: auto;
  color: #121417;
  font-weight: 900;
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}
.dark-mode .procedure--template_a .main_content .faq summary::after {
  color: #121417;
}
.procedure--template_a .main_content .faq summary::-webkit-details-marker {
  display: none;
}
.procedure--template_a .main_content .section {
  padding: 40px 32px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .section {
    padding: 60px 32px;
  }
}
.procedure--template_a .main_content .section__2 {
  position: relative;
  max-width: unset;
  margin: unset;
  background-color: secondary;
  background-color: #F9F9F9;
}
.dark-mode .procedure--template_a .main_content .section__2 {
  background-color: #121417;
  background-color: #c6c6c6;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .section__2::after {
    content: "";
    position: absolute;
    right: 60px;
    bottom: 0;
    background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572892.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.05;
    width: 25vh;
    height: 25vh;
    filter: grayscale(100%);
  }
}
.procedure--template_a .main_content .section__2 .section__container {
  max-width: 1000px;
  margin: 0 auto;
}
.procedure--template_a .main_content .section__2 .section__text {
  background-color: secondary;
  background-color: #F9F9F9;
  padding-bottom: 0;
  position: relative;
}
.dark-mode .procedure--template_a .main_content .section__2 .section__text {
  background-color: #121417;
  background-color: #c6c6c6;
}
.procedure--template_a .main_content .section__2 .section__text h2, .procedure--template_a .main_content .section__2 .section__text .h2, .procedure--template_a .main_content .section__2 .section__text p {
  color: #121417;
}
.dark-mode .procedure--template_a .main_content .section__2 .section__text h2, .dark-mode .procedure--template_a .main_content .section__2 .section__text .h2, .dark-mode .procedure--template_a .main_content .section__2 .section__text p {
  color: #121417;
}
.procedure--template_a .main_content .section__2 .section__text__image {
  max-height: 500px;
}
.procedure--template_a .main_content .section__3 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 32px;
}
@media (min-width: 991px) {
  .procedure--template_a .main_content .section__3 {
    padding: 60px 32px;
  }
}
.procedure--template_a .main_content .section__3 ul {
  padding: 40px 40px;
  background-color: secondary;
  background-color: #F9F9F9;
  border-radius: 16px;
  margin: 32px 0 0;
}
.dark-mode .procedure--template_a .main_content .section__3 ul {
  background-color: #121417;
  background-color: #c6c6c6;
}
@media (min-width: 991px) {
  .procedure--template_a .main_content .section__3 ul {
    padding: calc(40px * 2) calc(40px * 2);
  }
}
.procedure--template_a .main_content .section__3 li {
  padding: 12px 0 !important;
  line-height: 1.5;
  color: #121417;
}
.dark-mode .procedure--template_a .main_content .section__3 li {
  color: #121417;
}
.procedure--template_a .main_content .section__3 li:first-child {
  padding-top: 0 !important;
}
.procedure--template_a .main_content .section__3 li:last-child {
  padding-bottom: 0 !important;
}
.procedure--template_a .main_content .section__5 {
  position: relative;
}
.procedure--template_a .main_content .section__6, .procedure--template_a .main_content .section__8 {
  position: relative;
  max-width: unset;
  margin: unset;
  background: #F9F9F9;
}
.procedure--template_a .main_content .section__6 .section__container, .procedure--template_a .main_content .section__8 .section__container {
  max-width: 1000px;
  margin: 0 auto;
}
.procedure--template_a .main_content .section__6 .section__text, .procedure--template_a .main_content .section__8 .section__text {
  background: #F9F9F9;
  padding-bottom: 0;
}
@media (min-width: 991px) {
  .procedure--template_a .main_content .section__6 .section__text, .procedure--template_a .main_content .section__8 .section__text {
    padding: 0 40px;
  }
}
.procedure--template_a .main_content .related-procedures, .procedure--template_a .main_content .related-conditions, .procedure--template_a .main_content .related-devices {
  padding: 40px 32px;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .related-procedures, .procedure--template_a .main_content .related-conditions, .procedure--template_a .main_content .related-devices {
    padding: calc(60px * 2) 32px;
  }
}
.procedure--template_a .main_content .related-procedures::before, .procedure--template_a .main_content .related-conditions::before, .procedure--template_a .main_content .related-devices::before {
  content: "";
  position: absolute;
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572904.jpg");
  inset: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 991px) {
  .procedure--template_a .main_content .related-procedures::before, .procedure--template_a .main_content .related-conditions::before, .procedure--template_a .main_content .related-devices::before {
    background-attachment: fixed;
  }
}
.procedure--template_a .main_content .related-procedures::after, .procedure--template_a .main_content .related-conditions::after, .procedure--template_a .main_content .related-devices::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 20, 23, 0.8);
}
.procedure--template_a .main_content .related-procedures .section, .procedure--template_a .main_content .related-conditions .section, .procedure--template_a .main_content .related-devices .section {
  padding: 0;
  position: relative;
  z-index: 1;
}
.procedure--template_a .main_content .related-procedures .featured__headline, .procedure--template_a .main_content .related-conditions .featured__headline, .procedure--template_a .main_content .related-devices .featured__headline {
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.procedure--template_a .main_content .related-procedures .featured__headline::after, .procedure--template_a .main_content .related-conditions .featured__headline::after, .procedure--template_a .main_content .related-devices .featured__headline::after {
  left: 50%;
  transform: translateX(-50%);
}
.procedure--template_a .main_content .related-procedures .doorways__items, .procedure--template_a .main_content .related-conditions .doorways__items, .procedure--template_a .main_content .related-devices .doorways__items {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.procedure--template_a .main_content .related-procedures .doorways__item, .procedure--template_a .main_content .related-conditions .doorways__item, .procedure--template_a .main_content .related-devices .doorways__item {
  position: relative;
  aspect-ratio: 1/1;
  min-height: unset;
  border-radius: 4px;
}
.procedure--template_a .main_content .related-procedures .doorways__item::after, .procedure--template_a .main_content .related-conditions .doorways__item::after, .procedure--template_a .main_content .related-devices .doorways__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #121417;
  opacity: 0.2;
  transition: opacity 0.7s ease;
  border-radius: 4px;
}
@media (min-width: 1025px) {
  .procedure--template_a .main_content .related-procedures .doorways__item:hover::after, .procedure--template_a .main_content .related-conditions .doorways__item:hover::after, .procedure--template_a .main_content .related-devices .doorways__item:hover::after {
    opacity: 0.7;
  }
}
.procedure--template_a .main_content .related-procedures .doorways__text, .procedure--template_a .main_content .related-conditions .doorways__text, .procedure--template_a .main_content .related-devices .doorways__text {
  position: relative;
  z-index: 1;
}
.procedure--template_a .main_content .related-procedures .doorways__text h2, .procedure--template_a .main_content .related-procedures .doorways__text .h2, .procedure--template_a .main_content .related-conditions .doorways__text h2, .procedure--template_a .main_content .related-conditions .doorways__text .h2, .procedure--template_a .main_content .related-devices .doorways__text h2, .procedure--template_a .main_content .related-devices .doorways__text .h2 {
  font-size: clamp(1.2rem, 2vw, 2rem);
}
.procedure--template_a .main_content .related-promotions {
  padding: 40px 32px;
  background-color: secondary;
  background-color: #F9F9F9;
  z-index: 100;
  position: relative;
}
.dark-mode .procedure--template_a .main_content .related-promotions {
  background-color: #121417;
  background-color: #c6c6c6;
}
@media (min-width: 991px) {
  .procedure--template_a .main_content .related-promotions {
    padding: 60px 32px;
  }
}
.procedure--template_a .main_content .related-promotions .promotions {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 20px;
}
.procedure--template_a .main_content .related-promotions .promotions__rotator-container {
  max-width: 1200px;
  margin: 0 auto;
}
.procedure--template_a .main_content .related-promotions .promotions__rotator-container .section {
  padding: 0 0 24px;
}
.procedure--template_a .main_content .related-promotions .promotions__rotator-container .section__text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.procedure--template_a .main_content .related-promotions .promotions__rotator-container .section__text h2, .procedure--template_a .main_content .related-promotions .promotions__rotator-container .section__text .h2 {
  text-align: center;
  color: #121417;
}
.dark-mode .procedure--template_a .main_content .related-promotions .promotions__rotator-container .section__text h2, .dark-mode .procedure--template_a .main_content .related-promotions .promotions__rotator-container .section__text .h2 {
  color: #121417;
}
.procedure--template_a .main_content .related-promotions .promotions__rotator-container .section__text h2::after, .procedure--template_a .main_content .related-promotions .promotions__rotator-container .section__text .h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.procedure--template_a .main_content .related-promotions .promotions__items {
  position: relative;
}
.procedure--template_a .main_content .related-promotions .promotions__items .promotion {
  width: 100%;
  margin: 10px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .related-promotions .promotions__items .promotion {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .procedure--template_a .main_content .related-promotions .promotions__items .promotion {
    width: 33%;
  }
}
.procedure--template_a .main_content .related-promotions .promotions__items .promotion__wrapper {
  border-radius: 4px;
}
.procedure--template_a .main_content .related-promotions .promotions__items--no-rotator {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.procedure--template_a .main_content .related-promotions .promotions__items--no-rotator .promotion {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .related-promotions .promotions__items--no-rotator .promotion {
    width: 45%;
  }
}
@media (min-width: 1025px) {
  .procedure--template_a .main_content .related-promotions .promotions__items--no-rotator .promotion {
    width: 30%;
  }
}
.procedure--template_a .main_content .form {
  max-width: 932px;
  margin: 64px auto 0;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 40px 32px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .form {
    padding: 64px;
    margin: 96px auto 0;
  }
}
.procedure--template_a .main_content .form label {
  display: none;
}
.procedure--template_a .main_content .form__container {
  padding: 40px 32px;
  background-color: secondary;
  background-color: #F9F9F9;
  position: relative;
  z-index: 100;
  margin: 0;
}
.dark-mode .procedure--template_a .main_content .form__container {
  background-color: #121417;
  background-color: #c6c6c6;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .form__container {
    padding: 60px 32px;
  }
}
.procedure--template_a .main_content .form__container::after {
  content: "";
  position: absolute;
  right: 60px;
  bottom: 0;
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572892.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.05;
  width: 25vh;
  height: 25vh;
  display: none;
  filter: grayscale(100%);
}
@media (min-width: 991px) {
  .procedure--template_a .main_content .form__container::after {
    display: block;
  }
}
.procedure--template_a .main_content .form__container .section {
  padding: 0;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .form__container .section {
    padding: 0 32px;
  }
}
.procedure--template_a .main_content .form__container h2, .procedure--template_a .main_content .form__container .h2 {
  color: #121417;
}
.dark-mode .procedure--template_a .main_content .form__container h2, .dark-mode .procedure--template_a .main_content .form__container .h2 {
  color: #121417;
}
.procedure--template_a .main_content .form__button_disclaimer {
  display: flex;
  align-items: center;
  grid-column: auto/span 24;
  padding: 24px 0;
}
@media (min-width: 991px) {
  .procedure--template_a .main_content .form__button_disclaimer {
    grid-column: auto/span 18;
    padding: 0 24px;
  }
}
.procedure--template_a .main_content .form__button_disclaimer span {
  padding: 0 8px;
  font-size: 0.8rem;
  color: #121417;
}
.dark-mode .procedure--template_a .main_content .form__button_disclaimer span {
  color: #121417;
}
.procedure--template_a .main_content .form .btn, .procedure--template_a .main_content .form .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .form .cta-btn, .procedure--template_a .main_content .form .related-videos .video-thumbnails__item::before, .related-videos .procedure--template_a .main_content .form .video-thumbnails__item::before, .procedure--template_a .main_content .form button {
  margin: 0;
}
.procedure--template_a .main_content .form__link {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(42, 111, 155, 0.95);
  min-width: 100%;
  padding: 10px 36px;
  z-index: 99;
}
@media (min-width: 991px) {
  .procedure--template_a .main_content .form__link {
    padding: 16px 32px;
  }
}
.procedure--template_a .main_content .form__link h2, .procedure--template_a .main_content .form__link .h2 {
  color: #FFFFFF;
  margin: 10px 0 !important;
  font-size: clamp(1.1rem, 1.7vw, 1.7rem);
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .form__link h2, .procedure--template_a .main_content .form__link .h2 {
    margin: 0 10px !important;
  }
}
.procedure--template_a .main_content .form__link .btn, .procedure--template_a .main_content .form__link .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .form__link .cta-btn, .procedure--template_a .main_content .form__link .related-videos .video-thumbnails__item::before, .related-videos .procedure--template_a .main_content .form__link .video-thumbnails__item::before, .procedure--template_a .main_content .form__link button {
  margin: 0 !important;
}
.procedure--template_a .main_content .form__link .btn:hover, .procedure--template_a .main_content .form__link .cta-section__container .cta-btn:hover, .procedure--template_a .main_content .cta-section__container .form__link .cta-btn:hover, .procedure--template_a .main_content .form__link .related-videos .video-thumbnails__item:hover::before, .related-videos .procedure--template_a .main_content .form__link .video-thumbnails__item:hover::before, .procedure--template_a .main_content .form__link button:hover {
  background: #044F7C;
}
.procedure--template_a .main_content .form__link .section__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .form__link .section__text {
    flex-direction: row;
  }
}
.procedure--template_a .main_content .related-posts {
  padding: 40px 32px;
  z-index: 100;
  position: relative;
  background-color: primary;
  background-color: #FFFFFF;
}
.dark-mode .procedure--template_a .main_content .related-posts {
  background-color: #121417;
  background-color: #121417;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .related-posts {
    padding: 60px 32px;
  }
}
.procedure--template_a .main_content .related-posts::before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.procedure--template_a .main_content .related-posts .featured__headline {
  text-align: center;
  color: #121417;
}
.dark-mode .procedure--template_a .main_content .related-posts .featured__headline {
  color: #FFFFFF;
}
.procedure--template_a .main_content .related-posts .featured__headline::after {
  left: 50%;
  transform: translateX(-50%);
}
.procedure--template_a .main_content .related-posts .section {
  padding: 0;
}
.procedure--template_a .main_content .related-posts .cards {
  max-width: 1200px !important;
  padding: 24px 0;
  grid-gap: 20px 10px;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .related-posts .cards {
    grid-gap: 20px;
  }
}
.procedure--template_a .main_content .related-posts .posts__headline,
.procedure--template_a .main_content .related-posts .cards {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  color: #121417;
}
.dark-mode .procedure--template_a .main_content .related-posts .posts__headline,
.dark-mode .procedure--template_a .main_content .related-posts .cards {
  color: #121417;
}
.procedure--template_a .main_content .related-posts .posts__headline {
  margin-bottom: 40px;
}
.procedure--template_a .main_content .related-posts .card {
  position: relative;
  background-color: secondary;
  background-color: #F9F9F9;
}
.dark-mode .procedure--template_a .main_content .related-posts .card {
  background-color: #121417;
  background-color: #c6c6c6;
}
.procedure--template_a .main_content .related-posts .card .btn, .procedure--template_a .main_content .related-posts .card .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .related-posts .card .cta-btn, .procedure--template_a .main_content .related-posts .card .related-videos .video-thumbnails__item::before, .related-videos .procedure--template_a .main_content .related-posts .card .video-thumbnails__item::before, .procedure--template_a .main_content .related-posts .card button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top-right-radius: unset;
  border-top-left-radius: unset;
}
.procedure--template_a .main_content .related-posts .card__text {
  padding: 20px 20px 80px;
  display: flex;
  flex-direction: column;
  color: #121417;
}
.dark-mode .procedure--template_a .main_content .related-posts .card__text {
  color: #121417;
}
.procedure--template_a .main_content .related-posts .card__title {
  font-weight: 700;
  letter-spacing: unset;
  color: #121417;
}
.dark-mode .procedure--template_a .main_content .related-posts .card__title {
  color: #121417;
}
.procedure--template_a .main_content .related-posts .card__summary {
  color: #121417;
}
.dark-mode .procedure--template_a .main_content .related-posts .card__summary {
  color: #121417;
}
.procedure--template_a .main_content .related-posts .card.card--post {
  border-color: #F9F9F9;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.procedure--template_a .main_content .doorways__items {
  padding: 40px 20px;
  gap: 10px;
  grid-row-gap: 20px;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .doorways__items {
    gap: 20px;
  }
}
.procedure--template_a .main_content .doorways__item {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.procedure--template_a .main_content .doorways__item-image {
  height: 0;
  padding-top: 100%;
}
.procedure--template_a .main_content .doorways__text h2, .procedure--template_a .main_content .doorways__text .h2 {
  font-size: clamp(0.9rem, 1vw, 1rem);
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  color: #FFFFFF;
}
.procedure--template_a .main_content .page-nav {
  position: fixed;
  top: 56%;
  right: -240px;
  transform: translateY(-50%);
  z-index: 101;
  width: 240px;
  transition: right 0.5s ease;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .page-nav {
    top: 50%;
    right: -320px;
    width: 320px;
  }
}
.procedure--template_a .main_content .page-nav__open {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -60px;
  width: 60px;
  height: 60px;
  background: #2A6F9B;
  transform: translateY(-50%);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
}
.procedure--template_a .main_content .page-nav__search {
  display: block;
}
.procedure--template_a .main_content .page-nav__close {
  display: none;
}
.procedure--template_a .main_content .page-nav ul {
  list-style: none;
  padding: 24px;
}
.procedure--template_a .main_content .page-nav li {
  padding: 10px 0 !important;
  line-height: 1;
}
.procedure--template_a .main_content .page-nav li a {
  color: #121417 !important;
  font-size: 0.8rem !important;
  line-height: 1;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .page-nav li a {
    font-size: 0.9rem !important;
  }
}
.procedure--template_a .main_content .page-nav__container {
  background: #F9F9F9;
  margin-bottom: 20px;
}
.procedure--template_a .main_content .page-nav__headline {
  background: #2A6F9B;
  padding: 20px;
  display: flex;
  align-items: center;
  height: 60px;
  position: relative;
}
.procedure--template_a .main_content .page-nav__headline h3, .procedure--template_a .main_content .page-nav__headline .h3 {
  color: #FFFFFF;
  margin: 0;
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
}
.procedure--template_a .main_content .page-nav .btn, .procedure--template_a .main_content .page-nav .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .page-nav .cta-btn, .procedure--template_a .main_content .page-nav .related-videos .video-thumbnails__item::before, .related-videos .procedure--template_a .main_content .page-nav .video-thumbnails__item::before, .procedure--template_a .main_content .page-nav button {
  border: none;
  margin: 0 20px 20px;
}
.procedure--template_a .main_content #page_nav:checked ~ .page-nav {
  right: 0;
}
.procedure--template_a .main_content #page_nav:checked ~ .page-nav .page-nav__search {
  display: block;
}
.procedure--template_a .main_content #page_nav:checked ~ .page-nav .page-nav__close {
  display: none;
}

.footer,
.disclaimer {
  position: relative;
  z-index: 100;
}

.flickity-viewport {
  min-height: 560px;
}

.flickity-button {
  background: #121417 !important;
}

.flickity-prev-next-button {
  min-width: unset !important;
  width: unset !important;
  border-radius: unset !important;
}

.flickity-prev-next-button.previous {
  left: -20px !important;
  top: 50%;
  transform: translateY(-50%);
  min-width: unset;
}

.flickity-prev-next-button.next {
  right: -20px !important;
  top: 50%;
  transform: translateY(-50%);
  min-width: unset;
}

.flickity-button-icon {
  fill: #FFFFFF;
}

.related-videos {
  padding: 40px 32px;
  background-color: secondary;
  background-color: #F9F9F9;
}
.dark-mode .related-videos {
  background-color: #121417;
  background-color: #c6c6c6;
}
@media (min-width: 768px) {
  .related-videos {
    padding: 60px 32px;
  }
}
.related-videos__headline {
  max-width: 1200px;
  margin: 0 auto;
}
.related-videos__headline h2, .related-videos__headline .h2 {
  text-align: center;
}
.related-videos__headline .featured__headline::after {
  left: 50%;
  transform: translateX(-50%);
}
.related-videos .video-thumbnails__item {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 0px inset, rgba(50, 50, 93, 0.25) 0px 0px 0px 0px, rgba(0, 0, 0, 0.3) 0px 0px 0px 0px;
  transition: box-shadow 0.3s ease;
  break-inside: avoid;
  border: solid 1px rgba(51, 51, 51, 0.1);
  border-radius: 4px;
  padding: 0;
  justify-content: flex-start;
  background: #FFFFFF;
}
@media (min-width: 1025px) {
  .related-videos .video-thumbnails__item:hover {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
}
.related-videos .video-thumbnails__item__group {
  padding: 0 0 24px;
}
.related-videos .video-thumbnails__item img {
  position: relative;
  aspect-ratio: 16/9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.related-videos .video-thumbnails__item::before {
  content: "Watch Now";
  position: absolute;
  width: 100%;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  transform: unset;
  height: unset;
}
.related-videos .video-thumbnails__item::before:hover {
  background: initial;
}
.related-videos .video-thumbnails__item:hover::before {
  background: initial;
}
.related-videos .video-thumbnails__item::after {
  transform: translate(-40%, -205%);
}
.related-videos .video-thumbnails {
  max-width: 1200px;
  margin: 0 auto;
}
.related-videos .video-thumbnails__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.related-videos .video-thumbnails__item {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .related-videos .video-thumbnails__item {
    flex: 0 0 30%;
  }
}
.related-videos .video-thumbnails__item h3, .related-videos .video-thumbnails__item .h3 {
  font-weight: 700;
  text-align: left;
  letter-spacing: unset;
  margin: 42px 24px 84px;
  color: #121417;
}
.dark-mode .related-videos .video-thumbnails__item h3, .dark-mode .related-videos .video-thumbnails__item .h3 {
  color: #121417;
}
.related-videos .video-thumbnails__cta {
  flex: 0 0 100%;
  display: none;
}

/* Aspect Ratios */
/* Universal Color Matches */
/* Site Fonts */
/* Change These For Your Design */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
/* Universal Vibes Styles */
:root {
  --ratio-portrait: 0.8;
  --ratio-landscape: 1.9047619048;
  --ratio-square: 1;
  --color-1: #121417;
  --color-2: #FFFFFF;
  --color-3: #044F7C;
}

.promotion .btn, .promotion .procedure--template_a .main_content .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .promotion .cta-btn, .promotion button, .promotion .related-videos .video-thumbnails__item::before, .related-videos .promotion .video-thumbnails__item::before {
  min-width: unset;
  white-space: unset;
  text-decoration: unset;
  text-transform: unset;
  border-radius: unset;
  margin: unset;
  border: unset;
  letter-spacing: unset;
  font-weight: unset;
  font-size: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.promotion .btn::before, .promotion .procedure--template_a .main_content .cta-section__container .cta-btn::before, .procedure--template_a .main_content .cta-section__container .promotion .cta-btn::before, .promotion button::before, .promotion .related-videos .video-thumbnails__item::before, .related-videos .promotion .video-thumbnails__item::before {
  display: none;
}
.promotion .btn::after, .promotion .procedure--template_a .main_content .cta-section__container .cta-btn::after, .procedure--template_a .main_content .cta-section__container .promotion .cta-btn::after, .promotion button::after {
  display: none;
}

.promotion--social {
  border-radius: 0 !important;
}
.promotion--social .promotion__wrapper {
  border-radius: 0 !important;
}

.featured__headline::after, .section__headline::after, .homepage__headline::after, .featured__headline::before, .section__headline::before, .homepage__headline::before {
  display: none;
}

.cta-form__link {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(42, 111, 155, 0.95);
  min-width: 100%;
  padding: 20px 36px;
  z-index: 99;
}
@media (min-width: 991px) {
  .cta-form__link {
    padding: 0px 0px;
  }
}
.cta-form__link h2, .cta-form__link .h2 {
  color: #FFFFFF;
  margin: 0 !important;
  font-size: clamp(1.1rem, 1.7vw, 1.7rem);
}
@media (min-width: 768px) {
  .cta-form__link h2, .cta-form__link .h2 {
    margin: 0 10px !important;
  }
}
.cta-form__link .cta-section__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .cta-form__link .cta-section__text {
    flex-direction: row;
  }
}
.cta-form__link .cta-section__text p {
  margin-top: 0;
}
.cta-form__link .cta-section__headline {
  column-span: all;
}
.cta-form__link .cta-section__headline h2, .cta-form__link .cta-section__headline .h2 {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}
.cta-form__link .cta-section__text-block {
  box-sizing: border-box;
}
.cta-form__link .cta-section__text-block p {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.045em;
  line-height: 1.6;
}
.cta-form__link .cta-btn {
  background: #2A6F9B;
  border: none;
  border-radius: 2px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  min-width: 165px;
  padding: 14px 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cta-form__link .cta-btn {
    margin-top: 20px;
  }
}
.cta-form__link .cta-btn__link {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(42, 111, 155, 0.95);
  min-width: 100%;
  padding: 20px 36px;
  z-index: 99;
}
.cta-form__link .cta-btn:hover {
  background: #044F7C;
  border: solid 1px #FFFFFF;
}
@media (min-width: 991px) {
  .cta-form__link {
    padding: 0px 0px;
  }
}
.cta-form__link__text-block .cta-btn {
  margin: 0 !important;
}
.cta-form__link__text-block .cta-btn:hover {
  background: #044F7C;
  border: solid 1px #FFFFFF;
}

/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Header */
/* Footer */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Border Radius */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Procedure Item */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
:root {
  --phone-min: 421px;
  --phone-wide-min: 569px;
  --tablet-min: 768px;
  --tablet-wide-min: 991px;
  --desktop-sm-min: 1025px;
  --desktop-min: 1241px;
  --desktop-wide-min: 1441px;
}

/* Lazy load */
.lazy-load-image,
.lazy-background,
.lazy-iframe {
  opacity: 0;
  transition: 0.3s opacity linear;
}
.lazy-load-image:not(.visible),
.lazy-background:not(.visible),
.lazy-iframe:not(.visible) {
  min-height: 1px;
  margin: 0 !important;
}
.lazy-load-image.visible.complete,
.lazy-background.visible.complete,
.lazy-iframe.visible.complete {
  opacity: 1;
}

/* Universal Color Matches */
/* Site Fonts */
/* Change These For Your Design */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Nav */
/* Header */
/* Section Widths */
/* Section Padding */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
/* Homepage Images */
/* Interior Images */
/* --------------------------------------------------------
   UTILITY FUNCTIONS
--------------------------------------------------------- */
/* Prevent Sass errors when attempting to darken/lighten
   non-color values like `transparent` */
/* --------------------------------------------------------
   NOTES (quick usage)
--------------------------------------------------------- */
/*
1) Add / change icons:
   - Add URL variable (optional)
   - Add to $icons map with a key
   - Use class: icon--{key}

2) Add icons in HTML (editor-safe):
   - Add: iconized + iconized--right (or --left)
   - Add: icon--{key}
   - Optional: icon-size--sm, icon-color--gold, icon-gap--sm

Example:
<a class="btn btn--tertiary iconized iconized--right icon--sd-carrot-next icon-color--gold icon-size--xs" href="#">
  Learn More
</a>
*/
/* --------------------------------------------------------
   ICON SOURCES (REMOTE SVG URLS)
   - These are used by the pseudo-element icon system below.
   - Add new icons by:
     1) Creating a new $sd-* variable with the URL
     2) Adding it to the $icons map
--------------------------------------------------------- */
/* Map of icon names -> asset URLs
   NOTE: Keys become your class names: .icon--sd-star, .icon--sd-carrot-next, etc.
*/
/* --------------------------------------------------------
   ICON SYSTEM (EDITOR-SAFE)
   ✅ Works even if the editor removes <span> tags
   ✅ No additional HTML elements needed for icons
   ✅ Icons are injected via ::before / ::after on the element itself

   HOW TO USE (examples):
   - Right icon on a link/button:
     <a class="btn btn--tertiary iconized iconized--right icon--sd-carrot-next icon-color--gold icon-size--sm">Learn More</a>

   - Left icon:
     <a class="iconized iconized--left icon--sd-phone icon-color--light icon-size--md">Call</a>

   - Inline SVG support remains available:
     <svg class="icon icon--sm" ...>...</svg>
--------------------------------------------------------- */
/* Mask mixin (remote SVG stencil) */
/* --- Optional: keep the .icon class for inline SVG use-cases --- */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  flex-shrink: 0;
  color: currentColor;
  fill: currentColor;
  stroke: currentColor;
}

/* If you do use inline SVG, force shapes to inherit currentColor */
svg.icon,
svg.icon * {
  fill: currentColor;
  stroke: currentColor;
}

/* --- NEW: Editor-safe pseudo-element icon injection --- */
/* Base hook */
.iconized, .btn--with-icon {
  /* keeps pseudo-elements aligned; safe for <a>, <button>, <div> */
  position: relative;
  color: inherit;
  /* default sizing & spacing can be overridden via helper classes */
  --icon-size: 1em;
  --icon-gap: 0.5rem;
}

/* Right icon (after) */
.iconized--right::after, .btn--with-icon::after {
  content: "";
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-left: var(--icon-gap);
  vertical-align: middle;
  flex-shrink: 0;
  /* ensures masks render cleanly */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Left icon (before) */
.iconized--left::before {
  content: "";
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-right: var(--icon-gap);
  vertical-align: middle;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Generate icon mask rules for pseudo-elements based on the $icons map */
.icon--sd-arrow-next.iconized--right::after, .icon--sd-arrow-next.btn--with-icon::after,
.icon--sd-arrow-next.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-next-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-next-icon.svg") no-repeat center/contain;
}

.icon--sd-arrow-previous.iconized--right::after, .icon--sd-arrow-previous.btn--with-icon::after,
.icon--sd-arrow-previous.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-previous-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-previous-icon.svg") no-repeat center/contain;
}

.icon--sd-arrow-up.iconized--right::after, .icon--sd-arrow-up.btn--with-icon::after,
.icon--sd-arrow-up.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-up-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-up-icon.svg") no-repeat center/contain;
}

.icon--sd-arrow-up-fill.iconized--right::after, .icon--sd-arrow-up-fill.btn--with-icon::after,
.icon--sd-arrow-up-fill.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-up-fill-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-up-fill-icon.svg") no-repeat center/contain;
}

.icon--sd-arrow-up-inverted.iconized--right::after, .icon--sd-arrow-up-inverted.btn--with-icon::after,
.icon--sd-arrow-up-inverted.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-up-inverted-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-up-inverted-icon.svg") no-repeat center/contain;
}

.icon--sd-carrot-next.iconized--right::after, .icon--sd-carrot-next.btn--with-icon::after,
.icon--sd-carrot-next.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/carrot-right-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/carrot-right-icon.svg") no-repeat center/contain;
}

.icon--sd-carrot-previous.iconized--right::after, .icon--sd-carrot-previous.btn--with-icon::after,
.icon--sd-carrot-previous.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/carrot-left-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/carrot-left-icon.svg") no-repeat center/contain;
}

.icon--sd-close.iconized--right::after, .icon--sd-close.btn--with-icon::after,
.icon--sd-close.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/close-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/close-icon.svg") no-repeat center/contain;
}

.icon--sd-open.iconized--right::after, .icon--sd-open.btn--with-icon::after,
.icon--sd-open.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/open-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/open-icon.svg") no-repeat center/contain;
}

.icon--sd-rounded-quote.iconized--right::after, .icon--sd-rounded-quote.btn--with-icon::after,
.icon--sd-rounded-quote.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/rounded-quote-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/rounded-quote-icon.svg") no-repeat center/contain;
}

.icon--sd-squared-quote.iconized--right::after, .icon--sd-squared-quote.btn--with-icon::after,
.icon--sd-squared-quote.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/squared-quote-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/squared-quote-icon.svg") no-repeat center/contain;
}

.icon--sd-star.iconized--right::after, .icon--sd-star.btn--with-icon::after,
.icon--sd-star.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/star-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/star-icon.svg") no-repeat center/contain;
}

.icon--sd-calendar.iconized--right::after, .icon--sd-calendar.btn--with-icon::after,
.icon--sd-calendar.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/calendar-sticky-bar-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/calendar-sticky-bar-icon.svg") no-repeat center/contain;
}

.icon--sd-phone.iconized--right::after, .icon--sd-phone.btn--with-icon::after,
.icon--sd-phone.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/phone-sticky-bar-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/phone-sticky-bar-icon.svg") no-repeat center/contain;
}

/* Size helpers (set CSS variable; no extra elements needed) */
.icon-size--xs {
  --icon-size: 0.75em;
}

.icon-size--sm {
  --icon-size: 0.97em;
}

.icon-size--md {
  --icon-size: 1.20em;
}

.icon-size--lg {
  --icon-size: 1.54em;
}

.icon-size--xl {
  --icon-size: 2em;
}

/* Gap helpers */
.icon-gap--none {
  --icon-gap: 0;
}

.icon-gap--xs {
  --icon-gap: 0.35rem;
}

.icon-gap--sm {
  --icon-gap: 0.5rem;
}

.icon-gap--md {
  --icon-gap: 0.65rem;
}

.icon-gap--lg {
  --icon-gap: 0.8rem;
}

/* Color helpers (apply to the element so the icon inherits via currentColor) */
.icon-color--primary {
  color: #044F7C;
}

.icon-color--secondary {
  color: #2A6F9B;
}

.icon-color--light {
  color: #FFFFFF;
}

.icon-color--dark {
  color: #121417;
}

.icon-color--gold {
  color: #E8BB35;
}

/* --------------------------------------------------------
   ACCESSIBILITY
--------------------------------------------------------- */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* --------------------------------------------------------
   TYPOGRAPHY
--------------------------------------------------------- */
body {
  background: #FFFFFF;
  color: #121417;
  font-family: inter-variable, sans-serif;
  font-variant-numeric: lining-nums;
}

/* --------------------------------------------------------
   H1 AND H2 STYLES

   To create visual consestancy you'll use your H1 styles
   here on your hero headline. And the H2 styles on 
   all other homepage headlines.
--------------------------------------------------------- */
h1, .h1 {
  font-size: clamp(2.25rem, 1.9rem + 1.6vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 12px;
  text-transform: none;
}

h2, .h2 {
  color: #044F7C;
  font-size: clamp(1.875rem, 1.65rem + 1.1vw, 2.625rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.15;
  text-transform: none;
}

h1, .h1,
h2,
.h2 {
  font-family: merriweather, serif;
}

/* H3-H6 styles */
h3, .h3 {
  font-size: clamp(1.375rem, 1.2rem + 0.9vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

h4, .h4 {
  font-size: clamp(1rem, 0.85rem + 0.7vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.3;
}

h5, .h5 {
  font-size: clamp(0.875rem, 0.75rem + 0.6vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}

h6, .h6 {
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

h3, .h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #121417;
  font-family: inter-variable, sans-serif;
  font-weight: 500;
}

p,
li:not(.nav__item) {
  font-family: inter-variable, sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8rem + 0.6vw, 1.25rem);
  letter-spacing: 0.01em;
  line-height: 1.7;
}

/* --------------------------------------------------------
   INTERIOR SECTION HEADLINES - Mirror the styles you use
   on the above H2s to create a visual cohesiveness.
--------------------------------------------------------- */
.featured__headline,
.section__headline {
  color: #044F7C;
  font-family: merriweather, serif;
  font-size: clamp(2.25rem, 2rem + 1.6vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.003em;
  line-height: 1.2;
  margin: 24px 0;
  text-transform: none;
}

/* --------------------------------------------------------
   LINKS
--------------------------------------------------------- */
a {
  color: #044F7C;
  font-size: clamp(1rem, 0.8rem + 0.6vw, 1.25rem);
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    color: rgb(1.609375, 31.78515625, 49.890625);
  }
}

a:not(.nav__link):not(.breadcrumbs__item a):not(.btn):not(button) {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  a:not(.nav__link):not(.breadcrumbs__item a):not(.btn):not(button):hover {
    text-decoration: none;
  }
}

/* "Show more" button link */
.show-more-btn {
  color: #044F7C;
  padding: 0;
  border-radius: 0;
  min-width: unset;
}
.show-more-btn:hover {
  color: rgb(0.8125, 16.046875, 25.1875);
  background: transparent;
}

/* --------------------------------------------------------
   FORMS
--------------------------------------------------------- */
form button {
  cursor: pointer;
}

input,
textarea {
  border: 1px solid rgba(18, 20, 23, 0.5);
  border-radius: 4px;
  padding: 1rem;
  color: #121417;
  outline: none;
}

/* --------------------------------------------------------
   BUTTONS (EDITOR-SAFE ICONS)
--------------------------------------------------------- */
/* Base button */
.btn, .procedure--template_a .main_content .cta-section__container .cta-btn, button, .related-videos .video-thumbnails__item::before {
  background: #044F7C;
  border: 2px solid #044F7C;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inter-variable, sans-serif;
  font-size: clamp(0.875rem, 0.86rem + 0.15vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 24px !important;
  min-height: 34px;
  min-width: 214px;
  padding: 14px 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  white-space: normal;
  line-height: unset;
  /* ----------------------------------------------------
     ICON SUPPORT (editor-safe system)
     Apply only when the button is using iconized classes
     e.g. <a class="btn iconized iconized--right icon--sd-carrot-next">...</a>
  ----------------------------------------------------- */
}
@media (min-width: 991px) {
  .btn, .procedure--template_a .main_content .cta-section__container .cta-btn, button, .related-videos .video-thumbnails__item::before {
    padding: 14px 28px;
  }
}
@media (min-width: 1025px) {
  .btn:hover, .procedure--template_a .main_content .cta-section__container .cta-btn:hover, button:hover, .related-videos .video-thumbnails__item:hover::before {
    background: rgb(2.40625, 47.5234375, 74.59375);
    border-color: rgb(2.40625, 47.5234375, 74.59375);
  }
}
.btn.iconized, .procedure--template_a .main_content .cta-section__container .iconized.cta-btn, .btn.btn--with-icon, .procedure--template_a .main_content .cta-section__container .btn--with-icon.cta-btn, button.iconized, button.btn--with-icon, .related-videos .iconized.video-thumbnails__item::before, .related-videos .video-thumbnails__item.btn--with-icon::before {
  /* Default icon tuning for ALL iconized buttons */
  --icon-gap: 0.5rem;
  --icon-size: 0.95em;
  /* NEW: adjust icon vertical placement */
  --icon-offset-y: -2px;
  /* Ensure pseudo-element respects the offset */
}
.btn.iconized.iconized--right::after, .procedure--template_a .main_content .cta-section__container .iconized.iconized--right.cta-btn::after, .btn.btn--with-icon::after, .procedure--template_a .main_content .cta-section__container .btn--with-icon.cta-btn::after, button.iconized.iconized--right::after, button.btn--with-icon::after, .btn.iconized.iconized--left::before, .procedure--template_a .main_content .cta-section__container .iconized.iconized--left.cta-btn::before, .btn.iconized--left.btn--with-icon::before, .procedure--template_a .main_content .cta-section__container .iconized--left.btn--with-icon.cta-btn::before, button.iconized.iconized--left::before, button.iconized--left.btn--with-icon::before, .related-videos .iconized.iconized--left.video-thumbnails__item::before, .related-videos .iconized--left.video-thumbnails__item.btn--with-icon::before {
  position: relative;
  top: var(--icon-offset-y);
}

/* Safe, universal button mixin */
/* Secondary */
.btn--secondary {
  background: #FFFFFF;
  border: 2px solid #044F7C;
  color: #044F7C;
}
@media (min-width: 1025px) {
  .btn--secondary:hover {
    background: rgb(229.5, 229.5, 229.5);
    border-color: rgb(2.40625, 47.5234375, 74.59375);
    color: #044F7C;
  }
}

/* --------------------------------------------------------
   TERTIARY BUTTON (icon-right friendly)
   Recommended usage:
   <a class="btn btn--tertiary iconized iconized--right icon--sd-carrot-next icon-size--xs">
     Learn More
   </a>
--------------------------------------------------------- */
.btn--tertiary {
  background: none;
  border: 2px solid none;
  color: #044F7C;
  border-radius: 3px;
  border: none;
  text-decoration: none;
  /* Default tertiary icon behavior */
}
@media (min-width: 1025px) {
  .btn--tertiary:hover {
    background: none;
    border-color: none;
    color: #044F7C;
  }
}
@media (min-width: 1025px) {
  .btn--tertiary:hover {
    text-decoration: underline;
  }
}
.btn--tertiary.iconized, .btn--tertiary.btn--with-icon {
  --icon-gap: 0.5rem;
  --icon-size: 0.95em;
  /* NEW: tweak tertiary icon placement (example) */
  --icon-offset-y: -1px;
}
.btn--tertiary.iconized.iconized--right::after, .btn--tertiary.btn--with-icon::after, .btn--tertiary.iconized.iconized--left::before, .btn--tertiary.iconized--left.btn--with-icon::before {
  position: relative;
  top: var(--icon-offset-y);
}

/* --------------------------------------------------------
   OPTIONAL UTILITY: makes any button show a right icon quickly
   Usage:
   <a class="btn btn--tertiary btn--with-icon icon--sd-carrot-next">Learn More</a>
--------------------------------------------------------- */
.btn--with-icon {
  --icon-size: 0.85em;
  --icon-gap: 0.5rem;
  /* NEW: default offset for this helper */
  --icon-offset-y: -1px;
}
.btn--with-icon::after {
  position: relative;
  top: var(--icon-offset-y);
}

/* --------------------------------------------------------
   LISTS
--------------------------------------------------------- */
ul {
  margin: 0;
  padding: 0 10px;
}

li {
  padding: 5px 0;
}

.flickity-page-dots .dot {
  padding: 0;
}

/* --------------------------------------------------------
   BREADCRUMBS
--------------------------------------------------------- */
@media (min-width: 768px) {
  .masthead:not(.masthead-2) .masthead__image-container,
  .masthead:not(.masthead-2) .masthead__text,
  .masthead__content-container {
    background: #F9F9F9;
  }
}
@media (min-width: 768px) {
  .masthead:not(.masthead-2) .masthead__image-container h1, .masthead:not(.masthead-2) .masthead__image-container .h1,
  .masthead:not(.masthead-2) .masthead__text h1,
  .masthead:not(.masthead-2) .masthead__text .h1,
  .masthead__content-container h1,
  .masthead__content-container .h1 {
    color: #044F7C;
  }
}
@media (min-width: 768px) {
  .masthead:not(.masthead-2) .masthead__image-container .breadcrumbs a,
  .masthead:not(.masthead-2) .masthead__image-container .breadcrumbs__item,
  .masthead:not(.masthead-2) .masthead__image-container .breadcrumbs__item span,
  .masthead:not(.masthead-2) .masthead__text .breadcrumbs a,
  .masthead:not(.masthead-2) .masthead__text .breadcrumbs__item,
  .masthead:not(.masthead-2) .masthead__text .breadcrumbs__item span,
  .masthead__content-container .breadcrumbs a,
  .masthead__content-container .breadcrumbs__item,
  .masthead__content-container .breadcrumbs__item span {
    color: #121417 !important;
    font-size: clamp(1.125rem, 1rem + 1vw, 1.5rem);
  }
}
.masthead:not(.masthead-2) .masthead__image-container .breadcrumbs__item::after,
.masthead:not(.masthead-2) .masthead__text .breadcrumbs__item::after,
.masthead__content-container .breadcrumbs__item::after {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .masthead:not(.masthead-2) .masthead__image-container .breadcrumbs__item::after,
  .masthead:not(.masthead-2) .masthead__text .breadcrumbs__item::after,
  .masthead__content-container .breadcrumbs__item::after {
    color: #121417;
  }
}
.masthead:not(.masthead-2) .masthead__image-container .testimonials-rotator__value-number,
.masthead:not(.masthead-2) .masthead__image-container .testimonials-ratings__value p,
.masthead:not(.masthead-2) .masthead__text .testimonials-rotator__value-number,
.masthead:not(.masthead-2) .masthead__text .testimonials-ratings__value p,
.masthead__content-container .testimonials-rotator__value-number,
.masthead__content-container .testimonials-ratings__value p {
  font-family: inter-variable, sans-serif;
}
@media (min-width: 768px) {
  .masthead:not(.masthead-2) .masthead__image-container .testimonials-rotator__value-number,
  .masthead:not(.masthead-2) .masthead__image-container .testimonials-ratings__value p,
  .masthead:not(.masthead-2) .masthead__text .testimonials-rotator__value-number,
  .masthead:not(.masthead-2) .masthead__text .testimonials-ratings__value p,
  .masthead__content-container .testimonials-rotator__value-number,
  .masthead__content-container .testimonials-ratings__value p {
    color: #121417 !important;
  }
}
.masthead:not(.masthead-2) .masthead__image-container .testimonials-ratings .star path,
.masthead:not(.masthead-2) .masthead__text .testimonials-ratings .star path,
.masthead__content-container .testimonials-ratings .star path {
  fill: #E8BB35 !important;
}

/* Mastheads w/NO IMAGE */
.masthead:not(.masthead-2).masthead--no-img {
  background: #F9F9F9;
}
.masthead:not(.masthead-2).masthead--no-img h1, .masthead:not(.masthead-2).masthead--no-img .h1 {
  color: #044F7C;
}
.masthead:not(.masthead-2).masthead--no-img .breadcrumbs a,
.masthead:not(.masthead-2).masthead--no-img .breadcrumbs__item,
.masthead:not(.masthead-2).masthead--no-img .breadcrumbs__item span {
  color: #121417 !important;
  font-size: clamp(1.125rem, 1rem + 1vw, 1.5rem);
}
.masthead:not(.masthead-2).masthead--no-img .breadcrumbs__item::after {
  font-size: 1.1rem;
  color: #121417;
}
.masthead:not(.masthead-2).masthead--no-img .testimonials-rotator__value-number,
.masthead:not(.masthead-2).masthead--no-img .testimonials-ratings__value p {
  font-family: inter-variable, sans-serif;
  color: #121417 !important;
}
.masthead:not(.masthead-2).masthead--no-img .testimonials-ratings .star path {
  fill: #E8BB35 !important;
}

.masthead:not(.masthead-2) {
  background: #F9F9F9;
}

.breadcrumbs {
  padding: 10px 20px;
}

.breadcrumbs__items {
  display: flex;
  align-items: center;
  list-style: none;
}

.breadcrumbs__item {
  position: relative;
  margin-right: 15px;
  padding: 0 5px;
  font-size: clamp(1rem, 0.85rem + 0.5vw, 1.125rem) !important;
}
.breadcrumbs__item a {
  font-size: clamp(1rem, 0.85rem + 0.5vw, 1.125rem) !important;
}
.breadcrumbs__item::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}
.breadcrumbs__item:last-of-type {
  margin-right: 0;
}
.breadcrumbs__item:last-of-type::after {
  display: none;
}

/* --------------------------------------------------------
   STAR COLORS (optional override)
   - This block only applies if you still use gradient stars
     with IDs in inline SVG (existing legacy).
   - If you switch to currentColor stars, you can remove it.
--------------------------------------------------------- */
#star-full stop,
#star-half .fill {
  stop-color: #E8BB35;
}

/* --------------------------------------------------------
   DISCLAIMER
--------------------------------------------------------- */
.disclaimer {
  background: #121417;
  color: #FFFFFF;
  font-size: 0.8rem;
  line-height: 1.6;
  letter-spacing: 0.026em;
}

/* --------------------------------------------------------
   INTERIOR SECTION OVERRIDES 
--------------------------------------------------------- */
@media (min-width: 1025px) {
  .hero__text-btns .btn:hover, .hero__text-btns .procedure--template_a .main_content .cta-section__container .cta-btn:hover, .procedure--template_a .main_content .cta-section__container .hero__text-btns .cta-btn:hover, .hero__text-btns button:hover, .hero__text-btns .related-videos .video-thumbnails__item:hover::before, .related-videos .hero__text-btns .video-thumbnails__item:hover::before {
    border: 2px solid rgb(31.1269035533, 82.2639593909, 114.8730964467);
  }
}

.testimonials.testimonials--template_a .testimonials-rotator,
.testimonials-rotator {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}
.testimonials.testimonials--template_a .testimonials-rotator .flickity-viewport,
.testimonials.testimonials--template_a .testimonials-rotator .flickity-slider,
.testimonials-rotator .flickity-viewport,
.testimonials-rotator .flickity-slider {
  min-height: 324px;
}

.testimonials.testimonials--template_a .flickity-prev-next-button.previous,
.testimonials.testimonials--template_a .flickity-prev-next-button.next {
  background: #044F7C !important;
  border-radius: 0 !important;
  width: 20px;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  padding: 20px;
  /* If you choose to skin Flickity buttons using mask icons:
     Add <span class="icon icon--md icon--rotator-prev"></span> inside the button
     or replace Flickity default SVG via JS.
  */
}

.listcard__card-headline {
  font-size: clamp(1.5rem, 1.3rem + 1.2vw, 2rem);
}

.listcard__card,
.card--post {
  text-decoration: none !important;
}

.listcard__card-ctas .btn, .listcard__card-ctas .procedure--template_a .main_content .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .listcard__card-ctas .cta-btn, .listcard__card-ctas button, .listcard__card-ctas .related-videos .video-thumbnails__item::before, .related-videos .listcard__card-ctas .video-thumbnails__item::before,
.card__text .btn,
.card__text .procedure--template_a .main_content .cta-section__container .cta-btn,
.procedure--template_a .main_content .cta-section__container .card__text .cta-btn,
.card__text button,
.card__text .related-videos .video-thumbnails__item::before,
.related-videos .card__text .video-thumbnails__item::before,
.card__ctas .btn,
.card__ctas .procedure--template_a .main_content .cta-section__container .cta-btn,
.procedure--template_a .main_content .cta-section__container .card__ctas .cta-btn,
.card__ctas button,
.card__ctas .related-videos .video-thumbnails__item::before,
.related-videos .card__ctas .video-thumbnails__item::before {
  margin: 72px 0 0 !important;
  min-height: 56px;
}

.card__text {
  justify-content: flex-end;
}

.card--horizontal {
  grid-column-gap: 7px;
}
@media (min-width: 768px) {
  .card--horizontal {
    grid-column-gap: 10px;
  }
}

/* --- Form Card Overrides ---*/
.form-block .card--horizontal .card__title h2, .form-block .card--horizontal .card__title .h2 {
  color: #044F7C !important;
  font-size: clamp(2.25rem, 2rem + 1.6vw, 3rem);
}

.form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__details p,
.form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__details a {
  font-size: 1.1rem !important;
}

.form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__ctas .btn, .form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__ctas .procedure--template_a .main_content .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__ctas .cta-btn, .form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__ctas button, .form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__ctas .related-videos .video-thumbnails__item::before, .related-videos .form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__ctas .video-thumbnails__item::before {
  font-size: clamp(0.875rem, 0.86rem + 0.15vw, 0.9rem) !important;
}

@media (min-width: 768px) {
  .form__btn {
    margin-top: 0 !important;
  }
}

/* --------------------------------------------------------
   Fresh Paint Maps
--------------------------------------------------------- */
.maplibregl-popup-content {
  min-width: 180px;
}

.maplibregl-map .facility__label {
  font-size: 1rem;
}

.maplibregl-popup-close-button {
  font-size: 1.5rem;
  margin: 0 10px 10px;
}

/* --------------------------------------------------------
   Bottom Sticky Bar Styles
--------------------------------------------------------- */
.disclaimer,
.footer {
  position: relative;
  z-index: 100;
}

.scroll-spacer {
  height: 100vh;
  width: 100%;
}

.header--scroll ~ .bottom_bar {
  position: fixed;
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

.bottom_bar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  background: #2A6F9B;
  min-height: 54px;
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 102;
  opacity: 0;
  pointer-events: none;
  transition: transform 1s ease-in-out, opacity 0.4s ease-in-out;
  transform: translate(0, 100%);
}
.bottom_bar.is-stuck, .bottom_bar:not(:first-child) {
  opacity: 1;
  pointer-events: auto;
}
.bottom_bar-items {
  display: flex;
  align-self: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
.bottom_bar-items .icon__container-1,
.bottom_bar-items .icon__container-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  /* NEW: if you switch sticky bar icons to the new system,
     replace <img> with <span class="icon icon--md icon--star"> etc.
     and this will style it correctly.
  */
  /* Keep <img> support if it still exists (no breakage) */
}
.bottom_bar-items .icon__container-1 .icon,
.bottom_bar-items .icon__container-2 .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media (min-width: 991px) {
  .bottom_bar-items .icon__container-1 .icon,
  .bottom_bar-items .icon__container-2 .icon {
    width: 34px;
    height: 34px;
  }
}
.bottom_bar-items .icon__container-1 img,
.bottom_bar-items .icon__container-2 img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  filter: invert(100%);
}
@media (min-width: 991px) {
  .bottom_bar-items .icon__container-1 img,
  .bottom_bar-items .icon__container-2 img {
    height: 34px;
    width: 34px;
  }
}
.bottom_bar-items .icon__container-1 p,
.bottom_bar-items .icon__container-2 p {
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.bottom_bar-items .icon__container-1 {
  border-right: 1.5px solid #FFFFFF;
  padding-right: 24px;
}
@media (min-width: 1025px) {
  .bottom_bar {
    display: none;
  }
}

/* --------------------------------------------------------
   Custom Interior Page Form Styles
--------------------------------------------------------- */
@media (min-width: 768px) {
  .form_with_cards.form_with_cards--template_a .form-block__wrapper {
    padding: 80px 32px 0;
  }
}

.form-block__form-wrapper {
  min-height: 700px;
  /* Comment out IF default form is needed */
}
.form-block__form-wrapper h2, .form-block__form-wrapper .h2 {
  display: none;
}

.custom-form__container {
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .custom-form__container {
    padding: 80px;
  }
}
@media (min-width: 1241px) {
  .custom-form__container {
    padding: 128px;
  }
}
.custom-form__container::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  inset: 0;
  position: absolute;
  z-index: 0;
}
.custom-form__container .visually-hidden-text {
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  z-index: -1;
}
.custom-form__container-items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  min-height: 600px;
  max-height: 1000px;
  position: relative;
  z-index: 1;
}
.custom-form__container-items .btn, .custom-form__container-items .procedure--template_a .main_content .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .custom-form__container-items .cta-btn, .custom-form__container-items button, .custom-form__container-items .related-videos .video-thumbnails__item::before, .related-videos .custom-form__container-items .video-thumbnails__item::before {
  color: #FFFFFF;
}
.custom-form__container-items .featured__headline {
  color: #FFFFFF;
  font-size: clamp(1.6rem, 4vw, 3rem);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  margin: 0 0 16px !important;
  text-align: center;
}

.megafinderlist-page .card__ctas .maplibregl-popup-content .card__ctas .btn, .megafinderlist-page .card__ctas .maplibregl-popup-content .card__ctas .procedure--template_a .main_content .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .megafinderlist-page .card__ctas .maplibregl-popup-content .card__ctas .cta-btn, .megafinderlist-page .card__ctas .maplibregl-popup-content .card__ctas button, .megafinderlist-page .card__ctas .maplibregl-popup-content .card__ctas .related-videos .video-thumbnails__item::before, .related-videos .megafinderlist-page .card__ctas .maplibregl-popup-content .card__ctas .video-thumbnails__item::before {
  margin: 0 !important;
}

.planner__detail-value {
  margin: 0;
}

.procedure--template_a .masthead:not(.masthead-2) {
  height: 80vh;
  min-height: 80vh;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .procedure--template_a .masthead:not(.masthead-2) {
    justify-content: center;
    padding: 0;
  }
}
.procedure--template_a .masthead:not(.masthead-2) .masthead__image-container {
  height: 80vh;
  min-height: 80vh;
}
@media (min-width: 768px) {
  .procedure--template_a .masthead:not(.masthead-2) .masthead__image-container::after {
    display: none;
  }
}
.procedure--template_a .masthead:not(.masthead-2) .masthead__image-container .masthead__image {
  background-position-y: top !important;
  background-attachment: unset !important;
  height: 80vh;
  min-height: 80vh;
}
@media (min-width: 768px) {
  .procedure--template_a .masthead:not(.masthead-2) .masthead__image-container .masthead__image {
    left: auto;
    right: 0 !important;
    width: 50%;
  }
}
.procedure--template_a .masthead:not(.masthead-2) .masthead__text {
  padding: 20px 40px;
}
.procedure--template_a .masthead:not(.masthead-2) .masthead__text h1, .procedure--template_a .masthead:not(.masthead-2) .masthead__text .h1 {
  margin: 48px 0 24px;
  text-transform: none;
  order: 1;
}
@media (min-width: 768px) {
  .procedure--template_a .masthead:not(.masthead-2) .masthead__text h1, .procedure--template_a .masthead:not(.masthead-2) .masthead__text .h1 {
    margin: 56px 0 32px;
  }
}
@media (min-width: 1025px) {
  .procedure--template_a .masthead:not(.masthead-2) .masthead__text h1, .procedure--template_a .masthead:not(.masthead-2) .masthead__text .h1 {
    margin: 64px 0 40px;
  }
}
.procedure--template_a .masthead:not(.masthead-2) .masthead__text .breadcrumbs {
  margin-top: 3px;
  order: 2;
}
@media (min-width: 768px) {
  .procedure--template_a .masthead:not(.masthead-2) .masthead__text {
    max-width: 50%;
  }
}

.procedure--template_a .masthead:not(.masthead-2) .masthead__content-container {
  padding: 0 40px;
}

.procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .btn, .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .main_content .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .masthead:not(.masthead-2) .masthead__content-container .cta-btn, .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container button, .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .related-videos .video-thumbnails__item::before, .related-videos .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .video-thumbnails__item::before {
  background: #2A6F9B !important;
  border: 2px solid #2A6F9B !important;
  border-radius: 0 !important;
  color: #FFFFFF !important;
}
@media (min-width: 1025px) {
  .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .btn:hover, .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .main_content .cta-section__container .cta-btn:hover, .procedure--template_a .main_content .cta-section__container .masthead:not(.masthead-2) .masthead__content-container .cta-btn:hover, .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container button:hover, .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .related-videos .video-thumbnails__item:hover::before, .related-videos .procedure--template_a .masthead:not(.masthead-2) .masthead__content-container .video-thumbnails__item:hover::before {
    background: rgb(31.1269035533, 82.2639593909, 114.8730964467) !important;
    border: 2px solid rgb(31.1269035533, 82.2639593909, 114.8730964467) !important;
    border-radius: 0 !important;
    color: #FFFFFF !important;
  }
}

.procedure--template_a .main_content .section__2 .section__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.procedure--template_a .featured__headline::after {
  display: none !important;
}

.procedure--template_a .main_content .section__2::after,
.procedure--template_a .main_content .form__container::after {
  display: none;
}

.procedure--template_a .main_content .page-nav__open {
  background: #044F7C;
}

.procedure--template_a .main_content .page-nav__headline {
  background: #044F7C;
}

.procedure--template_a .main_content .page-nav ul {
  max-height: 224px;
  overflow: scroll;
  margin: 0 0 24px;
}

.procedure--template_a .main_content .page-nav li {
  padding: 1px 0 !important;
}

.procedure--template_a .main_content .page-nav li a {
  font-size: 1.1rem !important;
  line-height: 2;
}

@media (min-width: 1025px) {
  .procedure--template_a .main_content .section__1,
  .procedure--template_a .main_content .section__3,
  .procedure--template_a .main_content .section__4,
  .procedure--template_a .main_content .section__5,
  .procedure--template_a .main_content .section__6,
  .procedure--template_a .main_content .section__7,
  .procedure--template_a .main_content .section__8,
  .procedure--template_a .main_content .section__9,
  .procedure--template_a .main_content .section__10,
  .procedure--template_a .main_content .section__11,
  .procedure--template_a .main_content .section__12 {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .procedure--template_a .main_content .section__1,
  .procedure--template_a .main_content .section__3,
  .procedure--template_a .main_content .section__4,
  .procedure--template_a .main_content .section__5,
  .procedure--template_a .main_content .section__6,
  .procedure--template_a .main_content .section__7,
  .procedure--template_a .main_content .section__8,
  .procedure--template_a .main_content .section__9,
  .procedure--template_a .main_content .section__10,
  .procedure--template_a .main_content .section__11,
  .procedure--template_a .main_content .section__12 {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
}

.procedure--template_a .main_content .section__2 .section__text h2, .procedure--template_a .main_content .section__2 .section__text .h2 {
  margin: 24px 0 16px;
  text-transform: none;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .section__2 .section__text h2, .procedure--template_a .main_content .section__2 .section__text .h2 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .section__2 .section__text {
    background: #044F7C;
    padding: 24px;
  }
}
.procedure--template_a .main_content .section__2 .section__text ul {
  color: #121417;
  padding: 0 0 0 34px;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .section__2 .section__text ul {
    color: #FFFFFF;
  }
}
.procedure--template_a .main_content .section__2 .section__text ol {
  color: #121417;
  padding: 0 0 0 34px;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .section__2 .section__text ol {
    color: #FFFFFF;
  }
}
.procedure--template_a .main_content .section__2 .section__text a {
  color: #121417;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .section__2 .section__text a {
    color: #FFFFFF;
  }
}
@media (min-width: 1025px) {
  .procedure--template_a .main_content .section__2 .section__text a:hover {
    text-decoration: none;
  }
}

@media (min-width: 768px) {
  .procedure--template_a .main_content .section__2 .section__text h2, .procedure--template_a .main_content .section__2 .section__text .h2,
  .procedure--template_a .main_content .section__2 .section__text h3,
  .procedure--template_a .main_content .section__2 .section__text .h3,
  .procedure--template_a .main_content .section__2 .section__text h4,
  .procedure--template_a .main_content .section__2 .section__text .h4,
  .procedure--template_a .main_content .section__2 .section__text h5,
  .procedure--template_a .main_content .section__2 .section__text .h5,
  .procedure--template_a .main_content .section__2 .section__text h6,
  .procedure--template_a .main_content .section__2 .section__text .h6,
  .procedure--template_a .main_content .section__2 .section__text p {
    color: #FFFFFF;
  }
}

.procedure--template_a .main_content .form__container h2, .procedure--template_a .main_content .form__container .h2 {
  color: #044F7C;
}

.featured-galleries__cta .btn, .featured-galleries__cta .procedure--template_a .main_content .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .featured-galleries__cta .cta-btn, .featured-galleries__cta button, .featured-galleries__cta .related-videos .video-thumbnails__item::before, .related-videos .featured-galleries__cta .video-thumbnails__item::before {
  font-size: clamp(0.875rem, 0.86rem + 0.15vw, 0.9rem) !important;
  border-radius: 0 !important;
}

@media (min-width: 768px) {
  .testimonials.testimonials--template_a {
    margin-top: 100px;
  }
}

.testimonials-rotator__container .flickity-viewport,
.testimonials-rotator__container .flickity-slider {
  min-height: 430px;
}

.procedure--template_a .main_content .featured-galleries__container .featured__headline,
.procedure--template_a .main_content .faq__headline,
.related-promotions .featured__headline {
  color: #044F7C;
  text-align: center;
}

.faq details {
  border-bottom: 3px solid #FFFFFF;
}

.procedure--template_a .main_content .faq summary {
  font-size: clamp(1rem, 0.95rem + 0.5vw, 1.1rem) !important;
  line-height: 1.4;
}

.related-procedures .doorways__item.doorways__item {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.related-procedures .doorways__item.doorways__item .doorways__text h2, .related-procedures .doorways__item.doorways__item .doorways__text .h2 {
  font-family: inter-variable, sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

.card--post {
  height: fit-content;
  min-height: 300px;
}
.card--post .card__image {
  display: none;
}

.cta-form__link {
  display: none;
  background: #121417;
}

.procedure--template_a .main_content .cta-section__container .h2 {
  text-transform: capitalize;
}

.procedure--template_a .main_content .cta-section__container .cta-btn {
  margin: 8px 0 !important;
}

.procedure--template_a .main_content .form {
  margin: 56px auto 0;
}

.procedure--template_a .main_content .form__container h2, .procedure--template_a .main_content .form__container .h2 {
  text-align: center;
}

.procedure--template_a .main_content .related-procedures::before {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.procedure--template_a .main_content .page-nav__open {
  background: #044F7C;
  top: 70%;
}
@media (min-width: 768px) {
  .procedure--template_a .main_content .page-nav__open {
    top: 85%;
  }
}

.procedure--template_a .masthead:not(.masthead-2) h1, .procedure--template_a .masthead:not(.masthead-2) .h1 {
  font-size: clamp(2rem, 3.7vw, 3.7rem) !important;
}

.custom-form__container-items {
  min-height: 400px !important;
}
@media (min-width: 768px) {
  .custom-form__container-items {
    min-height: 600px !important;
  }
}

body {
  font-family: inter-variable, sans-serif;
  background-color: primary;
  background-color: #FFFFFF;
  color: #121417;
}
.dark-mode body {
  background-color: #121417;
  background-color: #121417;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: inter-variable, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: #121417;
}
.dark-mode h2, .dark-mode .h2, .dark-mode h3, .dark-mode .h3, .dark-mode h4, .dark-mode .h4, .dark-mode h5, .dark-mode .h5, .dark-mode h6, .dark-mode .h6 {
  color: #FFFFFF;
}

h1, .h1 {
  font-family: inter-variable, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0;
}

form button {
  cursor: pointer;
}

.featured__headline, .feature__headline {
  font-family: inter-variable, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  font-family: inter-variable, sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #121417;
}
.dark-mode p {
  color: #FFFFFF;
}

a {
  color: #121417;
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    color: #044F7C;
  }
}
.dark-mode a {
  color: #FFFFFF;
}
.dark-mode a:hover {
  color: #044F7C;
}

.btn, button, .related-videos .video-thumbnails__item::before, .procedure--template_a .main_content .cta-section__container .cta-btn {
  background: #A2B1C9;
  border: solid 1px #A2B1C9;
  border-radius: 2px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 20px;
  min-width: 165px;
  padding: 14px 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .btn:hover, button:hover, .related-videos .video-thumbnails__item:hover::before, .procedure--template_a .main_content .cta-section__container .cta-btn:hover {
    background: #044F7C;
    color: #FFFFFF;
    border-color: #FFFFFF;
  }
}

ul {
  margin: 0;
  padding: 0 10px;
}

li {
  padding: 5px 0;
}

.disclaimer {
  color: #121417;
  background-color: primary;
  background-color: #FFFFFF;
}
.dark-mode .disclaimer {
  color: #FFFFFF;
}
.dark-mode .disclaimer {
  background-color: #121417;
  background-color: #121417;
}

.breadcrumbs {
  padding: 10px 20px;
}

.breadcrumbs__items {
  display: flex;
  align-items: center;
  list-style: none;
}

.breadcrumbs__item {
  padding: 0 !important;
  position: relative;
  margin-right: 8px;
  font-size: clamp(0.7rem, 1vw, 1rem);
}

.breadcrumbs__item::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}

.breadcrumbs__item:last-of-type {
  margin-right: 0;
}

.breadcrumbs__item:last-of-type::after {
  display: none;
}

/* Use if changing star color */
#star-full stop,
#star-half .fill {
  stop-color: #2A6F9B;
}

/* Facility Page */
.facility-page .card__brand {
  display: none;
}
.facility-page .facility-item__testimonials-cta h2, .facility-page .facility-item__testimonials-cta .h2 {
  color: #FFFFFF;
}

/* Contact Us Page */
.contactus-page .map {
  min-height: 560px;
}

/* Mastheads Overlay */
.masthead--w-bg {
  position: relative;
}
.masthead--w-bg::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

@media (min-width: 1025px) {
  .masthead .btn:hover, .masthead button:hover, .masthead .related-videos .video-thumbnails__item:hover::before, .related-videos .masthead .video-thumbnails__item:hover::before, .masthead .procedure--template_a .main_content .cta-section__container .cta-btn:hover, .procedure--template_a .main_content .cta-section__container .masthead .cta-btn:hover {
    border-color: #FFFFFF;
  }
}

.headline_light h2, .headline_light .h2 {
  color: #FFFFFF;
}

.headline_dark h2, .headline_dark .h2 {
  color: #121417;
}

.headline_primary h2, .headline_primary .h2 {
  color: #044F7C;
}

.headline_secondary h2, .headline_secondary .h2 {
  color: #2A6F9B;
}

.text_light p {
  color: #FFFFFF;
}

.text_dark p {
  color: #121417;
}

.text_primary p {
  color: #044F7C;
}

.text_secondary p {
  color: #2A6F9B;
}

.footer, .footer--2 {
  background: #121417;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .footer, .footer--2 {
    padding: 30px 0 0 !important;
  }
}
@media (min-width: 991px) {
  .footer .footer__logo-container, .footer--2 .footer__logo-container {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.footer .footer__logo-container .footer__logo, .footer--2 .footer__logo-container .footer__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572893.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1025px) {
  .footer .footer__logo-container .footer__logo, .footer--2 .footer__logo-container .footer__logo {
    max-width: 240px !important;
    width: 100%;
  }
}
.footer .footer__address p, .footer--2 .footer__address p {
  font-size: 0.9rem;
  color: #FFFFFF !important;
  order: 2;
}
@media (min-width: 991px) {
  .footer .footer__address p, .footer--2 .footer__address p {
    order: unset;
  }
}
.footer .footer__address a, .footer--2 .footer__address a {
  color: #FFFFFF !important;
  font-size: 1.1rem !important;
  order: 2;
}
@media (min-width: 991px) {
  .footer .footer__address a, .footer--2 .footer__address a {
    order: unset;
  }
}
.footer .footer__address .social-icons, .footer--2 .footer__address .social-icons {
  order: 1;
  padding: 20px 0;
}
@media (min-width: 991px) {
  .footer .footer__address .social-icons, .footer--2 .footer__address .social-icons {
    padding: 0;
    order: unset;
  }
}
.footer .footer__address--2 .social-icons,
.footer .footer__address--3 .social-icons,
.footer .footer__address--4 .social-icons,
.footer .footer__address--5 .social-icons,
.footer .footer__address--6 .social-icons,
.footer .footer__address--7 .social-icons, .footer--2 .footer__address--2 .social-icons,
.footer--2 .footer__address--3 .social-icons,
.footer--2 .footer__address--4 .social-icons,
.footer--2 .footer__address--5 .social-icons,
.footer--2 .footer__address--6 .social-icons,
.footer--2 .footer__address--7 .social-icons {
  display: none;
}
.footer .footer__copyright, .footer--2 .footer__copyright {
  display: flex;
  flex-direction: column;
  background: #044F7C;
  margin-bottom: 35px;
}
@media (min-width: 1025px) {
  .footer .footer__copyright, .footer--2 .footer__copyright {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: unset;
    padding-inline: max(50px, (100vw - 1600px) / 2);
  }
}
.footer .footer__privacy, .footer--2 .footer__privacy {
  order: 1;
  padding: 0 0 10px;
}
@media (min-width: 1025px) {
  .footer .footer__privacy, .footer--2 .footer__privacy {
    padding: 0 20px 20px 0;
  }
  .footer .footer__privacy:hover, .footer--2 .footer__privacy:hover {
    color: #F9F9F9;
  }
}
.footer .footer__custom, .footer--2 .footer__custom {
  order: 2;
  padding: 0 0 10px;
}
@media (min-width: 1025px) {
  .footer .footer__custom, .footer--2 .footer__custom {
    padding: 0 20px 20px 0;
  }
  .footer .footer__custom:hover, .footer--2 .footer__custom:hover {
    color: #F9F9F9;
  }
}
.footer .footer__dl, .footer--2 .footer__dl {
  display: none;
}
.footer .footer__copyright-text,
.footer .footer__copyright span, .footer--2 .footer__copyright-text,
.footer--2 .footer__copyright span {
  font-size: 0.8rem;
  line-height: 1.4;
  max-width: 290px;
  padding: 0 0 10px;
  text-align: left;
  opacity: 0.8;
  order: 4;
}
@media (min-width: 1025px) {
  .footer .footer__copyright-text,
  .footer .footer__copyright span, .footer--2 .footer__copyright-text,
  .footer--2 .footer__copyright span {
    max-width: unset;
  }
}
@media (min-width: 1025px) {
  .footer .footer__nav, .footer--2 .footer__nav {
    margin: 0px 0px;
    align-items: center;
  }
}
.footer .footer__nav .nav__item, .footer--2 .footer__nav .nav__item {
  padding: 0px 20px;
}
.footer .footer__nav .nav__link, .footer--2 .footer__nav .nav__link {
  padding: 0px 0px;
  text-decoration: underline;
}
@media (min-width: 1241px) {
  .footer .footer__nav .nav__link:hover, .footer--2 .footer__nav .nav__link:hover {
    text-decoration: none;
  }
}
.footer .footer__nav ul ul, .footer--2 .footer__nav ul ul {
  padding-top: 0px;
}

.footer--2 .footer__address a:not(.social-icons__icon) {
  padding: 5px 0 24px;
}

/* --------------------------------------------------------
   UTILITY FUNCTIONS
--------------------------------------------------------- */
/* Prevent Sass errors when attempting to darken/lighten
   non-color values like `transparent` */
/* --------------------------------------------------------
   NOTES (quick usage)
--------------------------------------------------------- */
/*
1) Add / change icons:
   - Add URL variable (optional)
   - Add to $icons map with a key
   - Use class: icon--{key}

2) Add icons in HTML (editor-safe):
   - Add: iconized + iconized--right (or --left)
   - Add: icon--{key}
   - Optional: icon-size--sm, icon-color--gold, icon-gap--sm

Example:
<a class="btn btn--tertiary iconized iconized--right icon--sd-carrot-next icon-color--gold icon-size--xs" href="#">
  Learn More
</a>
*/
/* --------------------------------------------------------
   ICON SOURCES (REMOTE SVG URLS)
   - These are used by the pseudo-element icon system below.
   - Add new icons by:
     1) Creating a new $sd-* variable with the URL
     2) Adding it to the $icons map
--------------------------------------------------------- */
/* Map of icon names -> asset URLs
   NOTE: Keys become your class names: .icon--sd-star, .icon--sd-carrot-next, etc.
*/
/* --------------------------------------------------------
   ICON SYSTEM (EDITOR-SAFE)
   ✅ Works even if the editor removes <span> tags
   ✅ No additional HTML elements needed for icons
   ✅ Icons are injected via ::before / ::after on the element itself

   HOW TO USE (examples):
   - Right icon on a link/button:
     <a class="btn btn--tertiary iconized iconized--right icon--sd-carrot-next icon-color--gold icon-size--sm">Learn More</a>

   - Left icon:
     <a class="iconized iconized--left icon--sd-phone icon-color--light icon-size--md">Call</a>

   - Inline SVG support remains available:
     <svg class="icon icon--sm" ...>...</svg>
--------------------------------------------------------- */
/* Mask mixin (remote SVG stencil) */
/* --- Optional: keep the .icon class for inline SVG use-cases --- */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  flex-shrink: 0;
  color: currentColor;
  fill: currentColor;
  stroke: currentColor;
}

/* If you do use inline SVG, force shapes to inherit currentColor */
svg.icon,
svg.icon * {
  fill: currentColor;
  stroke: currentColor;
}

/* --- NEW: Editor-safe pseudo-element icon injection --- */
/* Base hook */
.iconized, .btn--with-icon {
  /* keeps pseudo-elements aligned; safe for <a>, <button>, <div> */
  position: relative;
  color: inherit;
  /* default sizing & spacing can be overridden via helper classes */
  --icon-size: 1em;
  --icon-gap: 0.5rem;
}

/* Right icon (after) */
.iconized--right::after, .btn--with-icon::after {
  content: "";
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-left: var(--icon-gap);
  vertical-align: middle;
  flex-shrink: 0;
  /* ensures masks render cleanly */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Left icon (before) */
.iconized--left::before {
  content: "";
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-right: var(--icon-gap);
  vertical-align: middle;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Generate icon mask rules for pseudo-elements based on the $icons map */
.icon--sd-arrow-next.iconized--right::after, .icon--sd-arrow-next.btn--with-icon::after,
.icon--sd-arrow-next.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-next-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-next-icon.svg") no-repeat center/contain;
}

.icon--sd-arrow-previous.iconized--right::after, .icon--sd-arrow-previous.btn--with-icon::after,
.icon--sd-arrow-previous.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-previous-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-previous-icon.svg") no-repeat center/contain;
}

.icon--sd-arrow-up.iconized--right::after, .icon--sd-arrow-up.btn--with-icon::after,
.icon--sd-arrow-up.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-up-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-up-icon.svg") no-repeat center/contain;
}

.icon--sd-arrow-up-fill.iconized--right::after, .icon--sd-arrow-up-fill.btn--with-icon::after,
.icon--sd-arrow-up-fill.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-up-fill-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-up-fill-icon.svg") no-repeat center/contain;
}

.icon--sd-arrow-up-inverted.iconized--right::after, .icon--sd-arrow-up-inverted.btn--with-icon::after,
.icon--sd-arrow-up-inverted.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-up-inverted-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/arrow-up-inverted-icon.svg") no-repeat center/contain;
}

.icon--sd-carrot-next.iconized--right::after, .icon--sd-carrot-next.btn--with-icon::after,
.icon--sd-carrot-next.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/carrot-right-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/carrot-right-icon.svg") no-repeat center/contain;
}

.icon--sd-carrot-previous.iconized--right::after, .icon--sd-carrot-previous.btn--with-icon::after,
.icon--sd-carrot-previous.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/carrot-left-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/carrot-left-icon.svg") no-repeat center/contain;
}

.icon--sd-close.iconized--right::after, .icon--sd-close.btn--with-icon::after,
.icon--sd-close.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/close-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/close-icon.svg") no-repeat center/contain;
}

.icon--sd-open.iconized--right::after, .icon--sd-open.btn--with-icon::after,
.icon--sd-open.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/open-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/open-icon.svg") no-repeat center/contain;
}

.icon--sd-rounded-quote.iconized--right::after, .icon--sd-rounded-quote.btn--with-icon::after,
.icon--sd-rounded-quote.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/rounded-quote-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/rounded-quote-icon.svg") no-repeat center/contain;
}

.icon--sd-squared-quote.iconized--right::after, .icon--sd-squared-quote.btn--with-icon::after,
.icon--sd-squared-quote.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/squared-quote-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/squared-quote-icon.svg") no-repeat center/contain;
}

.icon--sd-star.iconized--right::after, .icon--sd-star.btn--with-icon::after,
.icon--sd-star.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/star-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/star-icon.svg") no-repeat center/contain;
}

.icon--sd-calendar.iconized--right::after, .icon--sd-calendar.btn--with-icon::after,
.icon--sd-calendar.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/calendar-sticky-bar-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/calendar-sticky-bar-icon.svg") no-repeat center/contain;
}

.icon--sd-phone.iconized--right::after, .icon--sd-phone.btn--with-icon::after,
.icon--sd-phone.iconized--left::before {
  background-color: currentColor;
  mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/phone-sticky-bar-icon.svg") no-repeat center/contain;
  -webkit-mask: url("https://assets.doctorlogic.com/Images/Sites/GlobalAssets/SmileDoctors/phone-sticky-bar-icon.svg") no-repeat center/contain;
}

/* Size helpers (set CSS variable; no extra elements needed) */
.icon-size--xs {
  --icon-size: 0.75em;
}

.icon-size--sm {
  --icon-size: 0.97em;
}

.icon-size--md {
  --icon-size: 1.20em;
}

.icon-size--lg {
  --icon-size: 1.54em;
}

.icon-size--xl {
  --icon-size: 2em;
}

/* Gap helpers */
.icon-gap--none {
  --icon-gap: 0;
}

.icon-gap--xs {
  --icon-gap: 0.35rem;
}

.icon-gap--sm {
  --icon-gap: 0.5rem;
}

.icon-gap--md {
  --icon-gap: 0.65rem;
}

.icon-gap--lg {
  --icon-gap: 0.8rem;
}

/* Color helpers (apply to the element so the icon inherits via currentColor) */
.icon-color--primary {
  color: #044F7C;
}

.icon-color--secondary {
  color: #2A6F9B;
}

.icon-color--light {
  color: #FFFFFF;
}

.icon-color--dark {
  color: #121417;
}

.icon-color--gold {
  color: #E8BB35;
}

/* --------------------------------------------------------
   ACCESSIBILITY
--------------------------------------------------------- */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* --------------------------------------------------------
   TYPOGRAPHY
--------------------------------------------------------- */
body {
  background: #FFFFFF;
  color: #121417;
  font-family: inter-variable, sans-serif;
  font-variant-numeric: lining-nums;
}

/* --------------------------------------------------------
   H1 AND H2 STYLES

   To create visual consestancy you'll use your H1 styles
   here on your hero headline. And the H2 styles on 
   all other homepage headlines.
--------------------------------------------------------- */
h1, .h1 {
  font-size: clamp(2.25rem, 1.9rem + 1.6vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 12px;
  text-transform: none;
}

h2, .h2 {
  color: #044F7C;
  font-size: clamp(1.875rem, 1.65rem + 1.1vw, 2.625rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.15;
  text-transform: none;
}

h1, .h1,
h2,
.h2 {
  font-family: merriweather, serif;
}

/* H3-H6 styles */
h3, .h3 {
  font-size: clamp(1.375rem, 1.2rem + 0.9vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

h4, .h4 {
  font-size: clamp(1rem, 0.85rem + 0.7vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.3;
}

h5, .h5 {
  font-size: clamp(0.875rem, 0.75rem + 0.6vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}

h6, .h6 {
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

h3, .h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #121417;
  font-family: inter-variable, sans-serif;
  font-weight: 500;
}

p,
li:not(.nav__item) {
  font-family: inter-variable, sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8rem + 0.6vw, 1.25rem);
  letter-spacing: 0.01em;
  line-height: 1.7;
}

/* --------------------------------------------------------
   INTERIOR SECTION HEADLINES - Mirror the styles you use
   on the above H2s to create a visual cohesiveness.
--------------------------------------------------------- */
.featured__headline,
.section__headline {
  color: #044F7C;
  font-family: merriweather, serif;
  font-size: clamp(2.25rem, 2rem + 1.6vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.003em;
  line-height: 1.2;
  margin: 24px 0;
  text-transform: none;
}

/* --------------------------------------------------------
   LINKS
--------------------------------------------------------- */
a {
  color: #044F7C;
  font-size: clamp(1rem, 0.8rem + 0.6vw, 1.25rem);
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    color: rgb(1.609375, 31.78515625, 49.890625);
  }
}

a:not(.nav__link):not(.breadcrumbs__item a):not(.btn):not(button) {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  a:not(.nav__link):not(.breadcrumbs__item a):not(.btn):not(button):hover {
    text-decoration: none;
  }
}

/* "Show more" button link */
.show-more-btn {
  color: #044F7C;
  padding: 0;
  border-radius: 0;
  min-width: unset;
}
.show-more-btn:hover {
  color: rgb(0.8125, 16.046875, 25.1875);
  background: transparent;
}

/* --------------------------------------------------------
   FORMS
--------------------------------------------------------- */
form button {
  cursor: pointer;
}

input,
textarea {
  border: 1px solid rgba(18, 20, 23, 0.5);
  border-radius: 4px;
  padding: 1rem;
  color: #121417;
  outline: none;
}

/* --------------------------------------------------------
   BUTTONS (EDITOR-SAFE ICONS)
--------------------------------------------------------- */
/* Base button */
.btn, button, .related-videos .video-thumbnails__item::before, .procedure--template_a .main_content .cta-section__container .cta-btn {
  background: #044F7C;
  border: 2px solid #044F7C;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inter-variable, sans-serif;
  font-size: clamp(0.875rem, 0.86rem + 0.15vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 24px !important;
  min-height: 34px;
  min-width: 214px;
  padding: 14px 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  white-space: normal;
  line-height: unset;
  /* ----------------------------------------------------
     ICON SUPPORT (editor-safe system)
     Apply only when the button is using iconized classes
     e.g. <a class="btn iconized iconized--right icon--sd-carrot-next">...</a>
  ----------------------------------------------------- */
}
@media (min-width: 991px) {
  .btn, button, .related-videos .video-thumbnails__item::before, .procedure--template_a .main_content .cta-section__container .cta-btn {
    padding: 14px 28px;
  }
}
@media (min-width: 1025px) {
  .btn:hover, button:hover, .related-videos .video-thumbnails__item:hover::before, .procedure--template_a .main_content .cta-section__container .cta-btn:hover {
    background: rgb(2.40625, 47.5234375, 74.59375);
    border-color: rgb(2.40625, 47.5234375, 74.59375);
  }
}
.btn.iconized, button.iconized, .related-videos .iconized.video-thumbnails__item::before, .procedure--template_a .main_content .cta-section__container .iconized.cta-btn, .btn.btn--with-icon, button.btn--with-icon, .related-videos .video-thumbnails__item.btn--with-icon::before, .procedure--template_a .main_content .cta-section__container .cta-btn.btn--with-icon {
  /* Default icon tuning for ALL iconized buttons */
  --icon-gap: 0.5rem;
  --icon-size: 0.95em;
  /* NEW: adjust icon vertical placement */
  --icon-offset-y: -2px;
  /* Ensure pseudo-element respects the offset */
}
.btn.iconized.iconized--right::after, button.iconized.iconized--right::after, .procedure--template_a .main_content .cta-section__container .iconized.iconized--right.cta-btn::after, .btn.btn--with-icon::after, button.btn--with-icon::after, .procedure--template_a .main_content .cta-section__container .cta-btn.btn--with-icon::after, .btn.iconized.iconized--left::before, button.iconized.iconized--left::before, .related-videos .iconized.iconized--left.video-thumbnails__item::before, .procedure--template_a .main_content .cta-section__container .iconized.iconized--left.cta-btn::before, .btn.iconized--left.btn--with-icon::before, button.iconized--left.btn--with-icon::before, .related-videos .iconized--left.video-thumbnails__item.btn--with-icon::before, .procedure--template_a .main_content .cta-section__container .iconized--left.cta-btn.btn--with-icon::before {
  position: relative;
  top: var(--icon-offset-y);
}

/* Safe, universal button mixin */
/* Secondary */
.btn--secondary {
  background: #FFFFFF;
  border: 2px solid #044F7C;
  color: #044F7C;
}
@media (min-width: 1025px) {
  .btn--secondary:hover {
    background: rgb(229.5, 229.5, 229.5);
    border-color: rgb(2.40625, 47.5234375, 74.59375);
    color: #044F7C;
  }
}

/* --------------------------------------------------------
   TERTIARY BUTTON (icon-right friendly)
   Recommended usage:
   <a class="btn btn--tertiary iconized iconized--right icon--sd-carrot-next icon-size--xs">
     Learn More
   </a>
--------------------------------------------------------- */
.btn--tertiary {
  background: none;
  border: 2px solid none;
  color: #044F7C;
  border-radius: 3px;
  border: none;
  text-decoration: none;
  /* Default tertiary icon behavior */
}
@media (min-width: 1025px) {
  .btn--tertiary:hover {
    background: none;
    border-color: none;
    color: #044F7C;
  }
}
@media (min-width: 1025px) {
  .btn--tertiary:hover {
    text-decoration: underline;
  }
}
.btn--tertiary.iconized, .btn--tertiary.btn--with-icon {
  --icon-gap: 0.5rem;
  --icon-size: 0.95em;
  /* NEW: tweak tertiary icon placement (example) */
  --icon-offset-y: -1px;
}
.btn--tertiary.iconized.iconized--right::after, .btn--tertiary.btn--with-icon::after, .btn--tertiary.iconized.iconized--left::before, .btn--tertiary.iconized--left.btn--with-icon::before {
  position: relative;
  top: var(--icon-offset-y);
}

/* --------------------------------------------------------
   OPTIONAL UTILITY: makes any button show a right icon quickly
   Usage:
   <a class="btn btn--tertiary btn--with-icon icon--sd-carrot-next">Learn More</a>
--------------------------------------------------------- */
.btn--with-icon {
  --icon-size: 0.85em;
  --icon-gap: 0.5rem;
  /* NEW: default offset for this helper */
  --icon-offset-y: -1px;
}
.btn--with-icon::after {
  position: relative;
  top: var(--icon-offset-y);
}

/* --------------------------------------------------------
   LISTS
--------------------------------------------------------- */
ul {
  margin: 0;
  padding: 0 10px;
}

li {
  padding: 5px 0;
}

.flickity-page-dots .dot {
  padding: 0;
}

/* --------------------------------------------------------
   BREADCRUMBS
--------------------------------------------------------- */
@media (min-width: 768px) {
  .masthead:not(.masthead-2) .masthead__image-container,
  .masthead:not(.masthead-2) .masthead__text,
  .masthead__content-container {
    background: #F9F9F9;
  }
}
@media (min-width: 768px) {
  .masthead:not(.masthead-2) .masthead__image-container h1, .masthead:not(.masthead-2) .masthead__image-container .h1,
  .masthead:not(.masthead-2) .masthead__text h1,
  .masthead:not(.masthead-2) .masthead__text .h1,
  .masthead__content-container h1,
  .masthead__content-container .h1 {
    color: #044F7C;
  }
}
@media (min-width: 768px) {
  .masthead:not(.masthead-2) .masthead__image-container .breadcrumbs a,
  .masthead:not(.masthead-2) .masthead__image-container .breadcrumbs__item,
  .masthead:not(.masthead-2) .masthead__image-container .breadcrumbs__item span,
  .masthead:not(.masthead-2) .masthead__text .breadcrumbs a,
  .masthead:not(.masthead-2) .masthead__text .breadcrumbs__item,
  .masthead:not(.masthead-2) .masthead__text .breadcrumbs__item span,
  .masthead__content-container .breadcrumbs a,
  .masthead__content-container .breadcrumbs__item,
  .masthead__content-container .breadcrumbs__item span {
    color: #121417 !important;
    font-size: clamp(1.125rem, 1rem + 1vw, 1.5rem);
  }
}
.masthead:not(.masthead-2) .masthead__image-container .breadcrumbs__item::after,
.masthead:not(.masthead-2) .masthead__text .breadcrumbs__item::after,
.masthead__content-container .breadcrumbs__item::after {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .masthead:not(.masthead-2) .masthead__image-container .breadcrumbs__item::after,
  .masthead:not(.masthead-2) .masthead__text .breadcrumbs__item::after,
  .masthead__content-container .breadcrumbs__item::after {
    color: #121417;
  }
}
.masthead:not(.masthead-2) .masthead__image-container .testimonials-rotator__value-number,
.masthead:not(.masthead-2) .masthead__image-container .testimonials-ratings__value p,
.masthead:not(.masthead-2) .masthead__text .testimonials-rotator__value-number,
.masthead:not(.masthead-2) .masthead__text .testimonials-ratings__value p,
.masthead__content-container .testimonials-rotator__value-number,
.masthead__content-container .testimonials-ratings__value p {
  font-family: inter-variable, sans-serif;
}
@media (min-width: 768px) {
  .masthead:not(.masthead-2) .masthead__image-container .testimonials-rotator__value-number,
  .masthead:not(.masthead-2) .masthead__image-container .testimonials-ratings__value p,
  .masthead:not(.masthead-2) .masthead__text .testimonials-rotator__value-number,
  .masthead:not(.masthead-2) .masthead__text .testimonials-ratings__value p,
  .masthead__content-container .testimonials-rotator__value-number,
  .masthead__content-container .testimonials-ratings__value p {
    color: #121417 !important;
  }
}
.masthead:not(.masthead-2) .masthead__image-container .testimonials-ratings .star path,
.masthead:not(.masthead-2) .masthead__text .testimonials-ratings .star path,
.masthead__content-container .testimonials-ratings .star path {
  fill: #E8BB35 !important;
}

/* Mastheads w/NO IMAGE */
.masthead:not(.masthead-2).masthead--no-img {
  background: #F9F9F9;
}
.masthead:not(.masthead-2).masthead--no-img h1, .masthead:not(.masthead-2).masthead--no-img .h1 {
  color: #044F7C;
}
.masthead:not(.masthead-2).masthead--no-img .breadcrumbs a,
.masthead:not(.masthead-2).masthead--no-img .breadcrumbs__item,
.masthead:not(.masthead-2).masthead--no-img .breadcrumbs__item span {
  color: #121417 !important;
  font-size: clamp(1.125rem, 1rem + 1vw, 1.5rem);
}
.masthead:not(.masthead-2).masthead--no-img .breadcrumbs__item::after {
  font-size: 1.1rem;
  color: #121417;
}
.masthead:not(.masthead-2).masthead--no-img .testimonials-rotator__value-number,
.masthead:not(.masthead-2).masthead--no-img .testimonials-ratings__value p {
  font-family: inter-variable, sans-serif;
  color: #121417 !important;
}
.masthead:not(.masthead-2).masthead--no-img .testimonials-ratings .star path {
  fill: #E8BB35 !important;
}

.masthead:not(.masthead-2) {
  background: #F9F9F9;
}

.breadcrumbs {
  padding: 10px 20px;
}

.breadcrumbs__items {
  display: flex;
  align-items: center;
  list-style: none;
}

.breadcrumbs__item {
  position: relative;
  margin-right: 15px;
  padding: 0 5px;
  font-size: clamp(1rem, 0.85rem + 0.5vw, 1.125rem) !important;
}
.breadcrumbs__item a {
  font-size: clamp(1rem, 0.85rem + 0.5vw, 1.125rem) !important;
}
.breadcrumbs__item::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}
.breadcrumbs__item:last-of-type {
  margin-right: 0;
}
.breadcrumbs__item:last-of-type::after {
  display: none;
}

/* --------------------------------------------------------
   STAR COLORS (optional override)
   - This block only applies if you still use gradient stars
     with IDs in inline SVG (existing legacy).
   - If you switch to currentColor stars, you can remove it.
--------------------------------------------------------- */
#star-full stop,
#star-half .fill {
  stop-color: #E8BB35;
}

/* --------------------------------------------------------
   DISCLAIMER
--------------------------------------------------------- */
.disclaimer {
  background: #121417;
  color: #FFFFFF;
  font-size: 0.8rem;
  line-height: 1.6;
  letter-spacing: 0.026em;
}

/* --------------------------------------------------------
   INTERIOR SECTION OVERRIDES 
--------------------------------------------------------- */
@media (min-width: 1025px) {
  .hero__text-btns .btn:hover, .hero__text-btns button:hover, .hero__text-btns .related-videos .video-thumbnails__item:hover::before, .related-videos .hero__text-btns .video-thumbnails__item:hover::before, .hero__text-btns .procedure--template_a .main_content .cta-section__container .cta-btn:hover, .procedure--template_a .main_content .cta-section__container .hero__text-btns .cta-btn:hover {
    border: 2px solid rgb(31.1269035533, 82.2639593909, 114.8730964467);
  }
}

.testimonials.testimonials--template_a .testimonials-rotator,
.testimonials-rotator {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}
.testimonials.testimonials--template_a .testimonials-rotator .flickity-viewport,
.testimonials.testimonials--template_a .testimonials-rotator .flickity-slider,
.testimonials-rotator .flickity-viewport,
.testimonials-rotator .flickity-slider {
  min-height: 324px;
}

.testimonials.testimonials--template_a .flickity-prev-next-button.previous,
.testimonials.testimonials--template_a .flickity-prev-next-button.next {
  background: #044F7C !important;
  border-radius: 0 !important;
  width: 20px;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  padding: 20px;
  /* If you choose to skin Flickity buttons using mask icons:
     Add <span class="icon icon--md icon--rotator-prev"></span> inside the button
     or replace Flickity default SVG via JS.
  */
}

.listcard__card-headline {
  font-size: clamp(1.5rem, 1.3rem + 1.2vw, 2rem);
}

.listcard__card,
.card--post {
  text-decoration: none !important;
}

.listcard__card-ctas .btn, .listcard__card-ctas button, .listcard__card-ctas .related-videos .video-thumbnails__item::before, .related-videos .listcard__card-ctas .video-thumbnails__item::before, .listcard__card-ctas .procedure--template_a .main_content .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .listcard__card-ctas .cta-btn,
.card__text .btn,
.card__text button,
.card__text .related-videos .video-thumbnails__item::before,
.related-videos .card__text .video-thumbnails__item::before,
.card__text .procedure--template_a .main_content .cta-section__container .cta-btn,
.procedure--template_a .main_content .cta-section__container .card__text .cta-btn,
.card__ctas .btn,
.card__ctas button,
.card__ctas .related-videos .video-thumbnails__item::before,
.related-videos .card__ctas .video-thumbnails__item::before,
.card__ctas .procedure--template_a .main_content .cta-section__container .cta-btn,
.procedure--template_a .main_content .cta-section__container .card__ctas .cta-btn {
  margin: 72px 0 0 !important;
  min-height: 56px;
}

.card__text {
  justify-content: flex-end;
}

.card--horizontal {
  grid-column-gap: 7px;
}
@media (min-width: 768px) {
  .card--horizontal {
    grid-column-gap: 10px;
  }
}

/* --- Form Card Overrides ---*/
.form-block .card--horizontal .card__title h2, .form-block .card--horizontal .card__title .h2 {
  color: #044F7C !important;
  font-size: clamp(2.25rem, 2rem + 1.6vw, 3rem);
}

.form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__details p,
.form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__details a {
  font-size: 1.1rem !important;
}

.form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__ctas .btn, .form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__ctas button, .form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__ctas .related-videos .video-thumbnails__item::before, .related-videos .form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__ctas .video-thumbnails__item::before, .form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__ctas .procedure--template_a .main_content .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .form_with_cards.form_with_cards--template_a .form-block .card--horizontal .card__ctas .cta-btn {
  font-size: clamp(0.875rem, 0.86rem + 0.15vw, 0.9rem) !important;
}

@media (min-width: 768px) {
  .form__btn {
    margin-top: 0 !important;
  }
}

/* --------------------------------------------------------
   Fresh Paint Maps
--------------------------------------------------------- */
.maplibregl-popup-content {
  min-width: 180px;
}

.maplibregl-map .facility__label {
  font-size: 1rem;
}

.maplibregl-popup-close-button {
  font-size: 1.5rem;
  margin: 0 10px 10px;
}

/* --------------------------------------------------------
   Bottom Sticky Bar Styles
--------------------------------------------------------- */
.disclaimer,
.footer {
  position: relative;
  z-index: 100;
}

.scroll-spacer {
  height: 100vh;
  width: 100%;
}

.header--scroll ~ .bottom_bar {
  position: fixed;
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

.bottom_bar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  background: #2A6F9B;
  min-height: 54px;
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 102;
  opacity: 0;
  pointer-events: none;
  transition: transform 1s ease-in-out, opacity 0.4s ease-in-out;
  transform: translate(0, 100%);
}
.bottom_bar.is-stuck, .bottom_bar:not(:first-child) {
  opacity: 1;
  pointer-events: auto;
}
.bottom_bar-items {
  display: flex;
  align-self: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
.bottom_bar-items .icon__container-1,
.bottom_bar-items .icon__container-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  /* NEW: if you switch sticky bar icons to the new system,
     replace <img> with <span class="icon icon--md icon--star"> etc.
     and this will style it correctly.
  */
  /* Keep <img> support if it still exists (no breakage) */
}
.bottom_bar-items .icon__container-1 .icon,
.bottom_bar-items .icon__container-2 .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media (min-width: 991px) {
  .bottom_bar-items .icon__container-1 .icon,
  .bottom_bar-items .icon__container-2 .icon {
    width: 34px;
    height: 34px;
  }
}
.bottom_bar-items .icon__container-1 img,
.bottom_bar-items .icon__container-2 img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  filter: invert(100%);
}
@media (min-width: 991px) {
  .bottom_bar-items .icon__container-1 img,
  .bottom_bar-items .icon__container-2 img {
    height: 34px;
    width: 34px;
  }
}
.bottom_bar-items .icon__container-1 p,
.bottom_bar-items .icon__container-2 p {
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.bottom_bar-items .icon__container-1 {
  border-right: 1.5px solid #FFFFFF;
  padding-right: 24px;
}
@media (min-width: 1025px) {
  .bottom_bar {
    display: none;
  }
}

/* --------------------------------------------------------
   Custom Interior Page Form Styles
--------------------------------------------------------- */
@media (min-width: 768px) {
  .form_with_cards.form_with_cards--template_a .form-block__wrapper {
    padding: 80px 32px 0;
  }
}

.form-block__form-wrapper {
  min-height: 700px;
  /* Comment out IF default form is needed */
}
.form-block__form-wrapper h2, .form-block__form-wrapper .h2 {
  display: none;
}

.custom-form__container {
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .custom-form__container {
    padding: 80px;
  }
}
@media (min-width: 1241px) {
  .custom-form__container {
    padding: 128px;
  }
}
.custom-form__container::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  inset: 0;
  position: absolute;
  z-index: 0;
}
.custom-form__container .visually-hidden-text {
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  z-index: -1;
}
.custom-form__container-items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  min-height: 600px;
  max-height: 1000px;
  position: relative;
  z-index: 1;
}
.custom-form__container-items .btn, .custom-form__container-items button, .custom-form__container-items .related-videos .video-thumbnails__item::before, .related-videos .custom-form__container-items .video-thumbnails__item::before, .custom-form__container-items .procedure--template_a .main_content .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .custom-form__container-items .cta-btn {
  color: #FFFFFF;
}
.custom-form__container-items .featured__headline {
  color: #FFFFFF;
  font-size: clamp(1.6rem, 4vw, 3rem);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  margin: 0 0 16px !important;
  text-align: center;
}

.megafinderlist-page .card__ctas .maplibregl-popup-content .card__ctas .btn, .megafinderlist-page .card__ctas .maplibregl-popup-content .card__ctas button, .megafinderlist-page .card__ctas .maplibregl-popup-content .card__ctas .related-videos .video-thumbnails__item::before, .related-videos .megafinderlist-page .card__ctas .maplibregl-popup-content .card__ctas .video-thumbnails__item::before, .megafinderlist-page .card__ctas .maplibregl-popup-content .card__ctas .procedure--template_a .main_content .cta-section__container .cta-btn, .procedure--template_a .main_content .cta-section__container .megafinderlist-page .card__ctas .maplibregl-popup-content .card__ctas .cta-btn {
  margin: 0 !important;
}

.header .nav-toggle {
  top: 20px;
  border: solid 1px #606060;
  border-radius: 100%;
  padding: 0;
  height: 32px !important;
  width: 32px !important;
  right: 20px !important;
}
.dark-mode .header .nav-toggle {
  border-color: #FFFFFF;
}
.header .nav-toggle span::before {
  color: #121417;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dark-mode .header .nav-toggle span::before {
  color: #FFFFFF;
}
.header .slide-menu {
  padding-top: 48px;
  padding-bottom: 0;
}
@media (min-width: 1241px) {
  .header .slide-menu {
    padding-top: 0;
  }
}
.header .slide-menu__backlink {
  padding: 4px 20px 16px;
}
.header.hamburger .slide-menu ul {
  padding: 12px 12px 0 !important;
}
@media (min-width: 1241px) {
  .header.hamburger .slide-menu ul {
    padding: 0 !important;
  }
}
.header.hamburger .slide-menu ul ul {
  padding: 24px 12px 0 !important;
}
@media (min-width: 1241px) {
  .header.hamburger .slide-menu ul ul {
    padding: 0 !important;
  }
}
.header .slide-menu ul ul {
  padding: 32px 12px 0 !important;
}
@media (min-width: 1241px) {
  .header .slide-menu ul ul {
    padding: 0 !important;
  }
}
@media (min-width: 1241px) {
  .header .slide-menu ul {
    padding: 0 !important;
  }
}
.header__container {
  padding: 12px 48px !important;
}
@media (min-width: 1241px) {
  .header__container {
    max-width: 1690px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 14px;
  }
}
.header .nav__item:not(.nav__item--sub):not(.nav__item--tert).nav__item:not(.header__cta-container .nav__item) {
  padding: 16px;
  border-bottom: 1px solid #c6c6c6;
}
@media (min-width: 1241px) {
  .header .nav__item:not(.nav__item--sub):not(.nav__item--tert).nav__item:not(.header__cta-container .nav__item) {
    border: unset;
    padding: 0 16px;
    position: relative;
  }
  .header .nav__item:not(.nav__item--sub):not(.nav__item--tert).nav__item:not(.header__cta-container .nav__item)::before {
    content: "";
    position: absolute;
    top: auto;
    left: 4px;
    right: 4px;
    bottom: -10px;
    height: 3px;
    background: #044F7C;
    max-width: 80%;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .header .nav__item:not(.nav__item--sub):not(.nav__item--tert).nav__item:not(.header__cta-container .nav__item):hover::before {
    opacity: 1;
  }
}
.header .nav__item:not(.nav__item--sub):not(.nav__item--tert).nav__item:not(.header__cta-container .nav__item):last-of-type {
  border: unset;
}
.header .nav__item:last-of-type {
  border: unset !important;
}
@media (min-width: 1241px) {
  .header__logo-container {
    padding-block: 16px;
    flex: 0 0 10%;
    padding: 0;
    position: relative;
    height: 96px;
    transition: height 0.3s ease;
  }
}
@media (min-width: 1241px) {
  .header.header--scroll .header__logo-container {
    height: 48px;
  }
}
.header__logo {
  margin: 0;
}
@media (min-width: 1241px) {
  .header__logo {
    position: absolute;
    inset: 50% 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-size: contain;
    margin: 0;
    height: 56px !important;
  }
}
@media (min-width: 1241px) {
  .header.header--scroll .header__logo {
    height: 48px;
  }
}
@media (min-width: 1241px) {
  .header__cta-container {
    flex: 0 0 auto;
    order: 2;
    justify-content: flex-end;
    padding: 0 0 0 12px !important;
    margin: 0;
    position: relative;
  }
  .header__cta-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 120%;
    transform: translateY(-50%);
    background: #c6c6c6;
  }
  .header__cta-container .nav__items {
    gap: 16px;
  }
  .header__cta-container.left_nav::before {
    display: none;
  }
  .header__cta-container .nav__link {
    padding: 0 0 0 4px !important;
  }
  .header__cta-container .cta__icon {
    padding-inline-end: 0;
  }
  .header__cta-container .cta__icon svg {
    width: 16px;
    height: 16px;
  }
  .header__cta-container .nav__item:last-of-type {
    background: #044F7C;
    padding: 8px 12px !important;
    justify-content: center;
    border-radius: 4px;
  }
  .header__cta-container .nav__item:last-of-type .cta__icon {
    display: none;
  }
  .header__cta-container .nav__item:last-of-type .nav__link {
    color: #FFFFFF !important;
    text-align: center;
    padding: 0 !important;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    min-width: 120px;
  }
  .dark-mode .header__cta-container {
    border-color: #FFFFFF;
  }
}
@media (min-width: 1241px) {
  .header__nav {
    flex: 0 0 auto !important;
    margin-left: auto;
  }
  .header__nav.left_nav {
    margin-left: 0;
    margin-right: auto;
  }
}

html.home-page .header:not(.hamburger).header--scroll {
  background: #FFFFFF;
}

html.dark-mode.home-page .header:not(.hamburger).header--scroll {
  background: #121417;
}

@media (min-width: 1241px) {
  .header .nav__items {
    justify-content: flex-end !important;
  }
}

.header .nav__item {
  display: flex;
  align-items: center;
}
@media (min-width: 1241px) {
  .header .nav__item:not(.nav__item--sub):not(.nav__item--tert):not(.header__cta-container .nav__item)::after {
    content: "";
    position: absolute;
    inset: -20px;
    width: calc(100% + 56px);
    height: calc(100% + 56px);
    z-index: -1;
  }
}

.header .cta__icon {
  display: flex;
  order: -1;
  padding-inline-end: 8px;
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .nav__items--tert {
    padding-top: 0 !important;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item {
    padding: 0 16px;
    cursor: pointer;
  }
}
.header:not(.hamburger) .header__nav .nav__item--sub, .header:not(.hamburger) .header__nav .nav__item--tert {
  padding: 16px;
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item:last-of-type {
    padding-right: 0;
  }
}

.header .nav__item--sub, .nav__item--tert {
  border-bottom: 1px solid #c6c6c6;
}

@media (min-width: 1241px) {
  .header:not(.hamburger):not(.header--scroll) .nav__item--sub:hover, .header:not(.hamburger):not(.header--scroll) .nav__item--tert:hover, .header:not(.hamburger) .nav__item--sub:hover, .header:not(.hamburger) .nav__item--tert:hover {
    background: rgb(210.75, 210.75, 210.75) !important;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .nav__items--sub {
    top: 48px !important;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .nav__items--tert {
    top: 0 !important;
  }
}

@media (min-width: 1241px) {
  .header .nav__item--tert {
    border-left: 1px solid #c6c6c6;
  }
}

.header__tophat {
  background: #044F7C;
}
.header__tophat a {
  color: #FFFFFF;
  font-size: clamp(0.7rem, 0.8vw, 0.8rem);
  text-transform: uppercase;
  font-weight: 700;
}
.header__tophat svg {
  fill: #FFFFFF;
  width: 16px;
}
.header__tophat-container {
  max-width: 1690px;
  margin: 0 auto;
  padding: 12px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}
.header__tophat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__tophat-item span {
  display: none;
}
@media (min-width: 991px) {
  .header__tophat-item span {
    display: block;
  }
}

.header__tophat:has(.centered) .header__tophat-item span {
  display: block !important;
}

/* ==========================================================================
   SD Header Style Overrides
========================================================================== */
/* ---------------------------------------------
   Shared Tokens
---------------------------------------------- */
/* ---------------------------------------------
   Shared Mixins / Placeholders
   - These prevent copy/paste drift across header states.
---------------------------------------------- */
/* Logo baseline */
/* Used where logo needs “white on tablet+” behavior */
/* Nav link font size consistency */
/* ==========================================================================
   Section: Notification / Wrapper
   ========================================================================== */
/* --- Header Notification --- */
.header__notification--hidden {
  padding: 0 !important;
}

/* --- Header Wrapper --- */
.header__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

/* ==========================================================================
   Section: Top Hat
   ========================================================================== */
.header__tophat-container {
  justify-content: center !important;
}
@media (min-width: 1025px) {
  .header__tophat-container {
    justify-content: flex-end !important;
  }
}

.header__tophat a {
  font-size: 0.825rem;
  font-weight: 500;
}

.header__tophat-item:last-of-type {
  margin-left: unset;
}
@media (min-width: 1025px) {
  .header__tophat-item:last-of-type {
    margin-left: auto;
  }
}

/* ==========================================================================
   State: Home Page + Non-Hamburger Header
   --------------------------------------------------------------------------
   Applies to:
   - html.home-page
   - .header:not(.hamburger)
   ========================================================================== */
html.home-page .header,
.header:not(.hamburger) .header {
  background: #FFFFFF;
  /* Container */
  /* CTA / Nav container */
  /* Logo */
  /* Nav font sizing (nested nav structure) */
  /* Slide menu backlink */
}
@media (min-width: 768px) {
  html.home-page .header,
  .header:not(.hamburger) .header {
    background: transparent;
  }
}
html.home-page .header__container,
.header:not(.hamburger) .header__container {
  padding: 12px 24px !important;
}
@media (min-width: 768px) {
  html.home-page .header__container,
  .header:not(.hamburger) .header__container {
    min-height: 104px;
    padding: 12px 72px !important;
  }
}
@media (min-width: 1025px) {
  html.home-page .header__container,
  .header:not(.hamburger) .header__container {
    min-height: 120px;
  }
}
html.home-page .header__cta-container,
.header:not(.hamburger) .header__cta-container {
  /* Nav list */
  /* Nav item padding */
  /* Nav link */
  /* CTA icon */
  /* CTA icon fill */
  /* Last nav item “pill/no-pill” on desktop */
}
@media (min-width: 1025px) {
  html.home-page .header__cta-container::before,
  .header:not(.hamburger) .header__cta-container::before {
    background: rgb(8.453125, 157.57421875, 247.046875) !important;
  }
}
html.home-page .header__cta-container .nav__items,
.header:not(.hamburger) .header__cta-container .nav__items {
  justify-content: space-evenly;
  min-width: 100px;
}
html.home-page .header__cta-container .nav__item,
.header:not(.hamburger) .header__cta-container .nav__item {
  padding: 0 !important;
}
@media (min-width: 1025px) {
  html.home-page .header__cta-container .nav__item,
  .header:not(.hamburger) .header__cta-container .nav__item {
    padding: 10px !important;
  }
}
html.home-page .header__cta-container .nav__item .nav__link,
.header:not(.hamburger) .header__cta-container .nav__item .nav__link {
  color: #FFFFFF;
  font-size: clamp(0.925rem, 1.5vw, 1rem);
}
@media (min-width: 1241px) {
  html.home-page .header__cta-container .nav__item .nav__link,
  .header:not(.hamburger) .header__cta-container .nav__item .nav__link {
    padding: 0 0 0 10px !important;
  }
}
html.home-page .header__cta-container .cta__icon,
.header:not(.hamburger) .header__cta-container .cta__icon {
  background: #044F7C;
  border-radius: 50%;
  padding: 10px;
  width: auto;
}
@media (min-width: 1241px) {
  html.home-page .header__cta-container .cta__icon,
  .header:not(.hamburger) .header__cta-container .cta__icon {
    background: #044F7C;
  }
}
html.home-page .header__cta-container .cta__icon svg,
.header:not(.hamburger) .header__cta-container .cta__icon svg {
  width: 16px;
  height: 16px;
}
html.home-page .header__cta-container .cta__icon .st0,
.header:not(.hamburger) .header__cta-container .cta__icon .st0 {
  fill: #FFFFFF !important;
}
@media (min-width: 1241px) {
  html.home-page .header__cta-container .nav__item:last-of-type,
  .header:not(.hamburger) .header__cta-container .nav__item:last-of-type {
    background: #044F7C;
    border-radius: 0;
    transition: all 0.3s ease;
  }
  html.home-page .header__cta-container .nav__item:last-of-type .nav__link,
  .header:not(.hamburger) .header__cta-container .nav__item:last-of-type .nav__link {
    color: #FFFFFF !important;
    font-size: clamp(0.925rem, 1.5vw, 1rem);
    font-weight: 500;
    padding-left: 0 !important;
  }
  html.home-page .header__cta-container .nav__item:last-of-type:hover,
  .header:not(.hamburger) .header__cta-container .nav__item:last-of-type:hover {
    background: rgb(2.40625, 47.5234375, 74.59375);
  }
}
html.home-page .header__logo,
.header:not(.hamburger) .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572892.svg") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 54px;
  width: 100%;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  html.home-page .header__logo,
  .header:not(.hamburger) .header__logo {
    background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572893.svg");
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }
}
@media (min-width: 1241px) {
  html.home-page .header__logo,
  .header:not(.hamburger) .header__logo {
    height: 94px !important;
    min-width: 174px;
  }
}
@media (min-width: 768px) {
  html.home-page .header__logo,
  .header:not(.hamburger) .header__logo {
    background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572893.svg") !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 54px;
    width: 100%;
    transition: all 0.3s ease;
  }
}
html.home-page .header__nav .nav__items .nav__item .nav__link,
.header:not(.hamburger) .header__nav .nav__items .nav__item .nav__link {
  color: #121417;
  font-size: clamp(0.925rem, 1.5vw, 1rem);
}
html.home-page .header .slide-menu__backlink,
.header:not(.hamburger) .header .slide-menu__backlink {
  font-size: clamp(0.925rem, 1.5vw, 1rem);
  text-transform: capitalize;
}

/* ==========================================================================
   State: Non-Home Page Base Logo
   --------------------------------------------------------------------------
   Applies to:
   - html:not(.home-page) .header
   ========================================================================== */
html:not(.home-page) .header .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572892.svg") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 54px;
  width: 100%;
  transition: all 0.3s ease;
}
@media (min-width: 1241px) {
  html:not(.home-page) .header .header__logo {
    height: 94px !important;
    min-width: 174px;
  }
}

/* ==========================================================================
   State: Scrolled Header (Non-Hamburger) + Non-Home Page Background
   --------------------------------------------------------------------------
   Applies to:
   - .header:not(.hamburger).header--scroll
   - html:not(.home-page)
   ========================================================================== */
.header:not(.hamburger).header--scroll .header,
html:not(.home-page) .header {
  /* Nav font sizing (nested nav structure) */
}
@media (min-width: 768px) {
  .header:not(.hamburger).header--scroll .header,
  html:not(.home-page) .header {
    background: #FFFFFF;
  }
}
.header:not(.hamburger).header--scroll .header__logo,
html:not(.home-page) .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-DixonOrtho/MasterPage/1572892.svg") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 54px;
  width: 100%;
  transition: all 0.3s ease;
}
@media (min-width: 1241px) {
  .header:not(.hamburger).header--scroll .header__logo,
  html:not(.home-page) .header__logo {
    height: 94px !important;
    min-width: 174px;
  }
}
.header:not(.hamburger).header--scroll .header__cta-container nav .nav__items .nav__item .nav__link,
html:not(.home-page) .header__cta-container nav .nav__items .nav__item .nav__link {
  color: #121417;
}
.header:not(.hamburger).header--scroll .header__nav .nav__items .nav__item .nav__link,
html:not(.home-page) .header__nav .nav__items .nav__item .nav__link {
  color: #121417 !important;
  font-size: clamp(0.925rem, 1.5vw, 1rem);
}

@media (min-width: 1241px) {
  html.home-page .header.header--scroll .cta__icon .st0 {
    fill: #FFFFFF !important;
  }
}

/* ==========================================================================
   State: Home Page Hamburger Toggle Bar Colors
   ========================================================================== */
html.home-page .header .header__nav-toggle span,
html.home-page .header .header__nav-toggle span::before,
html.home-page .header .header__nav-toggle span::after,
html.home-page .header .header__nav-toggle span::before,
html.home-page .header .header__nav-toggle span::after {
  background: #121417;
}
@media (min-width: 768px) {
  html.home-page .header .header__nav-toggle span,
  html.home-page .header .header__nav-toggle span::before,
  html.home-page .header .header__nav-toggle span::after,
  html.home-page .header .header__nav-toggle span::before,
  html.home-page .header .header__nav-toggle span::after {
    background: #FFFFFF;
  }
}

/* ==========================================================================
   Small Desktop Header Overrides (Sub/Tert Menus)
   ========================================================================== */
@media (min-width: 1025px) {
  .nav__items--sub,
  .nav__items--tert,
  .slide-menu ul ul {
    min-width: 224px !important;
    max-width: 224px;
  }
}
@media (min-width: 1441px) {
  .nav__items--sub,
  .nav__items--tert,
  .slide-menu ul ul {
    min-width: 300px !important;
    max-width: unset;
  }
}

@media (min-width: 1025px) {
  .header:not(.hamburger) .header__nav .nav__items--tert {
    justify-content: flex-start !important;
    min-height: 600px;
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none; /* Hides scrollbar in Firefox */
    -ms-overflow-style: none; /* Hides scrollbar in Internet Explorer/Edge */
  }
}
.header:not(.hamburger) .header__nav .nav__items--tert::after {
  min-height: 40vh !important;
}

@media (min-width: 1241px) {
  .header__logo {
    width: 220px !important;
  }
}
@media (min-width: 1441px) {
  .header__logo {
    width: 300px !important;
  }
}

@media (min-width: 1241px) {
  .nav__item--157231 .nav__items--sub {
    max-height: 500px;
    overflow-y: scroll;
    justify-content: flex-start !important;
  }
}

.header__tophat-item span {
  font-size: 1rem;
}
@media (min-width: 991px) {
  .header__tophat-item span {
    animation: blink 2s infinite;
  }
  @keyframes blink {
    0% {
      opacity: 1; /* Fully visible at the start */
    }
    50% {
      opacity: 0; /* Invisible halfway through */
    }
    100% {
      opacity: 1; /* Fully visible at the end, ready to restart */
    }
  }
}

.footer {
  padding: 20px 0 0;
  min-height: unset;
}
.footer__container {
  display: grid;
  grid-template-columns: minmax(32px, calc((100vw - 1690px) / 2 + 32px)) 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr minmax(32px, calc((100vw - 1690px) / 2 + 32px));
  grid-row-gap: 24px;
  padding: 0;
  align-items: start;
  margin: 0 !important;
  max-width: unset !important;
  width: 100%;
  padding-block-start: 12px;
}
@media (min-width: 1025px) {
  .footer__container {
    grid-column-gap: 32px;
  }
}
.footer__logo-container {
  grid-column: 2/span 24;
  order: -1;
}
@media (min-width: 1025px) {
  .footer__logo-container {
    order: unset;
    grid-column: 23/span 3;
    grid-row: 1/span 1;
    height: 100%;
  }
}
@media (min-width: 1241px) {
  .footer__logo-container {
    grid-column: 22/span 4;
  }
}
.footer__logo {
  background-position: center center;
  min-width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 1025px) {
  .footer__logo {
    background-position: left center;
  }
}
.footer__social-container {
  display: none;
}
.footer__nav {
  grid-column: 2/span 24;
}
@media (min-width: 1025px) {
  .footer__nav {
    grid-column: 2/span 19;
    height: 80px;
    display: flex;
    align-items: center;
    margin: 24px 0;
  }
}
@media (min-width: 1241px) {
  .footer__nav {
    grid-column: 2/span 18;
  }
}
.footer__nav .nav__link:not(.nav__item--sub .nav__link) {
  display: none !important;
}
.footer__nav .nav__items {
  justify-content: center !important;
}
@media (min-width: 1025px) {
  .footer__nav .nav__items {
    justify-content: flex-start !important;
  }
}
.footer__nav .nav__items--sub {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1025px) {
  .footer__nav .nav__items--sub {
    flex-direction: row;
  }
}
.footer__nav .nav__link {
  font-size: clamp(0.9rem, 1vw, 1rem);
}
.footer__nav .nav__item--sub {
  display: flex;
  flex: 0 0 auto;
}
.footer__address {
  display: none;
}
.footer__copyright {
  grid-column: auto/span 26;
  background: #2A6F9B;
  padding: 12px calc((100vw - 1200px) / 2 + 82px);
}
@media (min-width: 1025px) {
  .footer__copyright {
    grid-row: 2/span 1;
    justify-content: flex-start;
  }
}

