/* Minification failed.

input(5643,50): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'

*/

@charset "UTF-8";
@import url("https://use.typekit.net/ljg5nda.css");
@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-AwbreyOrtho";
  --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 */
/* 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-AwbreyOrtho/MasterPage/1524147.svg");
  --logo-white: url("https://assets.doctorlogic.com/Images/Sites/S/SD-AwbreyOrtho/MasterPage/1524148.svg");
  --font-family: trade-gothic-next, sans-serif;
  --font-family-alt: montserrat, sans-serif !important;
  --subheadline-size: clamp(1rem, 2vw, 1.4rem);
  --cta-color: #FFFFFF;
  --cta-color-sticky: #0A141F;
  --cta-color-hover: #22427A;
  --nav-color: #0A141F;
  --nav-color-hover: #22427A;
  --nav-color-sticky: #0A141F;
  --header-max-width: 1600px;
  --header-padding-x: 48px;
  --header-padding-y: 12px;
  --max-width: 1400px;
  --max-width-narrow: 1400px;
  --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: 24;
  --category-columns-lg: 8;
  --category-min-height: 600px;
  --category-min-height-mobile: 300px;
  --parallax: url("//assets.doctorlogic.com/Images/Sites/T/ThePlasticsClinic_Sparks/MasterPage/1046955.jpg");
  --aisle-columns-sm: 24;
  --aisle-columns-md: 12;
  --aisle-columns-lg: 8;
  --aisle-min-height: 600px;
  --aisle-min-height-mobile: 300px;
  --interior-feature-heading-bg: #EFF3FB;
  --interior-feature-bg: #EFF3FB;
  --interior-parallax-1: url("https://assets.doctorlogic.com/Images/Sites/S/SD-PatelOrtho/MasterPage/1523492.jpg");
  --interior-parallax-2: url("https://assets.doctorlogic.com/Images/Sites/S/SD-PatelOrtho/MasterPage/1523493.jpg");
  --interior-parallax-3: url("https://assets.doctorlogic.com/Images/Sites/S/SD-PatelOrtho/MasterPage/1523494.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 {
  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: #0A141F;
}
.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-AwbreyOrtho/MasterPage/1524147.svg");
  --logo-white: url("https://assets.doctorlogic.com/Images/Sites/S/SD-AwbreyOrtho/MasterPage/1524148.svg");
  --font-family: trade-gothic-next, sans-serif;
  --font-family-alt: montserrat, sans-serif !important;
  --subheadline-size: clamp(1rem, 2vw, 1.4rem);
  --cta-color: #FFFFFF;
  --cta-color-sticky: #0A141F;
  --cta-color-hover: #22427A;
  --nav-color: #0A141F;
  --nav-color-hover: #22427A;
  --nav-color-sticky: #0A141F;
  --header-max-width: 1600px;
  --header-padding-x: 48px;
  --header-padding-y: 12px;
  --max-width: 1400px;
  --max-width-narrow: 1400px;
  --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: 24;
  --category-columns-lg: 8;
  --category-min-height: 600px;
  --category-min-height-mobile: 300px;
  --parallax: url("//assets.doctorlogic.com/Images/Sites/T/ThePlasticsClinic_Sparks/MasterPage/1046955.jpg");
  --aisle-columns-sm: 24;
  --aisle-columns-md: 12;
  --aisle-columns-lg: 8;
  --aisle-min-height: 600px;
  --aisle-min-height-mobile: 300px;
  --interior-feature-heading-bg: #EFF3FB;
  --interior-feature-bg: #EFF3FB;
  --interior-parallax-1: url("https://assets.doctorlogic.com/Images/Sites/S/SD-PatelOrtho/MasterPage/1523492.jpg");
  --interior-parallax-2: url("https://assets.doctorlogic.com/Images/Sites/S/SD-PatelOrtho/MasterPage/1523493.jpg");
  --interior-parallax-3: url("https://assets.doctorlogic.com/Images/Sites/S/SD-PatelOrtho/MasterPage/1523494.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 {
  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: #0A141F;
  padding: 18px 10px;
}
.dark-mode .header--3 .slide-menu__backlink {
  color: #FFFFFF;
}
.header--3 .slide-menu__backlink:hover {
  color: #0A141F;
}
.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: #0A141F;
  background-color: #0A141F;
}
.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 - 1600px) / 2 + 48px)) 1fr 1fr minmax(48px, calc((100vw - 1600px) / 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-AwbreyOrtho/MasterPage/1524148.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(218.6, 227.7, 245.9);
  padding: 24px 10px;
  border-top: solid 1px rgb(157.4, 181.8, 230.6);
  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(218.6, 227.7, 245.9);
  padding: 24px 10px;
  border-top: solid 1px rgb(157.4, 181.8, 230.6);
  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: #0A141F;
}
.dark-mode .header__mobile-cta span {
  color: #0A141F;
}
.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: #0A141F;
  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: #162A4D;
}

html:not(.home-page) .header {
  position: sticky;
}
html:not(.home-page) .header__logo-text {
  color: #0A141F;
}

.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: #0A141F;
  background-color: #0A141F;
}

.nav__item {
  padding: 8px 16px;
}
.nav__item .nav__link {
  color: #0A141F;
}
.dark-mode .nav__item .nav__link {
  color: #FFFFFF;
}

.nav-toggle span::before {
  color: #0A141F;
}
.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: #0A141F;
  background-color: #0A141F;
}
.header:not(.hamburger) .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-AwbreyOrtho/MasterPage/1524147.svg");
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .nav__item .nav__link {
    color: #0A141F;
  }
  .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: #0A141F;
    background-color: #0A141F;
  }
  .header:not(.hamburger) .nav__item--sub:hover,
  .header:not(.hamburger) .nav__item--tert:hover {
    background: rgb(157.4, 181.8, 230.6);
  }
}

html.dark-mode .header:not(.hamburger) .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-AwbreyOrtho/MasterPage/1524148.svg");
}

.header.hamburger .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-AwbreyOrtho/MasterPage/1524147.svg");
}
.header.hamburger .header__container {
  background-color: primary;
  background-color: #FFFFFF;
}
.dark-mode .header.hamburger .header__container {
  background-color: #0A141F;
  background-color: #0A141F;
}
.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-AwbreyOrtho/MasterPage/1524148.svg");
}

.header.header--scroll .header__container {
  background-color: primary;
  background-color: #FFFFFF;
}
.dark-mode .header.header--scroll .header__container {
  background-color: #0A141F;
  background-color: #0A141F;
}

html .header.header--scroll .header__cta-container .nav__link {
  color: #0A141F;
}
.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-AwbreyOrtho/MasterPage/1524148.svg");
}
html.dark-mode .header.header--scroll .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-AwbreyOrtho/MasterPage/1524148.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: rgb(157.4, 181.8, 230.6) !important;
    color: #0A141F;
  }
}

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-AwbreyOrtho/MasterPage/1524148.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: #0A141F;
}
html.dark-mode.home-page .header:not(.hamburger).header--scroll .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-AwbreyOrtho/MasterPage/1524148.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: #0A141F;
  background-color: #0A141F;
}
html.home-page .header.header--scroll .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-AwbreyOrtho/MasterPage/1524147.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
html.home-page .header.header--scroll .header__cta-container .nav__link {
  color: #0A141F;
}
html.home-page .header.header--scroll .header__cta-container::before {
  background: rgb(157.4, 181.8, 230.6);
}
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: #0A141F;
}
html.home-page .header.header--scroll .cta__icon .st0 {
  fill: #0A141F;
}

html.home-page.dark-mode .header__container {
  background: transparent !important;
}

html.home-page.dark-mode .header.header--scroll .header__container {
  background: #0A141F !important;
}
html.home-page.dark-mode .header.header--scroll .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-AwbreyOrtho/MasterPage/1524148.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: #162A4D;
  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 {
  background: #22427A;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  padding: 10px;
  margin: 0 10px;
}
@media (min-width: 1025px) {
  .header__notification-btn.btn:hover {
    background: rgb(11.7692307692, 22.8461538462, 42.2307692308);
  }
}

.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: 1400px;
  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: #162A4D;
}
.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%);
  }
}
/*! 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;
}

.hero {
  height: 60vh;
  position: relative;
}
.hero--no_img .hero__caption {
  grid-column: auto/span 24 !important;
}
.hero__cell--separated {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
.hero__cell--separated .hero__image {
  grid-column: auto/span 24;
}
@media (min-width: 768px) {
  .hero__cell--separated .hero__image {
    grid-column: auto/span 12;
  }
}
.hero__cell--separated .hero__caption {
  grid-column: auto/span 24;
}
@media (min-width: 768px) {
  .hero__cell--separated .hero__caption {
    grid-column: auto/span 12;
  }
}

/* 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__text ul {
  margin: 0 0 0 5px;
}
.section--text_a {
  max-width: 1400px;
  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: 1400px;
  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: 1400px;
  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: 1400px;
  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: 1400px;
    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: 1400px;
  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(10, 20, 31, 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(34, 66, 122, 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;
  }
}

.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;
  }
}

.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: montserrat, sans-serif !important;
}

: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;
}

.map--google-js {
  width: 100%;
  height: unset;
  min-height: 560px;
}
.map--google-js .gm-style button {
  border-radius: unset;
  min-width: unset;
}

.facility__container {
  width: 100%;
}

.infowindow__slider {
  min-width: 250px;
}
@media (min-width: 569px) {
  .infowindow__slider {
    min-width: 300px;
  }
}
@media (min-width: 1441px) {
  .infowindow__slider {
    min-width: 350px;
  }
}

.infowindow__slider .flickity-button {
  height: 31.5px;
  width: 31.5px;
  top: 15px;
  background: white;
  border: 1px solid #ededed;
}
.infowindow__slider .flickity-prev-next-button .flickity-button-icon {
  width: 50%;
  height: 50%;
}
.infowindow__slider .flickity-prev-next-button.previous {
  left: 0;
}
.infowindow__slider .flickity-prev-next-button.next {
  left: 31.5px;
  right: 0;
}
.infowindow__slider .flickity-button:disabled {
  opacity: 1;
}
.infowindow__slider .flickity-button:disabled svg {
  fill: #ccc;
}

.slider__paging {
  position: absolute;
  z-index: 2;
  top: 11px;
  right: 18px;
  padding: 5px;
  background: white;
  border: 1px solid #ededed;
  margin: 0;
}

.hero {
  height: 60vh;
  position: relative;
  min-height: 600px;
}
@media (min-width: 768px) {
  .hero {
    height: 85vh;
  }
}
.hero h2, .hero .h2 {
  margin-bottom: 0 !important;
}
.hero p {
  margin: 20px 0 0 !important;
}
.hero::before {
  background: #162A4D;
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.hero__rotator-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.hero__cell, .hero__cell--separated {
  height: 60vh;
  position: relative;
  width: 100%;
  min-height: 600px;
}
@media (min-width: 768px) {
  .hero__cell, .hero__cell--separated {
    height: 85vh;
  }
}
.hero .hero__caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: calc(var(--header-height) + 40px) 48px;
  position: relative;
  z-index: 3;
  grid-column: 1/span 25;
  grid-row: 1/span 1 !important;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
.hero .hero__caption h2, .hero .hero__caption .h2 {
  color: #FFFFFF;
}
.hero .hero__caption p {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  padding: 0;
  margin: 0;
  color: #22427A;
}
.hero .hero__caption-container {
  position: relative;
}
.hero .hero__image {
  min-height: 300px;
  grid-column: 1/span 25;
  grid-row: 1/span 1 !important;
  position: relative;
}
.hero .hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hero.y_top .hero__caption {
  padding: calc(var(--header-height) + 80px) 64px;
  justify-content: flex-start;
}
.hero.y_center .hero__caption {
  justify-content: center;
}
.hero.y_bottom .hero__caption {
  justify-content: flex-end;
  padding: 64px 48px;
}
.hero.x_center .hero__caption-container {
  align-items: center;
  text-align: center;
}
.hero.x_center .hero__caption-container h2, .hero.x_center .hero__caption-container .h2 {
  text-align: center;
}
.hero.x_center.decorator_top .hero__caption-container::before {
  background: #162A4D;
  content: "";
  height: 4px;
  width: 120px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.hero.x_left .hero__caption-container {
  align-items: flex-start;
  text-align: left;
  width: 100%;
}
.hero.x_left .hero__caption-container h2, .hero.x_left .hero__caption-container .h2 {
  text-align: left;
}
@media (min-width: 768px) {
  .hero.x_left .hero__caption-container h2, .hero.x_left .hero__caption-container .h2 {
    max-width: 80cqw;
  }
}
.hero.x_left.decorator_top .hero__caption-container::before {
  background: #162A4D;
  content: "";
  height: 4px;
  width: 120px;
  position: absolute;
  top: -24px;
  left: 0;
}
.hero.x_right .hero__caption-container {
  align-items: flex-end;
  text-align: right;
  width: 100%;
}
.hero.x_right .hero__caption-container h2, .hero.x_right .hero__caption-container .h2 {
  text-align: right;
}
.hero.x_right.decorator_top .hero__caption-container::before {
  background: #162A4D;
  content: "";
  height: 4px;
  width: 120px;
  position: absolute;
  top: -24px;
  left: auto;
  right: 0;
}
.hero.decorator_left .hero__caption-container {
  padding-left: 32px;
}
.hero.decorator_left .hero__caption-container::before {
  background: #162A4D;
  content: "";
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.hero.decorator_right .hero__caption-container {
  padding-right: 32px;
}
.hero.decorator_right .hero__caption-container::before {
  background: #162A4D;
  content: "";
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
.hero.decorator_box .hero__caption-container {
  padding: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .hero.decorator_box .hero__caption-container {
    padding: 48px;
  }
}
.hero.decorator_box .hero__caption-container h2, .hero.decorator_box .hero__caption-container .h2, .hero.decorator_box .hero__caption-container p, .hero.decorator_box .hero__caption-container .btn {
  position: relative;
  z-index: 1;
}
.hero.decorator_box .hero__caption-container::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: rgba(10, 20, 31, 0.1);
}
.hero.text_small .hero__caption h2, .hero.text_small .hero__caption .h2 {
  font-size: clamp(1.8rem, 2vw, 6cqw);
}
.hero.text_medium .hero__caption h2, .hero.text_medium .hero__caption .h2 {
  font-size: clamp(1.8rem, 4vw, 4cqw);
}
.hero.text_large .hero__caption h2, .hero.text_large .hero__caption .h2 {
  font-size: clamp(2rem, 6vw, 6cqw);
}
.hero.text_xl .hero__caption h2, .hero.text_xl .hero__caption .h2 {
  font-size: clamp(2rem, 8vw, 8cqw);
}
.hero.text_light .hero__caption p {
  color: #FFFFFF;
}
.hero.text_dark .hero__caption p {
  color: #0A141F;
}
.hero.text_primary .hero__caption p {
  color: #162A4D;
}
.hero.text_secondary .hero__caption p {
  color: #22427A;
}
.hero.headline_light .hero__caption h2, .hero.headline_light .hero__caption .h2 {
  color: #FFFFFF;
}
.hero.headline_dark .hero__caption h2, .hero.headline_dark .hero__caption .h2 {
  color: #0A141F;
}
.hero.headline_primary .hero__caption h2, .hero.headline_primary .hero__caption .h2 {
  color: #162A4D;
}
.hero.headline_secondary .hero__caption h2, .hero.headline_secondary .hero__caption .h2 {
  color: #22427A;
}
.hero__image {
  min-height: 300px;
  position: relative;
}
.hero__image::after {
  background: rgba(10, 20, 31, 0.3);
  content: "";
  inset: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .hero.right .hero__caption {
    order: -1;
  }
}
@media (min-width: 768px) {
  .hero.h_half {
    height: 50vh;
  }
  .hero.h_half .hero__cell, .hero.h_half .hero__caption {
    height: 50vh;
  }
}
@media (min-width: 768px) {
  .hero.h_three_quarter {
    height: 80vh;
  }
  .hero.h_three_quarter .hero__cell, .hero.h_three_quarter .hero__caption {
    height: 80vh;
  }
}
@media (min-width: 768px) {
  .hero.h_full {
    height: 100vh;
  }
  .hero.h_full .hero__cell, .hero.h_full .hero__caption {
    height: 100vh;
  }
}
.hero .flickity-page-dots {
  bottom: 32px;
}
.hero .flickity-page-dots .dot {
  background: #FFFFFF;
  border: solid 2px #FFFFFF;
}
.hero .flickity-page-dots .dot.is-selected {
  background: #162A4D;
}
.hero .flickity-prev-next-button.previous {
  left: 16px;
}
@media (min-width: 768px) {
  .hero .flickity-prev-next-button.previous {
    left: 32px;
  }
}
.hero .flickity-prev-next-button.next {
  right: 16px;
}
@media (min-width: 768px) {
  .hero .flickity-prev-next-button.next {
    right: 32px;
  }
}
.hero .flickity-button {
  background: hsla(0, 0%, 100%, 0.5);
  transition: background 0.4s ease;
}
.hero .flickity-button:hover {
  background: hsla(0, 0%, 100%, 0.8);
}
.hero .flickity-button-icon {
  fill: #4d4d4d;
}

.doorways__items {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 32px;
  grid-gap: 10px;
}
@media (min-width: 768px) {
  .doorways__items {
    padding: 0 32px 60px;
    grid-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .doorways__items.category.offset .doorways__item:nth-of-type(3n + 1) {
    margin: -60px 0 60px;
  }
  .doorways__items.category.offset .doorways__item:nth-of-type(3n + 3) {
    margin: -60px 0 60px;
  }
}
.doorways__items.category .doorways__item {
  grid-column: auto/span 24 !important;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
@media (min-width: 569px) {
  .doorways__items.category .doorways__item {
    grid-column: auto/span 24 !important;
  }
}
@media (min-width: 768px) {
  .doorways__items.category .doorways__item {
    grid-column: auto/span 8 !important;
    min-height: 600px !important;
  }
}
@media (min-width: 1025px) {
  .doorways__items.category .doorways__item:hover::after {
    opacity: 0.8;
  }
  .doorways__items.category .doorways__item:hover .doorways__text p {
    opacity: 1;
  }
}
.doorways__items.category .doorways__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0A141F;
  opacity: 0.2;
  transition: opacity 0.5s ease;
}
.doorways__items.category .doorways__text {
  position: relative;
  z-index: 1;
  min-height: 600px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 24px;
}
.doorways__items.category .doorways__text h2, .doorways__items.category .doorways__text .h2 {
  color: #FFFFFF !important;
}
.doorways__items.category .doorways__text p {
  color: #FFFFFF !important;
}
@media (min-width: 1025px) {
  .doorways__items.category .doorways__text p {
    opacity: 0;
    height: 0;
    margin: 0;
    transition: opacity 0.5s ease;
  }
}
@media (min-width: 569px) and (max-width: 767px) {
  .doorways__items.aisle.offset .doorways__item:nth-of-type(2n + 1) {
    margin: -60px 0 60px;
  }
}
@media (min-width: 768px) {
  .doorways__items.aisle.offset .doorways__item:nth-of-type(3n + 1) {
    margin: -60px 0 60px;
  }
  .doorways__items.aisle.offset .doorways__item:nth-of-type(3n + 3) {
    margin: -60px 0 60px;
  }
}
.doorways__items.aisle .doorways__item {
  grid-column: auto/span 24 !important;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
@media (min-width: 569px) {
  .doorways__items.aisle .doorways__item {
    grid-column: auto/span 12 !important;
  }
}
@media (min-width: 768px) {
  .doorways__items.aisle .doorways__item {
    grid-column: auto/span 8 !important;
    min-height: 600px !important;
  }
}
@media (min-width: 1025px) {
  .doorways__items.aisle .doorways__item:hover::after {
    opacity: 0.8;
  }
  .doorways__items.aisle .doorways__item:hover .doorways__text p {
    opacity: 1;
  }
}
.doorways__items.aisle .doorways__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0A141F;
  opacity: 0.2;
  transition: opacity 0.5s ease;
}
.doorways__items.aisle .doorways__text {
  position: relative;
  z-index: 1;
  min-height: 600px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 24px;
}
.doorways__items.aisle .doorways__text h2, .doorways__items.aisle .doorways__text .h2 {
  color: #FFFFFF !important;
}
.doorways__items.aisle .doorways__text p {
  color: #FFFFFF !important;
}
@media (min-width: 1025px) {
  .doorways__items.aisle .doorways__text p {
    opacity: 0;
    height: 0;
    margin: 0;
    transition: opacity 0.5s ease;
  }
}

.section__text {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 1241px) {
  .section__text {
    padding: 60px 20px;
  }
}
.section__text h2, .section__text .h2,
.section__text h3,
.section__text .h3 {
  text-align: center;
  width: 100%;
}

div:has(.offset) .section__text {
  padding-bottom: 8%;
}
@media (min-width: 1241px) {
  div:has(.offset) .section__text {
    padding-bottom: 6%;
  }
}

.section__text-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.doorways__wrapper {
  padding: 40px 32px;
}
@media (min-width: 768px) {
  .doorways__wrapper {
    padding: 60px 32px;
  }
}
.doorways__wrapper .btn {
  margin: 0 auto;
  display: block;
  max-width: 180px;
}

.testimonials-rotator {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.testimonials-rotator:not(.testimonials-rotator.no-rotator) {
  width: 100%;
}
.testimonials-rotator__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 280px;
  width: 100%;
}
.testimonials-rotator__item p {
  text-align: center;
  width: 100%;
}
.testimonials-rotator__item-text, .testimonials-rotator__item-author, .testimonials-rotator__item span {
  color: #0A141F;
}
.dark-mode .testimonials-rotator__item-text, .dark-mode .testimonials-rotator__item-author, .dark-mode .testimonials-rotator__item span {
  color: #0A141F;
}
.testimonials-rotator__values {
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .testimonials-rotator__values {
    flex-direction: row;
  }
}
.testimonials-rotator__stars {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .testimonials-rotator__stars {
    flex: 0 0 50%;
    justify-content: flex-end;
  }
}
.testimonials-rotator__value {
  flex: 0 0 100%;
  justify-content: center;
}
.testimonials-rotator__value h3, .testimonials-rotator__value .h3, .testimonials-rotator__value p {
  width: unset;
  color: #0A141F;
}
.dark-mode .testimonials-rotator__value h3, .dark-mode .testimonials-rotator__value .h3, .dark-mode .testimonials-rotator__value p {
  color: #0A141F;
}
.testimonials-rotator__value--average {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .testimonials-rotator__value--average {
    flex: 0 0 50%;
    justify-content: flex-start;
  }
}

.testimonials-text h2, .testimonials-text .h2, .testimonials-text h3, .testimonials-text .h3, .testimonials-text p {
  color: #0A141F;
}
.dark-mode .testimonials-text h2, .dark-mode .testimonials-text .h2, .dark-mode .testimonials-text h3, .dark-mode .testimonials-text .h3, .dark-mode .testimonials-text p {
  color: #0A141F;
}
.testimonials-text h2, .testimonials-text .h2, .testimonials-text h3:not(.testimonials-rotator__value--average h3):not(.testimonials-rotator__value--average .h3):not(.testimonials-rotator__value--count h3):not(.testimonials-rotator__value--count .h3), .testimonials-text .h3:not(.testimonials-rotator__value--average h3):not(.testimonials-rotator__value--average .h3):not(.testimonials-rotator__value--count h3):not(.testimonials-rotator__value--count .h3) {
  width: 100%;
  text-align: center;
}

.contact {
  padding: 40px 32px;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
@media (min-width: 768px) {
  .contact {
    padding: 60px 32px;
    padding-bottom: calc(60px + 60px);
  }
}
.contact .section {
  grid-column: auto/span 24;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .contact .section {
    grid-column: auto/span 10;
    margin: 60px -60px -60px 0;
  }
}
.contact .section__container {
  grid-gap: 0;
  width: 100%;
}
.contact .section__text {
  background: #22427A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .contact .section__text {
    padding: 24px;
  }
}
.contact .section__text .section__text-block {
  text-align: center;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .contact .section__text .section__text-block {
    padding: 24px;
  }
}
.contact .section__text .section__text-block p {
  margin: 4px 0 0;
}
.contact .section__text .section__text-block p.label-text {
  margin: 16px 0 8px;
}
.contact .section__text .label-text {
  font-weight: 600;
  text-transform: uppercase;
}
.contact .section__image {
  order: 2;
}
.contact .map {
  grid-column: auto/span 24;
}
@media (min-width: 768px) {
  .contact .map {
    grid-column: auto/span 14;
  }
}

body {
  font-family: trade-gothic-next, sans-serif;
  background-color: primary;
  background-color: #FFFFFF;
  color: #0A141F;
}
.dark-mode body {
  background-color: #0A141F;
  background-color: #0A141F;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: #0A141F;
}
.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: trade-gothic-next, 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: trade-gothic-next, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #0A141F;
}
.dark-mode p {
  color: #FFFFFF;
}

a {
  color: #0A141F;
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    color: #162A4D;
  }
}
.dark-mode a {
  color: #FFFFFF;
}
.dark-mode a:hover {
  color: #162A4D;
}

.btn {
  background: #F44336;
  border: solid 1px #F44336;
  border-radius: 2px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: trade-gothic-next, 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 {
    background: #162A4D;
    color: #FFFFFF;
    border-color: #FFFFFF;
  }
}

ul {
  margin: 0;
  padding: 0 10px;
}

li {
  padding: 5px 0;
}

.disclaimer {
  color: #0A141F;
  background-color: primary;
  background-color: #FFFFFF;
}
.dark-mode .disclaimer {
  color: #FFFFFF;
}
.dark-mode .disclaimer {
  background-color: #0A141F;
  background-color: #0A141F;
}

.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: #22427A;
}

/* 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 {
    border-color: #FFFFFF;
  }
}

.headline_light h2, .headline_light .h2 {
  color: #FFFFFF;
}

.headline_dark h2, .headline_dark .h2 {
  color: #0A141F;
}

.headline_primary h2, .headline_primary .h2 {
  color: #162A4D;
}

.headline_secondary h2, .headline_secondary .h2 {
  color: #22427A;
}

.text_light p {
  color: #FFFFFF;
}

.text_dark p {
  color: #0A141F;
}

.text_primary p {
  color: #162A4D;
}

.text_secondary p {
  color: #22427A;
}

.footer {
  background: #0A141F;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .footer {
    padding: 60px 0 0 !important;
  }
}
@media (min-width: 991px) {
  .footer__logo-container {
    align-items: flex-start;
  }
}
.footer__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-AwbreyOrtho/MasterPage/1524148.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 80px;
}
@media (min-width: 1025px) {
  .footer__logo {
    background-position-x: right !important;
  }
}
.footer__address p {
  color: #FFFFFF;
}
.footer__copyright a {
  font-size: clamp(0.75rem, 1vw, 1rem);
  margin: 0 8px;
  padding: 0;
}
@media (min-width: 991px) {
  .footer__copyright a:nth-of-type(1) {
    margin: 0;
  }
  .footer__copyright a:nth-of-type(2), .footer__copyright a:nth-of-type(3) {
    margin: 0 20px;
  }
}
@media (min-width: 1025px) {
  .footer__copyright a:nth-of-type(1), .footer__copyright a:nth-of-type(2), .footer__copyright a:nth-of-type(3) {
    margin: 0 20px 0 0;
  }
  .footer__copyright a:hover {
    color: #162A4D;
  }
}

.footer--2 .footer__logo {
  min-width: unset !important;
  max-width: 240px !important;
  width: 100%;
}

.footer__copyright {
  background: #22427A !important;
  padding: 20px 70px !important;
  flex-direction: row;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .footer__copyright {
    display: flex;
    justify-content: flex-start;
    padding: 20px 70px !important;
  }
}
@media (min-width: 1025px) {
  .footer__copyright {
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .footer__copyright {
    padding-left: max(16px, (100vw - 1920px) / 2 + 220px) !important;
  }
}
.footer__copyright span {
  display: none !important;
}

.footer__address-headline {
  font-size: 1rem !important;
  border-bottom: 1px solid #FFFFFF !important;
}

.footer__address p {
  font-size: 1rem !important;
}

@media (min-width: 1025px) {
  .footer__address--1 {
    grid-column: 2/span 5 !important;
  }
}

.footer__address--2 .social-icons__icon {
  display: none;
}

html:not(.home-page) .footer .footer__copyright {
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  html:not(.home-page) .footer .footer__copyright {
    margin-bottom: 0;
  }
}

body {
  background: #FFFFFF;
  color: #0A141F;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  font-variant-numeric: lining-nums; /* --- Fixes Number Character Alignments ---*/
}

