@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css";

:root {
  --font-family-default: Open Sans, sans-serif;
  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --font-size-small: 1.2rem;
  --font-size-default: 1.8rem;
  --font-size-large: 2rem;
  --line-height-body: 1.4;
  --line-height-titles: 1.1;
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #f7f7f7;
  --color-teal: #00bacc;
  --color-orange: #ff9902;
  --color-brave-blue: #0072ce;
  --color-brave-blue-shaded: #004383;
  --color-care-blue: #002855;
  --color-healing-green: #40c1ac;
  --color-scrub-blue: #5c788f;
  --color-patient-purple: #9b26b6;
  --color-light-grey: #f2f2f2;
  --color-light-blue: #91c2e9;
  --color-alt-light-grey: #fafafa;
  --color-dark-grey: #4e4e4e;
  --color-light-blue-grey: #e1ecf4;
  --color-lighter-grey: #f5f5f5;
  --color-default: #000;


}

html, body {
  font-family: var(--font-family-default)
}

html {
  color: var(--color-default);
  font-size: 62.5%;
  line-height: var(--line-height-body);
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: auto !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}


html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-size: var(--font-size-default, 1.8rem) !important;
  margin: 0;
  text-rendering: optimizeSpeed;
}

@media(min-width: 428px) {

  body {
    --font-size-default: 1.8rem;
  }
}

/* body {
  overflow: hidden;
} */

#kcwHeader ::-moz-selection,
#kcwFooter ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

#kcwHeader ::selection,
#kcwFooter ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

figure,
blockquote,
dl,
dd {
  margin: 0;
}

#kcwHeader a,
#kcwFooter a {
  color: var(--color-link);
  text-decoration-skip-ink: auto;
}

#kcwHeader a:active,
#kcwFooter a:active,
#kcwHeader a:hover,
#kcwFooter a:hover,
#kcwHeader a:focus,
#kcwFooter a:focus {
  color: inherit;
  outline: 0;
}

#kcwHeader a:focus-visible,
#kcwFooter a:focus-visible {
  outline: .2rem solid var(--color-focus-visible);
}

#kcwHeader a[class],
#kcwFooter a[class] {
  text-decoration: none;
}

#kcwHeader a svg:hover,
#kcwFooter a svg:hover {
  fill: #40c1ac;
}

#kcwHeader input,
#kcwFooter input,
#kcwHeader button,
#kcwFooter button,
#kcwHeader textarea,
#kcwFooter textarea,
#kcwHeader select,
#kcwFooter select {
  font: inherit;
}

#kcwHeader textarea,
#kcwFooter textarea {
  resize: vertical;
}

#kcwHeader button,
#kcwFooter button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

#kcwHeader button:focus-visible,
#kcwFooter button:focus-visible {
  outline: .2rem solid var(--color-focus-visible);
}

#kcwHeader [role=button],
#kcwFooter [role=button] {
  cursor: pointer;
}




#kcwHeader *,
#kcwFooter *,
#kcwHeader *::before,
#kcwFooter *::before,
#kcwHeader *::after,
#kcwFooter *::after {
  box-sizing: border-box;
}




@media(min-width: 930px) {

  #kcwHeader .kcw__details-wrapper,
  #kcwFooter .kcw__details-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    max-width: min(100vw - 7rem, 111rem);
    margin-inline: auto;
    margin-block: 8rem;
    gap: 1rem;
  }
}

@media(min-width: 930px) {

  #kcwHeader .kcw__details-container,
  #kcwFooter .kcw__details-container {
    order: -1;
    border-right: .1rem solid #e8eced;
    padding-inline-end: 10rem;
  }
}

#kcwHeader .kcw__alert-container-wrapper,
#kcwFooter .kcw__alert-container-wrapper {
  background-color: #eaf4fc;
}

#kcwHeader .kcw__alert-container,
#kcwFooter .kcw__alert-container {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  margin-inline: auto;
  max-width: min(100vw - 7rem, 111rem);
}

#kcwHeader .kcw__alert-group,
#kcwFooter .kcw__alert-group {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  flex-direction: column;
}

@media(min-width: 930px) {

  #kcwHeader .kcw__alert-group,
  #kcwFooter .kcw__alert-group {
    flex-direction: row;
  }
}



#kcwHeader .kcw__global-header-container-wrapper,
#kcwFooter .kcw__global-header-container-wrapper {
  background-color: var(--color-care-blue);
  display: none;
}

@media(min-width: 930px) {

  #kcwHeader .kcw__global-header-container-wrapper,
  #kcwFooter .kcw__global-header-container-wrapper {
    display: none;
  }
}

#kcwHeader .kcw__global-header-container,
#kcwFooter .kcw__global-header-container {
  color: #fff;
  justify-content: space-between;
  margin-inline: auto;
  display: flex;
  max-width: min(100vw - 7rem, 111rem);
}

#kcwHeader .kcw__header-link-group,
#kcwFooter .kcw__header-link-group {
  display: none;
  gap: 2.5vw;
  margin-block: 0;
}

@media(min-width: 930px) {

  #kcwHeader .kcw__header-link-group,
  #kcwFooter .kcw__header-link-group {
    display: flex;
  }
}

