/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 */

/**
 * This injects any component classes registered by Tailwind plugins.
 */

/** Import theme styles */

/* line 1, resources/assets/styles/layouts/_header.scss */

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  display: none;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: calc(100% - 375px);
}

/* line 6, resources/assets/styles/layouts/_header.scss */

@media (min-width: 768px) {
  .overlay.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 10, resources/assets/styles/layouts/_header.scss */

.overlay__close {
  width: 2.25rem;
}

/* line 13, resources/assets/styles/layouts/_header.scss */

.overlay__close path {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* line 19, resources/assets/styles/layouts/_header.scss */

.header--white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* line 22, resources/assets/styles/layouts/_header.scss */

.header--white.active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  -webkit-box-shadow: 0px -7px 15px 0px black;
          box-shadow: 0px -7px 15px 0px black;
}

/* line 28, resources/assets/styles/layouts/_header.scss */

.header--white.active .new-jersey-logo {
  -webkit-filter: none !important;
          filter: none !important;
}

/* line 32, resources/assets/styles/layouts/_header.scss */

.header--white:not(.header-dark-text) .header__button path {
  stroke: currentColor;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* line 36, resources/assets/styles/layouts/_header.scss */

.header--white:not(.header-dark-text) .new-jersey-logo {
  -webkit-filter: contrast(0) brightness(2);
          filter: contrast(0) brightness(2);
}

/* line 40, resources/assets/styles/layouts/_header.scss */

.header--white.header-dark-text .new-jersey-logo {
  -webkit-filter: none !important;
          filter: none !important;
}

/* line 44, resources/assets/styles/layouts/_header.scss */

.header--white .header__logo.active path {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, filter, backdrop-filter, -o-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -o-transform, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}

/* line 51, resources/assets/styles/layouts/_header.scss */

.header--black.active {
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  -webkit-box-shadow: 0px -7px 15px 0px black;
          box-shadow: 0px -7px 15px 0px black;
}

/* line 57, resources/assets/styles/layouts/_header.scss */

.header__logo, .new-jersey-logo {
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  width: 8rem;
}

@media (min-width: 1024px) {
  .header__logo, .new-jersey-logo {
    width: 100%;
  }
}

/* line 62, resources/assets/styles/layouts/_header.scss */

.new-jersey-logo {
  height: auto;
  max-width: 200px;
  width: 200px;
}

/* line 68, resources/assets/styles/layouts/_header.scss */

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.375rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1280px) {
  .header__container {
    height: 5rem;
  }
}

.rich-text p.header__nav > ul > li > a,.rich-text p.header__nav > ul > li > div.flex > a,.rich-text p.header__nav > ul > li button,.rich-text .is-style-label,.rich-text .is-style-label,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  cursor: pointer;
  font-family: Styrene B;
}

.header__nav > ul > li > a:hover, .header__nav > ul > li > div.flex > a:hover, .header__nav > ul > li button:hover {
  text-decoration: underline;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

.header__nav > ul > li > a,
        .header__nav > ul > li > div.flex > a,
        .header__nav > ul > li button {
  font-size: .8125rem;
  line-height: 1.125rem;
  padding: 0 0 0 0.25rem;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 0.25rem;
  }
}

@media (min-width: 1336px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .825rem;
  }
}

@media (min-width: 1440px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .875rem;
  }
}

@media (min-width: 1536px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    font-size: .9375rem;
  }
}

.header__nav > ul > li > a > .focus-in, .header__nav > ul > li > div.flex > a > .focus-in, .header__nav > ul > li button > .focus-in {
  border-width: 2px;
  border-color: transparent;
}