h1, .h1 {
  font-family: montserrat, sans-serif !important;
  font-size: clamp(32px, 3vw, 64px);
  font-weight: 300;
  letter-spacing: 0.026em;
  margin: 0;
  text-transform: capitalize;
}

.home-tag h1, .home-tag .h1 {
  color: #FFFFFF;
}

h2, .h2 {
  color: #162A4D;
  font-family: montserrat, sans-serif !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 300;
  letter-spacing: 0.026em;
  line-height: 1.2;
  text-transform: capitalize;
}

h3, .h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #0A141F;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  letter-spacing: unset;
  text-transform: capitalize;
  line-height: 1;
}

.featured__headline, .section__headline {
  color: #162A4D;
  font-family: montserrat, sans-serif !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 300;
  letter-spacing: 0.026em;
  letter-spacing: unset;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 56px;
  text-transform: capitalize;
  position: relative;
}
.featured__headline::after, .section__headline::after {
  display: none !important;
}

p {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  line-height: 2 !important;
  letter-spacing: unset;
}

a {
  color: #162A4D;
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    color: rgb(5, 9.5454545455, 17.5);
  }
}

form button {
  cursor: pointer;
}

.show-more-btn {
  color: #162A4D !important;
  padding: 0 !important;
  border-radius: 0 !important;
  min-width: unset;
}
.show-more-btn:hover {
  color: rgb(21.7733333333, 41.5672727273, 76.2066666667) !important;
  background: transparent !important;
}

