@import url("https://use.typekit.net/xvz5jjr.css");
@import url("https://use.typekit.net/xvz5jjr.css");
:root {
  --asset-url:https://assets.doctorlogic.com/Images/Sites/O/OmniaMedical;
  --global-asset-url:https://assets.doctorlogic.com/Images/Sites/GlobalAssets; }

: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 {
  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;
  right: 0;
  transition: all ease-in-out .3s; }

li {
  line-height: 1.5; }

.hidden {
  display: none; }

/* Universal Color Matches */
.header--1 {
  position: sticky;
  top: 0;
  z-index: 500;
  right: 0; }

body.openNav {
  right: 280px; }
  body.openNav .header__nav {
    display: block; }
  body.openNav .header {
    right: 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; }
  .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__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; }

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

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

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

.disclaimer {
  padding: 20px;
  text-align: center; }

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

:root {
  --phone-min:         421px;
  --phone-wide-min:    569px;
  --tablet-min:        768px;
  --tablet-wide-min:   991px;
  --desktop-sm-min:   1025px;
  --desktop-min:      1241px;
  --desktop-wide-min: 1441px; }

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

.masthead {
  display: grid;
  grid-template-columns: repeat(24, 1fr); }
  .masthead--w-bg {
    min-height: 300px; }
    @media (min-width: 991px) {
      .masthead--w-bg {
        min-height: 600px; } }
    .masthead--w-bg .masthead__image {
      grid-column: 1 / span 24;
      grid-row: 1; }
    .masthead--w-bg .masthead__text {
      grid-row: 1;
      color: #fff;
      text-align: center;
      padding: 40px 20px; }
      @media (min-width: 569px) {
        .masthead--w-bg .masthead__text {
          padding: 40px; } }
  .masthead--w-img .masthead__image-container {
    grid-column: 1 / span 24; }
    @media (min-width: 768px) {
      .masthead--w-img .masthead__image-container {
        grid-column: auto / span 12; } }
  .masthead--w-img .masthead__image {
    padding-top: calc(9 / 16 * 100%);
    height: 0; }
  @media (min-width: 768px) {
    .masthead--w-img .masthead__text {
      grid-column: auto / span 12; } }
  .masthead__text {
    grid-column: 1 / span 24;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1; }
  .masthead .breadcrumbs__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none; }
    @media (min-width: 569px) {
      .masthead .breadcrumbs__items {
        justify-content: flex-start; } }
  .masthead .breadcrumbs__item {
    padding: 0 5px;
    position: relative;
    margin-right: 15px;
    font-size: clamp(0.7rem, 1vw, 1rem); }
    .masthead .breadcrumbs__item::after {
      content: ">";
      position: absolute;
      top: 50%;
      right: -12px;
      transform: translateY(-50%); }
    .masthead .breadcrumbs__item:last-of-type {
      margin-right: 0; }
      .masthead .breadcrumbs__item:last-of-type a {
        text-decoration: none;
        pointer-events: none; }
      .masthead .breadcrumbs__item:last-of-type::after {
        display: none; }
  .masthead .hide_headline {
    display: none; }

: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--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; }
  @media (min-width: 768px) {
    .section--single-image .section__text {
      grid-column: auto / span 12;
      order: 1; } }
.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--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__video {
  position: relative;
  padding-bottom: 60%; }
  .section__video iframe {
    height: 100%;
    width: 100%;
    position: absolute; }