#kcwHeader .kcw__header-link-container,
#kcwFooter .kcw__header-link-container {
  display: flex;
  align-items: center;
}

#kcwHeader a.kcw__header-link:visited,
#kcwFooter a.kcw__header-link:visited,
#kcwHeader a.kcw__header-link:link,
#kcwFooter a.kcw__header-link:link {
  text-decoration: none;
}

#kcwHeader .kcw__header-link,
#kcwFooter .kcw__header-link {
  padding: 1rem 0;
  font-weight: 200;
  text-decoration: none;
  font-size: 1.6rem;
}

#kcwHeader .kcw__header-link:visited,
#kcwFooter .kcw__header-link:visited,
#kcwHeader .kcw__header-link:link,
#kcwFooter .kcw__header-link:link {
  color: #fff;
}

#kcwHeader .kcw__header-link:hover,
#kcwFooter .kcw__header-link:hover {
  color: var(--color-healing-green);
}

#kcwHeader .kcw__phone-link,
#kcwFooter .kcw__phone-link {
  font-weight: 400;
}

@media(min-width: 930px) {

  #kcwHeader .kcw__phone-link,
  #kcwFooter .kcw__phone-link {
    margin-inline-end: auto;
  }
}

#kcwHeader .kcw__fa-phone::before,
#kcwFooter .kcw__fa-phone::before {
  padding: .6rem;
}

#kcwHeader .kcw__search-link,
#kcwFooter .kcw__search-link {
  margin-inline-start: 2.5vw;
}

#kcwHeader .kcw__hero-wrapper,
#kcwFooter .kcw__hero-wrapper {
  background-color: var(--color-light-grey);
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-wrapper,
  #kcwFooter .kcw__hero-wrapper {
    margin-top: -11rem;
  }
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container .kcw__mobile-menu,
  #kcwFooter .kcw__hero-container .kcw__mobile-menu,
  #kcwHeader .kcw__hero-container .kcw__mobile-logo,
  #kcwFooter .kcw__hero-container .kcw__mobile-logo,
  #kcwHeader .kcw__hero-container .kcw__mobile-link,
  #kcwFooter .kcw__hero-container .kcw__mobile-link,
  #kcwHeader .kcw__hero-container .kcw__mobile-only,
  #kcwFooter .kcw__hero-container .kcw__mobile-only {
    display: none;
  }
}

#kcwHeader .kcw__hero-container .kcw__desktop-only,
#kcwFooter .kcw__hero-container .kcw__desktop-only {
  display: none;
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container .kcw__desktop-only,
  #kcwFooter .kcw__hero-container .kcw__desktop-only {
    display: block;
  }
}

#kcwHeader .kcw__hero-container nav,
#kcwFooter .kcw__hero-container nav {
  background-color: var(--color-care-blue);
  padding: 1rem 1.5rem;
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav,
  #kcwFooter .kcw__hero-container nav {
    /* background-color: rgba(0, 40, 85, .5); */
    padding-block-end: 0;
    z-index: 2;
    isolation: isolate;
    position: relative;
  }
}

#kcwHeader .kcw__hero-container nav .kcw__mobile-nav,
#kcwFooter .kcw__hero-container nav .kcw__mobile-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

@media(min-width: 428px) {

  #kcwHeader .kcw__hero-container nav .kcw__mobile-nav,
  #kcwFooter .kcw__hero-container nav .kcw__mobile-nav {
    padding-inline: 2.5rem
  }
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__mobile-nav,
  #kcwFooter .kcw__hero-container nav .kcw__mobile-nav {
    display: none;
  }
}

#kcwHeader .kcw__hero-container nav .kcw__mobile-nav .kcw__mobile-logo,
#kcwFooter .kcw__hero-container nav .kcw__mobile-nav .kcw__mobile-logo {
  padding-inline-end: 1.5rem;
}

#kcwHeader .kcw__hero-container nav .kcw__mobile-nav .kcw__mobile-logo img,
#kcwFooter .kcw__hero-container nav .kcw__mobile-nav .kcw__mobile-logo img {
  max-width: 20rem;
  width: 100%;
}

#kcwHeader .kcw__hero-container nav .kcw__mobile-nav .kcw__mobile-menu,
#kcwFooter .kcw__hero-container nav .kcw__mobile-nav .kcw__mobile-menu {
  color: var(--color-white);
  background-color: var(--color-healing-green);
}

#kcwHeader .kcw__hero-container nav .kcw__mobile-nav .kcw__mobile-menu .kcw__hamburger-icon::before,
#kcwFooter .kcw__hero-container nav .kcw__mobile-nav .kcw__mobile-menu .kcw__hamburger-icon::before {
  content: "☰";
}

#kcwHeader .kcw__hero-container nav .kcw__mobile-nav .kcw__mobile-menu .kcw__open-mobile-nav.kcw__hamburger-icon::before,
#kcwFooter .kcw__hero-container nav .kcw__mobile-nav .kcw__mobile-menu .kcw__open-mobile-nav.kcw__hamburger-icon::before {
  content: "☰";
}