li:not(.nav__item) {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem) !important;
  line-height: 1.4 !important;
  padding: 3px 0 !important;
}

.flickity-page-dots .dot {
  padding: 0 !important;
}

input,
textarea {
  border: solid 1px rgba(10, 20, 31, 0.5);
  border-radius: 4px;
  padding: 16px;
  color: #0A141F;
  outline: unset;
}

.btn {
  background: #22427A;
  border: 2px solid #22427A;
  border-radius: 3px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: trade-gothic-next, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 20px;
  min-width: 165px;
  padding: 16px 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s ease;
  white-space: normal;
  line-height: 1;
}
@media (min-width: 1025px) {
  .btn:hover {
    background: rgb(22.8846153846, 44.4230769231, 82.1153846154);
    border: 2px solid rgb(22.8846153846, 44.4230769231, 82.1153846154);
    border-radius: 3px;
    color: #FFFFFF;
  }
}

.btn--2, .container .container__items--1 .section__text-block .btn, .hero .hero__caption-container .btn:nth-of-type(2) {
  background: #162A4D;
  border: 2px solid #162A4D;
  border-radius: 3px;
  color: #FFFFFF;
}
@media (min-width: 1025px) {
  .btn--2:hover, .container .container__items--1 .section__text-block .btn:hover, .hero .hero__caption-container .btn:hover:nth-of-type(2) {
    background: rgb(10.6666666667, 20.3636363636, 37.3333333333);
    border: 2px solid rgb(10.6666666667, 20.3636363636, 37.3333333333);
    border-radius: 3px;
    color: #FFFFFF;
  }
}

