<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal--hero-banner {
  background-color: #005AE8;
  position: relative;
  z-index: 0;
}
.modal--hero-banner:after {
  clip-path: polygon(53.14% 3.29%, 81.63% 0.71%, 100% 0px, 100% 100%, 85% 100%, 50% 100%, 24% 100%, 0px 100%, 0px 10.29%, 25.68% 6.57%);
  content: "";
  display: block;
  position: absolute;
  height: 60%;
  bottom: 0;
  width: 100%;
  background-color: #1466E9;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .modal--hero-banner:after {
    clip-path: polygon(55.54% 0.91%, 80.03% 0.34%, 100% 0px, 100% 100%, 85% 100%, 50% 100%, 24% 100%, 0px 100%, 0 2.94%, 26.75% 1.82%);
  }
}

body.page-node-type-home-page a:visited:not(.digital-assistant--main,
.data-gtm-footerLinks,
.navigation-list .navigation-list-item a,
p.navigation-overlay-content-quicklink a,
a.specialty-cards--button,
.location-callout--all-link,
a.discover-carousel--button,
a.event-carousel--button) {
  color: #005AE8 !important;
}
body.page-node-type-home-page a:visited.btn-primary {
  color: #fff !important;
}
body.page-node-type-home-page a:visited.btn-primary:hover {
  color: #005AE8 !important;
}

