@charset "UTF-8";
/* custom.CSS is compiled from custom.SCSS; make edits to the SCSS file */
/*
 * GLOBAL/DEFAULT
*/
:root {
  /* Theme Options only exposes this as a fixed px value (1416px).
	 * Overridden here in rem so it scales with the fluid root font-size
	 * on ultra-wide screens instead of staying pinned to 1416px. */
  --site-content-width: 88.5rem;
}
/*img:is([sizes="auto" i], [sizes^="auto," i]) {
	contain-intrinsic-size: revert;
}*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  /*.wpb_text_column a:not(.w-btn) {
		text-decoration: underline;
	}
	&.no-touch a[href^="tel:"]:not(.w-btn) {
		cursor: text;
		pointer-events: none;
	}*/
}
html body {
  font-size: 1rem;
}
html body #pojo-a11y-toolbar {
  bottom: 1.5rem;
  top: auto !important;
}
html body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
  bottom: 0;
}
html body #pojo-a11y-toolbar:not(.pojo-a11y-toolbar-open) .pojo-a11y-toolbar-toggle {
  left: calc(100% + 1.5rem);
}
html address {
  font-style: normal;
}
html iframe, html img {
  vertical-align: middle;
}
html .lorem {
  background-color: red;
}
html a[href^="tel:"] {
  white-space: nowrap;
}
html a[href^="mailto:"] {
  word-break: break-word;
  color: inherit;
}
html .wpb_text_column + .w-separator.with_line {
  margin-top: -1.5rem;
}
html .l-main .w-image:not(:last-child), html .l-main .w-tabs:not(:last-child), html .l-main .w-video:not(:last-child), html .l-main .g-cols.vc_inner:not(:last-child), html .l-footer .w-image:not(:last-child), html .l-footer .w-tabs:not(:last-child), html .l-footer .w-video:not(:last-child), html .l-footer .g-cols.vc_inner:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  html .l-main .w-btn-wrapper, html .l-footer .w-btn-wrapper {
    display: block;
    margin: 1rem 0 !important;
    text-align: center;
  }
  html .l-main .w-btn-wrapper.align_left, html .l-main .w-btn-wrapper.align_right, html .l-footer .w-btn-wrapper.align_left, html .l-footer .w-btn-wrapper.align_right {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  html .l-main .w-btn-wrapper .w-btn, html .l-footer .w-btn-wrapper .w-btn {
    width: 100%;
  }
}
html .l-main .w-image > a, html .l-footer .w-image > a {
  display: inline-block;
}
html .l-main .w-hwrapper:not([class*="usg_"]) > div, html .l-footer .w-hwrapper:not([class*="usg_"]) > div {
  margin: 0.6rem;
}
.l-main > .wpb-content-wrapper:first-of-type > .l-section:first-child .l-section-h {
  padding-top: var(--header-height);
}
.l-main > .wpb-content-wrapper:first-of-type > .l-section:first-child .l-section-img, .l-main > .wpb-content-wrapper:first-of-type > .l-section:first-child .l-section-overlay {
  top: var(--header-height);
}
[class*="ul-styled"] ul {
  margin-left: 0;
  list-style-type: none;
}
[class*="ul-styled"] ul > li {
  position: relative;
  padding-left: 1.75em;
}
[class*="ul-styled"] ul > li:before {
  font-family: fontawesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--color-content-primary);
}
.ul-styled-arrow ul > li:before {
  content: "";
}
.ul-styled-check ul > li:before {
  content: "";
}
.gform_wrapper {
  /* CUSTOM RADIO/CHECKBOX BUTTONS */
}
.gform_wrapper .wpcf7-form-control-wrap {
  text-align: center;
}
.gform_wrapper .gform_validation_errors > h2.gform_submission_error {
  font-size: inherit !important;
  font-family: inherit;
}
.gform_wrapper .gform_fields {
  grid-row-gap: 1rem !important;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper textarea {
  resize: none;
}
.gform_wrapper .gfield {
  vertical-align: top;
}
.gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
  background: var(--color-content-primary);
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="radio"], .gform_wrapper textarea, .gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.gform_wrapper select::-ms-expand {
  display: none;
}
.gform_wrapper .gfield_radio > [class^="gchoice"], .gform_wrapper .gfield_checkbox > [class^="gchoice"] {
  display: inline-block;
  padding: 0;
  margin-left: 0.75em;
  margin-right: 0.75em;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  .gform_wrapper .gfield_radio > [class^="gchoice"], .gform_wrapper .gfield_checkbox > [class^="gchoice"] {
    width: initial !important;
    margin-left: 0.75em !important;
    margin-right: 0.75em !important;
  }
}
.gform_wrapper .gfield_radio input[type="radio"], .gform_wrapper .gfield_radio input[type="checkbox"], .gform_wrapper .gfield_checkbox input[type="radio"], .gform_wrapper .gfield_checkbox input[type="checkbox"] {
  display: none;
}
.gform_wrapper .gfield_radio input[type="radio"] + label, .gform_wrapper .gfield_radio input[type="checkbox"] + label, .gform_wrapper .gfield_checkbox input[type="radio"] + label, .gform_wrapper .gfield_checkbox input[type="checkbox"] + label {
  display: inline-block;
  width: 100%;
  min-width: fit-content;
  font-weight: 400;
  padding: 0.25em 0 0.25em 1.5em;
  position: relative;
}
.gform_wrapper .gfield_radio input[type="radio"] + label:before, .gform_wrapper .gfield_radio input[type="checkbox"] + label:before, .gform_wrapper .gfield_checkbox input[type="radio"] + label:before, .gform_wrapper .gfield_checkbox input[type="checkbox"] + label:before {
  content: "";
  font: normal 300 1em/1 FontAwesome;
  margin-right: 0.3em;
  position: absolute;
  left: 0;
  color: #8a6b22;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label, .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label, .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label, .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  color: #8a6b22;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before, .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label:before, .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label:before, .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}
.hours-table {
  width: 100%;
}
.hours-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hours-table:not(:last-child) {
  margin-bottom: 2.5rem;
}
.hours-table .day {
  text-transform: uppercase;
}
.larger-text {
  font-size: 1.25rem;
}
/*
 * A long flat list of short links (e.g. "Handwritten Testimonials" on Patient
 * Testimonials) - CSS multi-column flow instead of a grid, since items are
 * single lines of uneven length rather than uniform cards.
 */
.handwritten-testimonials {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 4;
  column-gap: 2rem;
}
.handwritten-testimonials li {
  break-inside: avoid;
  margin-bottom: 0.5rem;
}
.handwritten-testimonials a {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .handwritten-testimonials {
    columns: 3;
  }
}
@media screen and (max-width: 767px) {
  .handwritten-testimonials {
    columns: 2;
  }
}
@media screen and (max-width: 479px) {
  .handwritten-testimonials {
    columns: 1;
  }
}
/*
 * Meet the Team grid (About Us) - source photos come in mismatched
 * dimensions (some 150px headshots, some 1000px+ crops) and the "Dr. Bio"
 * grid layout sizes the image column off each image's own aspect ratio, so
 * rows go wildly uneven. Pin the image column to a fixed width/ratio so the
 * image and blurb columns line up consistently across every post; scoped to
 * this page's list only, not the shared Dr. Bio layout used elsewhere.
 */
.w-grid-item.category-staff .post_image {
  flex: 0 0 9rem;
  width: 9rem;
}
.w-grid-item.category-staff .w-vwrapper {
  flex: 1 1 auto;
  min-width: 0;
}
.adaptive-grid {
  /* Fill the row with as many columns as fit, each at least 16em wide, but
	 * never more than --adaptive-grid-max-cols per row: the minmax floor grows
	 * to "one Nth of the row" so a wide row still caps out instead of adding
	 * a 4th+ column. Override --adaptive-grid-max-cols per-instance to change it. */
  --adaptive-grid-max-cols: 3;
  --adaptive-grid-min: 16em;
  --adaptive-grid-gap: min(2.5vw, 2.5rem);
  display: -ms-grid;
  display: grid;
  gap: var(--adaptive-grid-gap);
  grid-template-columns: repeat(auto-fit, minmax(max(var(--adaptive-grid-min), calc((100% - (var(--adaptive-grid-max-cols) - 1) * var(--adaptive-grid-gap)) / var(--adaptive-grid-max-cols))), 1fr));
}
.adaptive-grid > div {
  margin: 0 !important;
}
.adaptive-grid img {
  border-radius: 1rem;
  aspect-ratio: 1.113;
  -o-object-fit: cover;
  object-fit: cover;
}
.adaptive-grid .w-vwrapper .wpb_text_column {
  padding: 0 1rem;
}
.dynamic-faq {
  --site-content-width: 52.5rem;
}
.dynamic-faq h2 {
  margin-bottom: 1em;
  text-align: center;
}
.w-tabs.accordion .w-tabs-section {
  border-width: 1px !important;
  border-color: var(--color-content-primary);
  overflow: hidden;
  background: transparent;
  border-radius: 0;
}
.w-tabs.accordion .w-tabs-section:not(:last-child) {
  margin-bottom: 1.5rem;
}
.w-tabs.accordion .w-tabs-section-header {
  line-height: 1.2;
  color: white !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.w-tabs.accordion .w-tabs-section-title {
  font-family: var(--font-family);
  font-size: 1.25rem !important;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
.no-touch .w-tabs-section-header:hover {
  background: var(--color-content-primary);
  color: white;
}
.no-touch .w-tabs-section-header:focus {
  background: transparent;
}
.w-grid.type_carousel {
  /*&[class*='items_'] .owl-nav:not(.disabled) {
	margin-left: var(--gap);
}*/
}
.w-grid.type_carousel .owl-nav:not(.disabled) {
  position: initial;
  margin-top: var(--gap);
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"] {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: white;
  background-color: white !important;
  height: 2em;
  width: 2em;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"]:hover {
  background-color: rgba(255, 255, 255, 0.75) !important;
  color: white;
}
.w-grid.type_carousel .owl-dots {
  padding-top: min(8vw, 3rem);
}
.w-grid.type_carousel .owl-dot span {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: rgba(255, 255, 255, 0.25);
  width: 0.75em;
  height: 0.75em;
  border-radius: 2em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid white;
  opacity: 1;
}
.w-grid.type_carousel .owl-dot.active span {
  background: white !important;
  width: 4em;
}
.l-header {
  /*-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);

	.l-subheader.at_middle {
		background: rgba(white, .8);
	}*/
  /*&.sticky {
	.w-vwrapper>*:not(:last-child) {
	margin-bottom: 0;
}
	.w-vwrapper > *:not(.w-hwrapper) {
	display: none;
}
}*/
}
.l-header .ush_vwrapper_1 > .ush_hwrapper_1:first-child {
  border-bottom: 1px solid var(--color-content-primary);
}
.l-header .phone-btn {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.l-header .w-socials {
  line-height: 1;
}
.l-header .w-socials .w-socials-item-link {
  min-width: 1em;
  line-height: 1.2;
}
.l-header .w-nav {
  color: var(--color-content-primary);
}
.l-header .w-nav .w-nav-anchor.level_1 {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.l-header .w-nav .w-nav-arrow:before {
  font-weight: 300;
}
.l-header .w-nav.type_mobile {
  margin-left: 0;
}
.l-header .w-nav.type_desktop .mobile-only, .l-header .w-nav.type_desktop .w-nav-anchor.w-btn {
  display: none;
}
.l-header .w-nav.type_desktop .hover_underline .current-menu-item .w-nav-title:after, .l-header .w-nav.type_desktop .hover_underline .current-menu-ancestor .w-nav-title:after {
  bottom: -2px !important;
  opacity: 1 !important;
}
.l-header .w-nav.type_desktop .w-nav-anchor:not(.level_1) {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .w-nav .w-nav-control {
  color: var(--color-content-primary);
  /*.w-nav-icon div {
				&,
				&:before,
				&:after {
					right: 0;
					border-radius: 5em;
				}
			}
			&:not(.active) {
				.w-nav-icon div {
					&:before {
						width: 75%;
					}
					&:after {
						width: 55%;
					}
				}
			}*/
}
.l-header .w-nav .w-nav-control > span {
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .l-header .w-nav-control > span {
    display: none;
  }
  .l-header .appt-btn {
    padding: 0;
    width: 100%;
    line-height: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
    color: var(--color-header-top-text) !important;
  }
  .l-header .appt-btn:before {
    border-color: transparent;
  }
}
@media screen and (min-width: 1401px) {
  .l-header .ush_vwrapper_1 {
    align-items: unset !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1499px) {
  .l-header #menu-item-8 {
    display: none;
  }
}
[class*="masthead"] {
  padding-top: clamp(2.5rem, 12vw, 12rem);
  padding-bottom: clamp(2rem, 7.5vw, 7.5rem);
  background: url(../../../uploads/2026/07/bg-texture-hero.jpg) center / cover no-repeat;
  color: white;
}
[class*="masthead"] h1 {
  color: inherit;
  text-align: center;
}
[class*="masthead"] h1 .small {
  display: block;
  font-size: max(1.25rem, 0.5em);
  font-weight: 400;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  [class*="masthead"] .l-section-img {
    top: var(--header-height);
  }
}
.masthead-home .hero-logo {
  text-align: center;
  margin-bottom: 2.5rem;
}
.masthead-home .hero-logo img {
  width: 28rem;
  max-width: 90%;
  height: auto;
}
.masthead-home h1 {
  margin-bottom: 1em;
}
.masthead-home .hero-awards {
  padding: 2.5rem;
  filter: drop-shadow(0 2.5rem 2.5rem rgba(0, 0, 0, 0.2));
  /* fill row with as many columns as possible with columns having a minimum 16em width */
  display: -ms-grid;
  display: grid;
  gap: min(2.5vw, 1.5rem);
  grid-template-columns: repeat(auto-fit, minmax(4.5em, 1fr));
}
.masthead-home .hero-awards > div {
  margin: 0 !important;
}
.masthead-home .hero-awards img {
  height: 6rem;
  object-fit: contain;
}
#cta-marquee {
  padding: 0.5rem 0;
  font-size: clamp(0.875rem, calc(0.541rem + 1.424vw), 2.25rem);
  background: #008DFF;
  color: white;
  overflow: hidden;
}
#cta-marquee .w-html, #cta-marquee .wpb_wrapper {
  display: flex;
}
#cta-marquee .marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 45s linear infinite;
  will-change: transform;
}
#cta-marquee .marquee-group {
  display: flex;
  flex-shrink: 0;
}
#cta-marquee .marquee-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  /* it's an <a> now (linked to the Offers page), so it needs an explicit
		 * override - otherwise the theme's link color wins over the white
		 * text color this bar inherits from #cta-marquee. */
  color: inherit;
}
#cta-marquee .marquee-item:hover, #cta-marquee .marquee-item:focus {
  color: inherit;
}
#cta-marquee .marquee-text {
  padding: 0 0.75em;
}
#cta-marquee .marquee-star {
  height: 0.6em;
  width: 0.6em;
  flex-shrink: 0;
}
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  #cta-marquee .marquee-track {
    animation: none;
  }
}
[class*="--content"] h1 {
  font-size: var(--h2-font-size);
}
[class*="--content"] h2 {
  font-size: var(--h3-font-size);
}
[class*="--content"] h3 {
  font-size: var(--h4-font-size);
  font-family: var(--font-family);
  line-height: 1.2;
  margin-bottom: 1rem;
}
[class*="--content"] h2, [class*="--content"] h3, [class*="--content"] h4 {
  text-align: left;
}
[class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
  max-width: 35%;
}
@media screen and (max-width: 600px) {
  [class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
[class*="--content"] .w-btn-wrapper:not(:last-child), [class*="--content"] .w-tabs.accordion:not(:last-child), [class*="--content"] .w-video:not(:last-child), [class*="--content"] .g-cols.wpb_row:not(:last-child), [class*="--content"] .post_image:not(:last-child) {
  margin-bottom: 3rem;
}
[class*="--content"] .post_content:not(:last-child) {
  margin-bottom: 1.5rem;
}
[class*="--content"] table {
  display: block;
  overflow-x: auto;
  -webkit-box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
}
[class*="--content"] table tbody {
  display: block;
  min-width: 40rem;
}
@media screen and (min-width: 768px) {
  [class*="--content"] img.alignright, [class*="--content"] img.alignleft {
    max-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  [class*="--content"] img.alignright, [class*="--content"] img.alignleft {
    margin-left: auto;
    margin-right: auto;
  }
}
/* 
 * BLOG GRID/LIST
 * will probably need to change the .layout_182 class
*/
.layout_182 .w-grid-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}
.layout_182 .post_title {
  font-size: clamp(1.25em, 2vw, 1.5em);
  margin-bottom: 0.25em !important;
  text-align: left;
}
.layout_182 .post_date {
  font-size: 0.75em;
  margin-bottom: 1.25em;
}
.layout_182 .post_content {
  margin-bottom: 1em;
}
/* BLOG POST */
.blog--content .post_image {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .blog--content .post_image {
    float: right;
    max-width: 35%;
    margin-left: 2rem;
  }
}
.blog--content .post_title {
  margin-bottom: 0.25em;
}
.blog--content .post_date {
  font-size: 1rem;
  display: block;
  position: relative;
}
.blog--content .post_date i {
  position: absolute;
  left: 0;
  top: 0;
}
.blog--content .post_content {
  margin-bottom: 1.5rem;
}
[class*="--sidebar"] {
  font-size: 1rem;
}
[class*="--sidebar"] > .vc_column-inner > .wpb_wrapper > div:not(:last-child) {
  margin-bottom: 1.5rem;
}
[class*="--sidebar"] h2, [class*="--sidebar"] .widgettitle {
  font-family: inherit;
  font-size: 1.25em;
  text-transform: uppercase;
}
[class*="--sidebar"] h2, [class*="--sidebar"] h3, [class*="--sidebar"] h4, [class*="--sidebar"] a {
  color: inherit;
}
[class*="--sidebar"] .page-list {
  margin-left: 0;
  list-style-type: none;
  border-left: 1px solid var(--color-content-border);
  font-size: 1em;
}
[class*="--sidebar"] .page-list li {
  padding: 0.4em 1.2em;
  margin: 0;
  border-bottom: 1px solid var(--color-content-border);
}
[class*="--sidebar"] .page-list li.current_page_item > a {
  font-weight: 400;
  color: var(--color-content-link);
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) {
  margin-bottom: 0;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .page_item:not(.current_page_item) {
  display: none;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item {
  cursor: text;
  background-color: rgba(0, 0, 0, 0.05);
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item:before {
  display: none;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item a {
  pointer-events: none;
}
[class*="--sidebar"] [class*="ul-styled"] ul > li:before {
  color: inherit;
}
[class*="--sidebar"] .hours-table {
  max-width: 15em;
}
.no-touch [class*="--sidebar"] a:hover {
  color: var(--color-content-link);
}
.internal--tabs {
  font-size: 1rem;
}
.internal--tabs .w-tabs.accordion {
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.internal--tabs .w-tabs.accordion .w-tabs-section {
  margin-bottom: 0;
}
.internal--tabs .w-tabs.accordion .w-tabs-section:first-child {
  border-top-width: 0;
}
.internal--tabs .w-tabs.accordion .w-tabs-section:last-child {
  border-bottom-width: 0;
}
.internal--tabs .w-tabs.accordion .w-tabs-section-title {
  font-size: 1rem !important;
}
.internal--tabs .w-tabs:not(.accordion) .w-tabs-section-content {
  background: white;
  background: linear-gradient(180deg, var(--color-content-bg-alt), var(--color-content-bg));
  padding: 1.5rem;
  border-radius: 0 0 0.75rem 0.75rem !important;
  overflow: hidden;
  -webkit-box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.internal--tabs .w-tabs:not(.accordion) .media .w-tabs-section-content {
  padding: 0;
}
.internal--tabs .siblings-page-list:not(:last-child) {
  margin-bottom: 0;
}
.internal--tabs .siblings-page-list:not(:last-child) .page_item:not(.current_page_item) {
  display: none;
}
.internal--tabs .siblings-page-list:not(:last-child) .current_page_item {
  cursor: text;
  padding-left: 0;
}
.internal--tabs .siblings-page-list:not(:last-child) .current_page_item:before {
  display: none;
}
.internal--tabs .siblings-page-list:not(:last-child) .current_page_item a {
  pointer-events: none;
  font-family: var(--h1-font-family);
  font-size: var(--h5-font-size, inherit);
  font-weight: var(--h5-font-weight, inherit);
  text-transform: uppercase;
}
.internal--tabs .siblings-page-list:not(:last-child) .current_page_item a:after {
  content: ":";
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
/*
 * FOOTER (Default Footer reusable block)
 */
#footer-cta .footer-cta-info .footer_blurb h2 {
  font-family: var(--h3-font-family);
  font-weight: var(--h3-font-weight);
  line-height: var(--h3-line-height);
  font-size: var(--h3-font-size);
  margin-bottom: 1em;
  line-height: 2;
}
#footer-cta .footer-cta-info .call-us-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  margin-bottom: 0;
}
#footer-cta .footer-cta-info .call-us-label + .w-btn-wrapper {
  display: inline-block;
  vertical-align: middle;
}
#footer-cta .footer-cta-info .hours-table {
  max-width: 15em;
}
#footer-cta .footer-form-box .w-vwrapper {
  background: var(--color-content-secondary);
  padding: 2.5rem;
}
#footer-cta .footer-form-box h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}
#footer-cta .footer-form-box .gform_wrapper .wpcf7-form-control-wrap {
  color: white;
}
.footer-map .w-image .w-image-h {
  display: block;
}
.footer-map .w-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4.8;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .footer-map .w-image img {
    min-height: 16rem;
  }
}
#footer-main .w-socials {
  font-size: clamp(1.5rem, 2vw, 2rem);
  justify-content: center;
  line-height: 1;
}
#footer-main .w-socials .w-socials-item-link {
  min-width: 1em;
  line-height: 1.2;
}
/*
 * INTRO SECTION (Home + interior pages)
 */