.custom-link {
  color: #162A4D;
  font-family: trade-gothic-next, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.026em;
  text-decoration: underline;
  margin: 0;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .custom-link:hover {
    text-decoration: none;
  }
}

ul {
  margin: 0;
  padding: 0 10px;
}

li {
  padding: 5px 0;
}

.breadcrumbs {
  padding: 10px 20px;
}

.breadcrumbs__items {
  display: flex;
  align-items: center;
  list-style: none;
}

.breadcrumbs__item {
  padding: 0 5px;
  position: relative;
  margin-right: 15px;
  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;
}

.disclaimer {
  background: #FFFFFF;
  color: #0A141F;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.026em;
}

/* Use if changing star color */
#star-full stop,
#star-half .fill {
  stop-color: #22427A;
}

/* ---------- Internal Pages ---------- */
/* 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 .breadcrumbs__item a, .masthead--w--img .breadcrumbs__item a, .masthead--no-img .breadcrumbs__item a {
  color: #FFFFFF !important;
}
@media (min-width: 1025px) {
  .masthead .breadcrumbs__item a:hover, .masthead--w--img .breadcrumbs__item a:hover, .masthead--no-img .breadcrumbs__item a:hover {
    color: #22427A !important;
  }
}
.masthead .btn, .masthead--w--img .btn, .masthead--no-img .btn {
  border: none !important;
}

.masthead--w-bg {
  position: relative;
}
.masthead--w-bg::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.form-block__form-wrapper {
  min-height: 700px;
}

/* Bottom Bar */
.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: #162A4D;
  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;
}
.bottom_bar-items .icon__container-1 img,
.bottom_bar-items .icon__container-2 img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}
@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.8rem;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .bottom_bar {
    display: none;
  }
}

@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;
}
.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: 500px;
  position: relative;
  z-index: 1;
}
.custom-form__container-items .featured__headline {
  color: #FFFFFF;
  font-size: clamp(1.6rem, 5vw, 3rem);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  margin: 0 0 16px !important;
  text-align: center;
}

.header .nav-toggle {
  top: 20px;
  border: solid 1px rgb(36.8, 73.6, 147.2);
  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: #0A141F;
  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: 1600px;
    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 rgb(157.4, 181.8, 230.6);
}
@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: #162A4D;
    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: rgb(157.4, 181.8, 230.6);
  }
  .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: #162A4D;
    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: #0A141F;
}

@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 rgb(157.4, 181.8, 230.6);
}

@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(177.8, 197.1, 235.7) !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 rgb(157.4, 181.8, 230.6);
  }
}

.header__tophat {
  background: #0A141F;
}
.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: 1600px;
  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;
}

/* ----- Header Notification ------ */
.header__notification--hidden {
  padding: 0 !important;
}

/* ----- Header Tophat ------ */
.header__tophat-container {
  justify-content: flex-end !important;
}

.header__tophat-container {
  gap: 24px;
}
@media (min-width: 1025px) {
  .header__tophat-container {
    gap: 34px;
  }
}
@media (min-width: 1620px) {
  .header__tophat-container {
    justify-content: flex-start;
    padding: 12px 0;
  }
}
.header__tophat-container .header__tophat-item:nth-of-type(5) {
  margin-left: auto;
}
.header__tophat-container .header__tophat-item:nth-of-type(5),
.header__tophat-container .header__tophat-item:nth-of-type(6),
.header__tophat-container .header__tophat-item:nth-of-type(7) {
  height: 100%;
  position: relative;
}
.header__tophat-container .header__tophat-item:nth-of-type(5):hover::before,
.header__tophat-container .header__tophat-item:nth-of-type(6):hover::before,
.header__tophat-container .header__tophat-item:nth-of-type(7):hover::before {
  content: "";
  background: #22427A;
  min-height: 41px;
  width: 130%;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 0;
}
.header__tophat-container .header__tophat-item span {
  display: block;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

html.home-page .header__container, .header--scroll .header__container,
.header:not(.hamburger) .header__container, html:not(.home-page) .header__container {
  padding: 22px 48px !important;
}
@media (min-width: 1620px) {
  html.home-page .header__container, .header--scroll .header__container,
  .header:not(.hamburger) .header__container, html:not(.home-page) .header__container {
    padding: 12px 0 !important;
  }
}
html.home-page .header__cta-container .nav__item .nav__link, .header--scroll .header__cta-container .nav__item .nav__link,
.header:not(.hamburger) .header__cta-container .nav__item .nav__link, html:not(.home-page) .header__cta-container .nav__item .nav__link {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  margin-left: 8px;
  min-width: fit-content;
  text-transform: capitalize !important;
}
html.home-page .header__cta-container .nav__item .cta__icon, .header--scroll .header__cta-container .nav__item .cta__icon,
.header:not(.hamburger) .header__cta-container .nav__item .cta__icon, html:not(.home-page) .header__cta-container .nav__item .cta__icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: #22427A;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  padding-inline-end: 0;
}
html.home-page .header__cta-container .nav__item .cta__icon svg, .header--scroll .header__cta-container .nav__item .cta__icon svg,
.header:not(.hamburger) .header__cta-container .nav__item .cta__icon svg, html:not(.home-page) .header__cta-container .nav__item .cta__icon svg {
  height: 14px;
  width: 14px;
}
html.home-page .header__cta-container .nav__item .cta__icon svg .st0, .header--scroll .header__cta-container .nav__item .cta__icon svg .st0,
.header:not(.hamburger) .header__cta-container .nav__item .cta__icon svg .st0, html:not(.home-page) .header__cta-container .nav__item .cta__icon svg .st0 {
  fill: #FFFFFF !important;
}
html.home-page .header__cta-container .nav__item:last-of-type, .header--scroll .header__cta-container .nav__item:last-of-type,
.header:not(.hamburger) .header__cta-container .nav__item:last-of-type, html:not(.home-page) .header__cta-container .nav__item:last-of-type {
  background: transparent !important;
}
@media (min-width: 1025px) {
  html.home-page .header__cta-container .nav__item:last-of-type, .header--scroll .header__cta-container .nav__item:last-of-type,
  .header:not(.hamburger) .header__cta-container .nav__item:last-of-type, html:not(.home-page) .header__cta-container .nav__item:last-of-type {
    padding: 0 inherit !important;
  }
}
@media (min-width: 1241px) {
  html.home-page .header__cta-container .nav__item:last-of-type .nav__link, .header--scroll .header__cta-container .nav__item:last-of-type .nav__link,
  .header:not(.hamburger) .header__cta-container .nav__item:last-of-type .nav__link, html:not(.home-page) .header__cta-container .nav__item:last-of-type .nav__link {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    text-align: right;
  }
}
html.home-page .header__cta-container .nav__item:last-of-type .cta__icon, .header--scroll .header__cta-container .nav__item:last-of-type .cta__icon,
.header:not(.hamburger) .header__cta-container .nav__item:last-of-type .cta__icon, html:not(.home-page) .header__cta-container .nav__item:last-of-type .cta__icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: #22427A;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  padding-inline-end: 0;
}
html.home-page .header__cta-container .nav__item:last-of-type .cta__icon svg, .header--scroll .header__cta-container .nav__item:last-of-type .cta__icon svg,
.header:not(.hamburger) .header__cta-container .nav__item:last-of-type .cta__icon svg, html:not(.home-page) .header__cta-container .nav__item:last-of-type .cta__icon svg {
  height: 14px;
  width: 14px;
}
html.home-page .header__cta-container .nav__item:last-of-type .cta__icon svg .st0, .header--scroll .header__cta-container .nav__item:last-of-type .cta__icon svg .st0,
.header:not(.hamburger) .header__cta-container .nav__item:last-of-type .cta__icon svg .st0, html:not(.home-page) .header__cta-container .nav__item:last-of-type .cta__icon svg .st0 {
  fill: #FFFFFF !important;
}
html.home-page .header__cta-container .st0, .header--scroll .header__cta-container .st0,
.header:not(.hamburger) .header__cta-container .st0, html:not(.home-page) .header__cta-container .st0 {
  fill: #0A141F !important;
}
@media (min-width: 1241px) {
  html.home-page .header__logo-container, .header--scroll .header__logo-container,
  .header:not(.hamburger) .header__logo-container, html:not(.home-page) .header__logo-container {
    height: 96px !important;
  }
}
html.home-page .header__logo, .header--scroll .header__logo,
.header:not(.hamburger) .header__logo, html:not(.home-page) .header__logo {
  min-height: 44px;
  min-width: 94px !important;
  max-width: 144px !important;
}
@media (min-width: 768px) {
  html.home-page .header__logo, .header--scroll .header__logo,
  .header:not(.hamburger) .header__logo, html:not(.home-page) .header__logo {
    min-height: 64px;
    min-width: 224px !important;
    max-width: 224px !important;
  }
}
html.home-page .header__nav .nav__items .nav__item .nav__link, .header--scroll .header__nav .nav__items .nav__item .nav__link,
.header:not(.hamburger) .header__nav .nav__items .nav__item .nav__link, html:not(.home-page) .header__nav .nav__items .nav__item .nav__link {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}