.header__nav > ul > li > a:hover,
          .header__nav > ul > li > div.flex > a:hover,
          .header__nav > ul > li button:hover {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

.header__nav > ul > li > a.current, .header__nav > ul > li > div.flex > a.current, .header__nav > ul > li button.current {
  text-decoration: underline;
}

.header__nav > ul > li > a.current,
          .header__nav > ul > li > div.flex > a.current,
          .header__nav > ul > li button.current {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

.header__container {
  max-height: 4.375rem;
}

@media (min-width: 1280px) {
  .header__container {
    max-height: 5rem;
  }
}

.header__container {
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

/* line 77, resources/assets/styles/layouts/_header.scss */

.h_transition .header__logo, .h_transition .new-jersey-logo {
  width: 70%;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

/* line 81, resources/assets/styles/layouts/_header.scss */

.h_transition .new-jersey-logo {
  -webkit-filter: none !important;
          filter: none !important;
}

/* line 84, resources/assets/styles/layouts/_header.scss */

.h_transition .header__container {
  max-height: 3.75rem;
}

/* line 87, resources/assets/styles/layouts/_header.scss */

@media (min-width: 1024px) {
  .h_transition.header {
    height: 3.75rem;
  }
}

/* line 91, resources/assets/styles/layouts/_header.scss */

.header.h_transition .sub-menu--column.active {
  top: 3.75rem;
}

/* line 97, resources/assets/styles/layouts/_header.scss */

body.book-appointment .provider-matching {
  display: none !important;
}

/* line 101, resources/assets/styles/layouts/_header.scss */

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 4.375rem;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, filter, backdrop-filter, -o-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -o-transform, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 1280px) {
  .header {
    height: 5rem;
  }
}

.header {
  z-index: 21;
}

/* line 105, resources/assets/styles/layouts/_header.scss */

.header.active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

/* line 108, resources/assets/styles/layouts/_header.scss */

.header.active .header__button path {
  stroke: currentColor;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

/* line 112, resources/assets/styles/layouts/_header.scss */

.header.active .btn--white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}

/* line 118, resources/assets/styles/layouts/_header.scss */

.header__nav {
  display: none;
}

@media (min-width: 1280px) {
  .header__nav {
    display: block;
  }
}

/* line 121, resources/assets/styles/layouts/_header.scss */

.header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rich-text p.header__nav > ul > li > a,.rich-text p.header__nav > ul > li > div.flex > a,.rich-text p.header__nav > ul > li button,.rich-text .is-style-label,.rich-text .is-style-label,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  cursor: pointer;
  font-family: Styrene B;
}

.header__nav > ul > li > a:hover, .header__nav > ul > li > div.flex > a:hover, .header__nav > ul > li button:hover {
  text-decoration: underline;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

.header__nav > ul > li > a,
        .header__nav > ul > li > div.flex > a,
        .header__nav > ul > li button {
  font-size: .8125rem;
  line-height: 1.125rem;
  padding: 0 0 0 0.25rem;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 0.25rem;
  }
}

@media (min-width: 1336px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .825rem;
  }
}

@media (min-width: 1440px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .875rem;
  }
}

@media (min-width: 1536px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    font-size: .9375rem;
  }
}

.header__nav > ul > li > a > .focus-in, .header__nav > ul > li > div.flex > a > .focus-in, .header__nav > ul > li button > .focus-in {
  border-width: 2px;
  border-color: transparent;
}

.header__nav > ul > li > a:hover,
          .header__nav > ul > li > div.flex > a:hover,
          .header__nav > ul > li button:hover {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

.header__nav > ul > li > a.current, .header__nav > ul > li > div.flex > a.current, .header__nav > ul > li button.current {
  text-decoration: underline;
}

.header__nav > ul > li > a.current,
          .header__nav > ul > li > div.flex > a.current,
          .header__nav > ul > li button.current {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

/* line 124, resources/assets/styles/layouts/_header.scss */

.header__nav > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rich-text p.header__nav > ul > li > a,.rich-text p.header__nav > ul > li > div.flex > a,.rich-text p.header__nav > ul > li button,.rich-text .is-style-label,.rich-text .is-style-label,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  cursor: pointer;
  font-family: Styrene B;
}

.header__nav > ul > li > a:hover, .header__nav > ul > li > div.flex > a:hover, .header__nav > ul > li button:hover {
  text-decoration: underline;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

.header__nav > ul > li > a,
        .header__nav > ul > li > div.flex > a,
        .header__nav > ul > li button {
  font-size: .8125rem;
  line-height: 1.125rem;
  padding: 0 0 0 0.25rem;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 0.25rem;
  }
}

@media (min-width: 1336px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .825rem;
  }
}

@media (min-width: 1440px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .875rem;
  }
}

@media (min-width: 1536px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    font-size: .9375rem;
  }
}

.header__nav > ul > li > a > .focus-in, .header__nav > ul > li > div.flex > a > .focus-in, .header__nav > ul > li button > .focus-in {
  border-width: 2px;
  border-color: transparent;
}

.header__nav > ul > li > a:hover,
          .header__nav > ul > li > div.flex > a:hover,
          .header__nav > ul > li button:hover {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

.header__nav > ul > li > a.current, .header__nav > ul > li > div.flex > a.current, .header__nav > ul > li button.current {
  text-decoration: underline;
}

.header__nav > ul > li > a.current,
          .header__nav > ul > li > div.flex > a.current,
          .header__nav > ul > li button.current {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

/* line 127, resources/assets/styles/layouts/_header.scss */

.header__nav > ul > li .break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

/* line 132, resources/assets/styles/layouts/_header.scss */

.header__nav > ul > li a {
  font-family: Styrene B;
}

/* line 137, resources/assets/styles/layouts/_header.scss */

.header__nav > ul > li button[data-menu-trigger-patient-portal], .header__nav > ul > li button[data-menu-trigger-patient-billing], .header__nav > ul > li button[data-current-patients-modal-2] {
  padding: 0;
}

/* line 144, resources/assets/styles/layouts/_header.scss */

.rich-text p.header__nav > ul > li > a,.rich-text p.header__nav > ul > li > div.flex > a,.rich-text p.header__nav > ul > li button,.rich-text .is-style-label,.rich-text .is-style-label,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  cursor: pointer;
  font-family: Styrene B;
}

.header__nav > ul > li > a:hover, .header__nav > ul > li > div.flex > a:hover, .header__nav > ul > li button:hover {
  text-decoration: underline;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

.header__nav > ul > li > a,
        .header__nav > ul > li > div.flex > a,
        .header__nav > ul > li button {
  font-size: .8125rem;
  line-height: 1.125rem;
  padding: 0 0 0 0.25rem;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  /* line 144, resources/assets/styles/layouts/_header.scss */

  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 0.25rem;
  }
}

@media (min-width: 1336px) {
  /* line 144, resources/assets/styles/layouts/_header.scss */

  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .825rem;
  }
}

