<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  scroll-behavior: smooth;
}
.location-banner .tns-ovh {
  overflow: visible !important;
}
.node--type-locations {
  padding-bottom: 40px;
}
.location-banner .breadcrumb-item::after {
  color: #FFFFFF;
}
.location-banner-container {
  width: 100%;
  padding-right: 90px;
  padding-left: 90px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 9;
}
.location-banner .tns-outer {
  height: 100%;
  position: relative;
  width: 100%;
  position: absolute;
  top: 0;
  margin: 0;
}
.location-banner .hero-slide {
  height: 100%;
  position: absolute;
  width: 100% !important;
  top: 0;
  z-index: 9999;
}
.location-hero-image{
  height: 100%;
  position: relative;
  width: 100%;
  position: absolute;
  top: 0;
}
.location-hero-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 90, 232, 0.6); */
  z-index: 1;
}
.location-banner .tns-nav {
  z-index: 1000;
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.location-banner .tns-controls {
  display: none;
}
.tns-nav button {
  background: rgba(255, 255, 255, 0.5);
  width: 15px;
  height: 15px;
}
.location-banner .tns-nav button.tns-nav-active {
  background: #FFFFFF;
  width: 17px;
  height: 17px;
}
.ocation-hero-slider {
  height: 100%;
  position: absolute;
  width: 100% !important;
  top: 0;
  height: 100%;
}
#tns2 {
  height: 100%;
}

.location-banner .location-hero-image img{
  object-fit: cover;
  /* position: absolute; */
  width: 100%;
   -o-object-position: center top;
  object-position: center top;
}
@media (max-width: 991.98px) {
  .location-banner-container {
    padding-right: 30px;
    padding-left: 30px;
    position: absolute;
    top: 25px;
  }
}

@media (min-width: 576px) {
  .location-banner-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .location-banner-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .location-banner-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .location-banner-container {
    max-width: 1400px;
  }
}
.view-more&gt;*,
.paragraph--type--anchor-links&gt;* {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
}

.view-more .view-links-list {
  padding: 0;
  margin: 0
}

@media (max-width: 1023px) {
  .page-node-type-locations .split-content {
    padding-top: 30px;
    margin-top: 30px;
  }
  .view-more &gt; *, .paragraph--type--anchor-links &gt; * {
    display: block;
  }
}

.view-more {
  margin-top: 0;
  background: #f2f2f2;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.view-more a {
  color: #007bff;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 0 10px;
  text-decoration: none;
}

.view-more .view-links-list a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f063";
  margin-left: 5px;
}
.view-more a:hover {
  text-decoration: underline;
}