/*! 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: rgba(255, 255, 255, 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: .6; }

.flickity-button:disabled {
  opacity: .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: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0; }

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1; }

.testimonials-rotator.no-rotator .testimonials-rotator__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  @media (min-width: 569px) {
    .testimonials-rotator.no-rotator .testimonials-rotator__items {
      flex-direction: row;
      align-items: flex-start;
      flex-wrap: wrap;
      justify-content: flex-start; } }
  .testimonials-rotator.no-rotator .testimonials-rotator__items::after {
    content: '';
    display: none; }

.testimonials-rotator__item {
  width: 100%;
  padding: 20px; }
  @media (min-width: 569px) {
    .testimonials-rotator__item {
      width: 50%; } }
  @media (min-width: 768px) {
    .testimonials-rotator__item {
      width: 33%; } }
.testimonials-rotator__item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden; }

.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 h3 {
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    padding: 0 10px 0 0;
    margin: 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; } }
.flickity-prev-next-button.previous {
  left: -20px; }

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

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

input,
select,
textarea {
  width: 100%;
  margin-bottom: 10px; }

input,
select {
  height: 50px; }

input[type='checkbox'] {
  width: 24px !important;
  height: 24px !important; }

button {
  margin-left: auto; }

.form__checkbox {
  display: block;
  margin-top: 5px; }

.form {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-column-gap: unset; }
  .form__field {
    grid-column: auto / span 24; }
  .form__label {
    display: block; }

.field-validation-error {
  display: block;
  color: #ed1c24; }

.time-slot-picker {
  /*
		custom css props
	*/
  --enabled-bg: #596473;
  --enabled-color: #fff;
  --enabled-border: 2px solid var(--enabled-bg);
  --disabled-bg: #c4c4c4;
  --disabled-color: rgba(255, 255, 255, 0.5);
  --disabled-border: 2px solid var(--disabled-bg);
  --checked-bg: #D1D5DC;
  --checked-color: var(--enabled-color);
  --checked-border: 2px solid var(--checked-bg);
  --focus-bg: var(--enabled-bg);
  --focus-color: var(--enabled-color);
  --focus-border: 2px solid var(--checked-bg);
  --checked-focus-bg: var(--checked-bg);
  --checked-focus-color: var(--checked-color);
  --checked-focus-border: var(--enabled-border);
  --hover-bg: #596473;
  --hover-color: var(--enabled-color);
  --hover-border: 2px solid var(--hover-bg);
  /*
		standard css props
	*/
  text-transform: uppercase;
  border: none;
  margin: 0;
  padding: 0; }
  .time-slot-picker ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  .time-slot-picker input[type='radio'] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0; }
  .time-slot-picker__day:not(:first-child):not(:last-child) {
    margin: 8px 0; }
  .time-slot-picker__day ol {
    display: none; }
  .time-slot-picker__day input[type='radio']:checked ~ ol {
    display: block; }
  .time-slot-picker__day-label {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 175px;
    padding: 7px;
    text-align: center;
    color: var(--enabled-color);
    background: var(--enabled-bg);
    border: var(--enabled-border);
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s; }
  .time-slot-picker__day-label:not(.time-slot-picker__day-label--disabled):hover {
    background: var(--hover-bg);
    color: var(--hover-color);
    border: var(--hover-border); }
  input[type='radio']:checked ~ .time-slot-picker__day-label {
    background: var(--checked-bg);
    color: var(--checked-color);
    border: var(--checked-border); }
  input[type='radio']:focus ~ .time-slot-picker__day-label {
    background: var(--focus-bg);
    color: var(--focus-color);
    border: var(--focus-border); }
  input[type='radio']:checked:focus ~ .time-slot-picker__day-label {
    background: var(--checked-focus-bg);
    color: var(--checked-focus-color);
    border: var(--checked-focus-border); }
  input[type='radio']:disabled ~ .time-slot-picker__day-label, .time-slot-picker__day-label--disabled {
    color: var(--disabled-color);
    background: var(--disabled-bg);
    border: var(--disabled-border);
    cursor: default; }
  .time-slot-picker__time {
    margin: 8px 0; }
    .time-slot-picker__time label::before {
      content: '';
      display: inline-block;
      width: 12px;
      height: 12px;
      border: 1px solid var(--checked-bg);
      border-radius: 50%;
      margin-right: 0.5ch; }
    .time-slot-picker__time input[type='radio']:checked ~ label::before {
      background: var(--checked-bg); }
    .time-slot-picker__time > label,
    .time-slot-picker__time input[type='radio'] {
      cursor: pointer; }