@media (min-width: 1440px) {
  /* line 144, resources/assets/styles/layouts/_header.scss */

  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .875rem;
  }
}

@media (min-width: 1536px) {
  /* line 144, resources/assets/styles/layouts/_header.scss */

  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    font-size: .9375rem;
  }
}

/* line 172, resources/assets/styles/layouts/_header.scss */

.header__nav > ul > li > a > .focus-in, .header__nav > ul > li > div.flex > a > .focus-in, .header__nav > ul > li button > .focus-in {
  border-width: 2px;
  border-color: transparent;
}

/* line 176, resources/assets/styles/layouts/_header.scss */

.header__nav > ul > li > a:hover,
          .header__nav > ul > li > div.flex > a:hover,
          .header__nav > ul > li button:hover {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

/* line 181, resources/assets/styles/layouts/_header.scss */

.header__nav > ul > li > a.current, .header__nav > ul > li > div.flex > a.current, .header__nav > ul > li button.current {
  text-decoration: underline;
}

.header__nav > ul > li > a.current,
          .header__nav > ul > li > div.flex > a.current,
          .header__nav > ul > li button.current {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

/* line 190, resources/assets/styles/layouts/_header.scss */

.header__nav > ul > li .menu-expand-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  min-height: 0;
}

/* line 207, resources/assets/styles/layouts/_header.scss */

.header__nav > ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rich-text p.header__nav > ul > li > a,.rich-text p.header__nav > ul > li > div.flex > a,.rich-text p.header__nav > ul > li button,.rich-text .is-style-label,.rich-text .is-style-label,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  cursor: pointer;
  font-family: Styrene B;
}

.header__nav > ul > li > a:hover, .header__nav > ul > li > div.flex > a:hover, .header__nav > ul > li button:hover {
  text-decoration: underline;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

.header__nav > ul > li > a,
        .header__nav > ul > li > div.flex > a,
        .header__nav > ul > li button {
  font-size: .8125rem;
  line-height: 1.125rem;
  padding: 0 0 0 0.25rem;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 0.25rem;
  }
}

@media (min-width: 1336px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .825rem;
  }
}

@media (min-width: 1440px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .875rem;
  }
}

@media (min-width: 1536px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    font-size: .9375rem;
  }
}

.header__nav > ul > li > a > .focus-in, .header__nav > ul > li > div.flex > a > .focus-in, .header__nav > ul > li button > .focus-in {
  border-width: 2px;
  border-color: transparent;
}

.header__nav > ul > li > a:hover,
          .header__nav > ul > li > div.flex > a:hover,
          .header__nav > ul > li button:hover {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

.header__nav > ul > li > a.current, .header__nav > ul > li > div.flex > a.current, .header__nav > ul > li button.current {
  text-decoration: underline;
}

.header__nav > ul > li > a.current,
          .header__nav > ul > li > div.flex > a.current,
          .header__nav > ul > li button.current {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

/* line 210, resources/assets/styles/layouts/_header.scss */

.header__nav > ul.menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rich-text p.header__nav > ul > li > a,.rich-text p.header__nav > ul > li > div.flex > a,.rich-text p.header__nav > ul > li button,.rich-text .is-style-label,.rich-text .is-style-label,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  cursor: pointer;
  font-family: Styrene B;
}

.header__nav > ul > li > a:hover, .header__nav > ul > li > div.flex > a:hover, .header__nav > ul > li button:hover {
  text-decoration: underline;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

.header__nav > ul > li > a,
        .header__nav > ul > li > div.flex > a,
        .header__nav > ul > li button {
  font-size: .8125rem;
  line-height: 1.125rem;
  padding: 0 0 0 0.25rem;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 0.25rem;
  }
}

@media (min-width: 1336px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .825rem;
  }
}

@media (min-width: 1440px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .875rem;
  }
}

@media (min-width: 1536px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    font-size: .9375rem;
  }
}

.header__nav > ul > li > a > .focus-in, .header__nav > ul > li > div.flex > a > .focus-in, .header__nav > ul > li button > .focus-in {
  border-width: 2px;
  border-color: transparent;
}