#kcwHeader .kcw__hero-container nav .kcw__hero-nav,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav {
  max-width: min(100vw - 7rem, 111rem);
  margin-inline: auto;
  height: 0;
  transition: height .35s ease-in-out, visibility .35s ease-in-out;
  overflow: hidden;
  visibility: hidden;
}

#kcwHeader .kcw__hero-container nav .kcw__hero-nav.kcw__open-mobile-nav,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav.kcw__open-mobile-nav {
  visibility: visible;
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav {
    visibility: visible;
    height: auto;
    overflow: inherit;
  }
}

#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu {
  list-style-type: none;
  margin: 3rem 0 0;
  padding: 0;
  display: block;
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-block-start: 2rem;
  }
}

#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li {
  border-top: .1rem solid var(--color-white);
  padding-inline-start: 4rem;
  padding-block: .5rem;
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li {
    border: 0;
    padding-inline-start: 2rem;
    height: 8rem;
    padding-block-end: 0;
  }

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__hero-link-home,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__hero-link-home {
    display: flex;
    flex-grow: 2;
    padding-inline-start: 0;
  }

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__hero-link-home .kcw__home-logo-link,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__hero-link-home .kcw__home-logo-link {
    margin-block-start: -1rem;  
  }

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__hero-link-home span.kcw__lbh-logo-desktop,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__hero-link-home span.kcw__lbh-logo-desktop {
    display: block;
    width: 100%;
    max-width: 30rem;
    height: 80%;
    max-height: 6rem;
    background-image: url('./images/lbh-long.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media(min-width: 930px)and (min-width: 1120px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__hero-link-home span.kcw__lbh-logo-desktop,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__hero-link-home span.kcw__lbh-logo-desktop {
    background-image: url('./images/lbh-long.png');
    height: 50%;
    max-height: 4.2rem;
  }
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li:hover>a,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li:hover>a,
  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li:focus-visible>a,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li:focus-visible>a,
  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li:focus-within>a,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li:focus-within>a,
  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li:visited>a,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li:visited>a {
    color: var(--color-white);
  }
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__desktop-button-wrapper>.kcw__hero-button-text,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__desktop-button-wrapper>.kcw__hero-button-text {
    height: auto;
  }
}

@media(min-width: 930px)and (min-width: 1120px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__desktop-button-wrapper>.kcw__hero-button-text,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__desktop-button-wrapper>.kcw__hero-button-text {
    margin-block-start: -0.5rem;
  }
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__desktop-button-wrapper:hover>.kcw__hero-button-text,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__desktop-button-wrapper:hover>.kcw__hero-button-text {
    color: var(--color-white);
  }
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on>a,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on>a {
    height: 2rem;
  }
}

@media(min-width: 930px)and (hover: hover)and (pointer: fine) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on>a,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on>a {
    height: inherit;
  }
}

@media(min-width: 930px)and (hover: hover)and (pointer: fine) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on>a::after,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on>a::after {
    content: "^";
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transition: transform .3s ease-out;
    transform: rotate(180deg) scaleX(1.5);
    font-size: 1.4rem;
    color: var(--color-brave-blue);
  }
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on .kcw__mega-menu,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on .kcw__mega-menu {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, .95);
    left: 0rem;
    right: 0rem;
    top: 11rem;
    gap: 2rem;
    padding-block: 2rem;
    z-index: 1;
    width: 100%;
  }

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on .kcw__mega-menu .kcw__mega-menu-content,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on .kcw__mega-menu .kcw__mega-menu-content {
    display: flex;
    gap: 2rem;
    max-width: min(100vw - 7rem, 111rem);
    width: 100%;
    margin-inline: auto;
  }

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on .kcw__mega-menu .kcw__mega-menu-list,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on .kcw__mega-menu .kcw__mega-menu-list {
    flex: 1;
  }

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on .kcw__mega-menu a:hover,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on .kcw__mega-menu a:hover {
    color: var(--color-brave-blue);
  }
}

@media(min-width: 930px)and (hover: hover)and (pointer: fine) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on:hover>a::after,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on:hover>a::after,
  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on:focus-visible>a::after,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on:focus-visible>a::after,
  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on:focus-within>a::after,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on:focus-within>a::after {
    transform: rotate(0deg) scaleX(1.5);
    color: var(--color-healing-green);
  }

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on:hover>.kcw__mega-menu,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on:hover>.kcw__mega-menu,
  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on:focus-visible>.kcw__mega-menu,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on:focus-visible>.kcw__mega-menu,
  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on:focus-within>.kcw__mega-menu,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__mega-menu-on:focus-within>.kcw__mega-menu {
    display: flex;
  }
}

#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__tap-for-more,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__tap-for-more {
  display: none;
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__tap-for-more,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__tap-for-more {
    margin-block-start: 1.5rem;
    font-size: 1.2rem;
    color: var(--color-light-blue);
    text-align: center;
    display: block;
    height: 4rem;
    padding-inline-start: 2rem;
    flex-direction: column;
    width: 100%;
  }
}

@media(min-width: 930px)and (hover: hover)and (pointer: fine) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__tap-for-more,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__tap-for-more {
    display: none;
  }
}