:root {
  --phone-min:         421px;
  --phone-wide-min:    569px;
  --tablet-min:        768px;
  --tablet-wide-min:   991px;
  --desktop-sm-min:   1025px;
  --desktop-min:      1241px;
  --desktop-wide-min: 1441px; }

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

.featured-galleries__item {
  width: 100%;
  margin: 0 5px; }
  @media (min-width: 569px) {
    .featured-galleries__item {
      width: 50%; } }
  @media (min-width: 991px) {
    .featured-galleries__item {
      width: 33%; } }
.featured-galleries__image {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  min-height: 200px;
  grid-gap: 0; }

.featured-galleries__image-item {
  grid-column: auto / span 12; }

.featured-galleries__text {
  padding: 10px; }

.featured-galleries .btn, .featured-galleries button {
  margin: 20px 0;
  display: block; }

.featured-galleries .flickity-button {
  min-width: unset;
  background: rgba(89, 100, 115, 0.4); }

.featured-galleries .flickity-prev-next-button {
  transform: translateY(-100%); }

.featured-galleries .flickity-prev-next-button.previous {
  left: 20px; }
  @media (min-width: 1241px) {
    .featured-galleries .flickity-prev-next-button.previous {
      left: -20px; } }
  @media (min-width: 1441px) {
    .featured-galleries .flickity-prev-next-button.previous {
      left: -40px; } }
.featured-galleries .flickity-prev-next-button.next {
  right: 20px; }
  @media (min-width: 1241px) {
    .featured-galleries .flickity-prev-next-button.next {
      right: -20px; } }
  @media (min-width: 1441px) {
    .featured-galleries .flickity-prev-next-button.next {
      right: -40px; } }
.faq summary p {
  display: inline-block; }

.video-thumbnails {
  padding: 40px 20px; }
  .video-thumbnails__container {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-gap: 10px; }
  .video-thumbnails__item {
    grid-column: auto / span 24;
    position: relative;
    cursor: pointer; }
    @media (min-width: 768px) {
      .video-thumbnails__item {
        grid-column: auto / span 12; } }
    @media (min-width: 991px) {
      .video-thumbnails__item {
        grid-column: auto / span 6; } }
    @media (min-width: 1025px) {
      .video-thumbnails__item:hover::before {
        background: rgba(89, 100, 115, 0.9); } }
    .video-thumbnails__item::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80px;
      height: 80px;
      border-radius: 100%;
      background: rgba(89, 100, 115, 0.7);
      z-index: 1;
      transform: translate(-50%, -70%);
      transition: background .3s; }
    .video-thumbnails__item::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-40%, -85%);
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 30px solid white;
      z-index: 2; }
    .video-thumbnails__item img {
      display: block;
      max-width: 100%;
      height: auto; }
    .video-thumbnails__item h3 {
      text-align: center; }
  .video-thumbnails__cta {
    grid-column: auto / span 24;
    display: flex;
    align-items: center;
    justify-content: center; }

.cards--post {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px; }

.card--post {
  grid-column: auto / span 24;
  border: 1px solid; }
  @media (min-width: 768px) {
    .card--post {
      grid-column: auto / span 12; } }
  @media (min-width: 1241px) {
    .card--post {
      grid-column: auto / span 8; } }
  .card--post .card__image {
    grid-column: auto / span 24;
    padding-top: calc((9 / 16) * 100%); }
  .card--post .card__author, .card--post .card__date {
    margin: 10px 0; }
  .card--post .card__author + .card__date::before {
    content: '|';
    padding: 0 5px; }

.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; } }
.procedure-2 .masthead__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #f5f5f5; }
  .procedure-2 .masthead__cta h3 {
    padding: 16px; }

.procedure-2 .section--1 {
  padding: 60px 20px; }
  .procedure-2 .section--1 .section__container {
    max-width: 1600px;
    margin: 0 auto; }