.header__nav > ul > li > a:hover,
          .header__nav > ul > li > div.flex > a:hover,
          .header__nav > ul > li button:hover {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

.header__nav > ul > li > a.current, .header__nav > ul > li > div.flex > a.current, .header__nav > ul > li button.current {
  text-decoration: underline;
}

.header__nav > ul > li > a.current,
          .header__nav > ul > li > div.flex > a.current,
          .header__nav > ul > li button.current {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

/* line 213, resources/assets/styles/layouts/_header.scss */

.header__nav > ul.menu > li .break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

/* line 218, resources/assets/styles/layouts/_header.scss */

.header__nav > ul.menu > li a {
  font-family: Styrene B;
}

/* line 223, resources/assets/styles/layouts/_header.scss */

.header__nav > ul.menu > li button[data-menu-trigger-patient-portal], .header__nav > ul.menu > li button[data-menu-trigger-patient-billing], .header__nav > ul.menu > li button[data-current-patients-modal-2] {
  padding: 0;
}

/* line 230, resources/assets/styles/layouts/_header.scss */

.rich-text p.header__nav > ul.menu > li > a,.rich-text p.header__nav > ul.menu > li button,.rich-text .is-style-label,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header__nav > ul.menu > li > a, .header__nav > ul.menu > li button {
  cursor: pointer;
  font-family: Styrene B;
}

.header__nav > ul.menu > li > a:hover, .header__nav > ul.menu > li button:hover {
  text-decoration: underline;
}

.header__nav > ul.menu > li > a, .header__nav > ul.menu > li button {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

.header__nav > ul.menu > li > a,
        .header__nav > ul.menu > li button {
  font-size: .8125rem;
  line-height: 1.125rem;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
}

@media (min-width: 1024px) {
  /* line 230, resources/assets/styles/layouts/_header.scss */

  .header__nav > ul.menu > li > a,
  .header__nav > ul.menu > li button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.5rem;
    margin: 0 0.5rem;
  }
}

@media (min-width: 1536px) {
  /* line 230, resources/assets/styles/layouts/_header.scss */

  .header__nav > ul.menu > li > a,
  .header__nav > ul.menu > li button {
    font-size: .9375rem;
  }
}

/* line 250, resources/assets/styles/layouts/_header.scss */

.header__nav > ul.menu > li > a > .focus-in, .header__nav > ul.menu > li button > .focus-in {
  border-width: 2px;
  border-color: transparent;
}

/* line 254, resources/assets/styles/layouts/_header.scss */

.header__nav > ul.menu > li > a:hover,
          .header__nav > ul.menu > li button:hover {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

/* line 259, resources/assets/styles/layouts/_header.scss */

.header__nav > ul.menu > li > a.current, .header__nav > ul.menu > li button.current {
  text-decoration: underline;
}

.header__nav > ul.menu > li > a.current,
          .header__nav > ul.menu > li button.current {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

/* line 268, resources/assets/styles/layouts/_header.scss */

.header__nav > ul.menu > li .menu-expand-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  min-height: 0;
}

/* line 286, resources/assets/styles/layouts/_header.scss */

.header .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.rich-text p.header__nav > ul > li > a,.rich-text p.header__nav > ul > li > div.flex > a,.rich-text p.header__nav > ul > li button,.rich-text .is-style-label,.rich-text .is-style-label,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  cursor: pointer;
  font-family: Styrene B;
}

.header__nav > ul > li > a:hover, .header__nav > ul > li > div.flex > a:hover, .header__nav > ul > li button:hover {
  text-decoration: underline;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

.header__nav > ul > li > a,
        .header__nav > ul > li > div.flex > a,
        .header__nav > ul > li button {
  font-size: .8125rem;
  line-height: 1.125rem;
  padding: 0 0 0 0.25rem;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 0.25rem;
  }
}

@media (min-width: 1336px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .825rem;
  }
}

@media (min-width: 1440px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .875rem;
  }
}

@media (min-width: 1536px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    font-size: .9375rem;
  }
}

.header__nav > ul > li > a > .focus-in, .header__nav > ul > li > div.flex > a > .focus-in, .header__nav > ul > li button > .focus-in {
  border-width: 2px;
  border-color: transparent;
}

.header__nav > ul > li > a:hover,
          .header__nav > ul > li > div.flex > a:hover,
          .header__nav > ul > li button:hover {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

.header__nav > ul > li > a.current, .header__nav > ul > li > div.flex > a.current, .header__nav > ul > li button.current {
  text-decoration: underline;
}

.header__nav > ul > li > a.current,
          .header__nav > ul > li > div.flex > a.current,
          .header__nav > ul > li button.current {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

/* line 289, resources/assets/styles/layouts/_header.scss */

.header .sub-menu .menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66.666667%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.rich-text p.header__nav > ul > li > a,.rich-text p.header__nav > ul > li > div.flex > a,.rich-text p.header__nav > ul > li button,.rich-text .is-style-label,.rich-text .is-style-label,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  cursor: pointer;
  font-family: Styrene B;
}

.header__nav > ul > li > a:hover, .header__nav > ul > li > div.flex > a:hover, .header__nav > ul > li button:hover {
  text-decoration: underline;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

.header__nav > ul > li > a,
        .header__nav > ul > li > div.flex > a,
        .header__nav > ul > li button {
  font-size: .8125rem;
  line-height: 1.125rem;
  padding: 0 0 0 0.25rem;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 0.25rem;
  }
}

@media (min-width: 1336px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .825rem;
  }
}

@media (min-width: 1440px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .875rem;
  }
}

@media (min-width: 1536px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    font-size: .9375rem;
  }
}

.header__nav > ul > li > a > .focus-in, .header__nav > ul > li > div.flex > a > .focus-in, .header__nav > ul > li button > .focus-in {
  border-width: 2px;
  border-color: transparent;
}