.h2-accent-border {
  border-left: 2px solid var(--color-content-primary);
  padding-left: 1.5rem;
}
#intro-section {
  position: relative;
  overflow: hidden;
}
#intro-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: -32rem;
  width: 62.375rem;
  aspect-ratio: 1.2479166667;
  background: url(../../../uploads/2026/07/intro-bg-detail.svg) center / contain no-repeat;
  pointer-events: none;
}
/*
 * MEET THE DOCTOR (Home)
 */
#meet-the-doctor .doctor-photo-wrap {
  position: relative;
  overflow: hidden;
  /* matches the Figma frame's 1920x776 ratio so the crop below stays accurate at any width */
  aspect-ratio: 2.4742268041;
}
#meet-the-doctor .doctor-photo {
  /* reproduces the exact crop/zoom from Figma (scale + offset expressed as %
		 * of the wrapper, so it stays correct responsively at any screen width) */
  position: absolute;
  left: -11.93%;
  top: -51.11%;
  width: 125.83%;
  max-width: none;
  height: 239.13%;
}
#meet-the-doctor .doctor-caption {
  position: absolute;
  top: 73.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translateX(-50%);
}
#meet-the-doctor .doctor-caption[data-doctor="furtado"] {
  left: 18.75%;
}
#meet-the-doctor .doctor-caption[data-doctor="lee"] {
  left: 51.15%;
}
#meet-the-doctor .doctor-caption[data-doctor="matt"] {
  left: 81.25%;
}
#meet-the-doctor .doctor-name {
  font-family: var(--h5-font-family);
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  font-weight: var(--h5-font-weight);
  color: var(--color-content-heading);
  border-bottom: 2px solid var(--color-content-primary);
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #meet-the-doctor {
    /* white text only works over Dr. Lee's photo crop; on mobile the caption
		 * sits below the image on plain white, so keep the default navy there */
  }
  #meet-the-doctor .doctor-caption--light .doctor-name {
    color: #fff;
  }
}
#meet-the-doctor .doctor-link {
  margin-top: 0.5rem;
  display: inline-block;
  padding: 0.5rem;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-content-primary);
  white-space: nowrap;
}
#meet-the-doctor .doctor-link i {
  margin-left: 0.4em;
  font-size: 0.75em;
}
#meet-the-doctor .doctor-link:hover {
  color: var(--color-content-link-hover);
}
@media screen and (max-width: 767px) {
  #meet-the-doctor .doctor-photo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* the Figma zoom/crop is too tight to reproduce on a narrow column
			 * without risking cropped-off faces, so fall back to the full,
			 * uncropped photo here instead */
    aspect-ratio: auto;
    overflow: visible;
  }
  #meet-the-doctor .doctor-photo {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #meet-the-doctor .doctor-caption {
    position: static;
    top: auto;
    transform: none;
    left: auto !important;
    margin-top: 1.5rem;
  }
}
/*
 * TESTIMONIAL CAROUSEL (Reusable Block)
 */