.procedure-2 .section--2 {
  padding: 60px 20px; }
  .procedure-2 .section--2 .section__container {
    max-width: 1600px;
    margin: 0 auto; }
  .procedure-2 .section--2 .section__image {
    min-height: unset;
    height: 0;
    padding-top: calc(3/4 * 100%); }
    @media (min-width: 1241px) {
      .procedure-2 .section--2 .section__image {
        min-height: 600px;
        height: unset;
        padding-top: unset; } }
.procedure-2 .extrasections-1, .procedure-2 .extrasections-2 {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 20px; }
  .procedure-2 .extrasections-1 .section--7, .procedure-2 .extrasections-2 .section--7 {
    grid-column: auto / span 24;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .procedure-2 .extrasections-1 .section--7, .procedure-2 .extrasections-2 .section--7 {
        grid-column: auto / span 12;
        padding: 20px 20px 20px 0; } }
  .procedure-2 .extrasections-1 .section--8, .procedure-2 .extrasections-2 .section--8 {
    grid-column: auto / span 24;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .procedure-2 .extrasections-1 .section--8, .procedure-2 .extrasections-2 .section--8 {
        grid-column: auto / span 12; } }
  .procedure-2 .extrasections-1 .section--9, .procedure-2 .extrasections-2 .section--9 {
    grid-column: auto / span 24;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .procedure-2 .extrasections-1 .section--9, .procedure-2 .extrasections-2 .section--9 {
        grid-column: auto / span 12;
        padding: 20px 20px 20px 0; } }
  .procedure-2 .extrasections-1 .section--10, .procedure-2 .extrasections-2 .section--10 {
    grid-column: auto / span 24;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .procedure-2 .extrasections-1 .section--10, .procedure-2 .extrasections-2 .section--10 {
        grid-column: auto / span 12; } }
.procedure-2 .extrasections-1--single .section--7 {
  grid-column: auto / span 24;
  padding: 20px 0;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }

.procedure-2 .extrasections-2--single .section--9 {
  grid-column: auto / span 24;
  padding: 20px 0;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }

.procedure-2 .reviews__wrapper {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 20px; }

.procedure-2 .reviews__items {
  grid-column: auto / span 24; }
  @media (min-width: 768px) {
    .procedure-2 .reviews__items {
      grid-column: auto / span 12; } }
.procedure-2 .reviews .testimonials-rotator__item {
  width: 100%; }

.procedure-2 .reviews label {
  display: none; }

.procedure-2 .reviews .form__field.form__field--name-Checkbox label {
  display: block; }

.procedure-2 .reviews .form__items {
  scroll-margin-top: calc(var(--header-height) + 20px);
  grid-column: auto / span 24;
  padding: 60px 0 20px; }
  @media (min-width: 768px) {
    .procedure-2 .reviews .form__items {
      grid-column: auto / span 12;
      padding: 0; } }
  .procedure-2 .reviews .form__items--100 {
    grid-column: auto / span 24;
    padding: 60px 20px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  .procedure-2 .reviews .form__items h2 {
    margin-bottom: 20px !important; }

.procedure-2 .procedure__details {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 20px; }
  .procedure-2 .procedure__details .section--3 {
    grid-column: auto / span 24;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .procedure-2 .procedure__details .section--3 {
        grid-column: auto / span 12;
        padding: 20px 20px 20px 0; } }
  .procedure-2 .procedure__details .section--4 {
    grid-column: auto / span 24;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .procedure-2 .procedure__details .section--4 {
        grid-column: auto / span 12; } }
  .procedure-2 .procedure__details--single .section--3 {
    grid-column: auto / span 24;
    padding: 20px 0;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto; }

.procedure-2 .procedure__more-details {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 20px; }
  .procedure-2 .procedure__more-details .section--5 {
    grid-column: auto / span 24;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .procedure-2 .procedure__more-details .section--5 {
        grid-column: auto / span 12;
        padding: 20px 20px 20px 0; } }
  .procedure-2 .procedure__more-details--single .section--5 {
    grid-column: auto / span 24;
    padding: 20px 0;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto; }
  .procedure-2 .procedure__more-details .section--6 {
    grid-column: auto / span 24;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .procedure-2 .procedure__more-details .section--6 {
        grid-column: auto / span 12; } }
.procedure-2 .videos {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 20px; }

.procedure-2 .faqs {
  padding: 60px 20px; }

.procedure-2 .faq__headline {
  max-width: 1600px !important;
  margin: 0 auto 20px !important; }

.procedure-2 .faq {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }
  .procedure-2 .faq summary {
    padding: 20px 0;
    font-size: clamp(1rem, 1.5vw, 1.3rem); }

.procedure-2 .planner {
  padding: 60px 20px; }
  .procedure-2 .planner__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto; }
  .procedure-2 .planner__headline {
    flex: 0 0 100%; }
  .procedure-2 .planner__item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px; }
    .procedure-2 .planner__item h3, .procedure-2 .planner__item p {
      text-align: center; }
    .procedure-2 .planner__item p {
      margin-top: auto; }

