@font-face {
  src: url("https://wadcdn.azureedge.net/bswhealth/com/fonts/SharpSans-Bold.woff") format("woff"), url("https://wadcdn.azureedge.net/bswhealth/com/fonts/SharpSans-Bold.woff2") format("woff2"), url("https://wadcdn.azureedge.net/bswhealth/com/fonts/SharpSans-Bold.eot") format("eot");
  font-family: "sharpsans-bold";
}
@font-face {
  src: url("https://wadcdn.azureedge.net/bswhealth/com/fonts/SharpSans-Semibold.woff") format("woff"), url("https://wadcdn.azureedge.net/bswhealth/com/fonts/SharpSans-Semibold.woff2") format("woff2"), url("https://wadcdn.azureedge.net/bswhealth/com/fonts/SharpSans-Semibold.eot") format("eot");
  font-family: "sharpsans-semibold";
}
:root {
  --header-system-height: 52px;
}

.gsap-marker-end,
.gsap-marker-start,
.gsap-marker-scroller-end,
.gsap-marker-scroller-start {
  opacity: 0 !important;
}

#wrapper,
div#content {
  overflow: unset !important;
}

body:has(div#mega-menu[data-open=true]) .QSIFeedbackButton {
  display: none !important;
}
body.findcare-active header:has(#global-multi-header) {
  z-index: -1;
}
body.find-care-page {
  overflow: clip;
}
body:has(div#mega-menu[data-open=true]) header .row-splitter {
  z-index: -1 !important;
}

header {
  transition: none !important;
}
header:not(:has(.bswh-global-header)) {
  box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.1098039216);
}
header:has(#global-multi-header) {
  position: relative;
}
header:has(.header-fixed) {
  position: sticky !important;
  top: 0;
}
header .header-ref {
  transition: none !important;
}
header .alert.global {
  order: unset !important;
}
header .alert:not(:has(.alert-content)) {
  display: none !important;
  height: 0 !important;
}
header .pin-spacer {
  height: auto !important;
}
header .component.alert {
  width: 100%;
}
header .component.alert.global {
  z-index: 30 !important;
}
header .component:has(.global-multi-header) {
  z-index: 20 !important;
}
header .component.row-splitter {
  z-index: 10 !important;
}
header .component.row-splitter .page-banner .component-content {
  max-width: unset;
}

div#header.container-fluid {
  padding: 0 !important;
  width: 100% !important;
  max-width: unset !important;
}

.alert-content {
  transition: background-color 0.5s ease-in-out !important;
}