#testimonial-carousel {
  background: url(../../../uploads/2026/07/bg-blue-texture.jpg) center / cover no-repeat;
  color: white;
  position: relative;
  overflow: hidden;
  /*.dotstyle_circle .owl-dot {
		span {
			background: rgba(255, 255, 255, .4) !important;
			transition: width .2s, border-radius .2s;
		}
		&.active span {
			width: 1.5rem;
			border-radius: .25rem;
			background: #fff !important;
			box-shadow: none;
		}
	}*/
}
#testimonial-carousel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120rem;
  max-width: none;
  aspect-ratio: 2.2857142857;
  background: url(../../../uploads/2026/07/reviews-bg-detail.svg) center / contain no-repeat;
  pointer-events: none;
}
#testimonial-carousel .w-grid-item-h {
  text-align: center;
}
#testimonial-carousel .w-grid-item-h:before {
  content: "";
  display: block;
  width: 4.875rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  background: url(../../../uploads/2026/07/reviews-quote-icon.svg) center / contain no-repeat;
}
#testimonial-carousel .review-text {
  max-width: 52.5rem;
  margin: 0 auto;
}
#testimonial-carousel .review-name {
  margin-top: 2rem;
  font-family: var(--h5-font-family);
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  font-weight: 400;
}
#testimonial-carousel .review-name:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin: 0 auto 1.5em;
  background: url(../../../uploads/2026/07/reviews-divider.svg) center / contain no-repeat;
}
#testimonial-carousel .review-name .w-post-elm-before {
  display: none;
}
#testimonial-carousel .owl-dots {
  position: relative;
  z-index: 1;
}
/*
 * CENTERED SECTION HEADING
 * Shared by any section whose header is an (optional eyebrow +) divider + h2,
 * centered - e.g. Services/Technology/Patient of Month overviews (Home),
 * Our Expertise, Benefits of Dental Implants, Our Dental Implant Treatment
 * Options (Dental Implants). Apply el_class="section-heading--centered" on
 * the row instead of adding a new ID here for every new section.
 */