html:not(.home-page) .header__nav-toggle span::after,
html:not(.home-page) .header__nav-toggle span::before,
html:not(.home-page) .header__nav-toggle span,
.header--scroll .header__nav-toggle span::after,
.header--scroll .header__nav-toggle span::before,
.header--scroll .header__nav-toggle span {
  background: #0A141F !important;
}

.header--scroll .header__cta-container .nav__item .nav__link,
html:not(.home-page) .header__cta-container .nav__item .nav__link {
  color: #0A141F !important;
}

/* ---------- Small Screen Header Scroll ---------- */
@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;
}

.footer {
  padding: 20px 0 0;
  min-height: unset;
}
.footer__container {
  display: grid;
  grid-template-columns: minmax(32px, calc((100vw - 1600px) / 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 - 1600px) / 2 + 32px));
  grid-row-gap: 24px;
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  padding: 0;
  align-items: start;
  margin: 0 !important;
  max-width: unset !important;
  width: 100%;
}
.footer__logo-container {
  grid-column: auto/span 26;
  order: -1;
}
@media (min-width: 991px) {
  .footer__logo-container {
    order: unset;
    grid-column: 21/span 5;
    grid-row: 1/span 1;
    height: 100%;
  }
}
.footer__logo {
  background-position: center center;
  min-width: 100% !important;
}
@media (min-width: 991px) {
  .footer__logo {
    background-position: left center;
  }
}
.footer__social-container {
  display: none;
}
.footer__nav {
  display: none;
}
.footer__address {
  grid-column: auto/span 26;
  flex-direction: column;
  align-items: center;
  font-size: 1.1rem;
  padding: 0;
}
@media (min-width: 991px) {
  .footer__address {
    grid-column: auto/span 5;
    grid-row: 1/span 1;
    align-items: flex-end;
  }
}
@media (min-width: 991px) {
  .footer__address--1 {
    grid-column: 2/span 4;
  }
}
.footer__address-headline {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 8px !important;
  font-size: 1.1rem !important;
  width: auto !important;
}
@media (min-width: 991px) {
  .footer__address-headline {
    width: 100% !important;
  }
}
.footer__address .social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  justify-content: center;
}
@media (min-width: 991px) {
  .footer__address .social-icons {
    justify-content: flex-start;
  }
}
.footer__address .social-icons__icon {
  width: 24px;
  height: auto;
}
.footer__address p {
  text-align: center;
  width: 100%;
  padding: 0;
  line-height: 1.6 !important;
  font-size: 1.1rem !important;
}
@media (min-width: 991px) {
  .footer__address p {
    text-align: left;
  }
}
.footer__address a {
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  padding-top: 24px;
  color: #22427A;
}
@media (min-width: 991px) {
  .footer__address a {
    text-align: left;
    font-size: clamp(0.9rem, 1.4vw, 1.4rem);
  }
}
@media (min-width: 1025px) {
  .footer__address a:hover {
    color: #22427A;
  }
}
.footer__copyright {
  grid-column: auto/span 26;
  background: #22427A;
  padding: 12px;
}
@media (min-width: 991px) {
  .footer__copyright {
    grid-row: 4/span 1;
  }
}

body.home-page {
  display: flex;
  flex-direction: column;
}