#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li>a,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li>a {
  color: var(--color-healing-green);
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  text-decoration: none;
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li>a,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li>a {
    color: var(--color-white);
    font-weight: 500;
    font-size: 1.6rem;
    margin-block-start: 0;
    height: 8rem;
    display: block;
    white-space: nowrap;
    width: 100%;
    text-decoration: none;
  }
}

#kcwHeader .kcw__howco-nav .kcw__menu li a,
#kcwFooter .kcw__howco-nav .kcw__menu li a {
  text-decoration: none;
  color: var(--color-white);
  font-size: 18px;
}

#kcwHeader .kcw__howco-nav .kcw__menu li a.kcw__button.kcw__hero-button-text[href^="tel:"],
#kcwFooter .kcw__howco-nav .kcw__menu li a.kcw__button.kcw__hero-button-text[href^="tel:"],
#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li>a.kcw__button.kcw__hero-button-text[href^="tel:"],
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li>a.kcw__button.kcw__hero-button-text[href^="tel:"] {
  font-family: var(--font-family-default);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li>a.kcw__button.kcw__hero-button-text[href^="tel:"],
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li>a.kcw__button.kcw__hero-button-text[href^="tel:"] {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li>a>.kcw__fa,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li>a>.kcw__fa {
  position: absolute;
  left: -3rem;
  top: .3rem;
  font-size: 2rem;
}

#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li>a>.kcw__fa.kcw__fa-phone,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li>a>.kcw__fa.kcw__fa-phone {
  left: -3.5rem;
}

@media(max-width: 929px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li>a.kcw__button.kcw__button-blue,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li>a.kcw__button.kcw__button-blue {
    background-color: inherit;
    margin: 0;
    padding: 0;
    letter-spacing: inherit;
    box-shadow: inherit;
  }
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li>a.kcw__button.kcw__button-blue .kcw__fa.kcw__font-awesome-icon,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li>a.kcw__button.kcw__button-blue .kcw__fa.kcw__font-awesome-icon {
    position: relative;
    left: inherit;
    top: inherit;
  }
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__mega-menu,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__mega-menu {
    display: none;
  }
}

#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__mega-menu h3,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__mega-menu h3 {
  color: var(--color-white);
  font-size: var(--title-font, 1.8rem);
  padding-block-start: 1rem;
  padding-block-end: .8rem;
  text-decoration: underline;
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__mega-menu h3,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__mega-menu h3 {
    color: var(--color-brave-blue);
    text-decoration: none;
  }
}

#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__mega-menu ul,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__mega-menu ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style-type: none;
}

#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__mega-menu ul li,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__mega-menu ul li {
  color: var(--color-white);
}

#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__mega-menu ul li a,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__mega-menu ul li a {
  color: var(--color-white);
  text-decoration: none;
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__mega-menu ul li a,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li .kcw__mega-menu ul li a {
    color: var(--color-black);
    font-size: 1.6rem;
  }
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on {
    position: relative;
  }
}

#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on .kcw__tool-tip p,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on .kcw__tool-tip p,
#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on .kcw__tool-tip a,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on .kcw__tool-tip a {
  color: var(--color-white);
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on .kcw__tool-tip,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on .kcw__tool-tip {
    display: none;
    background-color: var(--color-white);
    position: absolute;
    bottom: -2.5rem;
    right: 0;
    border-radius: 1rem;
    width: 25rem;
    padding: 1rem;
    z-index: 1
  }

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on .kcw__tool-tip p,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on .kcw__tool-tip p,
  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on .kcw__tool-tip a,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on .kcw__tool-tip a {
    font-size: 1.4rem;
    color: var(--color-black)
  }

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on .kcw__tool-tip a:hover,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on .kcw__tool-tip a:hover {
    color: var(--color-brave-blue)
  }

  #kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on .kcw__tool-tip::before,
  #kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on .kcw__tool-tip::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2rem 2rem;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--color-white) rgba(0, 0, 0, 0);
    position: absolute;
    top: -1.8rem;
    right: 2.5rem
  }
}

#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on:hover .kcw__tool-tip,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on:hover .kcw__tool-tip,
#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on:focus-visible .kcw__tool-tip,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on:focus-visible .kcw__tool-tip,
#kcwHeader .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on:focus-within .kcw__tool-tip,
#kcwFooter .kcw__hero-container nav .kcw__hero-nav menu>li.kcw__tool-tip-on:focus-within .kcw__tool-tip {
  display: block
}

#kcwHeader .kcw__hero-container .kcw__homepage-arch,
#kcwFooter .kcw__hero-container .kcw__homepage-arch {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 98% calc(100% - 0.2rem), 91% calc(100% - 0.9rem), 83% calc(100% - 1.5rem), 79% calc(100% - 1.7rem), 76% calc(100% - 1.9rem), 65% calc(100% - 2.3rem), 60% calc(100% - 2.4rem), 50% calc(100% - 2.5rem), 40% calc(100% - 2.4rem), 35% calc(100% - 2.3rem), 24% calc(100% - 1.9rem), 21% calc(100% - 1.7rem), 17% calc(100% - 1.5rem), 9% calc(100% - 0.9rem), 2% calc(100% - 0.2rem), 0% 100%)
}