.section-heading--centered {
  /* Only the heading (eyebrow + divider + title) is centered - any other
	 * content in the section (body copy, grids, etc.) keeps its own alignment. */
  /* Card/body headings (e.g. .benefit-cards h3) must not inherit that
	 * centering - override with a selector specific enough to win. */
  /* Intro/lead paragraph directly under the heading (el_class="larger-text"
	 * on its Text Block) - centered and constrained to roughly the same
	 * rendered width as the h2 above it. Scoped to .larger-text specifically
	 * so it doesn't touch card/body copy elsewhere in the section (e.g.
	 * .benefit-cards p). */
}
.section-heading--centered .heading-divider {
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}
.section-heading--centered h3, .section-heading--centered h2 {
  text-align: center;
}
.section-heading--centered .benefit-cards h3 {
  text-align: left;
}
.section-heading--centered h2 {
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
}
.section-heading--centered .larger-text p {
  text-align: center;
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
}
.service-blurb.l-section {
  overflow: hidden;
}
.service-blurb .l-section-h {
  padding-top: 0;
  padding-bottom: 0;
}
.service-blurb .g-cols.vc_row {
  margin: 0 !important;
  min-height: 0;
  flex-direction: column;
}
.service-blurb .l-section-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1.3333333333;
}
.service-blurb .l-section-img:after {
  display: none !important;
}
.service-blurb .service-blurb__content {
  width: calc(100% - 3rem) !important;
  margin: -2.5rem 1.5rem 2rem !important;
  padding: clamp(1rem, 4vw, 5rem);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.01);
  border: 2px solid var(--color-content-secondary);
}
.service-blurb .service-blurb__content > .vc_column-inner {
  padding: 0 !important;
}
.service-blurb .service-blurb__content h3 {
  text-align: left;
}
.service-blurb--flip-img .l-section-img {
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .service-blurb:not(#testimonial-carousel + .service-blurb) {
    padding-top: 0 !important;
  }
  .service-blurb .l-section-img {
    left: auto !important;
    right: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .service-blurb .g-cols.vc_row {
    flex-direction: row;
  }
  .service-blurb .l-section-img {
    position: absolute;
    width: 50%;
    aspect-ratio: auto;
  }
  .service-blurb .l-section-img:after {
    display: block !important;
  }
  .service-blurb .service-blurb__content {
    width: 65% !important;
    margin: 0 !important;
  }
  .service-blurb--img-right .l-section-img {
    left: 45%;
  }
  .service-blurb--img-right .l-section-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent 50%);
  }
  .service-blurb--img-left .l-section-img {
    right: 45%;
    left: auto;
  }
  .service-blurb--img-left .l-section-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.5), transparent 50%);
  }
  .service-blurb--img-left .service-blurb__content {
    margin-left: auto !important;
  }
}
/*
 * TECHNOLOGY (Home)
 */