.homepage__headline {
  color: #0A141F;
  font-family: trade-gothic-next, sans-serif;
  font-size: clamp(2rem, 2.5vw, 3.5rem);
  font-weight: 400;
  margin: 0 0 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.dark-mode .homepage__headline {
  color: #FFFFFF;
}

.homepage__subheadline, .doorways__items.category .doorways__text h2, .doorways__items.category .doorways__text .h2, .doorways__items.aisle .doorways__text h2, .doorways__items.aisle .doorways__text .h2 {
  color: #0A141F;
  font-family: montserrat, sans-serif !important;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 400;
  margin: 0 0 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.dark-mode .homepage__subheadline, .dark-mode .doorways__items.category .doorways__text h2, .doorways__items.category .doorways__text .dark-mode h2, .dark-mode .doorways__items.category .doorways__text .h2, .doorways__items.category .doorways__text .dark-mode .h2, .dark-mode .doorways__items.aisle .doorways__text h2, .doorways__items.aisle .doorways__text .dark-mode h2, .dark-mode .doorways__items.aisle .doorways__text .h2, .doorways__items.aisle .doorways__text .dark-mode .h2 {
  color: #FFFFFF;
}

.home-tag {
  flex: 0 0 100%;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.home-tag h1, .home-tag .h1 {
  font-size: 14px;
  text-transform: none;
}

h2, .h2 {
  color: #162A4D;
  margin-bottom: 20px !important;
}

.welcome {
  padding: 40px 32px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .welcome {
    padding: 60px 32px;
    padding-top: calc(60px + 60px);
    padding-bottom: calc(60px - 60px);
  }
}
.welcome .section__text {
  grid-column: auto/span 24;
}
@media (min-width: 768px) {
  .welcome .section__text {
    grid-column: auto/span 10;
    display: flex;
    align-items: center;
  }
}
.welcome .section__text-block {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .welcome .section__text-block {
    padding: 24px;
  }
}
.welcome .section__image-container {
  grid-column: auto/span 24;
  order: -1;
}
@media (min-width: 768px) {
  .welcome .section__image-container {
    grid-column: auto/span 14;
    order: unset;
    padding: 24px;
  }
}
.welcome .section__image--1 {
  min-height: 300px;
}
@media (min-width: 768px) {
  .welcome .section__image--1 {
    grid-column: auto/span 18;
    min-height: 500px;
  }
}
.welcome .section__image--2 {
  position: relative;
  min-height: 300px;
}
@media (min-width: 768px) {
  .welcome .section__image--2 {
    grid-column: auto/span 18;
    min-height: 500px;
    margin: -60px -120px 60px 120px;
    border: solid 10px #FFFFFF;
  }
}
.dark-mode .welcome .section__image--2 {
  border-color: #0A141F;
}

.testimonials-wrapper {
  width: 100%;
  padding: 40px 32px;
  overflow: hidden;
  background-color: secondary;
  background-color: #EFF3FB;
}
.dark-mode .testimonials-wrapper {
  background-color: #0A141F;
  background-color: rgb(157.4, 181.8, 230.6);
}
@media (min-width: 768px) {
  .testimonials-wrapper {
    padding: 60px 32px;
  }
}

.categories {
  padding: 40px 32px;
}
@media (min-width: 768px) {
  .categories {
    padding: 60px 32px;
  }
}

.parallax {
  padding: 40px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("//assets.doctorlogic.com/Images/Sites/T/ThePlasticsClinic_Sparks/MasterPage/1046955.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  max-width: 1400px;
  margin: 0 auto 40px;
  min-height: 400px;
}
@media (min-width: 768px) {
  .parallax {
    padding: 60px 32px;
    background-attachment: fixed;
    margin: 0 auto 60px;
  }
}
.parallax::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0A141F;
  opacity: 0.8;
}
.parallax .section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}
.parallax .section__container h2, .parallax .section__container .h2 {
  color: #FFFFFF;
  text-align: center;
}

.practitioner {
  padding: 40px 0;
  background-color: primary;
  background-color: #FFFFFF;
}
.dark-mode .practitioner {
  background-color: #0A141F;
  background-color: #0A141F;
}
@media (min-width: 768px) {
  .practitioner {
    padding: 60px 0;
  }
}
.practitioner .section {
  padding: 40px 32px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .practitioner .section {
    padding: 60px 32px;
    padding-top: 0;
  }
}
.practitioner .section__container {
  max-width: 1400px;
  margin: 0 auto;
}
.practitioner .section__image {
  min-height: 300px;
}
@media (min-width: 768px) {
  .practitioner .section__image {
    min-height: 500px;
  }
}
.practitioner .section__text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .practitioner .section__text-block {
    padding: 24px;
  }
}
.practitioner .section__text-block h2:not(.aisle-text h2):not(.aisle-text .h2), .practitioner .section__text-block .h2:not(.aisle-text h2):not(.aisle-text .h2), .practitioner .section__text-block h3:not(.aisle-text h3):not(.aisle-text .h3), .practitioner .section__text-block .h3:not(.aisle-text h3):not(.aisle-text .h3), .practitioner .section__text-block p:not(.aisle-text p) {
  text-align: left;
}
.practitioner .section__text-block .homepage__headline, .practitioner .section__text-block .homepage__subheadline, .practitioner .section__text-block .doorways__items.category .doorways__text h2, .doorways__items.category .doorways__text .practitioner .section__text-block h2, .practitioner .section__text-block .doorways__items.category .doorways__text .h2, .doorways__items.category .doorways__text .practitioner .section__text-block .h2, .practitioner .section__text-block .doorways__items.aisle .doorways__text h2, .doorways__items.aisle .doorways__text .practitioner .section__text-block h2, .practitioner .section__text-block .doorways__items.aisle .doorways__text .h2, .doorways__items.aisle .doorways__text .practitioner .section__text-block .h2, .practitioner .section__text-block p, .practitioner .section__text-block span {
  color: #0A141F;
}
.dark-mode .practitioner .section__text-block .homepage__headline, .dark-mode .practitioner .section__text-block .homepage__subheadline, .dark-mode .practitioner .section__text-block .doorways__items.category .doorways__text h2, .doorways__items.category .doorways__text .dark-mode .practitioner .section__text-block h2, .dark-mode .practitioner .section__text-block .doorways__items.category .doorways__text .h2, .doorways__items.category .doorways__text .dark-mode .practitioner .section__text-block .h2, .dark-mode .practitioner .section__text-block .doorways__items.aisle .doorways__text h2, .doorways__items.aisle .doorways__text .dark-mode .practitioner .section__text-block h2, .dark-mode .practitioner .section__text-block .doorways__items.aisle .doorways__text .h2, .doorways__items.aisle .doorways__text .dark-mode .practitioner .section__text-block .h2, .dark-mode .practitioner .section__text-block p, .dark-mode .practitioner .section__text-block span {
  color: #FFFFFF;
}

/* ---------- Homepage Padding ---------- */
/* ---------- Homepage Headline Styles ---------- */
.homepage__subheadline, .doorways__items.category .doorways__text h2, .doorways__items.category .doorways__text .h2, .doorways__items.aisle .doorways__text h2, .doorways__items.aisle .doorways__text .h2 {
  color: #22427A;
  font-family: montserrat, sans-serif !important;
  font-size: clamp(1.2rem, 1.3vw, 1.3rem) !important;
  font-weight: 500;
  letter-spacing: 0.026em;
  margin: 0 0 36px;
  text-transform: uppercase;
}

.homepage__headline {
  color: #162A4D;
  font-family: montserrat, sans-serif !important !important;
  font-size: clamp(34px, 3vw, 64px);
  font-weight: 300 !important;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 !important;
  text-transform: none;
}
@media (min-width: 1025px) {
  .homepage__headline {
    margin: 0 0 36px !important;
  }
}

/* ---------- Homepage Mixins ---------- */
/* ---------- Hero ---------- */
.hero {
  height: 100vh;
  min-height: 100vh;
}
.hero .flickity-viewport,
.hero .flickity-slider {
  height: 100vh;
  min-height: 100vh;
}
.hero__cell {
  height: 100vh;
  min-height: 100vh;
  padding: 40px 32px;
  position: relative;
}
.hero__cell::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  inset: 0;
  position: absolute;
  z-index: 0;
}
@media (min-width: 768px) {
  .hero__cell {
    padding: 80px 80px;
  }
}
@media (min-width: 1241px) {
  .hero__cell {
    padding: 120px 40px;
  }
}
@media (min-width: 2000px) {
  .hero__cell {
    padding: 120px 120px;
  }
}
.hero .hero__caption {
  display: flex;
  justify-content: flex-end !important;
  height: 95% !important;
  max-width: 1400px;
  padding: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1241px) {
  .hero .hero__caption {
    justify-content: center !important;
  }
}
.hero .hero__caption-container {
  text-align: flex-start !important;
}
@media (min-width: 1241px) {
  .hero .hero__caption-container {
    align-items: flex-start !important;
    text-align: left !important;
  }
}
.hero .hero__caption-container h2, .hero .hero__caption-container .h2 {
  font-size: clamp(34px, 3vw, 74px) !important;
  margin: 0 0 16px !important;
  line-height: 1.1;
  text-align: left !important;
}
@media (min-width: 991px) {
  .hero .hero__caption-container h2, .hero .hero__caption-container .h2 {
    line-height: 1.125;
    max-width: 700px !important;
    margin: 0 0 36px !important;
  }
}
@media (min-width: 1241px) {
  .hero .hero__caption-container h2, .hero .hero__caption-container .h2 {
    text-align: left !important;
  }
}
.hero .hero__caption-container p {
  font-size: clamp(1rem, 1.2vw, 1.1rem) !important;
  margin: 0 !important;
  text-align: left;
}
@media (min-width: 991px) {
  .hero .hero__caption-container p {
    margin: 0 0 36px !important;
  }
}
@media (min-width: 1025px) {
  .hero .hero__caption-container p {
    padding-right: 400px;
  }
}
@media (min-width: 1441px) {
  .hero .hero__caption-container p {
    max-width: 1000px;
  }
}
.hero .hero__caption-container .btn:nth-of-type(1) {
  margin: 20px 20px 0 0 !important;
}
/* ---------- Categories ---------- */
.categories-text {
  padding: 40px 32px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .categories-text {
    padding: 80px 80px;
  }
}
@media (min-width: 1241px) {
  .categories-text {
    padding: 100px 40px 0;
  }
}
.categories-text .section__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  gap: 10px;
}
.categories-text .section__container .section-custom__text {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  gap: 10px;
}
.categories-text .section__container .section-custom__text-block {
  grid-column: auto/span 24;
}
@media (min-width: 1025px) {
  .categories-text .section__container .section-custom__text-block--1 {
    grid-column: auto/span 12;
  }
}
.categories-text .section__container .section-custom__text-block--1 h2, .categories-text .section__container .section-custom__text-block--1 .h2 {
  margin: 0;
}
@media (min-width: 1025px) {
  .categories-text .section__container .section-custom__text-block--1 h2, .categories-text .section__container .section-custom__text-block--1 .h2 {
    padding-right: 150px;
  }
}
@media (min-width: 1025px) {
  .categories-text .section__container .section-custom__text-block--2 {
    grid-column: auto/span 12;
  }
}
@media (min-width: 1025px) {
  .categories-text .section__container .section-custom__text-block--2 p:first-of-type {
    margin-top: 50px;
  }
}