#kcwHeader .kcw__hero-container .kcw__custom-rte-bg-image.kcw__video-bg-on::before,
#kcwFooter .kcw__hero-container .kcw__custom-rte-bg-image.kcw__video-bg-on::before {
  z-index: 0
}

#kcwHeader .kcw__hero-container .kcw__custom-rte-bg-image.kcw__video-bg-on iframe,
#kcwFooter .kcw__hero-container .kcw__custom-rte-bg-image.kcw__video-bg-on iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1
}

#kcwHeader .kcw__hero-container .kcw__hero-tagline,
#kcwFooter .kcw__hero-container .kcw__hero-tagline {
  text-transform: uppercase;
  margin-block-start: -3rem;
  font-size: 1.6rem
}

#kcwHeader .kcw__hero-container .kcw__hero-buttons-container,
#kcwFooter .kcw__hero-container .kcw__hero-buttons-container {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem 5rem;
  justify-content: center
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container .kcw__hero-buttons-container,
  #kcwFooter .kcw__hero-container .kcw__hero-buttons-container {
    justify-content: flex-start
  }
}

#kcwHeader .kcw__hero-container .kcw__hero-buttons-container .kcw__text-link-area,
#kcwFooter .kcw__hero-container .kcw__hero-buttons-container .kcw__text-link-area {
  font-size: 1.4rem;
  max-width: 20rem;
  padding-block-start: 1rem
}

#kcwHeader .kcw__hero-container .kcw__hero-buttons-container .kcw__text-link-area-link,
#kcwFooter .kcw__hero-container .kcw__hero-buttons-container .kcw__text-link-area-link {
  color: var(--color-white);
  text-decoration: none
}

#kcwHeader .kcw__hero-container .kcw__hero-buttons-container .kcw__text-link-area-link:hover,
#kcwFooter .kcw__hero-container .kcw__hero-buttons-container .kcw__text-link-area-link:hover {
  color: var(--color-healing-green)
}

#kcwHeader .kcw__hero-container .kcw__hero-buttons-container .kcw__text-link-area .kcw__fa,
#kcwFooter .kcw__hero-container .kcw__hero-buttons-container .kcw__text-link-area .kcw__fa {
  margin-inline-start: 1rem
}

#kcwHeader .kcw__hero-container .kcw__transparent-arch,
#kcwFooter .kcw__hero-container .kcw__transparent-arch {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 98% calc(100% - 0.2rem), 91% calc(100% - 0.9rem), 83% calc(100% - 1.5rem), 79% calc(100% - 1.7rem), 76% calc(100% - 1.9rem), 65% calc(100% - 2.3rem), 60% calc(100% - 2.4rem), 50% calc(100% - 2.5rem), 40% calc(100% - 2.4rem), 35% calc(100% - 2.3rem), 24% calc(100% - 1.9rem), 21% calc(100% - 1.7rem), 17% calc(100% - 1.5rem), 9% calc(100% - 0.9rem), 2% calc(100% - 0.2rem), 0% 100%);
  z-index: 0;
  isolation: isolate
}

#kcwHeader .kcw__hero-container .kcw__hero-tabbing-wrapper,
#kcwFooter .kcw__hero-container .kcw__hero-tabbing-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: auto auto;
  margin-block-start: -4rem
}

#kcwHeader .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab,
#kcwFooter .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab {
  display: grid;
  align-items: stretch
}

#kcwHeader .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab button,
#kcwFooter .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab button {
  border: 1px solid var(--color-white);
  background-color: var(--color-light-blue-grey);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 1.6rem;
  gap: 1rem;
  width: 100%;
  padding-block-start: 4rem;
  padding-block-end: 1.5rem
}

#kcwHeader .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab button:focus-within .kcw__tab-title,
#kcwFooter .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab button:focus-within .kcw__tab-title {
  text-decoration: underline
}

#kcwHeader .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab button:hover,
#kcwFooter .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab button:hover {
  background-color: var(--color-white);
  transition: .1s
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab button,
  #kcwFooter .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab button {
    font-size: 2.2rem
  }

  #kcwHeader .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab button .kcw__tab-text,
  #kcwFooter .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab button .kcw__tab-text {
    font-size: 1.6rem;
    font-weight: 400
  }
}

#kcwHeader .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab button .kcw__fa,
#kcwFooter .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab button .kcw__fa {
  color: var(--color-patient-purple);
  font-size: 2.5rem
}

@media(min-width: 930px) {

  #kcwHeader .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab button .kcw__fa,
  #kcwFooter .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab button .kcw__fa {
    font-size: 3rem
  }
}

#kcwHeader .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab.kcw__active-tab button,
#kcwFooter .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab.kcw__active-tab button {
  background-color: var(--color-white)
}

#kcwHeader .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab-content-wrapper,
#kcwFooter .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__hero-tab-content-wrapper {
  display: none;
  grid-column: 1/5;
  grid-row: 2;
  margin-block-start: -0.1rem
}