.hero-banner {
  display: flex;
  flex-direction: row;
  height: calc(100vh - 105px);
  min-height: 600px;
  position: relative;
}
@media (max-width: 991.98px) {
  .hero-banner {
    height: 550px;
    margin-top: -30px;
  }
}
.hero-banner-image, .hero-banner-video {
  height: 100%;
  position: relative;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.hero-banner-image video,
.hero-banner-image img, .hero-banner-video video,
.hero-banner-video img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.hero-banner-image img, .hero-banner-video img {
  object-position: center top;
}
.hero-banner-image:before, .hero-banner-video:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero-banner-heading {
  color: #fff;
  margin: 0;
  transition: all 0.6s ease;
  padding: 0 30px 0 7.5px;
}
.hero-banner-heading {
  font-size: 20px;
}
.hero-banner-heading a {
  color: #fff;
  text-decoration: none;
}
.hero-banner-heading a:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .hero-banner-heading {
    padding: 0 7.5px;
  }
  .hero-banner-heading {
    font-size: 27px;
  }
}
.hero-banner-button {
  transition: all 0.35s ease;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  user-select: none;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  background-color: #fff;
  color: #005AE8;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  transition: all 0.35s ease;
  padding: 0;
  display: flex;
  background-color: #fff;
  color: #002D97;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  margin: 30px 0 0;
  transition: all 0.6s ease;
  width: 50px;
  height: 50px;
}
.hero-banner-button {
  font-size: 16px;
}
.prefers-reduced-motion .hero-banner-button {
  transition: none;
}
.hero-banner-button:hover {
  color: #000;
  background-color: rgb(229.5, 229.5, 229.5);
}
.hero-banner-button:disabled, .hero-banner-button.disabled {
  transition: none;
  opacity: 1;
  box-shadow: none;
  cursor: default;
  background-color: rgb(242.25, 242.25, 242.25);
  color: #434343;
  pointer-events: none;
}
.prefers-reduced-motion .hero-banner-button:disabled, .prefers-reduced-motion .hero-banner-button.disabled {
  transition: none;
}
.hero-banner-button:active, .hero-banner-button.active {
  background-color: rgb(216.75, 216.75, 216.75);
}
.hero-banner-button span {
  line-height: 0;
}
.hero-banner-button:hover {
  background-color: #fff;
  transform: scale(1.15);
}
.is-tabbing .hero-banner-button:focus {
  outline: 0.2rem solid #E6AE03 !important;
}
@media (max-width: 991.98px) {
  .hero-banner-button {
    height: 50px;
    width: 50px;
  }
  .hero-banner-button {
    font-size: 16px;
  }
}
.hero-banner-button {
  font-size: 21px;
}
.is-active .hero-banner-button {
  height: 65px;
  width: 65px;
}
@media (max-width: 991.98px) {
  .hero-banner-button {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    margin: 30px 0 0;
  }
}
@media (max-width: 767.98px) {
  .is-active .hero-banner-button {
    height: 50px;
    width: 50px;
  }
}
.hero-banner-content {
  bottom: 110px;
  position: absolute;
  max-width: 600px;
  margin-left: 0;
  padding: 0 15px;
  transition: all 0.6s ease;
}
.hero-banner-content-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .hero-banner-content-clamp {
    -webkit-line-clamp: unset;
    overflow: visible;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-content {
    margin-left: 0 !important;
    max-width: 90%;
    bottom: 150px;
    transform: translateY(0);
  }
}
.hero-banner-section {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: all 0.6s ease 0.15s;
}
.hero-banner-section.is-active {
  transition: all 0.6s ease 0s;
}
.hero-banner-section.is-active .hero-banner-heading {
  font-size: 27px;
}
@media (min-width: 575px) {
  .hero-banner-section.is-active .hero-banner-heading {
    font-size: calc(27px + 13 * (100vw - 575px) / 1025);
  }
}
@media (min-width: 1600px) {
  .hero-banner-section.is-active .hero-banner-heading {
    font-size: 40px;
  }
}
.hero-banner-section.is-active .hero-banner-content {
  margin-left: 90px;
  bottom: 150px;
}
.hero-banner-section.is-active .hero-banner-content-clamp {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.modal--hero-banner {
  background: #fff;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 999;
}
.modal--hero-banner:after {
  clip-path: polygon(52.86% 3.43%, 78.54% 6.71%, 100% 10.29%, 100% 100%, 75% 100%, 50% 100%, 25% 100%, 0px 100%, 0px 0px, 24.98% 1.13%);
  background-color: rgb(242.25, 242.25, 242.25);
  height: 50%;
}
@media (max-width: 991.98px) {
  .modal--hero-banner:after {
    clip-path: polygon(50.72% 1.91%, 77.47% 3.42%, 100% 5%, 100% 100%, 75% 100%, 50% 100%, 25% 100%, 0px 100%, 0px 0px, 23.11% 0.66%);
  }
}
@media (max-width: 767.98px) {
  .modal--hero-banner {
    height: calc(var(--vh, 1vh) * 100 - 65px);
  }
}
.modal--hero-banner .modal-dialog {
  position: absolute;
  position: relative;
  top: auto;
  left: auto;
  transform: translate(0, 0);
  margin: 0 auto;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  height: 100%;
}
@media (max-width: 991.98px) {
  .modal--hero-banner .modal-dialog {
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }
}
.modal--hero-banner .modal-dialog .modal-dismiss-button {
  transition: all 0.35s ease;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  user-select: none;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  background-color: #fff;
  color: #005AE8;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  transition: all 0.35s ease;
  padding: 0;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 30px;
}
.modal--hero-banner .modal-dialog .modal-dismiss-button {
  font-size: 16px;
}
.prefers-reduced-motion .modal--hero-banner .modal-dialog .modal-dismiss-button {
  transition: none;
}
.modal--hero-banner .modal-dialog .modal-dismiss-button:hover {
  color: #000;
  background-color: rgb(229.5, 229.5, 229.5);
}
.modal--hero-banner .modal-dialog .modal-dismiss-button:disabled, .modal--hero-banner .modal-dialog .modal-dismiss-button.disabled {
  transition: none;
  opacity: 1;
  box-shadow: none;
  cursor: default;
  background-color: rgb(242.25, 242.25, 242.25);
  color: #434343;
  pointer-events: none;
}
.prefers-reduced-motion .modal--hero-banner .modal-dialog .modal-dismiss-button:disabled, .prefers-reduced-motion .modal--hero-banner .modal-dialog .modal-dismiss-button.disabled {
  transition: none;
}
.modal--hero-banner .modal-dialog .modal-dismiss-button:active, .modal--hero-banner .modal-dialog .modal-dismiss-button.active {
  background-color: rgb(216.75, 216.75, 216.75);
}
.modal--hero-banner .modal-dialog .modal-dismiss-button span {
  line-height: 0;
}
.modal--hero-banner .modal-dialog .modal-dismiss-button:hover {
  background-color: #fff;
  transform: scale(1.15);
}
.is-tabbing .modal--hero-banner .modal-dialog .modal-dismiss-button:focus {
  outline: 0.2rem solid #E6AE03 !important;
}
@media (max-width: 991.98px) {
  .modal--hero-banner .modal-dialog .modal-dismiss-button {
    height: 50px;
    width: 50px;
  }
  .modal--hero-banner .modal-dialog .modal-dismiss-button {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .modal--hero-banner .modal-dialog .modal-dismiss-button {
    right: 15px;
    top: 15px;
  }
}
.modal--hero-banner .modal-header {
  display: grid;
  grid-template-columns: 205px 1fr;
  grid-template-rows: auto;
  min-height: auto;
  margin: 0;
}
@media (max-width: 991.98px) {
  .modal--hero-banner .modal-header {
    grid-template-columns: 110px 1fr;
    grid-template-rows: auto;
    margin-bottom: 60px;
  }
}
.modal--hero-banner .modal-content {
  background-color: transparent;
  height: 100%;
}

.hero-banner .tns-outer,
.hero-banner .tns-ovh,
.hero-banner .tns-inner,
.hero-banner .carousel {
  height: 100%;
  width: 100%;
}
.hero-banner .tns-slider &gt; .tns-item {
  width: 15% !important;
}
.hero-banner .tns-slider &gt; .tns-item.is-active {
  width: 70% !important;
}
@media (max-width: 991.98px) {
  .hero-banner .tns-slider &gt; .tns-item {
    width: 33.3333% !important;
  }
  .hero-banner .tns-slider &gt; .tns-item.is-active {
    width: 33.3333% !important;
  }
}
.hero-banner .tns-nav {
  position: absolute;
  bottom: 90px;
  text-align: left;
  padding-left: 30px;
}

.hero-banner-carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: relative;
}
@media (max-width: 991.98px) {
  .hero-banner-carousel {
    position: absolute;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }
}
.hero-banner-carousel .tns-nav {
  margin: 60px 0 0;
}
@media (max-width: 767.98px) {
  .hero-banner-carousel .tns-nav {
    margin: 30px 0;
  }
}
.hero-banner-carousel .carousel-controls {
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .hero-banner-carousel .carousel-controls {
    top: auto;
    bottom: 30px;
  }
}
.hero-banner-carousel .carousel-controls .btn--prev {
  transition: all 0.35s ease;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  user-select: none;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  background-color: #fff;
  color: #005AE8;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  transition: all 0.35s ease;
  padding: 0;
  position: absolute;
  left: 0;
  pointer-events: auto;
}
.hero-banner-carousel .carousel-controls .btn--prev {
  font-size: 16px;
}
.prefers-reduced-motion .hero-banner-carousel .carousel-controls .btn--prev {
  transition: none;
}
.hero-banner-carousel .carousel-controls .btn--prev:hover {
  color: #000;
  background-color: rgb(229.5, 229.5, 229.5);
}
.hero-banner-carousel .carousel-controls .btn--prev:disabled, .hero-banner-carousel .carousel-controls .btn--prev.disabled {
  transition: none;
  opacity: 1;
  box-shadow: none;
  cursor: default;
  background-color: rgb(242.25, 242.25, 242.25);
  color: #434343;
  pointer-events: none;
}
.prefers-reduced-motion .hero-banner-carousel .carousel-controls .btn--prev:disabled, .prefers-reduced-motion .hero-banner-carousel .carousel-controls .btn--prev.disabled {
  transition: none;
}
.hero-banner-carousel .carousel-controls .btn--prev:active, .hero-banner-carousel .carousel-controls .btn--prev.active {
  background-color: rgb(216.75, 216.75, 216.75);
}
.hero-banner-carousel .carousel-controls .btn--prev span {
  line-height: 0;
}
.hero-banner-carousel .carousel-controls .btn--prev:hover {
  background-color: #fff;
  transform: scale(1.15);
}
.is-tabbing .hero-banner-carousel .carousel-controls .btn--prev:focus {
  outline: 0.2rem solid #E6AE03 !important;
}
@media (max-width: 991.98px) {
  .hero-banner-carousel .carousel-controls .btn--prev {
    height: 50px;
    width: 50px;
  }
  .hero-banner-carousel .carousel-controls .btn--prev {
    font-size: 16px;
  }
}
.hero-banner-carousel .carousel-controls .btn--next {
  transition: all 0.35s ease;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  user-select: none;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  background-color: #fff;
  color: #005AE8;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  transition: all 0.35s ease;
  padding: 0;
  position: absolute;
  pointer-events: auto;
  right: 0;
}
.hero-banner-carousel .carousel-controls .btn--next {
  font-size: 16px;
}
.prefers-reduced-motion .hero-banner-carousel .carousel-controls .btn--next {
  transition: none;
}
.hero-banner-carousel .carousel-controls .btn--next:hover {
  color: #000;
  background-color: rgb(229.5, 229.5, 229.5);
}
.hero-banner-carousel .carousel-controls .btn--next:disabled, .hero-banner-carousel .carousel-controls .btn--next.disabled {
  transition: none;
  opacity: 1;
  box-shadow: none;
  cursor: default;
  background-color: rgb(242.25, 242.25, 242.25);
  color: #434343;
  pointer-events: none;
}
.prefers-reduced-motion .hero-banner-carousel .carousel-controls .btn--next:disabled, .prefers-reduced-motion .hero-banner-carousel .carousel-controls .btn--next.disabled {
  transition: none;
}
.hero-banner-carousel .carousel-controls .btn--next:active, .hero-banner-carousel .carousel-controls .btn--next.active {
  background-color: rgb(216.75, 216.75, 216.75);
}
.hero-banner-carousel .carousel-controls .btn--next span {
  line-height: 0;
}
.hero-banner-carousel .carousel-controls .btn--next:hover {
  background-color: #fff;
  transform: scale(1.15);
}
.is-tabbing .hero-banner-carousel .carousel-controls .btn--next:focus {
  outline: 0.2rem solid #E6AE03 !important;
}
@media (max-width: 991.98px) {
  .hero-banner-carousel .carousel-controls .btn--next {
    height: 50px;
    width: 50px;
  }
  .hero-banner-carousel .carousel-controls .btn--next {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .hero-banner-carousel .carousel-controls .btn--prev, .hero-banner-carousel .carousel-controls .btn--next {
    background-color: transparent;
    box-shadow: none;
  }
}
.hero-banner-carousel .carousel-controls:focus {
  box-shadow: none !important;
}
.hero-banner-carousel .carousel-controls:focus .btn--prev,
.hero-banner-carousel .carousel-controls:focus .btn--next {
  outline: 0.2rem solid #E6AE03 !important;
}
.hero-banner-carousel .carousel-slide {
  height: 100%;
}
.hero-banner-carousel .carousel-slide video, .hero-banner-carousel .carousel-slide img {
  position: relative;
  height: auto;
}
@media (max-width: 991.98px) {
  .hero-banner-carousel .carousel-slide .split-content-container {
    grid-gap: 30px 0;
    grid-template-columns: 100%;
    grid-template-rows: repeat(2, auto);
    /* autoprefixer: ignore next */
    grid-template-areas: "left-col" "right-col";
  }
}
.hero-banner-carousel .carousel-content {
  background: transparent;
  min-height: auto;
  padding: 0;
}
.hero-banner-carousel .carousel-content .split-content {
  background: transparent;
  margin: 0;
  padding: 0 30px;
}
.hero-banner-carousel .carousel-content .btn--primary {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .hero-banner-carousel .carousel-content .split-content {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-carousel .carousel-content .btn--primary {
    width: 100%;
  }
}

.hero--home {
  position: relative;
  color: #fff;
  padding-top: 325px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .hero--home {
    top: -20px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
    padding-top: 200px;
    margin-bottom: 40px;
  }
}
.hero--home:after {
  position: absolute;
  background-color: #fff;
  background-size: 100%;
  border-top-right-radius: 300%;
  bottom: -25px;
  left: 0;
  width: 125%;
  height: 150px;
  content: "";
  display: block;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .hero--home:after {
    display: none;
  }
}
.hero--home--headline {
  color: #fff;
  text-align: center;
  font-family: "Merriweather Sans", sans-serif;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 25px rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
}
.hero--home--headline {
  font-size: 110px;
}
@media (max-width: 991.98px) {
  .hero--home--headline {
    margin-bottom: 5px;
  }
  .hero--home--headline {
    font-size: 52px;
  }
}
.hero--home--subheadline {
  color: #fff;
  text-align: center;
  font-family: "Merriweather Sans", sans-serif;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 25px rgba(0, 0, 0, 0.7);
}
.hero--home--subheadline {
  font-size: 64px;
}
@media (max-width: 991.98px) {
  .hero--home--subheadline {
    font-size: 28px;
  }
}
.hero--home--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .hero--home--image {
    height: 50%;
  }
}
.hero--home--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.hero--home .find-a-doctor {
  position: relative;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .hero--home .find-a-doctor {
    max-width: 100%;
    background-color: #fff;
    padding-inline: 20px;
    margin-top: 30px;
  }
  .hero--home .find-a-doctor:before {
    position: absolute;
    top: -25px;
    left: 0;
    width: 125%;
    height: 50px;
    background-color: #fff;
    background-size: 100%;
    border-top-right-radius: 300%;
    content: "";
    display: block;
    z-index: -1;
  }
}
.hero--home .find-a-doctor--headline {
  color: #fff;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 25px rgba(0, 0, 0, 0.7);
  margin-block: 20px;
}
.hero--home .find-a-doctor--headline {
  font-size: 44px;
}
@media (max-width: 991.98px) {
  .hero--home .find-a-doctor--headline {
    color: #002D97;
    text-shadow: none;
    margin-block: 10px 30px;
  }
  .hero--home .find-a-doctor--headline {
    font-size: 30px;
  }
}
.hero--home .find-a-doctor #kyruus-search-widget form {
  padding: 0;
}
.hero--home .find-a-doctor #kyruus-search-widget form .ky-search-form label {
  display: none;
}
.hero--home .find-a-doctor #kyruus-search-widget form .ky-search-form .ky-input-search-terms {
  position: relative;
  width: 100%;
  padding: 0;
}
.hero--home .find-a-doctor #kyruus-search-widget form .ky-search-form input.ky-full-width {
  width: 100%;
  height: 70px;
  color: #757575;
  border: 2px solid #005FF2;
  border-radius: 45px;
  padding: 35px 20px;
}
.hero--home .find-a-doctor #kyruus-search-widget form .ky-search-form input.ky-full-width {
  font-size: 20px;
}
.hero--home .find-a-doctor #kyruus-search-widget form .ky-submit-search {
  width: 100%;
  height: 100%;
  padding: 0;
}
.hero--home .find-a-doctor #kyruus-search-widget form .ky-submit-search button {
  position: relative;
  top: 5px;
  width: 100% !important;
  height: 100% !important;
  display: block;
}
@media (max-width: 991.98px) {
  .hero--home .find-a-doctor #kyruus-search-widget form .ky-submit-search button {
    top: 0;
  }
}
.hero--home .find-a-doctor #kyruus-search-widget form .ky-submit-search button span:before {
  width: 100%;
  height: 100%;
  content: url("../../assets/magnify.svg") !important;
  display: block;
  transform: scale(1.2);
}
@media (max-width: 991.98px) {
  .hero--home .find-a-doctor #kyruus-search-widget form .ky-submit-search button span:before {
    width: 75%;
  }
}
.hero--home .find-a-doctor #kyruus-search-widget form .ky-right-input-group {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 45px;
  height: 45px;
}
.hero--home .find-a-doctor #kyruus-search-widget form .ky-right-input-group button {
  width: 20px;
  height: 20px;
  padding: 0;
}
@media (max-width: 991.98px) {
  .hero--home .find-a-doctor #kyruus-search-widget form .ky-right-input-group button {
    width: 50px;
    height: 120%;
  }
}
.hero--home .find-a-doctor #kyruus-search-widget form .ky-right-input-group button span {
  font-size: 40px;
}
@media (max-width: 991.98px) {
  .hero--home .find-a-doctor #kyruus-search-widget form .ky-right-input-group button span {
    position: absolute;
    top: 5px !important;
    right: 0;
    width: 150%;
    height: 100%;
    background-image: linear-gradient(90deg, transparent, #fff 30%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
.hero--home .find-a-doctor #kyruus-search-widget form .ky-search-submit {
  width: 45px;
  padding: 0;
}
.hero--home .find-a-doctor #kyruus-search-widget form .ky-input-location {
  display: none;
}
.hero--home .quick-links {
  max-width: 800px;
  width: 100%;
  margin-block: 30px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 991.98px) {
  .hero--home .quick-links {
    background-color: #fff;
    padding-inline: 30px;
    grid-template-columns: 100%;
    margin-top: 0;
    z-index: 10;
  }
}

.location-callout--content a.location-callout--all-link,
p.navigation-overlay-content-quicklink {
  color: #fff;
  text-align: center;
}
.location-callout--content a.location-callout--all-link a,
p.navigation-overlay-content-quicklink a {
  color: #fff !important;
}

.primary-footer-link-layout ul li a:visited {
  color: #fff !important;
}

/*# sourceMappingURL=hero-banner.css.map */
</pre></body></html>