.categories {
  padding-top: 0;
}
.categories .doorways__items {
  padding: 0;
}
.categories .doorways__items .doorways__text {
  padding: 0 !important;
}
.categories .doorways__items.category .doorways__item {
  padding: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.categories .doorways__items.category .doorways__text h2, .categories .doorways__items.category .doorways__text .h2 {
  background: #FFFFFF;
  color: #0A141F !important;
  padding: 20px 20px;
  border-top: 8px solid #22427A;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  font-size: clamp(0.9rem, 1.2vw, 1.5rem) !important;
}
.categories .doorways__items.category .doorways__text h2::before, .categories .doorways__items.category .doorways__text .h2::before {
  content: "Learn More";
  position: absolute;
  top: 38%;
  right: 20px;
  color: #22427A;
  font-family: trade-gothic-next, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.026em;
  text-decoration: underline;
  margin: 0;
  transition: all 0.5s ease;
}
.categories .doorways__items.category .doorways__text p {
  padding: 40px;
  display: none;
}
@media (min-width: 1025px) {
  .categories .doorways__items.category .doorways__text p {
    display: block;
  }
}
.categories .btn {
  margin-top: 40px;
  text-align: center;
}
.categories .doorways__items.category .doorways__item {
  grid-column: auto/span 24 !important;
}
@media (min-width: 768px) {
  .categories .doorways__items.category .doorways__item {
    grid-column: auto/span 12 !important;
  }
}
.categories .doorways__items.category .doorways__text {
  justify-content: flex-start;
}

/* ---------- Container Items Section ---------- */
.container {
  padding: 0;
}
.container .container__items {
  position: sticky;
  align-items: stretch;
}
.container .container__items .section__container {
  gap: 0;
}
.container .container__items .section__container .section__text {
  grid-column: auto/span 24;
  display: flex;
  justify-content: center;
  min-height: 400px;
  padding: 40px 32px;
}
@media (min-width: 768px) {
  .container .container__items .section__container .section__text {
    padding: 80px 80px;
  }
}
@media (min-width: 991px) {
  .container .container__items .section__container .section__text {
    grid-column: auto/span 12;
    min-height: 900px;
  }
}
@media (min-width: 1441px) {
  .container .container__items .section__container .section__text {
    padding: 120px 25% 120px;
  }
}
.container .container__items .section__container .section__text-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .container .container__items .section__container .section__text-block {
    align-items: center;
  }
}
.container .container__items .section__container .section__image {
  grid-column: auto/span 24;
  min-height: 400px;
}
@media (min-width: 991px) {
  .container .container__items .section__container .section__image {
    grid-column: auto/span 12;
    min-height: 900px;
  }
}
.container .container__items--1 .section__text {
  background: #22427A;
  order: 1;
}
@media (min-width: 991px) {
  .container .container__items--1 .section__text {
    order: 2;
  }
}
@media (min-width: 2000px) {
  .container .container__items--1 .section__text-block {
    margin: 0 160px 0 0;
  }
}
.container .container__items--1 .section__text-block .homepage__subheadline, .container .container__items--1 .section__text-block h2, .container .container__items--1 .section__text-block .h2, .container .container__items--1 .section__text-block p {
  color: #FFFFFF;
  text-align: left;
}
@media (min-width: 768px) {
  .container .container__items--1 .section__text-block .homepage__subheadline, .container .container__items--1 .section__text-block h2, .container .container__items--1 .section__text-block .h2, .container .container__items--1 .section__text-block p {
    text-align: center;
  }
}
.container .container__items--1 .section__image {
  order: 2;
}
@media (min-width: 991px) {
  .container .container__items--1 .section__image {
    order: 1;
  }
}
.container .container__items--2 .section__text {
  background: #FFFFFF;
  order: 1;
}
.container .container__items--2 .section__text h2, .container .container__items--2 .section__text .h2 {
  text-align: left;
}
@media (min-width: 768px) {
  .container .container__items--2 .section__text h2, .container .container__items--2 .section__text .h2 {
    text-align: center;
  }
}
@media (min-width: 2000px) {
  .container .container__items--2 .section__text-block {
    margin: 0 0 0 160px;
  }
}
.container .container__items--2 .section__text-block .homepage__subheadline, .container .container__items--2 .section__text-block .doorways__items.category .doorways__text h2, .doorways__items.category .doorways__text .container .container__items--2 .section__text-block h2, .container .container__items--2 .section__text-block .doorways__items.category .doorways__text .h2, .doorways__items.category .doorways__text .container .container__items--2 .section__text-block .h2, .container .container__items--2 .section__text-block .doorways__items.aisle .doorways__text h2, .doorways__items.aisle .doorways__text .container .container__items--2 .section__text-block h2, .container .container__items--2 .section__text-block .doorways__items.aisle .doorways__text .h2, .doorways__items.aisle .doorways__text .container .container__items--2 .section__text-block .h2 {
  color: #162A4D;
  text-align: left;
}
@media (min-width: 768px) {
  .container .container__items--2 .section__text-block .homepage__subheadline, .container .container__items--2 .section__text-block .doorways__items.category .doorways__text h2, .doorways__items.category .doorways__text .container .container__items--2 .section__text-block h2, .container .container__items--2 .section__text-block .doorways__items.category .doorways__text .h2, .doorways__items.category .doorways__text .container .container__items--2 .section__text-block .h2, .container .container__items--2 .section__text-block .doorways__items.aisle .doorways__text h2, .doorways__items.aisle .doorways__text .container .container__items--2 .section__text-block h2, .container .container__items--2 .section__text-block .doorways__items.aisle .doorways__text .h2, .doorways__items.aisle .doorways__text .container .container__items--2 .section__text-block .h2 {
    text-align: center;
  }
}
.container .container__items--2 .section__image {
  order: 2;
}
.container .container__items--3 .section__text {
  background: #162A4D;
  order: 1;
}
@media (min-width: 991px) {
  .container .container__items--3 .section__text {
    order: 2;
  }
}
.container .container__items--3 .section__text h2, .container .container__items--3 .section__text .h2 {
  text-align: left;
}
@media (min-width: 768px) {
  .container .container__items--3 .section__text h2, .container .container__items--3 .section__text .h2 {
    text-align: center;
  }
}
@media (min-width: 2000px) {
  .container .container__items--3 .section__text-block {
    margin: 0 160px 0 0;
  }
}
.container .container__items--3 .section__text-block .homepage__subheadline, .container .container__items--3 .section__text-block .doorways__items.category .doorways__text h2, .doorways__items.category .doorways__text .container .container__items--3 .section__text-block h2, .container .container__items--3 .section__text-block .doorways__items.aisle .doorways__text h2, .doorways__items.aisle .doorways__text .container .container__items--3 .section__text-block h2, .container .container__items--3 .section__text-block h2, .container .container__items--3 .section__text-block .h2, .container .container__items--3 .section__text-block p {
  color: #FFFFFF;
  text-align: left;
}
@media (min-width: 768px) {
  .container .container__items--3 .section__text-block .homepage__subheadline, .container .container__items--3 .section__text-block .doorways__items.category .doorways__text h2, .doorways__items.category .doorways__text .container .container__items--3 .section__text-block h2, .container .container__items--3 .section__text-block .doorways__items.aisle .doorways__text h2, .doorways__items.aisle .doorways__text .container .container__items--3 .section__text-block h2, .container .container__items--3 .section__text-block h2, .container .container__items--3 .section__text-block .h2, .container .container__items--3 .section__text-block p {
    text-align: center;
  }
}
@media (min-width: 991px) {
  .container .container__items--3 .section__image {
    order: 1;
  }
}

/* ---------- Practitioners Section ---------- */
.practitioners {
  padding: 40px 32px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .practitioners {
    padding: 80px 80px;
  }
}
@media (min-width: 1441px) {
  .practitioners {
    padding: 120px 120px;
  }
}
.practitioners .one__practitioner .section__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  gap: 10px;
}
.practitioners .one__practitioner .section__container .section-custom__text {
  grid-column: auto/span 24;
  display: flex;
  justify-content: center;
  padding: 0 0 40px;
}
@media (min-width: 1241px) {
  .practitioners .one__practitioner .section__container .section-custom__text {
    grid-column: auto/span 8;
    padding: 0 90px 0 0;
  }
}
.practitioners .one__practitioner .section__container .section-custom__text-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.practitioners .one__practitioner .section__container .practitioner__items {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  gap: 10px;
}
@media (min-width: 768px) {
  .practitioners .one__practitioner .section__container .practitioner__items {
    margin-top: 40px;
  }
}
@media (min-width: 991px) {
  .practitioners .one__practitioner .section__container .practitioner__items {
    column-gap: 20px;
  }
}
@media (min-width: 1241px) {
  .practitioners .one__practitioner .section__container .practitioner__items {
    grid-column: 9/span 24;
    margin-top: 0;
  }
}
.practitioners .one__practitioner .section__container .practitioner__items .practitioner__item {
  grid-column: auto/span 24;
}
.practitioners .one__practitioner .section__container .practitioner__items .practitioner__item .item__image {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  min-height: 455px;
}
@media (min-width: 991px) {
  .practitioners .one__practitioner .section__container .practitioner__items .practitioner__item .item__image {
    min-height: 655px;
  }
}
.practitioners .one__practitioner .section__container .practitioner__items .practitioner__item .item__text {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: column;
  min-height: 100px;
  width: 100%;
  padding: 20px 20px 20px 0;
  position: relative;
  z-index: 1;
}
.practitioners .one__practitioner .section__container .practitioner__items .practitioner__item .item__text .name {
  color: #0A141F;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 700;
  margin: 0;
  letter-spacing: 0;
  line-height: 1 !important;
  text-align: left;
  text-transform: uppercase;
}
.practitioners .one__practitioner .section__container .practitioner__items .practitioner__item .item__text .certification {
  color: #0A141F;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  text-align: left;
  margin: 10px 0 0;
}

