@import url("https://use.typekit.net/ens3gwv.css");
@import url("https://use.typekit.net/ens3gwv.css");
:root {
  --asset-url:https://assets.doctorlogic.com/Images/Sites/G/GI-Indy;
  --global-asset-url:https://assets.doctorlogic.com/Images/Sites/GlobalAssets;
}

/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Header */
/* 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;
}

html {
  scroll-behavior: smooth;
}

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

/* Universal Color Matches */
body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 400;
  line-height: 1;
}

h1, .h1 {
  font-size: clamp(2rem, 4vw, 4rem);
  margin: 0;
}

h2, .h2 {
  font-weight: 300;
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin: 0;
  text-transform: none;
}

p {
  line-height: 1.5;
}

a {
  color: #363636;
}

.callout-text {
  color: #363636;
}

.btn {
  background: #8c284c;
  padding: 16px 32px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.9rem, 1vw, 1rem);
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.5s;
}
.btn:hover, .btn:visited {
  background: #8c284c;
  color: #fff;
}
@media (min-width: 1025px) {
  .btn:hover {
    background: #641d36;
  }
}

ul {
  margin: 0;
  padding: 0 10px;
}

li {
  padding: 5px 0;
}

.homepage__headline, .featured__headline, .facility-item__contact-form-accordion summary {
  font-weight: 300;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.featured__headline, .facility-item__contact-form-accordion summary, .section__headline {
  font-weight: 300;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.breadcrumbs {
  padding: 10px 20px 10px 0;
}

.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 a {
  color: #363636;
}
.breadcrumbs__item a:visited {
  color: #363636;
}
@media (min-width: 1025px) {
  .breadcrumbs__item a:hover {
    color: #8c284c;
  }
}

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

.masthead {
  position: relative;
}
.masthead::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 38, 46, 0.5);
}
.masthead .breadcrumbs__item a, .masthead .breadcrumbs__item a:visited, .masthead .breadcrumbs__item a:hover {
  color: #fff;
}

.masthead--w-bg {
  min-height: 200px;
}
@media (min-width: 991px) {
  .masthead--w-bg {
    min-height: 400px !important;
  }
}
@media (min-width: 991px) {
  .masthead--w-bg .masthead__image {
    background-position: center top -100px !important;
  }
}

.facility-item__contact-form-form {
  margin-bottom: 30px;
}

.facility-item__contact-form-accordion {
  background: #f8f8f8;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  padding: 20px;
}
.facility-item__contact-form-accordion summary {
  color: #363636;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.facility-item__contact-form-accordion summary {
  color: #363636;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.buttons {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  grid-column: auto/span 24;
}

.box {
  grid-column: auto/span 24;
  min-height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.box .btn {
  max-width: 220px;
  min-width: 220px;
}

.video-page .videoitem__form {
  display: none;
}

.header--1 {
  position: sticky;
  top: 0;
  z-index: 500;
}
body.nav-opens--right .header--1 {
  right: 0;
}
body.nav-opens--left .header--1 {
  left: 0;
}

body.openNav .header__nav {
  display: block;
}
body.openNav--right {
  right: 280px;
}
body.openNav--right .header {
  right: 280px;
}
body.openNav--left {
  left: 280px;
}
body.openNav--left .header {
  left: 280px;
}

.header {
  height: calc(var(--header-height) * 1px);
}
.header ul {
  padding: 0;
  list-style: none;
}
.header__notification {
  padding: 10px;
}
.header__notification-text {
  padding: 0 20px;
  margin: 0 10px;
}
.header__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0 0;
}
.header__logo-container {
  flex: 1;
  padding-left: 20px;
}
.header__logo {
  height: 60px;
}
.header__logo-text {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: clamp(0.9rem, 1.5vw, 2rem);
  color: #fff;
}
.header__cta-container {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.header__cta-container .nav__items {
  display: flex;
  align-items: center;
}
.header__cta-container .nav__item {
  padding: 0 10px;
}
.header__cta-container nav {
  padding-right: 10px;
}
@media (min-width: 1241px) {
  .header__cta-container nav {
    padding-right: 0;
  }
}
.header__nav-toggle {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}
.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 input:checked ~ label span {
  background-color: transparent;
}
.header__nav-toggle input:checked ~ label span:before, .header__nav-toggle input:checked ~ label span:after {
  transition-delay: 0s, 0.2s;
  margin-top: 0;
}
.header__nav-toggle input:checked ~ label span:before {
  transform: rotate(45deg);
}
.header__nav-toggle input:checked ~ label span:after {
  transform: rotate(-45deg);
}
.header__nav .nav__item {
  padding: 10px;
}
.header__nav .nav__item--sub {
  padding: 10px;
  min-width: 180px;
}
.header__nav .nav__item--sub .nav__link {
  width: 100%;
  display: block;
}
.header__nav .nav__item--tert .nav__link {
  margin: 0;
}
.header__nav .nav__link {
  text-decoration: none;
  color: #fff;
}
.header__nav .nav__item--sub:hover .nav__item--tert {
  padding: 10px;
}
.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;
  height: 24px;
  display: block;
}
.cta__icon svg {
  width: 24px;
  height: 24px;
}