#technology-carousel {
  /* Slightly wider than the site default (1704px in the mockup). The theme
	 * derives both .l-section-h's max-width and --margin-inline-stretch from
	 * this, so overriding it here is enough. */
  --site-content-width: 106.5rem;
  /* The bleed below is derived from vw, which counts the scrollbar while the
	 * layout viewport does not - so it overshoots by half a scrollbar. Clip it
	 * here rather than chase that difference; the overhang is meant to be cut
	 * off at the screen edge anyway. */
  padding-top: 0;
  /* Let the carousel run past the section's right edge to the edge of the
	 * screen, so the following card is cut off. Desktop only - mobile shows
	 * one card at a time, so there's no following card to peek. */
  /* Equal-height cards regardless of body copy length. */
  /* Dots restyled as one continuous segmented progress bar. */
}
#technology-carousel.l-section {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #technology-carousel .w-content-carousel {
    margin-right: var(--margin-inline-stretch);
  }
}
#technology-carousel .owl-stage {
  display: flex;
}
#technology-carousel .owl-item {
  display: flex;
  height: auto;
}
#technology-carousel .owl-dots {
  display: flex;
  /* max-width, not width: the theme sets width:auto!important on
		 * .owl-carousel.owl-loaded > * , which a plain width can't beat. */
  max-width: 40rem;
  margin: 0 auto;
  padding-top: 3rem;
}
#technology-carousel .owl-dot {
  flex: 1 1 0;
}
#technology-carousel .owl-dot span {
  width: auto;
  height: 0.75rem;
  margin: 0;
  opacity: 1;
  background: var(--color-content-border);
}
#technology-carousel .owl-dot:first-child span {
  border-radius: 0.375rem 0 0 0.375rem;
}
#technology-carousel .owl-dot:last-child span {
  border-radius: 0 0.375rem 0.375rem 0;
}
#technology-carousel .owl-dot.active span {
  background: var(--color-content-primary);
}
/*
 * Fixed-count variant (e.g. High-Tech Dentistry, which reuses this same
 * carousel content but with items="2" instead of Home's items="auto" - see
 * .tech-carousel--2col below). In fixed-count mode Owl Carousel sizes
 * .owl-item itself, so the card must fill that slot rather than define its
 * own intrinsic width like the autoWidth version further down does.
 *
 * Scoped by a class on the us_content_carousel shortcode itself, not by the
 * row's el_id - pages using the "Dynamic tabs" internal_layout render their
 * content in the theme's "without_sections" mode, which strips the row's own
 * wrapping div (and its id) entirely, so an ID selector here would never match.
 */