#kcwHeader .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__active-tab+.kcw__hero-tab-content-wrapper,
#kcwFooter .kcw__hero-container .kcw__hero-tabbing-wrapper .kcw__active-tab+.kcw__hero-tab-content-wrapper {
  display: block
}






#kcwHeader .kcw__button,
#kcwFooter .kcw__button {
  cursor: pointer;
  padding-block: .65rem;
  padding-inline: 2rem;
  border-radius: .4rem;
  font-size: 1.8rem;
  letter-spacing: -0.09rem;
  font-weight: 600;
  box-shadow: 5px 5px rgba(0, 40, 85, .08);
  width: fit-content;
  display: flex;
  align-items: baseline;
  gap: 1rem
}

@media(min-width: 930px) {

  #kcwHeader .kcw__button,
  #kcwFooter .kcw__button {
    font-size: 1.6rem
  }
}



#kcwHeader .kcw__arch-pad-on,
#kcwFooter .kcw__arch-pad-on {
  padding-block-end: 3rem;
  position: relative
}

@media(min-width: 595px) {

  #kcwHeader .kcw__arch-pad-on,
  #kcwFooter .kcw__arch-pad-on {
    padding-block-end: 5rem
  }
}

#kcwHeader .kcw__arch-pad-off,
#kcwFooter .kcw__arch-pad-off {
  padding-block-end: 0
}

#kcwHeader .kcw__arch-margin-on,
#kcwFooter .kcw__arch-margin-on {
  margin-block-start: 10rem;
  position: relative
}

#kcwHeader .kcw__arch-margin-off,
#kcwFooter .kcw__arch-margin-off {
  margin-block-start: 0
}

#kcwHeader .kcw__arch-container-on,
#kcwFooter .kcw__arch-container-on {
  position: absolute;
  bottom: 0;
  height: 3rem;
  width: 100%;
  overflow: hidden
}

#kcwHeader .kcw__top-arch-container-on,
#kcwFooter .kcw__top-arch-container-on {
  position: absolute;
  top: -2.7rem;
  height: 3rem;
  width: 100%;
  overflow: hidden
}

#kcwHeader .kcw__arch-container-off,
#kcwFooter .kcw__arch-container-off {
  display: none
}

#kcwHeader .kcw__arch-structure,
#kcwFooter .kcw__arch-structure {
  position: absolute;
  width: 134%;
  height: 15rem;
  border-radius: 50%;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%)
}


#kcwHeader .kcw__arch-care-blue,
#kcwFooter .kcw__arch-care-blue {
  background-color: var(--color-care-blue)
}



#kcwHeader a.kcw__button-blue:visited,
#kcwFooter a.kcw__button-blue:visited,
#kcwHeader a.kcw__button-blue:link,
#kcwFooter a.kcw__button-blue:link {
  text-decoration: none
}

#kcwHeader .kcw__button-blue,
#kcwFooter .kcw__button-blue {
  background-color: var(--color-brave-blue);
  color: #fff;
  margin-block-start: 1rem;
  margin-inline: auto
}

#kcwHeader .kcw__button-blue:visited,
#kcwFooter .kcw__button-blue:visited,
#kcwHeader .kcw__button-blue:link,
#kcwFooter .kcw__button-blue:link {
  color: #fff
}

@media(min-width: 595px) {

  #kcwHeader .kcw__button-blue,
  #kcwFooter .kcw__button-blue {
    margin-inline: 0
  }
}

#kcwHeader .kcw__button-blue:hover,
#kcwFooter .kcw__button-blue:hover {
  background-color: var(--color-care-blue)
}



#kcwHeader .kcw__footer-wrapper,
#kcwFooter .kcw__footer-wrapper {
  background-color: var(--color-care-blue)
}

#kcwHeader .kcw__footer-container,
#kcwFooter .kcw__footer-container {
  max-width: min(100vw - 7rem, 111rem);
  display: grid;
  gap: 2rem;
  margin-inline: auto;
  padding-block-end: 7rem;
  justify-content: center
}

@media(min-width: 930px) {

  #kcwHeader .kcw__footer-container,
  #kcwFooter .kcw__footer-container {
    justify-content: unset;
    gap: 4rem
  }
}

#kcwHeader .kcw__footer-column-container,
#kcwFooter .kcw__footer-column-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-block-start: 5rem
}

@media(min-width: 930px) {

  #kcwHeader .kcw__footer-column-container,
  #kcwFooter .kcw__footer-column-container {
    flex-direction: row;
    text-align: center;
    justify-content: center;
    gap: 4.5rem
  }

  #kcwHeader .kcw__footer-column-container .kcw__button,
  #kcwFooter .kcw__footer-column-container .kcw__button {
    margin-inline: auto
  }

  #kcwHeader .kcw__footer-column-container .kcw__primary-title,
  #kcwFooter .kcw__footer-column-container .kcw__primary-title {
    max-width: 40rem
  }

  #kcwHeader .kcw__footer-column-container .kcw__rte-primary-title,
  #kcwFooter .kcw__footer-column-container .kcw__rte-primary-title {
    max-width: 40rem
  }
}