.nav__link {
  display: none;
}

.header--1 {
  position: sticky;
  top: 0;
  z-index: 500;
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__logo {
    height: 70px;
  }
}
@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;
    top: unset;
    right: unset;
    bottom: unset;
    display: block;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header:not(.hamburger) .header__nav .nav__items--sub {
    flex-direction: column;
    align-items: flex-start;
    top: 21px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    min-width: 180px;
  }
  .header:not(.hamburger) .header__nav .nav__items--tert {
    flex-direction: column;
  }
}
@media (min-width: 1241px) and (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__items--tert {
    padding-top: 0;
  }
}
@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;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item--tert {
    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;
}

@media (min-width: 1241px) {
  .cta__icon {
    display: none;
  }
}

@media (min-width: 1241px) {
  .nav__link {
    display: block;
  }
}

.slide-menu__backlink {
  padding: 5px 20px;
}

.header--scroll .header__logo-text {
  color: #363636;
}

html:not(.home-page) .header__logo-text {
  color: #16262E;
}

.header__notification {
  background: #363636;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  opacity: 1;
}
.header__notification a {
  color: #fff;
  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: #8c284c;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px;
  margin: 0 10px;
}
@media (min-width: 1025px) {
  .header__notification-btn.btn:hover {
    background: #3d1121;
  }
}

.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: 1240px;
}

@media (min-width: 1240px) {
  .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: #fff;
}
.slide-menu__backlink:hover {
  color: #fff;
}
.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;
}

.footer--1 {
  padding: 20px 40px;
}

.footer__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.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-text {
  height: 70px;
  display: flex;
  align-items: center;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  color: #fff;
}
.footer__nav {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .footer__nav {
    flex: 1;
  }
}
.footer__nav .nav__items {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__nav .nav__items {
    flex-direction: row;
    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;
}
.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__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: #fff;
}
@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__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: #fff;
}
@media (min-width: 991px) {
  .footer__copyright {
    flex-direction: row;
  }
}
.footer__copyright span {
  padding: 10px 0;
  color: #fff;
  font-size: clamp(0.9rem, 1vw, 1rem);
}
@media (min-width: 991px) {
  .footer__copyright span {
    padding: 0 20px;
  }
}
.footer__copyright a {
  color: #fff;
  font-size: clamp(0.9rem, 1vw, 1rem);
}
.footer__dl {
  display: flex;
  align-items: center;
  color: #fff;
}
@media (min-width: 768px) {
  .footer__dl {
    padding: 0 5px;
  }
}
.footer__dl span {
  padding: 0 5px;
  color: #fff;
}
.footer__dl svg {
  width: 27px;
  height: 27px;
  padding: 3px;
}
.footer__dl svg .st0 {
  fill: #fff;
}
.footer__dl a {
  color: #fff;
}

.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);
  }
}
.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);
  }
}
.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);
  }
}
.fadein {
  opacity: 0;
}

.faded {
  animation: fadein 0.7s ease-out forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*! Flickity v2.2.0
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;
  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__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;
  }
}