.tech-carousel--2col .tech-card {
  width: 100%;
}
.tech-card {
  /* The carousel runs in autoWidth mode, so the card defines its own slide
	 * width. It has to be an intrinsic length - the owl item is width:auto, so
	 * a percentage would resolve against a shrink-to-fit parent and blow up. */
  width: 22.5rem;
  padding: 1.5rem;
  border: 1px solid var(--color-content-border);
  text-align: left;
}
.tech-card__icon {
  width: 7.5rem;
  flex: none;
  border-radius: 50%;
  overflow: hidden;
}
.tech-card__icon img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.tech-card h4 {
  margin-bottom: 0.5em;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .tech-card {
    /* Fill the section's full content width - can't use a % here since
		 * the carousel runs in autoWidth mode and the owl-item parent is
		 * itself width:auto (see the note above), so match the section's
		 * own inline padding via vw instead. */
    width: calc(100vw - var(--padding-inline, 2.5rem) * 2);
  }
}
/*
 * PATIENT OF THE MONTH (Home)
 */
.patient-of-month__row .w-video {
  max-width: 70rem;
  margin: 2.5rem auto 0;
}
.patient-of-month__video {
  /* Figma places the play button in the bottom-right corner instead of the
	 * theme's default centered position. */
}
.patient-of-month__video .w-video-play-icon {
  top: auto;
  left: auto;
  right: 2rem;
  bottom: 2rem;
  margin: 0;
  width: 4.6875rem;
  height: 4.6875rem;
  line-height: 4.6875rem;
  padding-left: 0.15em;
}
.patient-of-month__cta {
  margin-top: 2.5rem;
}
/*
 * STELLAR RESULTS (Home)
 */