#kcwHeader .kcw__four-column-primary-container,
#kcwFooter .kcw__four-column-primary-container {
  flex: 0 1 34rem
}

#kcwHeader .kcw__footer-two-column-container,
#kcwFooter .kcw__footer-two-column-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 26.3rem
}

@media(min-width: 930px) {

  #kcwHeader .kcw__footer-two-column-container,
  #kcwFooter .kcw__footer-two-column-container {
    flex-direction: row;
    justify-content: space-between;
    max-width: none
  }
}

#kcwHeader .kcw__footer-list,
#kcwFooter .kcw__footer-list {
  list-style-type: none;
  padding-left: 0
}

#kcwHeader .kcw__footer-title,
#kcwFooter .kcw__footer-title {
  color: #fff
}

#kcwHeader a.kcw__footer-link:visited,
#kcwFooter a.kcw__footer-link:visited,
#kcwHeader a.kcw__footer-link:link,
#kcwFooter a.kcw__footer-link:link {
  text-decoration: none
}

#kcwHeader .kcw__footer-link,
#kcwFooter .kcw__footer-link {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2
}

#kcwHeader .kcw__footer-link:visited,
#kcwFooter .kcw__footer-link:visited,
#kcwHeader .kcw__footer-link:link,
#kcwFooter .kcw__footer-link:link {
  color: #fff
}

#kcwHeader .kcw__footer-link:focus,
#kcwFooter .kcw__footer-link:focus {
  color: var(--color-healing-green)
}

#kcwHeader .kcw__footer-link:hover,
#kcwFooter .kcw__footer-link:hover {
  color: var(--color-healing-green);
  cursor: pointer
}

#kcwHeader .kcw__footer-logo,
#kcwFooter .kcw__footer-logo {
  width: 26.4rem;
  height: 9.8rem
}

@media(min-width: 930px) {

  #kcwHeader .kcw__footer-logo,
  #kcwFooter .kcw__footer-logo {
    width: 17.5rem;
    height: 7.1rem
  }
}

#kcwHeader .kcw__footer-column-right,
#kcwFooter .kcw__footer-column-right {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center
}

@media(min-width: 930px) {

  #kcwHeader .kcw__footer-column-right,
  #kcwFooter .kcw__footer-column-right {
    align-items: end
  }
}

#kcwHeader .kcw__footer-social-media,
#kcwFooter .kcw__footer-social-media {
  color: #fff;
  display: flex;
  gap: 1.5rem
}

#kcwHeader .kcw__footer-social-media .kcw__fa-brands,
#kcwFooter .kcw__footer-social-media .kcw__fa-brands {
  color: #fff
}

#kcwHeader .kcw__footer-social-media .kcw__fa-brands:hover,
#kcwFooter .kcw__footer-social-media .kcw__fa-brands:hover {
  color: var(--color-healing-green)
}

#kcwHeader .kcw__footer-subtext,
#kcwFooter .kcw__footer-subtext {
  font-size: 1rem;
  color: var(--color-light-blue)
}



#kcwHeader .kcw__search-form fieldset>div .kcw__date-indicator::after,
#kcwFooter .kcw__search-form fieldset>div .kcw__date-indicator::after {
  height: 1.5rem;
  width: 1.5rem;
  background: #fff;
  content: "";
  position: absolute;
  border-radius: 100%;
  top: .25rem;
  left: .25rem;
  transition: transform .25s ease
}



@media(min-width: 595px) {

  #kcwHeader .kcw__alt-articles-interior-container,
  #kcwFooter .kcw__alt-articles-interior-container {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(min-width: 930px) {

  #kcwHeader .kcw__alt-articles-interior-container,
  #kcwFooter .kcw__alt-articles-interior-container {
    grid-template-columns: repeat(3, 1fr)
  }
}

#kcwHeader .kcw__alt-articles-interior-container .kcw__article-swiper-slide,
#kcwFooter .kcw__alt-articles-interior-container .kcw__article-swiper-slide {
  margin-block-end: 0
}



/** HowCo Custom **/
/* Nav menu */
#kcwHeader .kcw__nav,
#kcwFooter .kcw__nav {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: var(--black);
  overflow: hidden;

}

#kcwHeader .kcw__menu a,
#kcwFooter .kcw__menu a {
  display: block;
  padding: 30px;
  color: var(--white);

}

#kcwHeader .kcw__menu a:hover,
#kcwFooter .kcw__menu a:hover {
  background-color: var(--grey);
}

#kcwHeader .kcw__nav,
#kcwFooter .kcw__nav {
  max-height: 0;
  transition: max-height .5s ease-out;
}

/* Menu Icon */

#kcwHeader .kcw__hamb,
#kcwFooter .kcw__hamb {
  cursor: pointer;
  float: right;
  padding: 40px 20px;
}


#kcwHeader .kcw__hamb-line,
#kcwFooter .kcw__hamb-line {
  background: var(--color-white);
  display: block;
  height: 2px;
  position: relative;
  width: 24px;

}

#kcwHeader .kcw__hamb-line::before,
#kcwFooter .kcw__hamb-line::before,
#kcwHeader .kcw__hamb-line::after,
#kcwFooter .kcw__hamb-line::after {
  background: var(--color-white);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