.megafinder-search {

}
.megafinder-search .ts-wrapper.single .ts-control, .megafinder-search .ts-wrapper.single .ts-control input {
  cursor: pointer;
}
.megafinder-search .ts-wrapper.plugin-drag_drop.multi > .ts-control > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 !important;
  box-shadow: inset 0 0 12px 4px #fff;
  visibility: visible !important;
}
.megafinder-search .ts-wrapper.plugin-drag_drop .ui-sortable-placeholder:after {
  content: "!";
  visibility: hidden;
}
.megafinder-search .ts-wrapper.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.megafinder-search .plugin-checkbox_options .option input {
  margin-right: 0.5rem;
}
.megafinder-search .plugin-clear_button .ts-control {
  padding-right: calc(1em + 18px) !important;
}
.megafinder-search .plugin-clear_button .clear-button {
  background: transparent !important;
  cursor: pointer;
  margin-right: 0 !important;
  opacity: 0;
  position: absolute;
  right: 2px;
  top: 8px;
  transition: opacity 0.5s;
}
.megafinder-search .plugin-clear_button.single .clear-button {
  right: calc(2px + 2rem);
}
.megafinder-search .plugin-clear_button.focus.has-items .clear-button, .megafinder-search .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}
.megafinder-search .ts-wrapper .dropdown-header {
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 3px 3px 0 0;
  padding: 10px 8px;
  position: relative;
}
.megafinder-search .ts-wrapper .dropdown-header-close {
  color: #303030;
  font-size: 20px !important;
  line-height: 20px;
  margin-top: -12px;
  opacity: 0.4;
  position: absolute;
  right: 8px;
  top: 50%;
}
.megafinder-search .ts-wrapper .dropdown-header-close:hover {
  color: #000;
}
.megafinder-search .plugin-dropdown_input.focus.dropdown-active .ts-control {
  border: 1px solid #d0d0d0;
  box-shadow: none;
}
.megafinder-search .plugin-dropdown_input .dropdown-input {
  background: transparent;
  border: solid #d0d0d0;
  border-width: 0 0 1px;
  box-shadow: none;
  display: block;
  padding: 8px;
  width: 100%;
}
.megafinder-search .plugin-dropdown_input .items-placeholder {
  border: 0 !important;
  box-shadow: none !important;
  width: 100%;
}
.megafinder-search .plugin-dropdown_input.dropdown-active .items-placeholder, .megafinder-search .plugin-dropdown_input.has-items .items-placeholder {
  display: none !important;
}
.megafinder-search .ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.megafinder-search .ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.megafinder-search .ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-webkit-input-placeholder {
  color: transparent;
}
.megafinder-search .ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}
.megafinder-search .ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}
.megafinder-search .ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.megafinder-search .ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
}
.megafinder-search .ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0;
}
.megafinder-search .ts-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.megafinder-search .ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0;
}
.megafinder-search .ts-wrapper.plugin-remove_button .item {
  align-items: center;
  display: inline-flex;
  padding-right: 0 !important;
}
.megafinder-search .ts-wrapper.plugin-remove_button .item .remove {
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  margin-left: 6px;
  padding: 0 6px;
  text-decoration: none;
  vertical-align: middle;
}
.megafinder-search .ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.megafinder-search .ts-wrapper.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca;
}
.megafinder-search .ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.megafinder-search .ts-wrapper.plugin-remove_button.disabled .item .remove {
  border-left-color: #fff;
}
.megafinder-search .ts-wrapper.plugin-remove_button .remove-single {
  font-size: 23px;
  position: absolute;
  right: 0;
  top: 0;
}
.megafinder-search .ts-wrapper {
  position: relative;
}
.megafinder-search .ts-control, .megafinder-search .ts-control input, .megafinder-search .ts-dropdown {
  font-smoothing: inherit;
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}
.megafinder-search .ts-control, .megafinder-search .ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}
.megafinder-search .ts-control {
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.megafinder-search .ts-wrapper.multi.has-items .ts-control {
  padding: 6px 8px 3px;
}
.megafinder-search .full .ts-control {
  background-color: #fff;
}
.megafinder-search .disabled .ts-control, .megafinder-search .disabled .ts-control * {
  cursor: default !important;
}
.megafinder-search .focus .ts-control {
  box-shadow: none;
}
.megafinder-search .ts-control > * {
  display: inline-block;
  vertical-align: baseline;
}
.megafinder-search .ts-wrapper.multi .ts-control > div {
  background: #f2f2f2;
  border: 0 solid #d0d0d0;
  color: #303030;
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
}
.megafinder-search .ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  border: 0 solid #cacaca;
  color: #303030;
}
.megafinder-search .ts-wrapper.multi.disabled .ts-control > div, .megafinder-search .ts-wrapper.multi.disabled .ts-control > div.active {
  background: #fff;
  border: 0 solid #fff;
  color: #7d7d7d;
}
.megafinder-search .ts-control > input {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-block !important;
  flex: 1 1 auto;
  line-height: inherit !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  min-height: 0 !important;
  min-width: 7rem;
  padding: 0 !important;
  text-indent: 0 !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.megafinder-search .ts-control > input::-ms-clear {
  display: none;
}
.megafinder-search .ts-control > input:focus {
  outline: none !important;
}
.megafinder-search .has-items .ts-control > input {
  margin: 0 4px !important;
}
.megafinder-search .ts-control.rtl {
  text-align: right;
}
.megafinder-search .ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.megafinder-search .ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.megafinder-search .disabled .ts-control {
  background-color: #fafafa;
  opacity: 0.5;
}
.megafinder-search .input-hidden .ts-control > input {
  left: -10000px;
  opacity: 0;
  position: absolute;
}
.megafinder-search .ts-dropdown {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 0 0 3px 3px;
  border-top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  left: 0;
  margin: 0.25rem 0 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.megafinder-search .ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.megafinder-search .ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.megafinder-search .ts-dropdown .create, .megafinder-search .ts-dropdown .no-results, .megafinder-search .ts-dropdown .optgroup-header, .megafinder-search .ts-dropdown .option {
  padding: 5px 8px;
}
.megafinder-search .ts-dropdown .option, .megafinder-search .ts-dropdown [data-disabled], .megafinder-search .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.megafinder-search .ts-dropdown [data-selectable].option {
  cursor: pointer;
  opacity: 1;
}
.megafinder-search .ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0;
}
.megafinder-search .ts-dropdown .optgroup-header {
  background: #fff;
  color: #303030;
  cursor: default;
}
.megafinder-search .ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.megafinder-search .ts-dropdown .active.create {
  color: #495c68;
}
.megafinder-search .ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.megafinder-search .ts-dropdown .spinner {
  display: inline-block;
  height: 30px;
  margin: 5px 8px;
  width: 30px;
}
.megafinder-search .ts-dropdown .spinner:after {
  animation: lds-dual-ring 1.2s linear infinite;
  border-color: #d0d0d0 transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  content: " ";
  display: block;
  height: 24px;
  margin: 3px;
  width: 24px;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.megafinder-search .ts-dropdown-content {
  overflow-scrolling: touch;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.megafinder-search .ts-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.megafinder-search .ts-control {
  padding: 0 12px;
  background: transparent;
  display: flex;
  align-items: center;
}
.megafinder-search__trigger {
  display: flex;
  align-items: center;
  font-size: clamp(0.7rem, 0.9vw, 0.9rem);
}
@media (min-width: 991px) {
  .megafinder-search__trigger {
    display: none;
  }
}
.megafinder-search .modal-state {
  display: none;
}
.megafinder-search__container {
  max-width: 1400px;
  margin: 0 auto;
  border: solid 2px #ccc;
  padding: 20px;
}
@media (min-width: 991px) {
  .megafinder-search__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 991px) {
  .megafinder-search .modal,
  .megafinder-search .modal__inner,
  .megafinder-search .modal__container {
    display: block;
    position: static;
    visibility: visible;
    opacity: 1;
    background: unset;
    border: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .megafinder-search .modal__bg {
    display: none;
  }
}
.megafinder-search__icon svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.megafinder-search__btn {
  position: relative;
  background: #000;
  padding: 20px;
  color: #fff;
  border: none;
  box-shadow: none;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 991px) {
  .megafinder-search__btn {
    width: auto;
  }
}
.megafinder-search__btn-loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.megafinder-search__field {
  flex: 1;
  display: flex;
  align-items: center;
  border: solid 1px #000;
  padding: 15px;
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .megafinder-search__field {
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
}
.megafinder-search__icon {
  flex: 0 0 auto;
}
.megafinder-search__icon--user-location {
  cursor: pointer;
}
.megafinder-search--loading .megafinder-search__btn {
  pointer-events: none;
}
.megafinder-search--loading .megafinder-search__btn-text {
  opacity: 0;
}
.megafinder-search--loading .megafinder-search__btn-loading {
  display: inline-block;
}
.megafinder-search input {
  border: none;
  flex: 1;
  background: transparent;
}
.megafinder-search #dataSearch-tomselected {
  width: auto;
  flex: auto;
}
.megafinder-search .item + #dataSearch-tomselected:focus::placeholder {
  color: transparent;
}
.megafinder-search .ts-wrapper {
  width: 100%;
}
.megafinder-search .ts-control {
  border: none;
  font-size: clamp(0.7rem, 1vw, 1rem);
}
.megafinder-search .optgroup-header {
  text-transform: uppercase;
  font-weight: 800;
}
.megafinder-search .terms {
  flex: 0 0 100%;
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  overflow: hidden;
  flex-wrap: wrap;
}
.megafinder-search .term {
  display: none;
  flex: 0 0 auto;
  line-height: 0.9;
}
.megafinder-search .term::before {
  content: "/";
  margin: 0 0.5ch;
}

.megafinder-search .ts-dropdown {
  top: 50px;
  left: unset;
  right: -40px;
  width: calc(100% + 40px);
}

.megafinder-search .ts-dropdown-content {
  max-height: 300px;
}

.megafinder-search .ts-dropdown,
.megafinder-search .ts-control,
.megafinder-search .ts-control input {
  font-size: clamp(0.7rem, 1vw, 1rem);
}

.megafinder-search .ts-dropdown .option,
.megafinder-search .ts-dropdown .optgroup-header,
.megafinder-search .ts-dropdown .no-results,
.megafinder-search .ts-dropdown .create {
  padding: 16px;
}

.megafinder-search .option__icon-img {
  width: 25px;
  height: 25px;
  fill: #f0f4f8;
  margin-right: 10px;
}

.megafinder-search .ts-dropdown .option {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pac-target-input {
  position: relative;
}

.pac-container {
  border: none;
  padding: 8px 0;
  margin-top: 15px;
}

.pac-item {
  padding: 4px 16px;
  border: none;
  font-size: clamp(0.7rem, 1vw, 1rem);
  color: #16262E;
  font-family: "Montserrat", sans-serif;
}
.pac-item:hover {
  background: rgba(125, 69, 84, 0.2);
}

.pac-matched,
.pac-item-query {
  font-size: clamp(0.7rem, 1vw, 1rem);
  font-family: "Montserrat", sans-serif;
}

.pac-icon {
  display: none;
}

/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Header */
/* 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: 1000px;
  margin: 0 auto;
}
.section--text_a .section__headline {
  margin-top: 0;
  column-span: all;
}
.section--text_a .section__text p {
  margin-top: 0;
}
.section--text_a .section__text p:last-of-type {
  margin-bottom: 0;
}
.section--text_b {
  max-width: 1000px;
  margin: 0 auto;
}
.section--text_b .section__headline {
  margin-top: 0;
  column-span: all;
}
@media (min-width: 991px) {
  .section--text_b .section__text {
    column-count: 2;
    column-gap: 40px;
  }
}
.section--text_b .section__text p {
  margin-top: 0;
}
.section--text_b .section__text p:last-of-type {
  margin-bottom: 0;
}
.section--single-image .section__container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
.section--single-image .section__text {
  grid-column: auto/span 24;
  order: 2;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .section--single-image .section__text {
    grid-column: auto/span 12;
    order: 1;
    padding: 24px;
  }
}
.section--single-image .section__image {
  grid-column: auto/span 24;
  min-height: 500px;
  order: 1;
}
@media (min-width: 768px) {
  .section--single-image .section__image {
    grid-column: auto/span 12;
    order: 2;
  }
}
.section--single-image_a {
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section--single-image_a .section__image {
    background: #fff;
  }
}
@media (min-width: 768px) {
  .section--single-image_a-reverse .section__image {
    order: -1;
  }
}
.section--single-image_b {
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section--single-image_b {
    padding-bottom: calc(48px + 100px) !important;
  }
}
@media (min-width: 768px) {
  .section--single-image_b .section__text {
    background: #fff;
    margin: 120px -48px -120px 0;
    z-index: 1;
    grid-column: auto/span 13;
  }
}
@media (min-width: 768px) {
  .section--single-image_b .section__image {
    background: #fff;
    margin: 0 0 0 -48px;
    grid-column: auto/span 11;
  }
}
@media (min-width: 768px) {
  .section--single-image_b-reverse .section__text {
    background: #fff;
    margin: 120px 0 -120px -48px;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .section--single-image_b-reverse .section__image {
    background: #fff;
    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: 1552px;
    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: 1552px;
  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: 48px 48px;
  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: #fff;
  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(22, 38, 46, 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(140, 40, 76, 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;
  }
}

.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: sans-serif;
}

:where(.testimonials-rotator.has-rotator) .testimonials-rotator__item {
  width: 100%;
  padding: 20px;
}
@media (min-width: 569px) {
  :where(.testimonials-rotator.has-rotator) .testimonials-rotator__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  :where(.testimonials-rotator.has-rotator) .testimonials-rotator__item {
    width: 33%;
  }
}

:where(.testimonials-rotator.no-rotator) .testimonials-rotator__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 10px;
}
:where(.testimonials-rotator.no-rotator) .testimonials-rotator__item {
  width: 100%;
}
@media (min-width: 991px) {
  :where(.testimonials-rotator.no-rotator) .testimonials-rotator__item {
    width: 31%;
  }
}

.flickity-prev-next-button.previous {
  left: -20px;
}

.flickity-prev-next-button.next {
  right: -20px;
}

.star--half .empty {
  stop-opacity: 0;
}

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

.header__notification {
  background: #363636;
  color: #fff;
  font-weight: bold;
}
.header__notification a {
  color: #fff;
  transition: all 0.3s;
}
.header__notification a:hover {
  color: #8c284c;
}
.header:not(.hamburger) .slide-menu {
  background: #363636;
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .slide-menu {
    background: #fff;
  }
}
.header:not(.hamburger) .slide-menu ul {
  padding: 0;
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav {
    flex: 0 0 85%;
    display: flex;
    margin-left: auto;
    height: 100px;
    align-items: center;
    justify-content: flex-end;
    order: 3;
    background: #fff;
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .header:not(.hamburger) .header__nav .nav__items {
    justify-content: flex-end;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__items--sub {
    top: 50px;
    border: solid 1px #363636;
    border-top: none;
    background: #fff;
  }
}
@media (min-width: 1025px) {
  .header:not(.hamburger) .header__nav .nav__items--sub .nav__link:hover {
    color: #8c284c;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__items--tert {
    border: solid 1px #363636;
    border-top: none;
    background: #fff;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item {
    padding: 10px 12px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header:not(.hamburger) .header__nav .nav__link {
  font-size: clamp(0.8rem, 1vw, 1rem);
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__link {
    color: #363636;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .nav__item:hover .nav__items--sub {
    position: absolute;
    background: #fff;
  }
}
.header:not(.hamburger) .header__logo {
  background: url("//assets.doctorlogic.com/Images/Sites/G/GI-Indy/MasterPage/1094056.svg") center center/contain no-repeat;
  height: 60px;
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__logo {
    width: 100%;
  }
}
.header__logo-container {
  flex: 0 0 15%;
  background: #fff;
  position: relative;
  padding: 0 10px;
  min-width: 140px;
}
@media (min-width: 1241px) {
  .header__logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 100px;
    order: 2;
  }
  .header__logo-container::after {
    width: 10px;
  }
}
.header__container {
  padding: 0;
  background: #fff;
}
@media (min-width: 1241px) {
  .header__container {
    padding: 0;
  }
}
.header__cta-container {
  height: 60px;
  padding: 0 10px;
  background: #363636;
}
@media (min-width: 1241px) {
  .header__cta-container {
    height: 50px;
    order: 1;
    flex: 0 0 100%;
    padding: 0;
  }
  .header__cta-container nav {
    flex: 0 0 100%;
  }
  .header__cta-container .nav__items {
    justify-content: flex-end;
  }
}
.header__cta-container .nav__link {
  color: #fff;
  order: 2;
  padding: 2px 10px 0;
  font-size: 0.8rem;
  text-decoration: none;
}
@media (min-width: 1241px) {
  .header__cta-container .nav__item {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
  }
  .header__cta-container .nav__item:last-child {
    background: #8c284c;
    padding: 10px 24px;
    min-width: 220px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    font-size: 0.8rem;
  }
}
@media (min-width: 1241px) and (min-width: 1241px) {
  .header__cta-container .nav__item:last-child .cta__icon {
    display: none;
  }
}
.header .cta__icon {
  display: block;
  order: 1;
}
@media (min-width: 1241px) {
  .header .cta__icon {
    display: inline;
  }
}
.header .cta__icon svg .st0 {
  fill: #fff;
}
.header__nav-toggle span::after, .header__nav-toggle span::before, .header__nav-toggle span {
  background-color: #fff;
}
@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;
  }
}
@media (min-width: 1241px) {
  .header .desktop-hide {
    display: none !important;
  }
}

@media (min-width: 1241px) {
  .nav__items .nav__items--tert {
    left: -100%;
  }
}

.footer {
  background: #363636;
}
.footer__logo {
  background: url("//assets.doctorlogic.com/Images/Sites/G/GI-Indy/MasterPage/1094057.svg") center center/contain no-repeat;
  mix-blend-mode: plus-lighter;
}
.footer__nav .nav__item {
  list-style: none;
}
@media (min-width: 768px) {
  .footer__nav .nav__items {
    flex-direction: column;
  }
}
.footer__nav a.nav__link {
  color: #fff;
}

/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Header */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Border Radius */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Procedure Item */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
:root {
  --phone-min: 421px;
  --phone-wide-min: 569px;
  --tablet-min: 768px;
  --tablet-wide-min: 991px;
  --desktop-sm-min: 1025px;
  --desktop-min: 1241px;
  --desktop-wide-min: 1441px;
}

/* Lazy load */
.lazy-load-image,
.lazy-background,
.lazy-iframe {
  opacity: 0;
  transition: 0.3s opacity linear;
}
.lazy-load-image:not(.visible),
.lazy-background:not(.visible),
.lazy-iframe:not(.visible) {
  min-height: 1px;
  margin: 0 !important;
}
.lazy-load-image.visible.complete,
.lazy-background.visible.complete,
.lazy-iframe.visible.complete {
  opacity: 1;
}

/* Universal Color Matches */
body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 400;
  line-height: 1;
}

h1, .h1 {
  font-size: clamp(2rem, 4vw, 4rem);
  margin: 0;
}

h2, .h2 {
  font-weight: 300;
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin: 0;
  text-transform: none;
}

p {
  line-height: 1.5;
}

a {
  color: #363636;
}

.callout-text {
  color: #363636;
}

.btn {
  background: #8c284c;
  padding: 16px 32px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.9rem, 1vw, 1rem);
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.5s;
}
.btn:hover, .btn:visited {
  background: #8c284c;
  color: #fff;
}
@media (min-width: 1025px) {
  .btn:hover {
    background: #641d36;
  }
}

ul {
  margin: 0;
  padding: 0 10px;
}

li {
  padding: 5px 0;
}

.homepage__headline, .featured__headline, .facility-item__contact-form-accordion summary {
  font-weight: 300;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.featured__headline, .facility-item__contact-form-accordion summary, .section__headline {
  font-weight: 300;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.breadcrumbs {
  padding: 10px 20px 10px 0;
}

.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 a {
  color: #363636;
}
.breadcrumbs__item a:visited {
  color: #363636;
}
@media (min-width: 1025px) {
  .breadcrumbs__item a:hover {
    color: #8c284c;
  }
}

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

.masthead {
  position: relative;
}
.masthead::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 38, 46, 0.5);
}
.masthead .breadcrumbs__item a, .masthead .breadcrumbs__item a:visited, .masthead .breadcrumbs__item a:hover {
  color: #fff;
}

.masthead--w-bg {
  min-height: 200px;
}
@media (min-width: 991px) {
  .masthead--w-bg {
    min-height: 400px !important;
  }
}
@media (min-width: 991px) {
  .masthead--w-bg .masthead__image {
    background-position: center top -100px !important;
  }
}

.facility-item__contact-form-form {
  margin-bottom: 30px;
}

.facility-item__contact-form-accordion {
  background: #f8f8f8;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  padding: 20px;
}
.facility-item__contact-form-accordion summary {
  color: #363636;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.facility-item__contact-form-accordion summary {
  color: #363636;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.buttons {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  grid-column: auto/span 24;
}

.box {
  grid-column: auto/span 24;
  min-height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.box .btn {
  max-width: 220px;
  min-width: 220px;
}

.video-page .videoitem__form {
  display: none;
}

body.home-page {
  display: flex;
  flex-direction: column;
}

.btn {
  margin-top: 20px;
}

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

main {
  position: relative;
  padding-bottom: calc(var(--main-padding) * 2);
}

.hero {
  height: 70vh;
}
.hero__cell {
  height: 70vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: top center !important;
}
.hero__cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(54, 54, 54, 0.7);
}
.hero__caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hero h2, .hero .h2 {
  color: #fff;
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 4rem);
  max-width: 600px;
  text-align: center;
}
.hero .btn {
  display: inline-block;
  margin: 20px 0 0;
}

.homepage-mf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: #363636;
}
.homepage-mf h3, .homepage-mf .h3, .homepage-mf p {
  color: #fff;
  text-align: center;
}
.homepage-mf h3, .homepage-mf .h3 {
  text-transform: none;
  font-size: clamp(1rem, 1.5vw, 2rem);
  font-weight: 300;
  margin: 0 0 40px;
}
.homepage-mf .ts-control {
  background: transparent !important;
  border: none !important;
}
.homepage-mf .ts-control input::placeholder {
  color: #fff;
  opacity: 0.8;
}
.homepage-mf .megafinder-search {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.homepage-mf .megafinder-search__container {
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.homepage-mf .megafinder-search__btn {
  background: #8c284c;
}
.homepage-mf .megafinder-search__icon .st0 {
  fill: #fff;
}
.homepage-mf .megafinder-search__field {
  color: #fff;
  border-color: #fff;
}
.homepage-mf .megafinder-search__field input::placeholder {
  color: #fff;
  opacity: 0.8;
}
.homepage-mf .megafinder-search input, .homepage-mf .megafinder-search .item {
  color: #fff;
}
.homepage-mf .megafinder-search__trigger label {
  display: none;
}
.homepage-mf .megafinder-search__btn {
  background: #8c284c;
}
.homepage-mf .megafinder-search .ts-control::after {
  display: none;
}
@media (min-width: 991px) {
  .homepage-mf .megafinder-search .ts-control::after {
    display: block;
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 30px;
  }
}
.homepage-mf .megafinder-search__input--location {
  font-size: clamp(0.7rem, 1vw, 1rem);
}

.testimonials {
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .testimonials {
    padding: 100px 20px 60px;
  }
}
.testimonials h2, .testimonials .h2 {
  text-align: center;
}

.testimonials-rotator__items {
  max-width: 1000px;
  margin: 0 auto;
}
.testimonials-rotator__item {
  width: 100%;
}
.testimonials-rotator__item-text {
  text-align: center;
}
.testimonials-rotator__item-author {
  text-align: center;
}

.doorways__items {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px 60px;
}
@media (min-width: 991px) {
  .doorways__items {
    padding: 0 20px 140px;
  }
}
.doorways__items--1 .doorways__item {
  grid-column: auto/span 24;
  padding: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 0;
  border: 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 6;
  }
  .doorways__items--1 .doorways__item:not(.aisles__item) {
    grid-column: auto/span 8;
  }
}
@media (min-width: 1025px) {
  .doorways__items--1 .doorways__item:hover .doorways__text::after {
    height: 100%;
  }
}
@media (min-width: 991px) {
  .doorways__items--1 .doorways__item--2:not(.aisles__item) {
    margin: 80px 0 -80px;
  }
}
.doorways__items--1 .doorways__item--2 .doorways__text::after {
  background: #8c284c;
}
.doorways__items--1 .doorways__item--3 .doorways__text::after {
  background: #7D4554;
}
.doorways__items--1 .doorways__item--4 .doorways__text::after {
  background: #621e35;
}
@media (min-width: 991px) {
  .doorways__items--1 .doorways__item--5:not(.aisles__item) {
    margin: 80px 0 -80px;
  }
}
.doorways__items--1 .doorways__item--5 .doorways__text::after {
  background: #7D4554;
}
.doorways__items--1 .doorways__item--6 .doorways__text::after {
  background: #621e35;
}
.doorways__text {
  background: #16262E;
  max-width: 200px;
  min-height: 75px;
  min-width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  display: flex;
  align-items: center;
}
.doorways__text h2, .doorways__text .h2 {
  font-size: clamp(0.9rem, 1vw, 1.1rem);
  color: #fff;
  position: relative;
  z-index: 1;
}
.doorways__text p {
  display: none;
}
.doorways__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #363636;
  transition: height 0.7s ease;
}

.section {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .section {
    padding: 0 20px 60px;
  }
}
.section__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.section__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .section__text {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .content-2 .section__text {
    order: 2;
  }
}
@media (min-width: 768px) {
  .content-2 .section__image {
    order: 1;
  }
}

.content-4 {
  padding: 20px;
}
.content-4 .section__container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  gap: 0;
  max-width: 1200px;
  padding: 80px 0;
}
.content-4 .section__text, .content-4 .section__image {
  grid-column: auto/span 24;
}
@media (min-width: 768px) {
  .content-4 .section__text, .content-4 .section__image {
    grid-column: auto/span 12;
  }
}
.content-4 .section__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  order: 2;
  background: #16262E;
  padding: 4%;
  color: #fff;
}
.content-4 .section__text .homepage__headline, .content-4 .section__text .homepage__suheadline {
  color: #363636;
}
@media (min-width: 768px) {
  .content-4 .section__text {
    margin: -30px 0 30px -40px;
    padding-left: calc(4% + 40px);
  }
}
.content-4 .section__image {
  min-height: 350px;
  order: 1;
}
@media (min-width: 768px) {
  .content-4 .section__image {
    margin: 30px 0 -30px;
    min-height: 500px;
  }
}