.procedure-2 .related-posts {
  padding: 20px; }
  .procedure-2 .related-posts .posts__headline, .procedure-2 .related-posts .cards {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px; }
  .procedure-2 .related-posts .posts__headline {
    margin-bottom: 40px; }
  .procedure-2 .related-posts .card__text {
    padding: 20px; }

.procedure-2 .doorways {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 20px; }
  .procedure-2 .doorways__headline {
    margin-bottom: 20px !important; }
  .procedure-2 .doorways__item {
    min-height: 400px;
    border-radius: 0;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative; }
    .procedure-2 .doorways__item::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(16, 16, 28, 0.2); }
    .procedure-2 .doorways__item h2 {
      color: #fff;
      text-align: center;
      text-decoration: none;
      position: relative;
      z-index: 1; }

.procedure-2 .galleries {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 20px 60px; }
  .procedure-2 .galleries .featured__headline {
    margin-bottom: 20px; }
  .procedure-2 .galleries .featured-galleries__tag {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px; }
    .procedure-2 .galleries .featured-galleries__tag dt {
      grid-column: auto / span 8; }
    .procedure-2 .galleries .featured-galleries__tag dd {
      grid-column: auto / span 16; }
  .procedure-2 .galleries .btn, .procedure-2 .galleries button {
    margin: 40px auto 0;
    display: block;
    max-width: 180px; }

.procedure-2 .procedure__cta {
  background: url("//assets.doctorlogic.com/Images/Sites/D/DigitalDoctor/MasterPage/836195.jpg") center center/cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  background-attachment: scroll;
  position: relative; }
  @media (min-width: 1025px) {
    .procedure-2 .procedure__cta {
      background-attachment: fixed; } }
  .procedure-2 .procedure__cta::after {
    content: '';
    background: rgba(16, 16, 28, 0.2);
    inset: 0;
    position: absolute; }
  .procedure-2 .procedure__cta h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff; }
  .procedure-2 .procedure__cta h2, .procedure-2 .procedure__cta .btn, .procedure-2 .procedure__cta button {
    position: relative;
    z-index: 1; }

.procedure-2 .section--11 {
  padding: 60px 20px; }
  .procedure-2 .section--11 .section__container {
    max-width: 1600px;
    margin: 0 auto; }