.view-more a i {
  margin-right: 5px;
}
.view-more li {
  display: inline-block;
  margin-right: 15px;
  list-style: none;
  margin: 0;
}
.view-more i {
  margin-left: 4px;
}
.view-more ul li::before {
  display: none;
}
@media (max-width: 991.98px) {
  .view-more li {
    padding-left: 0;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .view-more .view-links-list a::after {
    position: absolute;
    right: 0;
  }
  .view-more a {
    font-size: 14px;
    margin-left: 0;
  }
}
.location-banner {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #005AE8;
  z-index: 5;
  height: calc(75vh - 100px);
  min-height: auto;
  top: 0 !important;
  overflow: hidden;
}

.location-banner-image {
  height: 100%;
  position: relative;
  width: 100%;
  position: absolute;
  top: 0;
}

.location-banner-image img {
  -o-object-position: center top;
  object-position: center top;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.location-banner .tns-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-top: 60px;
}

.location-banner .tns-controls button[data-controls="prev"],
.location-banner .tns-controls button[data-controls="next"] {
  transition: all 0.35s ease;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  transition: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  pointer-events: auto;
  color: #fff;
}

.location-banner .tns-controls button[data-controls="prev"] {
  font-size: 16px;
}
.location-banner .tns-controls {
  z-index: 999;
  position: absolute;
  bottom: 90px;
  margin: 0 auto;
  width: 300px;
  left: 50%;
  transform: translateX(-50%);
}
.location-banner .icon-chevron-right::before,
.location-banner .icon-chevron-left::before {
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-weight: bold;
}
.location-banner .icon-chevron-right::before {
  content: "\f12b";
}
.location-banner .icon-chevron-left::before {
  content: "\f12b";
  transform: rotate(180deg);
}
.location-banner .tns-controls  button[data-controls="prev"],
.location-banner .tns-controls  button[data-controls="next"] {
  color: #FFFFFF;
}

.location-banner .tns-controls  button[data-controls="prev"]:disabled,
.location-banner .tns-controls  button[data-controls="next"]:disabled {
  transition: none;
  opacity: 1;
  box-shadow: none;
  cursor: default;
  background-color: #f2f2f2;
  color: #434343;
  pointer-events: none;
}
.location-banner-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.location-banner .location-detail {
  background: #fff;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
  margin: 210px 0 0;
  padding: 60px 0 60px 60px;
  position: relative;
  overflow: hidden;
}

.location-banner .location-detail .detail-banner-heading {
  color: #434343;
}

.location-banner .location-detail address,
.location-banner .location-detail a,
.location-banner .location-detail .detail-banner-list-link {
  color: #005AE8;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-slider .hero-slide {
  min-width: 100%;
  height: 100%;
}

.hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 8px 8px 0 0;
}

.location-detail h2,
.location-detail p,
.location-detail a,
.location-detail button {
  margin: 10px 0;
}

.detail-banner-list {
  list-style: none;
  padding: 0;
}