.header__nav > ul > li > a:hover,
          .header__nav > ul > li > div.flex > a:hover,
          .header__nav > ul > li button:hover {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

.header__nav > ul > li > a.current, .header__nav > ul > li > div.flex > a.current, .header__nav > ul > li button.current {
  text-decoration: underline;
}

.header__nav > ul > li > a.current,
          .header__nav > ul > li > div.flex > a.current,
          .header__nav > ul > li button.current {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

/* line 292, resources/assets/styles/layouts/_header.scss */

.header .sub-menu .menu__container.columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 297, resources/assets/styles/layouts/_header.scss */

.rich-text p.header .sub-menu .menu__anchor,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header .sub-menu .menu__anchor:hover {
  text-decoration: underline;
}

.header .sub-menu .menu__anchor {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

/* line 301, resources/assets/styles/layouts/_header.scss */

.header .sub-menu .menu__description {
  color: #727272;
}

.rich-text p.header .sub-menu .menu__description,.rich-text .is-style-small {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: Utopia Std, sans-serif;
  margin-bottom: 1.125rem;
}

.header .sub-menu .menu__description {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: Utopia Std, sans-serif;
}

/* line 307, resources/assets/styles/layouts/_header.scss */

.header .sub-menu.active {
  position: absolute;
  top: 5rem;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.rich-text p.header__nav > ul > li > a,.rich-text p.header__nav > ul > li > div.flex > a,.rich-text p.header__nav > ul > li button,.rich-text .is-style-label,.rich-text .is-style-label,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  cursor: pointer;
  font-family: Styrene B;
}

.header__nav > ul > li > a:hover, .header__nav > ul > li > div.flex > a:hover, .header__nav > ul > li button:hover {
  text-decoration: underline;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

.header__nav > ul > li > a,
        .header__nav > ul > li > div.flex > a,
        .header__nav > ul > li button {
  font-size: .8125rem;
  line-height: 1.125rem;
  padding: 0 0 0 0.25rem;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 0.25rem;
  }
}

@media (min-width: 1336px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .825rem;
  }
}

@media (min-width: 1440px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .875rem;
  }
}

@media (min-width: 1536px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    font-size: .9375rem;
  }
}

.header__nav > ul > li > a > .focus-in, .header__nav > ul > li > div.flex > a > .focus-in, .header__nav > ul > li button > .focus-in {
  border-width: 2px;
  border-color: transparent;
}

.header__nav > ul > li > a:hover,
          .header__nav > ul > li > div.flex > a:hover,
          .header__nav > ul > li button:hover {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

.header__nav > ul > li > a.current, .header__nav > ul > li > div.flex > a.current, .header__nav > ul > li button.current {
  text-decoration: underline;
}

.header__nav > ul > li > a.current,
          .header__nav > ul > li > div.flex > a.current,
          .header__nav > ul > li button.current {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

/* line 312, resources/assets/styles/layouts/_header.scss */

.header .sub-menu--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.rich-text p.header__nav > ul > li > a,.rich-text p.header__nav > ul > li > div.flex > a,.rich-text p.header__nav > ul > li button,.rich-text .is-style-label,.rich-text .is-style-label,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  cursor: pointer;
  font-family: Styrene B;
}

.header__nav > ul > li > a:hover, .header__nav > ul > li > div.flex > a:hover, .header__nav > ul > li button:hover {
  text-decoration: underline;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

.header__nav > ul > li > a,
        .header__nav > ul > li > div.flex > a,
        .header__nav > ul > li button {
  font-size: .8125rem;
  line-height: 1.125rem;
  padding: 0 0 0 0.25rem;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 0.25rem;
  }
}

@media (min-width: 1336px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .825rem;
  }
}

@media (min-width: 1440px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .875rem;
  }
}

@media (min-width: 1536px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    font-size: .9375rem;
  }
}

.header__nav > ul > li > a > .focus-in, .header__nav > ul > li > div.flex > a > .focus-in, .header__nav > ul > li button > .focus-in {
  border-width: 2px;
  border-color: transparent;
}