.global-multi-header {
  --header-skip-to-content-width: 15rem;
  --color-primary-a1: #003da6;
  --color-primary-a2: #364248;
  --color-primary-a3: #007eb4;
  --color-primary-a4: #016a99;
  --color-primary-b1: #ffb71b;
  --color-primary-b2: #fecd4c;
  --color-primary-c1: #ffffff;
  --color-secondary-a1: #364248;
  --color-secondary-a2: #586f78;
  --color-secondary-a3: #c9c9c5;
  --color-secondary-a4: #dddddd;
  --color-secondary-a5: #eceded;
  --color-secondary-a6: #f7f9fa;
  --color-secondary-a7: #faf9f7;
  --color-secondary-a8: #959593;
  --color-secondary-b1: #fee9bc;
  --color-secondary-b2: #fff8e6;
  --color-secondary-c1: #e5f5fb;
  --color-secondary-c2: #f5feff;
  --color-secondary-d1: #ff9527;
  --color-secondary-e1: #8f659c;
  --color-tertiary-a1: #933f10;
  --color-tertiary-b1: #5f277e;
  --color-tertiary-c1: #156250;
  --color-system-a1: #3f9f90;
  --color-system-a2: #ddf5f2;
  --color-system-b1: #b12943;
  --color-system-b2: #d5647a;
  --color-system-b3: #f9e8eb;
  --color-system-page-bg: $bswh-lt-gray;
  --color-button-bg: #fecd4c;
  --color-interaction-hover-bg: #fff8e6;
  --color-interaction-hover-border: #fecd4c;
  --color-interaction-active-bg: #f5feff;
  --color-interaction-active-border: #007fa9;
  --color-interaction-focus: #3a97f9;
  --shadow-focus: 0 0 3px 3px rgba(58, 151, 249, 1);
  --shadow-focus-inset: inset 0 0 3px 3px rgba(58, 151, 249, 1);
  --shadow-regular: 2px 8px 10px 0 rgba(58, 68, 85, 0.15);
  --shadow-soft: 0 2px 20px 0 rgba(58, 68, 85, 0.15);
  --spacing-size-none: 0;
  --spacing-size-xxsmall: 4px;
  --spacing-size-xsmall: 8px;
  --spacing-size-small: 16px;
  --spacing-size-medium: 24px;
  --spacing-size-large: 32px;
  --spacing-size-xlarge: 40px;
  --spacing-size-xxlarge: 60px;
  --spacing-size-xxxlarge: 104px;
  --gap-size: 10px;
  --gap-half-size: calc(var(--gap-size) / 2);
  --page-feature-light-color: transparent;
  --page-feature-dark-color: transparent;
  --page-feature-color: transparent;
  --radius-none: 0;
  --radius-xs: 4px;
  --radius-sm: 4px;
  --radius-md: 4px;
  --radius-lg: 4px;
  --radius-xl: 16px;
  --radius-pill: 50px;
  --grid-breakpoint-xs: 375px;
  --grid-breakpoint-sm: 480px;
  --grid-breakpoint-md: 768px;
  --grid-breakpoint-lg: 960px;
  --grid-breakpoint-xl: 1200px;
  --grid-breakpoint-xxl: 1440px;
  --grid-breakpoint-xs-max: 374.9px;
  --grid-breakpoint-sm-max: 479.9px;
  --grid-breakpoint-md-max: 767.9px;
  --grid-breakpoint-lg-max: 959.9px;
  --grid-breakpoint-xl-max: 1199.9px;
  --grid-breakpoint-xxl-max: 1439.9px;
  --page-spacing-x: var(--spacing-size-medium);
  --page-spacing-y: var(--spacing-size-large);
  --page-gap: var(--spacing-size-small);
  --banner-path-size: 16px;
  --font-size-xsmall: 1.1rem;
  --font-size-small: 1.3rem;
  --font-size-medium: 1.4rem;
  --font-size-large: 1.6rem;
  --font-size-xlarge: 1.8rem;
  --font-size-xxlarge: 2rem;
}
.global-multi-header div.component.header-ref.col-12.header-with-drawer {
  z-index: 1;
}
.global-multi-header div.alert.global {
  z-index: 10;
}
.global-multi-header div.col {
  padding: 0 !important;
}
.global-multi-header div,
.global-multi-header li,
.global-multi-header ul {
  font-family: "sharpsans-semibold", sans-serif;
  position: relative;
}
.global-multi-header ul {
  display: flex;
  height: 100%;
}
.global-multi-header li {
  height: 100%;
  list-style: none;
}
.global-multi-header a {
  color: var(--color-primary-a3);
}
.global-multi-header a.full-link {
  width: 100%;
  text-decoration: none;
}
.global-multi-header a.full-link > .icon {
  margin-inline-end: var(--spacing-size-xsmall);
}
.global-multi-header img:after {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  background-color: var(--color-primary-c1);
  width: 100%;
  height: 100%;
  content: "";
}
.global-multi-header .icon {
  display: flex;
  align-items: center;
  color: var(--color-primary-a2);
}
.global-multi-header .skip-to-content-link {
  position: absolute;
  top: -100px;
  left: -1000px;
  z-index: -1;
  margin-left: calc(var(--header-skip-to-content-width) / 2 * -1);
  border: 2px solid var(--color-primary-a2);
  border-top: none;
  border-radius: 0 0 4px 4px;
  background-color: var(--color-primary-c1);
  padding: var(--spacing-size-xsmall) var(--spacing-size-small);
  width: var(--header-skip-to-content-width);
  color: var(--color-primary-a2);
  font-size: var(--font-size-small);
  text-align: center;
  text-decoration: none;
  font-family: "sharpsans-bold", sans-serif;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.global-multi-header .skip-to-content-link:focus {
  top: 0;
  left: 50%;
  z-index: 1000;
  transition: box-shadow 0.2s ease-in-out;
  outline: none;
  box-shadow: var(--shadow-focus);
}
.global-multi-header .bswh-cross,
.global-multi-header .bswh-text {
  width: auto;
  height: 32px;
}
.global-multi-header .header__side {
  display: flex;
  height: 100%;
}
.global-multi-header .header__logo {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.global-multi-header .line__vertical {
  border-left: 1px solid var(--color-secondary-a4);
  width: 0;
  height: 24px;
}
.global-multi-header .header__container {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  padding-block: 40px 0 var(--spacing-size-medium);
}
.global-multi-header .header__actions__main {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-size-small);
  padding: var(--spacing-size-small);
}
.global-multi-header .header__actions__main ul {
  flex-direction: column;
  gap: var(--spacing-size-small);
}
.global-multi-header .header__actions__main p {
  font-size: var(--font-size-medium);
}
.global-multi-header .header__actions__main p,
.global-multi-header .header__actions__main a {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.global-multi-header .header__actions__main a {
  height: 65px;
}
.global-multi-header .desktop-only {
  display: none;
}
.global-multi-header.sticky {
  filter: unset !important;
}
.global-multi-header .header__generic {
  --header-link-height: 65px;
  z-index: 1;
  background-color: var(--color-primary-c1);
  width: 100%;
}
.global-multi-header .header__generic nav {
  width: 100%;
  height: inherit;
}
.global-multi-header .header__generic ul {
  flex-direction: column;
  padding-block-start: var(--spacing-size-xlarge);
}
.global-multi-header .header__generic ul li {
  border-bottom: 1px solid var(--color-secondary-a4);
}
.global-multi-header .header__generic ul li[data-open=true] .header__link {
  color: var(--color-primary-a3);
}
.global-multi-header .header__generic ul li:has(a:hover) .header__link {
  color: var(--color-primary-a3);
}
.global-multi-header .header__generic ul li:has(a:hover) .header__link .icon:before {
  color: var(--color-primary-a3);
}
.global-multi-header .header__generic ul li:has(a:hover) .header__link--marker {
  transform: scaleX(1);
}
.global-multi-header .header__generic #main-menu-provoker {
  display: flex;
  align-items: center;
  padding-inline-start: var(--spacing-size-small);
}
.global-multi-header .header__generic .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.global-multi-header .header__generic .header__generic--inner {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  width: 100%;
  max-width: 1440px;
}
.global-multi-header .header__generic .header__side {
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
.global-multi-header .header__generic .header__side.header__actions_extra {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 10;
  background-color: var(--color-primary-c1);
  width: -moz-fit-content;
  width: fit-content;
}
.global-multi-header .header__generic .header__side.header__actions_extra [class*=" bsw-icon-"].bsw-icon-x {
  display: none !important;
  transition: background-color 0.25s ease-out, border-color 0.25s ease-out allow-discrete;
  border: 1px solid var(--color-secondary-a4);
  border-radius: 50%;
  background-color: var(--color-primary-c1);
  width: 30px;
  height: 30px;
}
.global-multi-header .header__generic .header__side.header__actions_extra[data-open=true] [class*=" bsw-icon-"].bsw-icon-search {
  display: none !important;
}
.global-multi-header .header__generic .header__side.header__actions_extra[data-open=true] .icon.bsw-icon-search {
  display: none;
}
.global-multi-header .header__generic .header__side.header__actions_extra[data-open=true] .icon.bsw-icon-x {
  display: flex !important;
}
.global-multi-header .header__generic .header__side.header__actions_extra[data-open=true]:hover .bsw-icon-x {
  border-color: var(--color-interaction-hover-border) !important;
  background-color: var(--color-secondary-b2) !important;
}
.global-multi-header .header__generic .header__side.header__actions_extra[data-open=false] .icon.bsw-icon-search {
  display: flex;
}
.global-multi-header .header__generic .header__side.header__actions_extra[data-open=false] .icon.bsw-icon-x {
  display: none;
}
.global-multi-header .header__generic .header__side.header__actions_extra .header__link {
  border: none;
  padding: 0 var(--spacing-size-small);
  height: 100%;
}
.global-multi-header .header__generic .header__side.logo {
  flex-shrink: 0;
  z-index: 5;
  margin: 0;
}
.global-multi-header .header__generic .header__side.logo a {
  display: flex;
  align-items: center;
  height: 100%;
  color: var(--color-primary-a2);
  font-size: var(--font-size-xxlarge);
  text-decoration: none;
}
.global-multi-header .header__generic .header__side.logo a:focus-visible {
  box-shadow: var(--shadow-focus-inset);
}
.global-multi-header .header__generic .header__side.logo img {
  width: auto;
  height: 32px;
}
.global-multi-header .header__generic .header__side.provoker {
  z-index: 10;
  height: 100%;
}
.global-multi-header .header__generic .header__side.header__close_menu_mega {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 10;
  transition: opacity 0.25s ease-out, display 0.25s ease-out allow-discrete;
  padding: 0 var(--spacing-size-small);
}
.global-multi-header .header__generic .header__nav__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.global-multi-header .header__generic .header__link--container {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: var(--header-link-height);
}
.global-multi-header .header__generic .header__link {
  font-family: "sharpsans-semibold", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  height: var(--header-link-height);
  color: var(--color-primary-a2);
  font-size: var(--font-size-medium);
  text-decoration: none;
  white-space: nowrap;
}
.global-multi-header .header__generic .header__link:focus-visible {
  transition: box-shadow 0.2s ease-in-out;
  outline: none;
  box-shadow: var(--shadow-focus);
}
.global-multi-header .header__generic .header__link--marker {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  transition: transform 0.25s ease-in-out;
  background-color: var(--color-interaction-active-border);
  width: 100%;
  height: 4px;
}
@starting-style {
  .global-multi-header .header__generic .header__link--marker {
    visibility: hidden;
    width: 0;
  }
}
.global-multi-header .header__generic .main-menu-provoker {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding-inline: var(--spacing-size-small);
  height: 100%;
}
.global-multi-header .header__generic .main-menu-provoker:focus-visible {
  box-shadow: var(--shadow-focus-inset);
}
.global-multi-header .header__generic .header__close_menu_mega--button {
  transition: border-color 0.2s ease-in-out, background-color 0.3s ease-in-out;
  cursor: pointer;
  border: 1px solid var(--color-secondary-a4);
  background-color: var(--color-primary-c1);
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.global-multi-header .header__generic .header__close_menu_mega--button:hover {
  border-color: var(--color-interaction-hover-border) !important;
  background-color: var(--color-secondary-b2) !important;
}
.global-multi-header .header__generic .header__close_menu_mega--button:focus-visible {
  transition: box-shadow 0.2s ease-in-out;
  outline: none;
  box-shadow: var(--shadow-focus);
}
@media screen and (min-width: 768px) {
  .global-multi-header .header__generic {
    height: var(--header-system-height);
  }
  .global-multi-header .header__generic .header__generic--inner {
    flex-direction: row;
    padding-inline: 0;
    height: 100%;
  }
  .global-multi-header .header__generic .header__side {
    flex-direction: unset;
  }
  .global-multi-header .header__generic .header__logo_link {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .global-multi-header .header__generic .header__link--container {
    width: -moz-max-content;
    width: max-content;
    height: 100%;
  }
  .global-multi-header .header__generic .header__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    outline: none;
    height: 100%;
  }
  .global-multi-header .header__generic .header__link:focus-visible {
    box-shadow: var(--shadow-focus-inset);
  }
  .global-multi-header .header__generic .header__nav__container .icon {
    display: none !important;
  }
  .global-multi-header .header__generic ul {
    flex-direction: unset;
    gap: var(--spacing-size-medium);
    padding-block-start: 0;
  }
  .global-multi-header .header__generic ul li {
    border-bottom: none;
  }
  .global-multi-header .header__generic ul li:has(a:hover) .header__link--marker {
    transform: scaleX(1);
    transform-origin: left;
    background-color: var(--color-interaction-active-border);
  }
  .global-multi-header .header__generic ul li[data-open=true] .header__link {
    color: var(--color-primary-a3);
  }
  .global-multi-header .header__generic ul li[data-open=true] .header__link--marker {
    display: block;
    transform: scaleX(1);
    background-color: var(--color-primary-b2);
  }
  .global-multi-header .header__generic:has(.header__side.header__close_menu_mega):has(.header__link--container[data-open=true]) .header__side.header__actions_extra {
    display: none;
    opacity: 0;
    transition: opacity 0.25s ease, display 0.25s ease-out allow-discrete, visibility 0.25s ease-out allow-discrete;
  }
  @starting-style {
    .global-multi-header .header__generic:has(.header__side.header__close_menu_mega):has(.header__link--container[data-open=true]) .header__side.header__actions_extra {
      opacity: 1;
    }
  }
  .global-multi-header .header__generic:has(.header__side.header__close_menu_mega):has(.header__link--container[data-open=true]) .header__side.header__close_menu_mega {
    display: flex;
    opacity: 1;
  }
  @starting-style {
    .global-multi-header .header__generic:has(.header__side.header__close_menu_mega):has(.header__link--container[data-open=true]) .header__side.header__close_menu_mega {
      opacity: 0;
    }
  }
}
@media screen and (min-width: 1199px) and (max-width: 991px) {
  .global-multi-header .header__generic li {
    width: -moz-min-content;
    width: min-content;
  }
}
.global-multi-header .header__system {
  --header-system-height-internal: fit-content;
  z-index: 10;
  height: var(--header-system-height-internal);
}
.global-multi-header .header__system nav {
  margin: 0 auto;
  max-width: 1440px;
  height: -moz-fit-content;
  height: fit-content;
}
.global-multi-header .header__system .main-menu-provoker {
  display: flex;
  z-index: 1;
}
.global-multi-header .header__system .header__text-log-in {
  padding-inline-start: var(--spacing-size-xsmall);
}
.global-multi-header .header__system .header__side {
  align-items: center;
  height: var(--header-system-height-internal);
}
.global-multi-header .header__system .header__side.header__actions_extra {
  display: none;
  align-items: center;
}
.global-multi-header .header__system .header__side.header__actions_extra [data-open=true] {
  display: none !important;
}
.global-multi-header .header__system .header__side.provoker {
  display: none;
}
.global-multi-header .header__system .header__side.logo {
  display: none;
}
.global-multi-header .header__system .menu-toggle {
  height: inherit;
}
.global-multi-header .header__system .menu-toggle.force-open .icon {
  transform: rotate(180deg);
}
.global-multi-header .header__system .header__nav__container {
  visibility: visible;
  opacity: 1;
}
.global-multi-header .header__system[data-utility=false] .header__generic--inner {
  padding-inline: var(--spacing-size-medium);
}
.global-multi-header .header__system[data-utility=true]:not(:has(.header__actions_extra[data-open=true])) {
  background-color: var(--color-primary-a2);
}
.global-multi-header .header__system[data-utility=true]:not(:has(.header__actions_extra[data-open=true])) .icon {
  color: var(--color-primary-c1);
}
.global-multi-header .header__system[data-utility=true]:not(:has(.header__actions_extra[data-open=true])) .icon:before {
  color: var(--color-primary-c1) !important;
}
.global-multi-header .header__system[data-utility=true]:not(:has(.header__actions_extra[data-open=true])) #system-menu-provoker .icon {
  color: var(--color-primary-c1);
}
.global-multi-header .header__system[data-utility=true]:not(:has(.header__actions_extra[data-open=true])) .header__link {
  color: var(--color-primary-c1);
}
.global-multi-header .header__system[data-utility=true]:not(:has(.header__actions_extra[data-open=true])) .header__link:hover {
  color: var(--color-primary-b2);
}
.global-multi-header .header__system[data-utility=true]:not(:has(.header__actions_extra[data-open=true])) .header__link:hover .icon:before {
  color: var(--color-primary-b2) !important;
}
.global-multi-header .header__system[data-utility=true]:not(:has(.header__actions_extra[data-open=true])) .nav__hamburger span,
.global-multi-header .header__system[data-utility=true]:not(:has(.header__actions_extra[data-open=true])) .nav__hamburger span:before,
.global-multi-header .header__system[data-utility=true]:not(:has(.header__actions_extra[data-open=true])) .nav__hamburger span:after {
  background: var(--color-primary-c1);
}
.global-multi-header .header__system[data-utility=true]:not(:has(.header__actions_extra[data-open=true])) .nav__hamburger[data-open=true] span {
  background: transparent;
}
.global-multi-header .header__system[data-utility=true]:not(:has(.header__actions_extra[data-open=true])) .menu-toggle,
.global-multi-header .header__system[data-utility=true]:not(:has(.header__actions_extra[data-open=true])) .line__vertical {
  color: var(--color-primary-c1);
}
.global-multi-header .header__system[data-utility=true]:not(:has(.header__actions_extra[data-open=true])) .header__side.logo img {
  filter: invert(1) brightness(2);
}
.global-multi-header .header__system[data-utility=true] {
  --header-system-height-internal: 45px;
  padding: var(--spacing-size-medium);
  height: -moz-fit-content;
  height: fit-content;
}
.global-multi-header .header__system[data-utility=true] li {
  width: 100%;
  height: var(--header-link-height);
}
.global-multi-header .header__system[data-utility=true] .header__link .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-multi-header .header__system[data-utility=true] .header__logo {
  position: relative;
}
.global-multi-header .header__system[data-utility=true] .menu-toggle {
  padding-inline-end: 0;
  height: 100%;
}
.global-multi-header .header__system[data-utility=true] .header__side {
  flex-direction: column;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.global-multi-header .header__system[data-utility=true] .header__side.provoker {
  display: none;
}
.global-multi-header .header__system[data-utility=true] .header__side.logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: var(--header-system-height-internal);
}
.global-multi-header .header__system[data-utility=true] .header__side.logo img {
  filter: none;
  content: url(https://bswhealth.com/-/media/project/bsw/sites/bswhealth/bswh-logo-gray.svg);
}
.global-multi-header .header__system[data-utility=true] .header__side.header__actions_extra {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  flex-direction: unset;
  align-items: center;
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.global-multi-header .header__system[data-utility=true] .header__side.header__actions_extra.search_account {
  display: none;
}
.global-multi-header .header__system[data-utility=true] .header__nav__container {
  visibility: hidden;
  opacity: 0;
  background-color: var(--color-primary-a2);
  padding: 0;
  width: 100%;
  height: 0;
}
.global-multi-header .header__system[data-utility=true] .header__nav__container nav.scroll-container {
  overflow-y: auto;
}
.global-multi-header .header__system[data-utility=true] .header__nav__container ul {
  gap: unset;
}
.global-multi-header .header__system[data-utility=true] .header__nav__container ul li[data-open=true] .header__link:not(:hover) {
  color: var(--color-primary-c1);
}
.global-multi-header .header__system[data-utility=true] .header__nav__container ul li .header__link--marker {
  display: none;
}
.global-multi-header .header__system[data-utility=true] .header__nav__container.force-open {
  visibility: inherit;
  opacity: 1;
  height: auto;
}
.global-multi-header .header__system[data-utility=true]:has(.header__side.header__close_menu_mega):has(.header__link--container[data-open=true]) .header__side.header__actions_extra {
  display: none;
  opacity: 0;
}
.global-multi-header .header__system[data-utility=true]:has(.header__side.header__close_menu_mega):has(.header__link--container[data-open=true]) .header__side.header__close_menu_mega {
  display: none;
}
@starting-style {
  .global-multi-header .header__system[data-utility=true]:has(.header__side.header__close_menu_mega):has(.header__link--container[data-open=true]) .header__side.header__close_menu_mega {
    opacity: 0;
  }
}
.global-multi-header .header__system[data-utility=false] .header__generic--inner {
  max-width: unset;
}
.global-multi-header .header__system:has(~ .header__generic[data-type=subsite]) .header__side.logo img {
  content: url(https://bswhealth.com/-/media/project/bsw/sites/bswhealth/bswh-logo-gray.svg);
}
@media screen and (max-width: 767px) {
  .global-multi-header .header__system[data-utility=true] .header__nav__container {
    overflow-y: hidden;
  }
}
@media screen and (min-width: 768px) {
  .global-multi-header .header__system {
    flex-direction: unset;
  }
  .global-multi-header .header__system .header__side.logo {
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .global-multi-header .header__system .header__side.provoker, .global-multi-header .header__system .header__side.search_account {
    position: absolute;
    top: 0;
  }
  .global-multi-header .header__system .header__side.provoker {
    display: flex;
    left: 0;
  }
  .global-multi-header .header__system .header__side.search_account {
    right: 0;
  }
  .global-multi-header .header__system .header__side.header__actions_extra {
    display: flex;
    flex-direction: unset;
    height: var(--header-system-height-internal);
  }
  .global-multi-header .header__system .menu-toggle {
    display: none;
  }
  .global-multi-header .header__system .header__nav__container {
    display: flex;
    position: fixed;
    top: var(--header-system-height-internal);
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    padding-inline: var(--spacing-size-medium);
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
  }
  .global-multi-header .header__system .header__nav__container ul {
    flex-direction: column;
  }
  .global-multi-header .header__system .header__nav__container.force-open {
    transform: translateX(-100%);
    visibility: hidden;
    opacity: unset;
    height: unset;
  }
  .global-multi-header .header__system .header__link--container {
    width: 100%;
  }
  .global-multi-header .header__system .header__link {
    justify-content: space-between;
  }
  .global-multi-header .header__system[data-utility=false] {
    --header-system-height-internal: var(--header-system-height);
  }
  .global-multi-header .header__system[data-utility=false] .header__nav__container .icon {
    display: flex !important;
  }
  .global-multi-header .header__system[data-utility=true] {
    justify-content: center;
    padding: 0;
  }
  .global-multi-header .header__system[data-utility=true] .main-menu-provoker {
    display: flex;
  }
  .global-multi-header .header__system[data-utility=true] .main-menu-provoker.menu-toggle {
    display: none;
  }
  .global-multi-header .header__system[data-utility=true] .header__side {
    flex-direction: column;
  }
  .global-multi-header .header__system[data-utility=true] .header__side.provoker {
    display: flex;
  }
  .global-multi-header .header__system[data-utility=true] .header__side.logo {
    justify-content: center;
    height: var(--header-system-height-internal);
  }
  .global-multi-header .header__system[data-utility=true] .header__side.logo img {
    content: url(https://bswhealth.com/-/media/project/bsw/sites/bswhealth/bswh-icon-gray.svg);
  }
  .global-multi-header .header__system[data-utility=true] .header__side.header__actions_extra.search_account {
    display: flex;
  }
  .global-multi-header .header__system[data-utility=true] .header__logo {
    align-self: center;
  }
  .global-multi-header .header__system[data-utility=true] .header__nav__container {
    padding-inline: var(--spacing-size-medium) 0;
		height: 100vh !important;
  }
  .global-multi-header .header__system[data-utility=true] .header__nav__container ul {
    padding-inline-end: var(--spacing-size-medium);
  }
  .global-multi-header .header__system[data-utility=true]:has(.header__side.header__close_menu_mega):has(.header__link--container[data-open=true]) .header__side.header__actions_extra {
    display: flex;
    opacity: 1;
  }
  .global-multi-header .header__system[data-utility=true]:has(.header__side.header__close_menu_mega):has(.header__link--container[data-open=true]) .header__side.header__close_menu_mega {
    display: none;
  }
  @starting-style {
    .global-multi-header .header__system[data-utility=true]:has(.header__side.header__close_menu_mega):has(.header__link--container[data-open=true]) .header__side.header__close_menu_mega {
      opacity: 0;
    }
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .global-multi-header .header__system .header__side.logo {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .global-multi-header .header__system .header__side {
    flex-direction: column;
    align-items: flex-start;
  }
  .global-multi-header .header__system .header__nav__container {
    background-color: var(--color-primary-c1);
    width: 100%;
  }
  .global-multi-header .header__system ul {
    flex-direction: column;
    gap: 0;
  }
  .global-multi-header .header__system ul li {
    border-bottom: 1px solid var(--color-secondary-a4);
  }
  .global-multi-header .header__system ul li .header__link {
    align-items: center;
    margin: 0;
    border: none;
    padding: 0;
    width: 100%;
    height: 65px;
  }
  .global-multi-header .header__system ul li .header__link--marker {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .global-multi-header .header__system nav {
    height: 100%;
  }
  .global-multi-header .header__system[data-utility=false] {
    --header-system-height-internal: var(--header-system-height);
  }
  .global-multi-header .header__system[data-utility=false] .header__side.provoker {
    display: none;
  }
  .global-multi-header .header__system[data-utility=false] .header__side.logo {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
  }
  .global-multi-header .header__system[data-utility=false] .header__nav__container {
    position: relative;
    top: unset;
    flex-direction: unset;
    visibility: visible;
    opacity: 1;
  }
  .global-multi-header .header__system[data-utility=false] .header__nav__container ul {
    flex-direction: unset;
    gap: 16px;
  }
  .global-multi-header .header__system[data-utility=false] .header__nav__container .header__link {
    padding: 0;
    height: 100%;
  }
  .global-multi-header .header__system[data-utility=false] .header__nav__container .header__link .icon {
    display: none !important;
  }
  .global-multi-header .header__system[data-utility=false] .header__link--marker {
    display: block;
  }
  .global-multi-header .header__system[data-utility=true] ul li {
    border-bottom: 1px solid var(--color-primary-c1);
  }
}
@media screen and (min-width: 1200px) {
  .global-multi-header .header__system[data-utility=false] .header__side.logo img {
    content: url(https://bswhealth.com/-/media/project/bsw/sites/bswhealth/bswh-logo-gray.svg);
  }
}
@media screen and (min-width: 1440px) {
  .global-multi-header .header__system[data-utility=true] .main-menu-provoker {
    left: -8px;
    padding-inline-start: 0;
  }
}
.global-multi-header .header__subheader {
  --header-subheader-height: 55px;
  flex-direction: column;
  z-index: 5;
  padding-inline: var(--spacing-size-medium);
  padding-block-start: var(--spacing-size-medium);
  height: -moz-fit-content;
  height: fit-content;
}
.global-multi-header .header__subheader .header__side.logo {
  height: var(--header-subheader-height);
}
@media screen and (min-width: 768px) {
  .global-multi-header .header__subheader {
    flex-direction: unset;
    gap: var(--spacing-size-small);
    padding-inline-start: var(--spacing-size-medium);
    padding-block-start: 0;
    height: var(--header-subheader-height);
  }
  .global-multi-header .header__subheader .header__link--marker {
    display: block;
  }
  .global-multi-header .header__subheader[data-type=subsite] .header__side.logo {
    display: none;
  }
  .global-multi-header .header__subheader:has(.header__side.logo) .header__nav__container {
    padding: 0 var(--spacing-size-medium);
  }
}
@media screen and (min-width: 1440px) {
  .global-multi-header .header__subheader {
    padding-inline: 0;
  }
}
.global-multi-header .header__mobile {
  display: flex;
  justify-content: center;
  z-index: 15;
  background-color: var(--color-primary-c1);
  height: 45px;
}
.global-multi-header .header__mobile .header__generic--inner {
  height: 100%;
}
.global-multi-header .header__mobile .header__logo {
  display: flex;
  align-items: center;
  padding: 0;
}
.global-multi-header .header__mobile .header__side.logo {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.global-multi-header .header__mobile .menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
.global-multi-header .header__mobile .line__vertical {
  margin-inline: var(--spacing-size-small);
}
.global-multi-header .header__mobile .header__actions_extra .bsw-icon-x {
  border: 1px solid var(--color-primary-a2);
  border-radius: 50%;
}
.global-multi-header .header__mobile .header__actions_extra[data-open=true] .icon.bsw-icon-search {
  display: none;
}
.global-multi-header .header__mobile .header__actions_extra[data-open=true] .icon.bsw-icon-x {
  display: flex !important;
}
.global-multi-header .header__mobile .header__actions_extra[data-open=false] .icon.bsw-icon-search {
  display: flex;
}
.global-multi-header .header__mobile .header__actions_extra[data-open=false] .icon.bsw-icon-x {
  display: none;
}
@media screen and (min-width: 768px) {
  .global-multi-header .header__mobile {
    display: none;
  }
}
.global-multi-header .header__menu__mega {
  --mega-menu-header-height: 55px;
  --mega-menu-spacing: var(--spacing-size-small);
  display: flex;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
}
.global-multi-header .header__menu__mega p {
  font-size: var(--font-size-xlarge);
}
.global-multi-header .header__menu__mega a {
  display: inline-block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--color-primary-a2);
  text-decoration: none;
}
.global-multi-header .header__menu__mega a strong {
  font-family: "sharpsans-bold", sans-serif;
  pointer-events: none;
}
.global-multi-header .header__menu__mega a.arrow-link {
  display: flex;
  align-items: center;
  gap: var(--spacing-size-xsmall);
}
.global-multi-header .header__menu__mega a.arrow-link:after {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background-color: var(--color-primary-c1);
  width: 40px;
  height: 40px;
  content: "\e007";
  color: var(--color-primary-a2);
  font-size: 24px;
  font-family: bsw-icons;
  text-align: center;
}
.global-multi-header .header__menu__mega a.arrow-link:hover:after {
  border-color: #fecd4c;
  background-color: #fff5de;
}
.global-multi-header .header__menu__mega a:hover strong {
  color: var(--color-primary-a3);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.global-multi-header .header__menu__mega a:focus-visible {
  box-shadow: var(--shadow-focus-inset);
}
.global-multi-header .header__menu__mega input {
  display: none;
  position: absolute;
  left: -10000px;
  width: 0;
  height: 0;
  pointer-events: none;
}
.global-multi-header .header__menu__mega .icon {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.global-multi-header .header__menu__mega .header__menu__mega__container {
  --content-column-count: 3;
  display: none;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
.global-multi-header .header__menu__mega .header__menu__mega__container .inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-size-medium);
  width: 100%;
  max-width: 1440px;
}
.global-multi-header .header__menu__mega .header__menu__mega__container .inner > div {
  display: flex;
  flex-direction: column;
}
.global-multi-header .header__menu__mega .header__menu__mega__container .inner > div:not(:last-child) {
  border-bottom: 1px solid var(--color-secondary-a4);
  padding-block-end: var(--spacing-size-medium);
}
.global-multi-header .header__menu__mega .header__menu__mega__container .scroll-container {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-primary-c1);
  padding-inline: var(--mega-menu-spacing);
  padding-block: var(--spacing-size-small) var(--spacing-size-medium);
  overflow-x: hidden;
  overflow-y: auto;
}
.global-multi-header .header__menu__mega .header__menu__mega__container:has(input:checked) {
  display: flex;
}
.global-multi-header .header__menu__mega .header__menu__mega__container--inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.global-multi-header .header__menu__mega .header__menu__mega__container_header {
  flex-shrink: 0;
  justify-content: center;
  z-index: 1;
  background-color: var(--color-primary-c1);
  padding-inline: var(--mega-menu-spacing);
  width: 100%;
  height: var(--mega-menu-header-height);
}
.global-multi-header .header__menu__mega .header__menu__mega__container_header--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-size-small);
  border-bottom: 1px solid var(--color-secondary-a4);
  width: 100%;
  max-width: 1440px;
  height: 100%;
}
.global-multi-header .header__menu__mega .header__menu__mega__container_header--inner p {
  font-family: "sharpsans-semibold", sans-serif;
  font-size: var(--font-size-xlarge);
}
.global-multi-header .header__menu__mega .header__menu__mega__container_header--inner button {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  height: 100%;
}
.global-multi-header .header__menu__mega .header__menu__mega__container_header--inner button:focus-visible {
  box-shadow: var(--shadow-focus-inset);
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-size-large);
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list li {
  display: block;
  flex: 0;
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list li p + p {
  font-size: var(--font-size-medium);
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list:not(:has(.header__menu__mega__container_list--header)) .list-container {
  height: unset;
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list--header {
  display: flex;
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list--header p {
  font-family: "sharpsans-bold", sans-serif;
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-size-xxsmall);
  color: var(--color-primary-a2);
  font-size: var(--font-size-xxlarge);
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list--header p:before {
  display: flex;
  position: absolute;
  left: -28px;
  width: 24px;
  color: var(--color-primary-a2);
  font-family: "bsw-icons";
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list--header:has(.header__menu__mega__container_list--twirl) {
  justify-content: space-between;
  width: 100%;
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list--sub {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-size-small);
  overflow: hidden;
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list--sub li {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-size-xsmall);
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list--sub li .subnote {
  font-size: var(--font-size-xsmall);
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list--twirl {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list--image {
  align-items: center;
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list--image .header__menu__mega__container_list--image--inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: var(--spacing-size-small);
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list--image a {
  width: -moz-fit-content;
  width: fit-content;
}
.global-multi-header .header__menu__mega .header__menu__mega__container_list--image img {
  border-radius: 10px;
  width: 100%;
  max-width: 450px;
  height: auto;
}
.global-multi-header .header__menu__mega .list-container {
  height: 0;
}
.global-multi-header .header__menu__mega:has([data-type=subsite][data-list=true] input:checked) .header__menu__mega__container_list--sub {
  height: 0;
}
@media screen and (max-width: 767px) {
  .global-multi-header .header__menu__mega .header__menu__mega__container .scroll-container {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .global-multi-header .header__menu__mega {
    --mega-menu-spacing: var(--spacing-size-medium);
    --mega-menu-column-gap: var(--spacing-size-xlarge);
    transform: translate(0%, -100%);
    z-index: -1;
    border: 0;
    width: 100%;
  }
  .global-multi-header .header__menu__mega:has([data-type=subsite] input:checked) .header__menu__mega__container_header {
    display: none;
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container_list--sub {
    height: 100%;
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container .inner > div {
    flex: 1;
    height: -moz-fit-content;
    height: fit-content;
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container .inner > div:not(:last-child) {
    border-bottom: none;
    padding-block-end: 0;
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container .inner .scroll-container {
    padding-block: var(--spacing-size-medium) var(--spacing-size-large);
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container[data-style=dropdown] .scroll-container {
    border-radius: 0 0 8px 8px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
    max-width: 500px;
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container.list .header__menu__mega__container_list {
    flex-basis: unset;
    padding-bottom: var(--spacing-size-small);
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container.list .header__menu__mega__container_list:has(.list-container[data-open=true]) .header__menu__mega__container_list--header {
    background-color: var(--color-secondary-a5);
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container.list .list-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding-inline-start: 376px;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container.list .header__menu__mega__container_list--sub {
    background-color: var(--color-secondary-a5);
    padding: var(--spacing-size-small);
    width: -moz-fit-content;
    width: fit-content;
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container.list .inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: unset;
    gap: unset;
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container.list .header__menu__mega__container_list--header {
    z-index: 10;
    transition: background-color 0.25s ease-in-out;
    padding-inline-end: var(--spacing-size-medium);
    width: 376px;
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container.list .header__menu__mega__container_list--twirl {
    display: block;
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container_list--twirl {
    display: none;
  }
  .global-multi-header .header__menu__mega .list-container {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 992px) {
  .global-multi-header .header__menu__mega {
    --mega-menu-column-gap: var(--spacing-size-xlarge);
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container .scroll-container {
    padding-block: var(--spacing-size-large) var(--spacing-size-xxlarge);
  }
  .global-multi-header .header__menu__mega .header__menu__mega__container_header {
    display: none;
  }
}
.global-multi-header .nav__hamburger {
  top: 0;
  left: 0;
  z-index: 140;
  padding: 0 8px;
}
.global-multi-header .nav__hamburger span,
.global-multi-header .nav__hamburger span:before,
.global-multi-header .nav__hamburger span:after {
  display: block;
  position: relative;
  transition: 0.3s;
  background: rgb(34, 34, 34);
  width: 14px;
  height: 2.25px;
  content: "";
}
.global-multi-header .nav__hamburger span {
  position: relative;
}
.global-multi-header .nav__hamburger span:before, .global-multi-header .nav__hamburger span:after {
  position: absolute;
  left: 0;
  content: "";
}
.global-multi-header .nav__hamburger span:before {
  top: -5px;
}
.global-multi-header .nav__hamburger span:after {
  top: 5px;
}
.global-multi-header .nav__hamburger[data-open=true] span {
  background: transparent;
}
.global-multi-header .nav__hamburger[data-open=true] span:before {
  top: 0;
  transform: rotate(45deg);
}
.global-multi-header .nav__hamburger[data-open=true] span:after {
  top: 0;
  transform: rotate(-45deg);
}
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system]:not(:has(input[id=locations])) .header__menu__mega__container_list {
  padding-inline-start: 28px;
}
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system] #primarycaredoctors--header:before {
  content: "\e02e";
}
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system] #specialists--header:before {
  content: "\e04a";
}
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system] #services--header:before {
  content: "\e050";
}
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system] #treatmentsandscreenings--header:before {
  content: "\e054";
}
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system] #education--header:before {
  content: "\e042";
}
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system] #patientinformation--header:before {
  content: "\f10c";
}
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system] #medicalprofessionals--header:before {
  content: "\e019";
}
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system] #billing--header:before {
  content: "\e01a";
}
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system] #insurance--header:before {
  content: "\e02b";
}
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system][data-utility=true] {
  color: var(--color-primary-c1);
}
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system][data-utility=true] .scroll-container {
  background-color: var(--color-primary-a2);
  height: 100%;
}
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system][data-utility=true] a,
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system][data-utility=true] .icon {
  color: var(--color-primary-c1);
}
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system][data-utility=true] a:hover strong {
  color: var(--color-primary-b2);
}
.global-multi-header .header__menu__mega .header__menu__mega__container[data-type=system][data-utility=true] .header__menu__mega__container_header {
  display: flex;
  background-color: var(--color-primary-a2);
}
.global-multi-header .header__menu__mega:has([data-type=system] input:checked) {
  padding-block-start: 0;
}
.global-multi-header .header__menu__mega:has([data-type=system][data-utility=true]) .header__menu__mega__container[data-type=system] {
  height: 100%;
}
.global-multi-header .header__menu__mega:has([data-type=system][data-utility=true]) .header__menu__mega__container[data-type=system] .header__menu__mega__container_header {
  display: flex;
  background-color: var(--color-primary-a2);
}
.global-multi-header .header__menu__mega:has([data-type=system][data-utility=true]) .header__menu__mega__container[data-type=system] .header__menu__mega__container_header--inner p {
  color: var(--color-primary-c1);
}
.global-multi-header .header__menu__mega:has([data-type=system][data-utility=true]) .header__menu__mega__container[data-type=system] .header__menu__mega__container_list--header p {
  color: var(--color-primary-c1);
}
.global-multi-header .header__menu__mega:has([data-type=system][data-utility=true]) .header__menu__mega__container[data-type=system] .header__menu__mega__container_list--header p:before {
  color: var(--color-primary-c1);
}
.global-multi-header .header__menu__mega:has([data-type=system][data-utility=true]) .header__menu__mega__container[data-type=system] .header__menu__mega__container_list p + p {
  color: var(--color-primary-c1);
}
.global-multi-header .header__menu__mega:has([data-type=system][data-utility=true]) .header__menu__mega__container[data-type=system] .scroll-container {
  background-color: var(--color-primary-a2);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .global-multi-header .header__menu__mega:has([data-type=system] input:checked) {
    padding-block-start: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .global-multi-header .header__menu__mega:has([data-type=system][data-utility=true] input:checked) {
    padding-block-start: 0;
  }
  .global-multi-header .header__menu__mega:has([data-type=system][data-utility=true] input:checked) .header__menu__mega__container_header {
    display: flex;
  }
  .global-multi-header .header__menu__mega:has([data-type=system][data-utility=true] input:checked) a,
  .global-multi-header .header__menu__mega:has([data-type=system][data-utility=true] input:checked) .icon {
    color: var(--color-primary-c1);
  }
}

@media screen and (min-width: 768px) {
  .global-multi-header .header__container {
    visibility: visible;
    opacity: 1;
    z-index: 40;
  }
  .global-multi-header .header__actions__main {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .global-multi-header .header__container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    flex-direction: column;
    background-color: var(--color-primary-c1);
    width: 100%;
    height: auto;
    overflow-x: clip;
    overflow-y: auto;
  }
}
@media screen and (min-width: 992px) {
  .global-multi-header .desktop-only {
    display: flex;
  }
  header:has(#global-multi-header) {
    position: sticky;
    top: 0;
  }
}
/* Start of EK Refinement */
nav#bswh-breadcrumbs,
nav.Breadcrumbs {
  background: #fff;
}
nav#bswh-breadcrumbs .flex,
nav.Breadcrumbs .flex {
  display: flex;
  margin: auto;
  background: #fff;
  padding-inline: var(--page-spacing-x);
  padding-block: 24px;
  max-width: var(--grid-breakpoint-xxl);
}

.global-multi-header .header__system .header__generic--inner {
  max-width: var(--grid-breakpoint-xxl);
}

.banner-cta i:empty {
  display: none;
}

header:not(:has(.bswh-global-header)) {
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1098039216);
}

.anchor-nav:not(:has(.nav-flex)) {
  display: none !important;
}

.global-multi-header .scroll-container .row:has(.global-search-drawer) {
  padding-inline: var(--spacing-size-medium);
  width: 100%;
}

.global-search-drawer {
  margin: 0 auto;
}
.global-search-drawer .drawer {
  position: relative;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.global-search-drawer .controls-bg {
  display: flex;
  justify-content: center;
  background-color: #fff;
  width: 100%;
}

.global-search-drawer .controls-bg .controls-wrapper {
  min-width: var(--grid-breakpoint-xxl);
  max-width: var(--grid-breakpoint-xxl);
}

@media (max-width: 1439px) {
  .global-search-drawer .controls-bg .controls-wrapper {
    min-width: 1200px;
    max-width: 1200px;
  }
}
@media (max-width: 1199px) {
  .global-search-drawer .controls-bg .controls-wrapper {
    min-width: 100%;
    max-width: 100%;
  }
}
.global-search-drawer .drawer .hide {
  display: none !important;
  height: 0;
}

.global-search-drawer .drawer .show {
  display: block !important;
  height: auto;
}

.global-search-drawer .drawer .controls-wrapper .coveo-components {
  clear: both;
  background-color: #fff;
}

.global-search-drawer .drawer .panels-container {
  /* border: 1px solid green; */
  display: flex;
  flex-direction: row;
  flex-wrap: unset;
  background-color: #fff;
  padding: 24px 24px 0 44px;
}

@media (max-width: 767px) {
  .global-search-drawer .drawer .panels-container {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 24px;
  }
}
@media (max-width: 479px) {
  .global-search-drawer .drawer .panels-container {
    padding: 0 8px;
  }
}
.global-search-drawer .drawer .panels-container .separator {
  border-top: none !important;
  border-left: 1px solid #ddd !important;
}

@media (max-width: 767px) {
  .global-search-drawer .drawer .panels-container .separator {
    border-top: 1px solid #ddd !important;
    border-left: none !important;
  }
}
.global-search-drawer .drawer .panels-container .links-panel {
  /* margin: 24px; */
  display: block;
  flex-grow: 1;
  box-sizing: border-box;
  background-color: #fff;
  /* border: 1px solid violet; */
  padding: 8px 0;
  min-width: 50%;
  color: var(--color-primary-a2);
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 110%;
  font-feature-settings: "liga" off, "clig" off;
}

@media (max-width: 1199px) {
  .global-search-drawer .drawer .panels-container .links-panel {
    padding: 8px 0;
    min-width: 64%;
  }
}
@media (max-width: 991px) {
  .global-search-drawer .drawer .panels-container .links-panel {
    padding: 8px 0;
    min-width: 55%;
  }
}
@media (max-width: 767px) {
  .global-search-drawer .drawer .panels-container .links-panel {
    padding: 24px 0 !important;
    min-width: unset !important;
  }
}
@media (max-width: 479px) {
  .global-search-drawer .drawer .panels-container .links-panel {
    min-width: unset !important;
  }
}
.global-search-drawer .drawer .panels-container .links-panel + .quick-actions {
  transition: padding 0.15s ease-in, min-width 0.15s ease-in;
  padding: 8px 24px;
}

@media (max-width: 1199px) {
  .global-search-drawer .drawer .panels-container .links-panel + .quick-actions {
    transition: padding 0.15s ease-in, min-width 0.15s ease-in;
    padding: 8px 32px;
    min-width: 36%;
  }
}
@media (max-width: 991px) {
  .global-search-drawer .drawer .panels-container .links-panel + .quick-actions {
    transition: padding 0.15s ease-in, min-width 0.15s ease-in;
    padding: 8px 32px;
    min-width: 45%;
  }
}
.global-search-drawer .drawer .panels-container .empty-search .empty-message-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
}

.global-search-drawer .drawer .panels-container .empty-search .empty-message-container .title {
  margin-top: 16px;
  color: var(--color-primary-a2);
  font-size: 2rem;
  line-height: 28px;
  text-align: center;
}

.global-search-drawer .drawer .panels-container .empty-search .empty-message-container .sub-title {
  margin-top: 8px;
  color: var(--color-secondary-a2);
  font-size: 14px;
}

.global-search-drawer .drawer .panels-container .links-panel svg {
  margin-right: 8px;
}

.global-search-drawer .drawer .panels-container .links-panel .panel-title {
  display: flex;
  align-items: center;
}

.global-search-drawer .drawer .panels-container .links-panel .panel-title .title-label {
  margin-left: 8px;
  font-weight: 700 !important;
  text-shadow: 0 0 0 #000;
  -webkit-font-smoothing: antialiased;
}

.global-search-drawer .drawer .panels-container .links-panel ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; /* breakpoint */
  gap: initial;
  transition: height 0.5s ease;
  margin-top: 20px;
  padding: 0;
  height: unset;
  overflow-y: hidden;
  list-style: none;
}

@media (max-width: 767px) {
  .global-search-drawer .drawer .panels-container .links-panel ul {
    flex-wrap: wrap;
    margin-top: 16px;
    max-height: unset;
  }
}
.global-search-drawer .drawer .panels-container .links-panel ul li {
  box-sizing: border-box; /* breakpoint */
  border: none !important;
  border-radius: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 50%; /* breakpoint */
  height: unset;
  min-height: 32px;
}

@media (max-width: 1199px) {
  .global-search-drawer .drawer .panels-container .links-panel ul li {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .global-search-drawer .drawer .panels-container .links-panel ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .global-search-drawer .drawer .panels-container .links-panel ul li {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .global-search-drawer .drawer .panels-container .links-panel + .quick-actions ul li {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .global-search-drawer .drawer .panels-container .links-panel + .quick-actions ul li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .global-search-drawer .drawer .panels-container .links-panel + .quick-actions ul li {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.global-search-drawer .drawer .panels-container .links-panel a {
  display: inline;
  color: #364248;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  font-feature-settings: "liga" off, "clig" off;
  /* border: 1px solid coral; */
  text-decoration: none;
}

.global-search-drawer .drawer .panels-container .links-panel a.cta {
  margin-top: 16px;
  width: initial;
}

.global-search-drawer .drawer .panels-container .links-panel + .quick-actions ul a {
  color: #007eb4;
}

.global-search-drawer .drawer .panels-container .links-panel a:hover {
  color: var(--color-primary-a2);
}

.global-search-drawer .drawer .close-button {
  display: none;
  position: relative;
  justify-content: center;
  float: right;
  clear: left;
  transition: all 0.15s ease;
  cursor: pointer;
  margin: 0 24px 8px 0;
  border: none;
  background: none;
  padding: 0;
  width: 24px;
  height: 24px;
  color: var(--color-primary-a2);
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

@media (max-width: 991px) {
  .global-search-drawer .drawer .close-button {
    display: flex;
  }
}
.global-search-drawer .drawer .close-button svg {
  align-self: center;
}

.mag-glass {
  align-self: center;
  margin-left: 16px;
}

@media (max-width: 479px) {
  .mag-glass {
    margin-left: 8px;
  }
}
.mag-glass svg {
  margin-top: 4px;
}

/* ***************************************************************** overrides ***************************************************************** */
.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .magic-box {
  display: flex !important;
  flex-direction: row !important;
  transition: border-color 0.15s ease !important;
  border: 1px solid #c9c9c5 !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  /* border:1px solid purple!important; */
  height: 56px !important;
}

.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .magic-box .magic-box-input {
  flex-grow: 2;
  margin-top: 1px;
  margin-left: 16px !important;
  border-radius: 10px;
  /* border: 1px solid green; */
  min-height: 53px !important;
  overflow: visible;
}

.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .magic-box .magic-box-input .magic-box-clear {
  z-index: 2;
  cursor: pointer;
  border-radius: 8px;
  background: none;
  pointer-events: initial;
}

.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay {
  display: none;
}

.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .magic-box .magic-box-input > input {
  z-index: 1;
  margin-top: 8px;
  border-radius: 0 !important;
  padding-inline-start: 0;
  pointer-events: initial;
}

.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .magic-box .magic-box-input > label {
  /* border: 1px solid blue; */
  display: inline-block;
  position: relative;
  transform: translate(0rem, 1.3rem);
  /* overflow: hidden; */
  z-index: 0;
  transition: translate 0.15s ease-out, font-size 0.15s ease-out, margin-left 0.15s ease-out, margin-top 0.15s ease-out, line-height 0.15s ease-out !important;
  margin-left: 4px;
  color: var(--color-secondary-a2);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-feature-settings: "liga" off, "clig" off;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .magic-box .magic-box-input > input:not(:-moz-placeholder) + label {
  transform: translate(0, -0.3rem) !important;
  -moz-transition: translate 0.15s ease-out, font-size 0.15s ease-out, margin-left 0.15s ease-out, margin-top 0.15s ease-out, line-height 0.15s ease-out !important;
  transition: translate 0.15s ease-out, font-size 0.15s ease-out, margin-left 0.15s ease-out, margin-top 0.15s ease-out, line-height 0.15s ease-out !important;
  margin-top: 6px !important;
  margin-left: 0 !important;
  border-radius: 0 !important;
  font-size: 11px !important;
  line-height: 0 !important;
}

.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .magic-box .magic-box-input > input:focus + label,
.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .magic-box .magic-box-input > input:not(:placeholder-shown) + label {
  transform: translate(0, -0.3rem) !important;
  transition: translate 0.15s ease-out, font-size 0.15s ease-out, margin-left 0.15s ease-out, margin-top 0.15s ease-out, line-height 0.15s ease-out !important;
  margin-top: 6px !important;
  margin-left: 0 !important;
  border-radius: 0 !important;
  font-size: 11px !important;
  line-height: 0 !important;
}

/* .global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .magic-box .magic-box-input .coveo-accessible-button {
    display: none;
} */
.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .magic-box .magic-box-suggestions {
  display: none !important;
  top: 56px !important;
}

.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox {
  align-items: center !important;
  margin: 8px 24px 0 24px !important;
  height: unset !important;
  min-height: 56px !important;
}

@media (max-width: 479px) {
  .global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox {
    margin: 0 !important;
  }
}
.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .active {
  box-shadow: 0 0 4px 0 var(--color-interaction-focus);
  border: 1px solid var(--color-interaction-focus) !important;
}

.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .CoveoSearchButton {
  display: flex;
  align-items: center;
  transition: background-color 0.15s ease !important;
  margin-right: 0 !important;
  margin-left: 16px !important;
  border: 1px solid #ffc342 !important;
  border-radius: 4px !important;
  background-color: #ffc342 !important;
  width: unset !important;
  min-height: 56px;
  white-space: nowrap;
}

.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .CoveoSearchButton i::before {
  font-size: 24px !important;
}

@media (max-width: 479px) {
  .global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .CoveoSearchButton {
    margin-right: 0 !important;
    margin-left: 16px !important;
  }
}
.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .CoveoSearchButton:hover {
  stroke: unset !important;
  background-color: #fff8e6 !important;
}

.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .CoveoSearchButton .coveo-search-button svg {
  display: block !important;
}

.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .CoveoSearchButton .coveo-search-button {
  padding-right: 16px;
  padding-left: 16px;
}

.global-search-drawer .drawer .controls-wrapper .coveo-components .CoveoSearchbox .CoveoSearchButton .coveo-search-button::after {
  display: none !important;
  content: " " !important;
}