#stellar-results {
  /* Same texture used on #testimonial-carousel. */
  background: url(../../../uploads/2026/07/bg-blue-texture.jpg) center / cover no-repeat;
}
/*
 * DOCTOR BIOS (Meet the Doctors)
 */
#doctor-bios {
  position: relative;
  overflow: hidden;
  /* Same brand detail graphic and positioning as #intro-section. */
}
#doctor-bios:before {
  content: "";
  position: absolute;
  top: 0;
  left: -32rem;
  width: 62.375rem;
  aspect-ratio: 1.2479166667;
  background: url(../../../uploads/2026/07/intro-bg-detail.svg) center / contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #doctor-bios:before {
    display: none;
  }
}
.doctor-bios {
  /* Without an explicit basis the portrait collapses to a sliver next to the
	 * long bio - both flex children default to `0 1 auto`. Figma has the image
	 * at roughly 45% of the row. */
  /* Same glass-card treatment as .service-blurb__content in Figma: 2px navy
	 * border, near-transparent backdrop-blurred fill. */
}
.doctor-bios .w-hwrapper {
  --hwrapper-gap: clamp(1.5rem, 3.5vw, 5rem);
  align-items: flex-start;
}
.doctor-bios .post_image {
  flex: 0 0 40%;
}
.doctor-bios .w-vwrapper {
  border: 2px solid var(--color-content-secondary);
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: clamp(2rem, 4.17vw, 5rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .doctor-bios {
    /* Figma overlaps the card ~86px into the photo's right edge. First
		 * cancel the hwrapper's own gap, then pull that much further left. */
  }
  .doctor-bios .w-vwrapper {
    margin-left: calc(-1 * (var(--hwrapper-gap) + 5.375rem));
    /* the card sits up to 152px lower than the top of the photo -
			 * fluid via the same vw-at-1920-canvas approach as the padding
			 * above, shrinking on smaller screens instead of staying fixed. */
    margin-top: min(7.9167vw, 9.5rem);
  }
}
.doctor-bios .post_title {
  font-family: var(--h3-font-family);
  font-weight: var(--h3-font-weight);
  line-height: var(--h3-line-height);
  background: linear-gradient(180deg, #DAB96B -107.03%, #A7860F -36.2%, #DAB96B 58.93%, #A7860F 92.43%, #DAB96B 113.41%, #A7860F 342.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* script-font's 1.5 line-height leaves the glyphs sitting in a much
		 * shorter slice of the box than the gradient's stops assume, so the
		 * gradient reads as nearly one flat color. Tighten it for this
		 * instance so the bands line up with the visible text - but not all
		 * the way to 1, or this font's tall ascenders clip against the card. */
  line-height: 3.2;
  font-size: clamp(1.75rem, 2.94vw, 2.9375rem);
  margin-bottom: 0.5em;
}
.doctor-bios .post_content {
  /* the site's h3 is the script/Amsterdam display face everywhere else,
		 * but these are just bio sub-headings (Figma's "H6": Lato Medium 21px) */
}
.doctor-bios .post_content h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.5;
  text-align: left;
  color: var(--color-content-secondary);
  margin: 0 0 0.5em;
}
.doctor-bios .post_content h3:first-child {
  margin-top: 0;
}
.doctor-bios .post_content a {
  text-decoration: underline;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .doctor-bios .w-hwrapper {
    flex-direction: column;
    /* the theme's gap is margin-inline-end, which does nothing stacked */
  }
  .doctor-bios .w-hwrapper > :not(:last-child) {
    margin-inline-end: 0;
    margin-bottom: var(--hwrapper-gap);
  }
  .doctor-bios .post_image {
    flex: none;
    width: 100%;
  }
}
/*
 * MEDIA SPLIT
 * Reusable image + overlapping content card row, authored exactly like
 * .service-blurb: the photo comes from the row's own Background Image
 * setting, so the row needs just one full-width column. The difference is
 * that here the image is taller than the card and deliberately bleeds past
 * the section's top and bottom edges (see Figma node 2834:1527).
 *
 * Markup:
 *   [vc_row el_class="media-split media-split--img-left"     (or --img-right)
 *           us_bg_image_source="media" us_bg_image="123" us_bg_size="cover"]
 *     [vc_column el_class="media-split__content"]  <- the copy
 *
 * Per-section tuning, set on the row. The two widths are unitless fractions
 * of the row's content width:
 *   --media-split-img-width / --media-split-content-width
 *   --media-split-bleed  (how far the image runs past the section)
 *   --media-split-ratio  (image box aspect ratio while stacked on mobile)
 */
.media-split {
  --media-split-img-width: .565;
  --media-split-content-width: .565;
  /* 0 = the image spans exactly the section, so the card ends up inset by
	 * the section's own vertical padding (the theme's Vertical Indents
	 * setting) - that inset is what makes the image read as taller than the
	 * card. Raise this to push the image out past the section as well. */
  --media-split-bleed: 0px;
  --media-split-ratio: 800 / 1188;
  /* The background image is positioned against the full-width section, but
	 * it needs to line up with the row's content area - so recreate that
	 * area's width and side inset here. */
  --ms-content-w: min(var(--site-content-width), 100% - var(--padding-inline, 2.5rem) * 2);
  --ms-inset: calc((100% - var(--ms-content-w)) / 2);
  /* Mobile-first: the image sits in normal flow above the card (it precedes
	 * .l-section-h in the markup), and the card overlaps back up onto it. */
  /* Mobile-only resets the theme's own responsive CSS would otherwise win. */
  /* Desktop: image goes back out of flow so it can sit beside the card,
	 * overlap it, and run past the section top/bottom. */
  /* Narrower image / wider content variant (e.g. "Why Choose Solid Bite"). */
  /* Square photo variant (e.g. "Types of Dental Implants") - overrides the
	 * default portrait ratio used for the mobile stacked image box. */
  /* Landscape 4:3 photo variant (e.g. the treatment-option rows). */
}
.media-split .l-section-h {
  padding-top: 0;
  padding-bottom: 0;
}
.media-split .g-cols.vc_row {
  margin: 0 !important;
  min-height: 0;
}
.media-split .l-section-img {
  position: relative;
  width: 100%;
  aspect-ratio: var(--media-split-ratio);
  /* Overlay gradient is desktop-only - while stacked the card sits below
		 * the image rather than beside it, so there's no edge to fade out. */
}
.media-split .l-section-img:after {
  display: none !important;
}
.media-split .media-split__content {
  width: calc(100% - 3rem) !important;
  margin: -2.5rem 1.5rem 2rem !important;
  padding: clamp(1rem, 4vw, 5rem);
  border: 2px solid var(--color-content-secondary);
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* These cards use the plain body face for headings, not the script
		 * display face the site uses for h2/h3 elsewhere. */
}
.media-split .media-split__content > .vc_column-inner {
  padding: 0 !important;
}
.media-split .media-split__content h2, .media-split .media-split__content h3 {
  font-family: var(--font-family);
  font-weight: 500;
  color: var(--color-content-secondary);
  text-align: left;
}
.media-split .media-split__content h2 {
  font-size: clamp(2rem, 3.18vw, 3.8125rem);
}
.media-split .media-split__content h3 {
  font-size: clamp(1.5rem, 1.875vw, 2.25rem);
}
@media screen and (max-width: 767px) {
  .media-split {
    padding-top: 0 !important;
  }
  .media-split .l-section-img {
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .media-split .l-section-img {
    position: absolute;
    aspect-ratio: auto;
    top: calc(-1 * var(--media-split-bleed));
    bottom: calc(-1 * var(--media-split-bleed));
    width: calc(var(--ms-content-w) * var(--media-split-img-width));
  }
  .media-split .l-section-img:after {
    display: block !important;
  }
  .media-split .media-split__content {
    width: calc(100% * var(--media-split-content-width)) !important;
    margin: 0 !important;
  }
  .media-split--img-left .l-section-img {
    left: var(--ms-inset);
    right: auto;
    /* Fade the image out toward the card it sits behind. */
  }
  .media-split--img-left .l-section-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.5), transparent 50%);
  }
  .media-split--img-left .media-split__content {
    margin-left: auto !important;
  }
  .media-split--img-right .l-section-img {
    left: auto;
    right: var(--ms-inset);
  }
  .media-split--img-right .l-section-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent 50%);
  }
  .media-split--img-right .media-split__content {
    margin-right: auto !important;
  }
}
.media-split--narrow-img {
  --media-split-img-width: .5;
}
.media-split--square-img {
  --media-split-ratio: 1;
}
.media-split--landscape-img {
  --media-split-ratio: 4 / 3;
}
/*
 * BENEFIT CARDS
 * Bordered card variant of .adaptive-grid: each grid item is a plain Text
 * Block (inside a Horizontal Wrapper set to .adaptive-grid), styled as a
 * self-contained card. See "Benefits of Dental Implants" (Figma node 2834:1563).
 */
.benefit-cards > div {
  background: #fff;
  border: 1px solid #cdd2d6;
  padding: 1.5rem;
}
.benefit-cards__icon {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.benefit-cards h3 {
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 1;
  color: var(--color-content-secondary);
  font-size: clamp(1.5rem, 1.875vw, 2.25rem);
  margin-bottom: 0.5rem;
}
.benefit-cards p, .benefit-cards ul {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.benefit-cards ul {
  padding-left: 1.4em;
  margin: 0;
}
.benefit-cards li + li {
  margin-top: 0.5em;
}
/*
 * OUR TECHNOLOGY (Dental Implants)
 * Same .benefit-cards grid, but wider (1704px, matching #technology-carousel
 * on Home) and capped at 5 columns instead of the default 3, to fit 5 cards
 * per row per the Figma mockup (node 2837:568).
 */
#our-technology {
  --site-content-width: 106.5rem;
}
#our-technology .adaptive-grid {
  --adaptive-grid-max-cols: 5;
}