.header__nav > ul > li > a:hover,
          .header__nav > ul > li > div.flex > a:hover,
          .header__nav > ul > li button:hover {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

.header__nav > ul > li > a.current, .header__nav > ul > li > div.flex > a.current, .header__nav > ul > li button.current {
  text-decoration: underline;
}

.header__nav > ul > li > a.current,
          .header__nav > ul > li > div.flex > a.current,
          .header__nav > ul > li button.current {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

/* line 315, resources/assets/styles/layouts/_header.scss */

.rich-text p.header .sub-menu--column .menu__anchor,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header .sub-menu--column .menu__anchor {
  font-family: Styrene B;
}

.header .sub-menu--column .menu__anchor:hover {
  text-decoration: underline;
}

.header .sub-menu--column .menu__anchor {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

@media (min-width: 1280px) {
  /* line 315, resources/assets/styles/layouts/_header.scss */

  .header .sub-menu--column .menu__anchor {
    font-size: .875rem;
  }
}

@media (min-width: 1536px) {
  /* line 315, resources/assets/styles/layouts/_header.scss */

  .header .sub-menu--column .menu__anchor {
    font-size: .9375rem;
  }
}

/* line 329, resources/assets/styles/layouts/_header.scss */

.header .sub-menu--column .menu__description {
  color: #727272;
}

.rich-text p.header .sub-menu--column .menu__description,.rich-text .is-style-small {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: Utopia Std, sans-serif;
  margin-bottom: 1.125rem;
}

.header .sub-menu--column .menu__description {
  font-family: Utopia Std;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: Utopia Std, sans-serif;
}

/* line 334, resources/assets/styles/layouts/_header.scss */

.header .sub-menu--column.active {
  position: absolute;
  top: 5rem;
  left: 0px;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1.875rem;
  -webkit-box-shadow: inset 0 0 40px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

/* line 341, resources/assets/styles/layouts/_header.scss */

.header__button {
  display: block;
}

@media (min-width: 1280px) {
  .header__button {
    display: none;
  }
}

/* line 346, resources/assets/styles/layouts/_header.scss */

.header__nav .focus\:outline-none:focus,
.footer__nav .focus\:outline-none:focus,
.ls-directory-search input:focus,
.homepage-hero-2024-container .provider-type-toggle .form-toggle-zip input[name="location_proxy"]:focus,
html body input[type=email]:focus,
html .condition-overlay:focus {
  outline: 1px solid black !important;
}

/* line 356, resources/assets/styles/layouts/_header.scss */

.header__nav--mobile {
  position: fixed;
  top: 4.375rem;
  right: -100%;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.9375rem;
  padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .header__nav--mobile {
    top: 0px;
  }
}

.header__nav--mobile {
  z-index: 25;
}

@media (min-width: 640px) {
  /* line 356, resources/assets/styles/layouts/_header.scss */

  .header__nav--mobile {
    max-width: 375px;
  }
}

/* line 364, resources/assets/styles/layouts/_header.scss */

.header__nav--mobile.active {
  right: 0px;
  display: block;
  -webkit-box-shadow: inset 0 0 40px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 40px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

/* line 371, resources/assets/styles/layouts/_header.scss */

.header__nav--mobile .menu__children {
  width: 2.5rem;
}

/* line 375, resources/assets/styles/layouts/_header.scss */

.header__nav--mobile .menu__return {
  width: 2.5rem;
}

/* line 379, resources/assets/styles/layouts/_header.scss */

.header__nav--mobile .sub-menu {
  display: none;
}

/* line 382, resources/assets/styles/layouts/_header.scss */

.rich-text p.header__nav--mobile .sub-menu.active,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header__nav--mobile .sub-menu.active {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 50;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
  padding-bottom: 1.875rem;
  font-family: Styrene B;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

/* line 385, resources/assets/styles/layouts/_header.scss */

.rich-text p.header__nav--mobile .sub-menu.active .sub-menu__item,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header__nav--mobile .sub-menu.active .sub-menu__item {
  font-family: Styrene B;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

/* line 389, resources/assets/styles/layouts/_header.scss */

.header__nav--mobile .sub-menu.active .sub-menu-title {
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.rich-text p.header__nav > ul > li > a,.rich-text p.header__nav > ul > li > div.flex > a,.rich-text p.header__nav > ul > li button,.rich-text .is-style-label,.rich-text .is-style-label,.rich-text .is-style-label {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
  margin-bottom: 1.125rem;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  cursor: pointer;
  font-family: Styrene B;
}

.header__nav > ul > li > a:hover, .header__nav > ul > li > div.flex > a:hover, .header__nav > ul > li button:hover {
  text-decoration: underline;
}

.header__nav > ul > li > a, .header__nav > ul > li > div.flex > a, .header__nav > ul > li button {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

.header__nav > ul > li > a,
        .header__nav > ul > li > div.flex > a,
        .header__nav > ul > li button {
  font-size: .8125rem;
  line-height: 1.125rem;
  padding: 0 0 0 0.25rem;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 0.25rem;
  }
}

@media (min-width: 1336px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .825rem;
  }
}

@media (min-width: 1440px) {
  .header__nav > ul > li > a,
            .header__nav > ul > li > div.flex > a,
            .header__nav > ul > li button {
    font-size: .875rem;
  }
}

@media (min-width: 1536px) {
  .header__nav > ul > li > a,
  .header__nav > ul > li > div.flex > a,
  .header__nav > ul > li button {
    font-size: .9375rem;
  }
}

.header__nav > ul > li > a > .focus-in, .header__nav > ul > li > div.flex > a > .focus-in, .header__nav > ul > li button > .focus-in {
  border-width: 2px;
  border-color: transparent;
}

.header__nav > ul > li > a:hover,
          .header__nav > ul > li > div.flex > a:hover,
          .header__nav > ul > li button:hover {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

.header__nav > ul > li > a.current, .header__nav > ul > li > div.flex > a.current, .header__nav > ul > li button.current {
  text-decoration: underline;
}

.header__nav > ul > li > a.current,
          .header__nav > ul > li > div.flex > a.current,
          .header__nav > ul > li button.current {
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

/* line 393, resources/assets/styles/layouts/_header.scss */

.header__nav--mobile .sub-menu.active .menu__description {
  color: #727272;
}

.rich-text p.header__nav--mobile .sub-menu.active .menu__description,.rich-text .is-style-small {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: Utopia Std, sans-serif;
  margin-bottom: 1.125rem;
}

.header__nav--mobile .sub-menu.active .menu__description {
  font-family: Utopia Std;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: Utopia Std, sans-serif;
}

/* line 401, resources/assets/styles/layouts/_header.scss */

.header__nav--mobile .menu-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Styrene B, sans-serif;
}

@media screen and (max-width: 1279px) {
  /* line 408, resources/assets/styles/layouts/_header.scss */

  .header__nav--mobile .menu-item .hidden-mobile {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  /* line 414, resources/assets/styles/layouts/_header.scss */

  .header__nav--mobile .menu-item .hidden-desktop {
    display: none;
  }
}

/* line 422, resources/assets/styles/layouts/_header.scss */

.header__logo.active {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* line 426, resources/assets/styles/layouts/_header.scss */

.new-jersey-logo.active {
  -webkit-filter: contrast(0) brightness(2);
          filter: contrast(0) brightness(2);
}

/* line 430, resources/assets/styles/layouts/_header.scss */

.header--black {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

/* line 434, resources/assets/styles/layouts/_header.scss */

.header--black .new-jersey-logo.active {
  -webkit-filter: none;
          filter: none;
}

/* line 440, resources/assets/styles/layouts/_header.scss */

.skip-to-content-link {
  position: absolute;
  top: -5rem;
  left: 0px;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 103, 206, var(--tw-bg-opacity));
  padding: 0.625rem;
  font-family: Styrene B;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, filter, backdrop-filter, -o-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -o-transform, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 443, resources/assets/styles/layouts/_header.scss */

.skip-to-content-link:focus {
  top: 0px;
}

/* line 448, resources/assets/styles/layouts/_header.scss */

.header-background-black, .header-background-black.active {
  background-color: #000 !important;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* line 453, resources/assets/styles/layouts/_header.scss */

.header-background-black .header__logo path[fill="#333"], .header-background-black .header__logo.active path[fill="#333"], .header-background-black.active .header__logo path[fill="#333"], .header-background-black.active .header__logo.active path[fill="#333"] {
  fill: #FFF !important;
  color: #FFF !important;
}

/* line 458, resources/assets/styles/layouts/_header.scss */

.header-background-black .new-jersey-logo, .header-background-black .new-jersey-logo.active, .header-background-black.active .new-jersey-logo, .header-background-black.active .new-jersey-logo.active {
  -webkit-filter: contrast(0) brightness(2);
          filter: contrast(0) brightness(2);
}

/* line 462, resources/assets/styles/layouts/_header.scss */

.header-background-black .sub-menu--column, .header-background-black.active .sub-menu--column {
  color: #333333;
}

/* line 466, resources/assets/styles/layouts/_header.scss */

.header-background-black .mobile-nav-open.header__button path, .header-background-black.active .mobile-nav-open.header__button path {
  stroke: #FFF;
  color: #FFF;
}

/* line 473, resources/assets/styles/layouts/_header.scss */

.header-background-white, .header-background-white.active {
  background-color: #FFF !important;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

/* line 478, resources/assets/styles/layouts/_header.scss */

.header-background-white .header__logo path[fill="#333"], .header-background-white .header__logo.active path[fill="#333"], .header-background-white.active .header__logo path[fill="#333"], .header-background-white.active .header__logo.active path[fill="#333"] {
  fill: #333 !important;
  color: #333 !important;
}

/* line 483, resources/assets/styles/layouts/_header.scss */

.header-background-white .new-jersey-logo, .header-background-white .new-jersey-logo.active, .header-background-white.active .new-jersey-logo, .header-background-white.active .new-jersey-logo.active {
  -webkit-filter: none;
          filter: none;
}

/* line 487, resources/assets/styles/layouts/_header.scss */

.header-background-white .sub-menu--column, .header-background-white.active .sub-menu--column {
  color: #333333;
}

/* line 491, resources/assets/styles/layouts/_header.scss */

.header-background-white .mobile-nav-open.header__button path, .header-background-white.active .mobile-nav-open.header__button path {
  stroke: #333;
  color: #333;
}

/* line 498, resources/assets/styles/layouts/_header.scss */

.chevron-icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: none;
          filter: none;
  color: #333;
}

/* line 505, resources/assets/styles/layouts/_header.scss */

.header__nav .menu-expand-btn .chevron-icon {
  /* Inherit text color from parent */
  color: inherit;
}

/* line 510, resources/assets/styles/layouts/_header.scss */

.header--white .chevron-icon,
.header--white.active .chevron-icon {
  color: #333;
}

/* line 515, resources/assets/styles/layouts/_header.scss */

.header--black .chevron-icon,
.header--black.active .chevron-icon {
  color: #333;
}

/* line 520, resources/assets/styles/layouts/_header.scss */

.chevron-icon-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 0;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  line-height: 1;
}

/* line 532, resources/assets/styles/layouts/_header.scss */

.menu-expand-btn[aria-expanded="false"] .chevron-collapsed {
  display: inline-block;
}

/* line 535, resources/assets/styles/layouts/_header.scss */

.menu-expand-btn[aria-expanded="false"] .chevron-expanded {
  display: none;
}

/* line 538, resources/assets/styles/layouts/_header.scss */

.menu-expand-btn[aria-expanded="true"] .chevron-collapsed {
  display: none;
}

/* line 541, resources/assets/styles/layouts/_header.scss */

.menu-expand-btn[aria-expanded="true"] .chevron-expanded {
  display: inline-block;
}

/* line 545, resources/assets/styles/layouts/_header.scss */

.nav-label, .menu-expand-btn, .chevron-icon-wrapper {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: Styrene B, sans-serif;
}

@media screen and (min-width: 1470px) {
  /* line 552, resources/assets/styles/layouts/_header.scss */

  .nav-label, .menu-expand-btn, .chevron-icon-wrapper {
    font-size: 0.94rem;
    line-height: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 559, resources/assets/styles/layouts/_header.scss */

  .nav-label, .menu-expand-btn, .chevron-icon-wrapper {
    font-size: 0.813;
    line-height: 1.3rem;
  }
}

@media screen and (max-width: 375px) {
  /* line 565, resources/assets/styles/layouts/_header.scss */

  .nav-label, .menu-expand-btn, .chevron-icon-wrapper {
    font-size: 0.85rem;
    line-height: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 572, resources/assets/styles/layouts/_header.scss */

  .header__logo, .new-jersey-logo {
    width: 100px;
    max-width: 100%;
  }

  /* line 576, resources/assets/styles/layouts/_header.scss */

  .chevron-icon {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 583, resources/assets/styles/layouts/_header.scss */

  .chevron-icon-wrapper {
    width: auto;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 589, resources/assets/styles/layouts/_header.scss */

  .menu-expand-btn {
    min-width: 0;
    width: auto;
    height: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 375px) {
  /* line 603, resources/assets/styles/layouts/_header.scss */

  .header__nav--mobile,
  .header__nav--mobile .sub-menu,
  .header__nav--mobile .sub-menu--column {
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 80px;
  }

  /* line 610, resources/assets/styles/layouts/_header.scss */

  .header__nav--mobile .sub-menu.active,
  .header__nav--mobile .sub-menu--column.active {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    padding: 1rem 0.5rem 2rem 0.5rem !important;
    min-width: 0;
    width: 100%;
  }

  /* line 618, resources/assets/styles/layouts/_header.scss */

  .header__nav--mobile .menu-item {
    font-size: 0.95rem;
    line-height: 1.3rem;
    padding: 0.25rem 0;
  }

  /* line 623, resources/assets/styles/layouts/_header.scss */

  .header__nav--mobile .menu__anchor,
  .header__nav--mobile .menu__description {
    font-size: 0.95rem;
    line-height: 1.3rem;
    word-break: break-word;
    white-space: normal;
  }

  /* line 630, resources/assets/styles/layouts/_header.scss */

  .header__logo, .new-jersey-logo {
    width: 80px;
    max-width: 100%;
  }

  /* line 634, resources/assets/styles/layouts/_header.scss */

  .bm-sticky-cta {
    height: 44px !important;
    font-size: 0.95rem !important;
    padding: 0 6px !important;
    left: 0;
    right: 0;
    width: 100vw;
    min-width: 0;
  }

  /* line 643, resources/assets/styles/layouts/_header.scss */

  .btn, .btn-compact {
    font-size: 0.95rem !important;
    padding: 0.5rem 0.75rem !important;
    min-width: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 650, resources/assets/styles/layouts/_header.scss */

  .header__container {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    min-width: 0;
  }

  /* line 655, resources/assets/styles/layouts/_header.scss */

  .header__nav--mobile .sub-menu-title {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 340px) {
  /* line 663, resources/assets/styles/layouts/_header.scss */

  .header__logo, .new-jersey-logo {
    width: 60px;
  }

  /* line 666, resources/assets/styles/layouts/_header.scss */

  .header__nav--mobile .menu-item,
  .header__nav--mobile .menu__anchor,
  .header__nav--mobile .menu__description {
    font-size: 0.85rem;
  }

  /* line 671, resources/assets/styles/layouts/_header.scss */

  .bm-sticky-cta {
    height: 38px !important;
    font-size: 0.85rem !important;
  }

  /* line 675, resources/assets/styles/layouts/_header.scss */

  .btn, .btn-compact {
    font-size: 0.85rem !important;
    padding: 0.4rem 0.5rem !important;
  }
}

/* line 681, resources/assets/styles/layouts/_header.scss */

.hide-on-1440 {
  display: inline;
}

@media (max-width: 1440px) {
  /* line 686, resources/assets/styles/layouts/_header.scss */

  .hide-on-1440 {
    display: none !important;
  }
}

@media (max-width: 1290px) and (min-width: 1280px) {
  /* line 692, resources/assets/styles/layouts/_header.scss */

  .header__nav .focus-in, .header__nav .current-patients-label, .header__nav .chevron-icon {
    font-size: 0.78rem !important;
  }
}

/*# sourceMappingURL=critical.css.map*/