/* ---------- Logo Ticker Section ---------- */
.logo-ticker {
  background: #FFFFFF;
  padding: 40px 32px;
  border-top: 2px solid #eee;
  overflow: hidden;
}
.logo-ticker .section__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  min-height: 175px;
  width: 250%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .logo-ticker .section__container {
    width: 150%;
  }
}
.logo-ticker .section__container::before {
  content: "";
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-AwbreyOrtho/MasterPage/1524170.jpg") center center/contain repeat-x;
  inset: 0;
  min-width: 4000px;
  min-height: 90%;
  right: -100%;
  transform: translate(-50%);
  position: absolute;
  z-index: 0;
  animation: slide 15s linear infinite;
  filter: grayscale(100%);
  opacity: 1;
}
@media (min-width: 768px) {
  .logo-ticker .section__container::before {
    animation: slide 30s linear infinite;
  }
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ---------- Testimonials Section ---------- */
.testimonials {
  background: #EFF3FB;
  padding: 40px 32px;
}
@media (min-width: 768px) {
  .testimonials {
    padding: 80px 80px;
  }
}
@media (min-width: 1441px) {
  .testimonials {
    padding: 120px 120px;
  }
}
.testimonials-text {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  grid-column: auto/span 24;
}
.testimonials-text .section-custom__text {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  gap: 10px;
}
.testimonials-text .section-custom__text-block {
  grid-column: auto/span 24;
}
@media (min-width: 1025px) {
  .testimonials-text .section-custom__text-block--1 {
    grid-column: auto/span 12;
  }
}
.testimonials-text .section-custom__text-block--1 h2, .testimonials-text .section-custom__text-block--1 .h2 {
  color: #162A4D;
  margin: 0;
  text-align: left;
}
@media (min-width: 1025px) {
  .testimonials-text .section-custom__text-block--1 h2, .testimonials-text .section-custom__text-block--1 .h2 {
    padding-right: 150px;
  }
}
@media (min-width: 1025px) {
  .testimonials-text .section-custom__text-block--2 {
    grid-column: auto/span 12;
  }
}
@media (min-width: 1025px) {
  .testimonials-text .section-custom__text-block--2 p:first-of-type {
    margin-top: 60px;
  }
}
.testimonials .testimonials-rotator {
  margin-top: 40px;
  margin-bottom: 140px;
  max-width: 1400px;
  grid-column: auto/span 25;
}
@media (min-width: 768px) {
  .testimonials .testimonials-rotator {
    margin-bottom: 80px;
  }
}
@media (min-width: 1025px) {
  .testimonials .testimonials-rotator {
    margin-bottom: 140px;
  }
}
@media (min-width: 1441px) {
  .testimonials .testimonials-rotator {
    margin-bottom: 80px;
  }
}
.testimonials .testimonials-rotator .flickity-viewport,
.testimonials .testimonials-rotator .flickity-slider {
  min-height: 630px;
}
.testimonials .testimonials-rotator .flickity-prev-next-button {
  margin-top: 40px;
  top: 675px;
}
.testimonials .testimonials-rotator .flickity-button {
  background: #22427A;
  border: none;
  border-radius: 3px;
  width: 44px;
  height: 44px;
  padding: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
}
.testimonials .testimonials-rotator .flickity-button.previous {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-PatelOrtho/MasterPage/1523541.svg");
  left: 0;
}
.testimonials .testimonials-rotator .flickity-button.next {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-PatelOrtho/MasterPage/1523540.svg");
  left: 70px;
}
.testimonials .testimonials-rotator .flickity-button .flickity-button-icon {
  display: none;
}
.testimonials .testimonials-rotator .testimonials-rotator__item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 20px;
  min-height: 630px;
  padding: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .testimonials .testimonials-rotator .testimonials-rotator__item {
    width: 58%;
  }
}
@media (min-width: 991px) {
  .testimonials .testimonials-rotator .testimonials-rotator__item {
    width: 38%;
  }
}
@media (min-width: 1025px) {
  .testimonials .testimonials-rotator .testimonials-rotator__item {
    padding: 60px;
  }
}
.testimonials .testimonials-rotator .testimonials-rotator__item-text {
  text-align: left;
}
.testimonials .testimonials-rotator .testimonials-rotator__item-author {
  font-weight: 800;
  font-size: 1.1rem;
  text-align: left;
}
.testimonials .testimonials-rotator .testimonials-rotator__item-author span {
  display: none;
}
.testimonials .testimonials-rotator .testimonials-rotator__values,
.testimonials .testimonials-rotator .testimonials-rotator__button {
  display: none;
}

/* ---------- Quote Section ---------- */
.quote {
  padding: 40px 32px;
  background: #162A4D;
}
@media (min-width: 768px) {
  .quote {
    padding: 80px 80px;
  }
}
@media (min-width: 1441px) {
  .quote {
    padding: 120px 120px;
  }
}
.quote .section__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  position: relative;
}
.quote .section__container::before {
  content: "";
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-PatelOrtho/MasterPage/1523538.svg") center center/contain no-repeat;
  height: 74px;
  width: 74px;
  top: -90px;
  left: 0;
  position: absolute;
  z-index: 0;
}
@media (min-width: 768px) {
  .quote .section__container::before {
    top: -110px;
  }
}
@media (min-width: 1025px) {
  .quote .section__container::before {
    height: 134px;
    width: 134px;
    top: -180px;
  }
}
.quote .section__container .section__text {
  padding: 0;
}
.quote .section__container .section__text-block {
  padding: 0;
  text-align: center;
}
.quote .section__container .section__text-block .homepage__subheadline, .quote .section__container .section__text-block .doorways__items.category .doorways__text h2, .doorways__items.category .doorways__text .quote .section__container .section__text-block h2, .quote .section__container .section__text-block .doorways__items.category .doorways__text .h2, .doorways__items.category .doorways__text .quote .section__container .section__text-block .h2, .quote .section__container .section__text-block .doorways__items.aisle .doorways__text h2, .doorways__items.aisle .doorways__text .quote .section__container .section__text-block h2, .quote .section__container .section__text-block .doorways__items.aisle .doorways__text .h2, .doorways__items.aisle .doorways__text .quote .section__container .section__text-block .h2 {
  color: #FFFFFF;
  margin: 0 0 26px;
}
.quote .section__container .section__text-block .quote__headline {
  color: #FFFFFF;
  font-family: trade-gothic-next, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.2 !important;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

/* ---------- Blog Section ---------- */
/* ---------- Insurance Ticker Section ---------- */
.insurance-ticker {
  padding: 40px 32px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .insurance-ticker {
    padding: 80px 80px;
  }
}
@media (min-width: 1441px) {
  .insurance-ticker {
    padding: 120px 120px;
  }
}
.insurance-ticker .section__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
.insurance-ticker .section__container .section-custom__text {
  grid-column: auto/span 24;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  gap: 10px;
}
.insurance-ticker .section__container .section-custom__text-block {
  grid-column: auto/span 24;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .insurance-ticker .section__container .section-custom__text-block--1 {
    grid-column: auto/span 24;
  }
}
.insurance-ticker .section__container .section-custom__text-block--1 h2, .insurance-ticker .section__container .section-custom__text-block--1 .h2 {
  color: #162A4D;
  margin: 0 !important;
  text-align: center;
}
.insurance-ticker .section__container .financing-ticker {
  margin: 60px auto 0;
  max-width: 1400px;
  width: 100%;
  min-height: 100px;
  width: 250%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .insurance-ticker .section__container .financing-ticker {
    width: 150%;
  }
}
.insurance-ticker .section__container .financing-ticker::before {
  content: "";
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-AwbreyOrtho/MasterPage/1524173.png") center center/contain repeat-x;
  inset: 0;
  min-width: 4000px;
  min-height: 90%;
  right: -100%;
  transform: translate(-50%);
  position: absolute;
  z-index: 0;
  animation: slide 15s linear infinite;
  filter: invert(1);
  opacity: 1;
}
@media (min-width: 768px) {
  .insurance-ticker .section__container .financing-ticker::before {
    animation: slide 30s linear infinite;
  }
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ---------- Promotions Section ---------- */
/* ---------- Custom Contact Section ---------- */
.contact {
  gap: 0;
  max-width: unset;
  padding: 0;
}
.contact .section {
  grid-column: auto/span 24;
  background: #EFF3FB;
  margin: 0;
}
@media (min-width: 768px) {
  .contact .section {
    grid-column: auto/span 12;
  }
}
.contact .section__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  padding: 40px 32px;
}
@media (min-width: 768px) {
  .contact .section__container {
    padding: 20px;
  }
}
@media (min-width: 991px) {
  .contact .section__container {
    padding: 80px;
  }
}
@media (min-width: 1025px) {
  .contact .section__container {
    padding: 120px 160px 120px;
  }
}
@media (min-width: 2000px) {
  .contact .section__container {
    padding: 120px 120px 120px 350px;
    max-width: 80%;
  }
}
.contact .section__container .contact__text {
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .contact .section__container .contact__text {
    padding: 0 0 80px;
  }
}
@media (min-width: 1025px) {
  .contact .section__container .contact__text {
    padding: 0;
  }
}
.contact .section__container .contact__text .homepage__headline {
  background: transparent;
  color: #162A4D;
  text-align: left;
  margin: 0 0 56px !important;
}
.contact .section__container .contact__text .btn {
  margin: 0 0 56px;
}
.contact .section__container .accordion {
  width: 100%;
}
.contact .section__container .accordion .accordion-item {
  border-top: 1px solid #162A4D;
  border-bottom: 1px solid #162A4D;
}
.contact .section__container .accordion input[type=checkbox] {
  display: none;
}
.contact .section__container .accordion .accordion-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.3rem;
  padding: 1rem 0;
  font-weight: 500;
  position: relative;
}
.contact .section__container .accordion .accordion-label::after {
  content: "+";
  font-size: 2rem;
  color: #162A4D;
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}
.contact .section__container .accordion input[type=checkbox]:checked + .accordion-label::after {
  content: "−";
}
.contact .section__container .accordion .accordion-content {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px 0;
}
.contact .section__container .accordion .location__items-address {
  width: 50%;
}
.contact .section__container .accordion .location__items-address p {
  font-size: clamp(1rem, 2vw, 1.1rem);
  margin: 0 0 10px;
}
.contact .section__container .accordion .location__items-ctas {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 50%;
}
.contact .section__container .accordion .location__items-ctas .btn, .contact .section__container .accordion .location__items-ctas .btn--2 {
  min-width: 140px;
  max-width: 140px;
}
.contact .section__container .accordion input[type=checkbox]:checked + .accordion-label + .accordion-content {
  display: flex;
}
.contact .map {
  grid-column: auto/span 24;
}
@media (min-width: 768px) {
  .contact .map {
    grid-column: auto/span 12;
  }
}

/* ---------- New Patient Section ---------- */
.new-patient {
  padding: 40px 32px;
}
@media (min-width: 768px) {
  .new-patient {
    padding: 80px 80px;
  }
}
@media (min-width: 1241px) {
  .new-patient {
    padding: 120px 120px;
  }
}
.new-patient .section__container {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
.new-patient .section__container .section-custom__text {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  gap: 10px;
}
.new-patient .section__container .section-custom__text-block {
  grid-column: auto/span 24;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-patient .section__container .section-custom__text-block--1 {
  grid-column: auto/span 24;
}
.new-patient .section__container .section-custom__text-block--1 h2, .new-patient .section__container .section-custom__text-block--1 .h2 {
  color: #162A4D;
  line-height: 1.3;
  margin: 0 !important;
  text-align: center;
}