.image-carousel.location-slider {
  padding-bottom: 50px;
}
.location-slider .image-carousel-container {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media (min-width: 1200px) {
  .no-hero-images .location-banner{
      height: calc(60vh - 100px);
    }
  .location-slider .image-carousel-container {
    max-width: 960px;
  }
}

.card--location-detail .address-line1,
.card--location-detail br,
.card--location-detail .postal-code,
.card--location-detail .country {
  display: none !important;
}

.card--location-detail span::before {
  display: none !important;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .location-banner {
    max-height: 465px;
    margin-top: 0;
  }
  .no-hero-images .location-banner {
    max-height: 265px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .location-banner {
    max-height: 355px;
  }
  .no-hero-images .location-banner {
    max-height: 265px;
  }
}

/* Mobile Styles */
@media (max-width: 767.98px) {
  .location-banner {
    max-height: 465px;
  }
}

@media (max-width: 767.98px) {
  .location-banner {
    max-height: 265px;
    padding-top: 0;
    margin-top: -15px;
  }
  .location-banner .location-hero-image img {
    height: 265px;
  }
  .location-banner .tns-nav {
    bottom: 30px;
  }
  .location-banner .tns-controls {
    bottom: 45px;
  }
  .card--location-detail span.location_type {
    display: block !important;
  }
  .detail-section-container {
    margin: -55px auto 25px !important;
  }
  .card--location-detail span.location_type::before {
    margin: 0 5px 0 0;
  }
}

.view-display-id-locations_widget .tab-content {
  padding: 35px 0 0 0;
}

.tab-content .tab-locations {
  margin-bottom: 60px;
}

 .detail-section-container {
    width: calc(100% - 2rem);
    max-width: 1000px;
    margin: -90px auto 75px;
    z-index: 99;
    position: relative;
    padding: 30px 0;
 }
  @media (min-width: 1200px) {
    .no-hero-images .detail-section-container {
      margin-top: -290px
    }
  }

    @media (min-width: 992px) and (max-width: 1200px) {
      .no-hero-images .detail-section-container {
        margin-top: -170px
      }
    }
    @media (min-width: 767.98px) and (max-width: 991.98px){
      .no-hero-images .detail-section-container {
        max-width: 1000px;
        margin-top: -190px !important
      }
    }
    @media (max-width: 767.98px) {
      .no-hero-images .detail-section-container {
        max-width: 1000px;
        margin-top: -190px !important
      }
    }
.detail-section .detail-banner-list-link {
  background-color: #005AE8;
  border-color: #005AE8;
  color: #FFFFFF;
  text-decoration: none;
}

 .detail-section {
   background-color: white;
   padding: 50px 35px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   border-radius: 8px 8px 0 0;
   margin-bottom: 0;
 }

 .detail-section h1 {
   font-size: 24px;
   font-weight: 600;
 }
 .detail-section .detail-banner-list-link.is-phone {
  margin-left: 0;
  padding-left: 0;
  background-color: transparent;
  color: #005AE8;
  text-decoration: none;
  vertical-align: middle;
 }
 .detail-section address,  .detail-section a {
  color: #005AE8;
  text-decoration: none;
 }
 .detail-section .country {
  display: none;
 }

 .detail-section a[href^="tel:"]::before {
   content: "\f146";
   font-family: "icons" !important;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   display: inline-block;
   vertical-align: middle;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   position: relative;
   left: 0;
   margin-right: 2px;
   font-size: 20px;
   font-weight: bold;
   color: #005AE8;
 }

 .detail-section p {
   margin-top: 8px;
   font-size: 16px;
 }
.detail-section .detail-banner-heading{
   margin-bottom: 15px;
 }

 .detail-section .detail-banner-heading {
   font-size: 24px;
 }

 @media (min-width: 575px) {
  .detail-section .detail-banner-heading {
     font-size: calc(24px + 16 * (100vw - 575px) / 1025);
   }
 }

 @media (min-width: 1600px) {
  .detail-section .detail-banner-heading {
     font-size: 40px;
   }
 }
 .detail-section .detail-banner-heading {
  color: #434343;
}

 .detail-section .btn-primary {
   background-color: #1d4ed8;
   color: white;
   margin-right: 8px;
 }

 .detail-section .btn-secondary {
   background-color: white;
   color: #1d4ed8;
   border: 1px solid #1d4ed8;
 }
.paragraph--type--location-map h3.card-container-heading {
    text-align: left;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 16px;
}
.paragraph--type--location-map .geolocation-map-control {
  display: none;
}
.paragraph--type--split-content h3.field--type-string{
  text-transform: uppercase;
  font-size: 16px;
}
.paragraph--type--location-hours .card-heading {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-node-type-locations .split-content-container {
  grid-template-columns: repeat(1, 2fr);
}
.carousel-controls-container&gt; :nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.pcards-format-leadership.location .physicians-cards {
  overflow: hidden;
}
.pcards-format-leadership.location .physicians-cards .carousel-controls {
  margin: 0 auto;
  width: 300px;
}
.pcards-format-leadership.location .physicians-cards .carousel-controls .btn--prev,
.pcards-format-leadership.location .physicians-cards .carousel-controls .btn--next {
  color: #005AE8;
}
.pcards-format-leadership.location .physicians-cards .carousel-controls .btn--prev:disabled,
.pcards-format-leadership.location .physicians-cards .carousel-controls .btn--next:disabled {
  transition: none;
  opacity: 1;
  box-shadow: none;
  cursor: default;
  background-color: #f2f2f2;
  color: #434343;
  pointer-events: none;
}
.pcards-format-leadership.location .physicians-cards .carousel-controls-container .carousel-pagination .tns-nav-active {
  background-color: #005AE8;
}

.pcards-format-leadership.location .physicians-cards #tns2 &gt; .tns-item {
  width: 100%;
  display: grid;
}

.pcards-format-leadership.location .physicians-cards .tns-ovh {
  overflow: visible !important;
  height: 100% !important;
}
.pcards-format-leadership.location .physicians-cards .tns-outer {
  overflow: hidden;
}

</pre></body></html>