#kcwHeader .kcw__hamb-line::before,
#kcwFooter .kcw__hamb-line::before {
  top: 5px;
}

#kcwHeader .kcw__hamb-line::after,
#kcwFooter .kcw__hamb-line::after {
  top: -5px;
}


#kcwHeader .kcw__side-menu,
#kcwFooter .kcw__side-menu {
  display: none;
}

/* Toggle menu icon */

#kcwHeader .kcw__side-menu:checked~nav,
#kcwFooter .kcw__side-menu:checked~nav {
  max-height: 100%;
  z-index: 2;

}


#kcwHeader .kcw__side-menu:checked~.kcw__hamb .kcw__hamb-line,
#kcwFooter .kcw__side-menu:checked~.kcw__hamb .kcw__hamb-line {
  background: transparent;
}

#kcwHeader .kcw__side-menu:checked~.kcw__hamb .kcw__hamb-line::before,
#kcwFooter .kcw__side-menu:checked~.kcw__hamb .kcw__hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
  z-index: 3;

}

#kcwHeader .kcw__side-menu:checked~.kcw__hamb .kcw__hamb-line::after,
#kcwFooter .kcw__side-menu:checked~.kcw__hamb .kcw__hamb-line::after {
  transform: rotate(45deg);
  top: 0;
  z-index: 3;
}


/* Responsiveness */
#kcwHeader .kcw__fa-icn-arrow,
#kcwFooter .kcw__fa-icn-arrow {
  color: #fff;
  height: 20px !important;
  width: 15px !important;
  top: 4px !important;
  position: relative;
  display: var(--fa-display, inline-block);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(9deg) brightness(103%) contrast(103%);


}

#kcwHeader .kcw__fa-icn-bill,
#kcwFooter .kcw__fa-icn-bill {
  color: #fff;
  position: relative !important;
  top: 2px !important;
  left: -4px !important;
  height: 18px !important;
  width: 25px !important;
  display: var(--fa-display, inline-block);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(9deg) brightness(103%) contrast(103%);


}

#kcwHeader .kcw__fa-icn,
#kcwFooter .kcw__fa-icn {
  color: #fff;
  position: relative !important;
  top: 2px !important;
  left: 1px !important;
  height: 18px !important;
  width: 25px !important;
  display: var(--fa-display, inline-block);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(9deg) brightness(103%) contrast(103%);


}



#kcwHeader .kcw__fa-icn svg:hover,
#kcwFooter .kcw__fa-icn svg:hover {
  fill: #40c1ac;
}

@media (min-width: 930px) {

  #kcwHeader .kcw__nav,
  #kcwFooter .kcw__nav {
    max-height: none;
    top: 0;
    position: relative;
    float: right;
    width: fit-content;
    background-color: transparent;



  }


  #kcwHeader .kcw__menu li,
  #kcwFooter .kcw__menu li {
    float: center;
    list-style-type: none !important;
  }


  #kcwHeader .kcw__menu a:hover,
  #kcwFooter .kcw__menu a:hover {
    background-color: transparent;
    color: var(--grey);

  }

  #kcwHeader .kcw__hamb,
  #kcwFooter .kcw__hamb {
    display: none;
  }

}

#kcwHeader .kcw__howco-nav,
#kcwFooter .kcw__howco-nav {
  visibility: hidden !important;
}

@media(max-width: 930px) {

  #kcwHeader .kcw__Aaron-div,
  #kcwFooter .kcw__Aaron-div {
    background: #002855 !important;
  }

  #kcwHeader .kcw__nav,
  #kcwFooter .kcw__nav {
    z-index: 3;
  }

  #kcwHeader .kcw__howco-nav,
  #kcwFooter .kcw__howco-nav {
    visibility: visible !important;
    text-align: center !important;
    margin: 0 !important;

  }

  #kcwHeader .kcw__howco-nav ul,
  #kcwFooter .kcw__howco-nav ul {
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-left: 5vw;
    margin-top: -20vh;



  }

  #kcwHeader .kcw__howco-nav li,
  #kcwFooter .kcw__howco-nav li {
    float: center;
    padding: 10px;


  }

  #kcwHeader .kcw__mobile-logo,
  #kcwFooter .kcw__mobile-logo {
    z-index: 2;
  }

  #kcwHeader .kcw__hero-container .kcw__nav,
  #kcwFooter .kcw__hero-container .kcw__nav {
    top: 0.1vh !important;
    right: 1vw !important;
    left: 0vw !important;
    padding: 0;

  }

  #kcwHeader .kcw__global-header-container,
  #kcwFooter .kcw__global-header-container {
    max-width: min(128vw - 7rem, 111rem);
  }

}

#kcwHeader .kcw__fcn-btn,
#kcwFooter .kcw__fcn-btn {
  margin-top: -10px !important;
}

#kcwHeader #kcw__menu ul {
  list-style: none;
}

#kcwHeader #kcw__Aaron-div {
  background: linear-gradient(90deg,
      rgba(0, 114, 206, 1) 0%,
      rgba(0, 40, 85, 1) 100%);
  height: 110px;
  margin-top: -110px;
}