.header {
  position: fixed;
  width: 100%;
  transition: background .3s; }
  .header__container {
    padding: 10px 0; }
  .header__logo-container {
    max-width: 300px; }
  .header__logo {
    background: url("//assets.doctorlogic.com/Images/Sites/O/OmniaMedical/MasterPage/944523.svg") left center/contain no-repeat;
    height: 80px;
    transition: height .3s; }
    @media (min-width: 768px) {
      .header__logo {
        height: 100px; } }
    @media (min-width: 991px) {
      .header__logo {
        height: 120px; } }
  .header__cta-container .nav__link {
    color: #fff; }
  .header__nav-toggle {
    margin-left: 10px; }
  .header__nav-toggle span::after, .header__nav-toggle span::before, .header__nav-toggle span {
    background: #fff; }
  .header nav.slide-menu {
    background: #10101c; }
  .header .st0 {
    fill: #fff; }
  .header--scroll {
    position: sticky;
    background: #10101c; }

html:not(.home-page) .header {
  background: #10101c;
  position: sticky; }

.footer p, .footer a, .footer span {
  color: #10101c; }

.footer .footer__dl svg .st0 {
  fill: #10101c; }

.footer__logo {
  background: url("//assets.doctorlogic.com/Images/Sites/O/OmniaMedical/MasterPage/logo-color.svg") left center/contain no-repeat;
  height: 80px; }

:root {
  --nav-breakpoint: none; }

body {
  font-family: greycliff-cf, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-family: Bilo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1; }

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

h2 {
  font-size: clamp(1.5rem, 2.5vw, 3rem);
  margin: 0 !important;
  text-transform: none; }

.home-tag {
  flex: 0 0 100%;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px; }
  .home-tag h1 {
    background: #fff;
    color: #10101c;
    font-size: 14px;
    text-transform: none; }

p {
  line-height: 1.5; }

a {
  color: #596473; }
  @media (min-width: 1025px) {
    a:hover {
      color: #10101c; } }
.btn, button {
  background: #596473;
  padding: 16px 24px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 40px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  white-space: nowrap; }
  .btn--block {
    margin-top: 40px;
    display: block;
    max-width: 280px; }

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

.breadcrumbs__item a {
  color: #596473; }
  @media (min-width: 1025px) {
    .breadcrumbs__item a:hover {
      color: #10101c; } }
.masthead .breadcrumbs__item a {
  color: #fff; }
  @media (min-width: 1025px) {
    .masthead .breadcrumbs__item a:hover {
      color: #596473; } }
.homepage__subheadline {
  font-family: greycliff-cf, sans-serif;
  color: #596473;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 900; }

.homepage__headline {
  margin: 0 0 20px; }

/* Use if changing star color */
/* Facility Page */
.facility-page .card__brand {
  display: none; }

.facility-page .facility-item__testimonials-cta h2 {
  color: #fff; }

/* Contact Us Page */
.contactus-page .map {
  min-height: 560px; }

: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 */
:root {
  --nav-breakpoint: none; }

body {
  font-family: greycliff-cf, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-family: Bilo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1; }

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

h2 {
  font-size: clamp(1.5rem, 2.5vw, 3rem);
  margin: 0 !important;
  text-transform: none; }

.home-tag {
  flex: 0 0 100%;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px; }
  .home-tag h1 {
    background: #fff;
    color: #10101c;
    font-size: 14px;
    text-transform: none; }

p {
  line-height: 1.5; }

a {
  color: #596473; }
  @media (min-width: 1025px) {
    a:hover {
      color: #10101c; } }
.btn, button {
  background: #596473;
  padding: 16px 24px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 40px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  white-space: nowrap; }
  .btn--block {
    margin-top: 40px;
    display: block;
    max-width: 280px; }

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

.breadcrumbs__item a {
  color: #596473; }
  @media (min-width: 1025px) {
    .breadcrumbs__item a:hover {
      color: #10101c; } }
.masthead .breadcrumbs__item a {
  color: #fff; }
  @media (min-width: 1025px) {
    .masthead .breadcrumbs__item a:hover {
      color: #596473; } }
.homepage__subheadline {
  font-family: greycliff-cf, sans-serif;
  color: #596473;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 900; }

.homepage__headline {
  margin: 0 0 20px; }

/* Use if changing star color */
/* Facility Page */
.facility-page .card__brand {
  display: none; }

.facility-page .facility-item__testimonials-cta h2 {
  color: #fff; }

/* Contact Us Page */
.contactus-page .map {
  min-height: 560px; }
