@charset "UTF-8";
/* custom.CSS is compiled from custom.SCSS; make edits to the SCSS file */
/*
 * GLOBAL/DEFAULT
*/
/*img:is([sizes="auto" i], [sizes^="auto," i]) {
	contain-intrinsic-size: revert;
}*/
:root {
  --h1-font-family: "quincy-cf", serif;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
  font-weight: 600;
  font-style: italic;
}
h2 .small {
  display: block;
  font-family: var(--font-family);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.l-section {
  border-bottom: 2px solid var(--color-content-secondary);
}
.l-footer .l-section:last-child {
  border-bottom: none;
}
.l-main > .l-section:not(:last-child), .l-footer > .l-section:not(:last-child) {
  border-bottom: 2px solid var(--color-content-secondary);
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  /* method to make sure bg is fixed on safari */
  /*.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: clamp(1.1rem, 1.25vw, 1.25rem);
}
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 .l-canvas:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../../../uploads/2026/02/main-fixed-bg.jpg") top center / 100% 100%;
}
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;
}
@media screen and (max-width: 767px) {
  html {
    /*h2, h3, h4 {
			text-align: center;
		}*/
  }
}
.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: 1.5rem !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%;
}
.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: black;
}
.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: black;
}
.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;
}
.larger-heading h2 {
  font-size: calc(var(--h2-font-size) * 1.25);
}
.larger-heading h3 {
  font-size: calc(var(--h3-font-size) * 1.5);
}
.larger-text {
  font-size: 1.25rem;
}
.img--oval img {
  border-radius: 20rem;
}
.w-image.style_outlined img {
  border: 2px solid var(--color-content-secondary);
}
.boxed-section.width_full {
  padding-top: 0;
  padding-bottom: 0;
}
.boxed-section.width_full .g-cols.vc_row {
  margin: 0;
}
.boxed-section.width_full .vc_column_container:not(.centered-column) > .vc_column-inner {
  padding: 0;
}
.boxed-section.width_full .img-column * {
  height: 100%;
  height: calc(100svmin - var(--header-height));
}
.boxed-section.width_full .img-column img, .boxed-section.width_full .img-column iframe {
  width: 100%;
  /*height: calc(100svh - var(--header-height));*/
  object-fit: cover;
}
.boxed-section:not(#footer-main, .blurbs) .centered-column > .vc_column-inner {
  justify-content: center;
}
.boxed-section.height_medium .centered-column > .vc_column-inner {
  padding: max(1.5rem, 8%);
}
.boxed-section.height_large .centered-column > .vc_column-inner {
  padding: max(1.5rem, 12%);
}
.boxed-section.height_huge .centered-column > .vc_column-inner {
  padding: max(1.5rem, 16%);
}
@media screen and (min-width: 768px) {
  .boxed-section .vc_column_container:first-child {
    border-right: 2px solid var(--color-content-secondary);
  }
  .boxed-section .centered-column .vc_column-inner > .wpb_wrapper {
    width: min(100%, 20em);
    margin: 0 auto;
  }
  .boxed-section .centered-column.wide .vc_column-inner > .wpb_wrapper {
    width: min(100%, 36em);
  }
}
@media screen and (max-width: 767px) {
  .boxed-section .vc_column_container {
    margin-bottom: 0 !important;
  }
  .boxed-section#footer-main .vc_column_container:not(:last-child) {
    border-bottom: 2px solid var(--color-content-secondary);
  }
}
.adaptive-grid {
  /* fill row with as many columns as possible with columns having a minimum 16em width */
  display: -ms-grid;
  display: grid;
  gap: min(2.5vw, 2.5rem);
  grid-template-columns: repeat(auto-fit, minmax(16em, 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;
}
.w-tabs.accordion .w-tabs-section {
  border-width: 0 0 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: 0;
}
.w-tabs.accordion .w-tabs-section-header {
  line-height: 1.2;
  color: var(--color-content-primary);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.w-tabs.accordion .w-tabs-section-title {
  font-family: var(--font-family);
  font-size: var(--h5-font-size) !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*="cols_"] .owl-nav:not(.disabled) {
  margin-left: var(--gap);
}
.w-grid.type_carousel .owl-nav:not(.disabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: var(--gap);
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"] {
  position: initial;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: white;
  background-color: #2b4743 !important;
  height: 2em;
  width: 2em;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"]:not(:last-child) {
  margin-right: 0.5em;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"]:hover {
  background-color: rgba(43, 71, 67, 0.75) !important;
  color: white;
}
.w-grid.type_carousel .owl-dot span {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: rgba(43, 71, 67, 0.5);
  width: 0.75em;
  height: 0.75em;
  border-radius: 2em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.w-grid.type_carousel .owl-dot.active span {
  background: var(--color-content-primary) !important;
  width: 3em;
}
#cta-marquee {
  --size-multiplier: 3.5;
  --marquee-speed: 7s;
  font-family: var(--h1-font-family);
  text-transform: uppercase;
  height: 2.5em;
  width: 100%;
  margin: 0;
  line-height: 2.5;
}
#cta-marquee.l-section {
  background: var(--color-content-secondary);
  color: var(--color-content-primary);
}
#cta-marquee .w-html {
  line-height: 2.5;
}
@-webkit-keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
#cta-marquee .marquee-inner {
  width: calc(200vw * var(--size-multiplier));
  position: absolute;
  -webkit-animation: marqueeLeft var(--marquee-speed) linear infinite;
  animation: marqueeLeft var(--marquee-speed) linear infinite;
}
#cta-marquee .marquee-inner span {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  justify-content: space-around;
}
#cta-marquee .marquee-inner span .marquee-item {
  display: inline-block;
  float: left;
}
#cta-marquee .marquee-inner span .marquee-item a {
  color: inherit;
  text-decoration: underline;
}
#cta-marquee .marquee-inner span .marquee-item img {
  height: 1em;
  width: 1em;
}
@media screen and (min-width: 768px) {
  #cta-marquee {
    --size-multiplier: 1.5;
    --marquee-speed: 20s;
  }
}
.l-header {
  /*-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);

	.l-subheader.at_middle {
		background: rgba(white, .8);
	}
	.w-socials {
		font-size: clamp(1.25rem, 2vw, 2rem);
		line-height: 1;
		color: var(--color-content-primary);

		.w-socials-item-link {
			min-width: 1em;
			line-height: 1.2;
		}
	}*/
  border-bottom: 2px solid var(--color-content-secondary);
  /*&.sticky {
	.w-vwrapper>*:not(:last-child) {
	margin-bottom: 0;
}
	.w-vwrapper > *:not(.w-hwrapper) {
	display: none;
}
}*/
}
.l-header .l-subheader.at_top {
  padding: 0 !important;
  /*font-size: 1rem;*/
}
.l-header .logo .w-image-h {
  border: 1px solid var(--color-content-secondary) !important;
  border-radius: 0.5rem;
}
.l-header .logo img {
  max-width: 375px;
}
@media screen and (max-width: 767px) {
  .l-header .logo .w-image-h {
    padding: 0.75rem 1rem;
  }
  .l-header .logo img {
    height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .l-header .logo .w-image-h {
    padding: 0.75rem 1.25rem;
  }
  .l-header .logo img {
    height: 34px;
  }
}
@media screen and (min-width: 1025px) {
  .l-header .logo img {
    height: 50px;
  }
}
.l-header .w-text {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.l-header .w-nav .w-nav-anchor.level_1 {
  font-size: clamp(0.9rem, 1.25vw, 1.25rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.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);
}
.l-header .w-nav .w-nav-control > span {
  font-size: 1rem;
  text-transform: uppercase;
}
.l-header .w-nav .w-nav-control .w-nav-icon div, .l-header .w-nav .w-nav-control .w-nav-icon div:before, .l-header .w-nav .w-nav-control .w-nav-icon div:after {
  right: 0;
  border-radius: 5em;
}
.l-header .w-nav .w-nav-control:not(.active) .w-nav-icon div:before {
  width: 75%;
}
.l-header .w-nav .w-nav-control:not(.active) .w-nav-icon div:after {
  width: 55%;
}
@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;
  }
  .l-header .appt-btn:before {
    border-color: transparent;
  }
  .l-header .w-text.icon_atleft i {
    font-size: 1.2em;
  }
  .l-header .w-text.icon_atleft .w-text-value {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header .w-text i {
    display: none;
  }
}
[class*="masthead"] h1 .small {
  display: block;
  font-family: var(--font-family);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  [class*="masthead"] .l-section-img {
    top: var(--header-height);
  }
}
[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);
}
[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;
  }
}
.internal--body {
  background: var(--color-content-overlay);
  color: white;
}
.internal--body h1, .internal--body h2, .internal--body h3, .internal--body h4 {
  color: inherit;
}
.internal--body a {
  color: var(--color-content-secondary);
}
.internal--body a:hover {
  color: var(--color-content-primary);
}
/* 
 * 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: var(--color-content-overlay);
  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:last-child {
  border-bottom-width: 0 !important;
}
.internal--tabs .w-tabs.accordion .w-tabs-section-title {
  font-size: 1rem !important;
}
.internal--tabs .w-tabs:not(.accordion) .w-tabs-section-content {
  background: var(--color-content-overlay);
  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: ":";
}
#footer-main {
  text-transform: uppercase;
  letter-spacing: 2px;
}
#footer-main .w-socials {
  font-size: 1.5rem;
}
#footer-main .w-socials .w-socials-item-link {
  min-width: 1em;
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
#testimonial-carousel {
  --site-content-width: 48em;
  background: var(--color-content-overlay);
  color: white;
}
#testimonial-carousel h2 {
  color: inherit;
  text-align: center;
  margin-bottom: 1em;
}
#testimonial-carousel .g-cols.wpb_row {
  margin-bottom: max(2.5rem, 5%);
}
#new-patient-specials {
  background: var(--color-content-overlay);
  text-align: center;
}
#new-patient-specials h2 {
  color: white;
  margin-bottom: 1em;
}
#pillars {
  --site-content-width: 1704px;
  padding-top: 12vmin;
  padding-bottom: 12vmin;
}
#pillars h2 {
  text-align: center;
  color: var(--color-content-secondary);
  border: 1px solid;
  padding: 0.5em 2.5em;
  border-radius: clamp(0.5rem, 1.5vw, 1.5rem);
  position: relative;
  cursor: pointer;
}
#pillars h2:before, #pillars h2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2em;
  background: url("../../../uploads/2026/03/arrow-down.svg") center / auto 50% no-repeat;
  /*transition: all .3s;*/
}
#pillars h2:before {
  left: 0;
  border-right: 1px solid;
}
#pillars h2:after {
  right: 0;
  border-left: 1px solid;
}
#pillars h2.active {
  margin-bottom: 1em;
}
#pillars h2.active:before, #pillars h2.active:after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
#pillars h3:first-line {
  font-family: var(--font-family);
  font-size: 0.5em;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-content-secondary);
}
#pillars .collapsible {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.5s ease-out, opacity 0.3s ease;
  -o-transition: max-height 0.5s ease-out, opacity 0.3s ease;
  transition: max-height 0.5s ease-out, opacity 0.3s ease;
}
#pillars .collapsible.open {
  max-height: 1200px;
  /* Set to a value larger than your content */
  opacity: 1;
}
#pillars .collapsible .wpb_text_column {
  background: var(--color-content-primary);
  padding: 1rem 1.5rem 2.5rem;
  border: 1px solid var(--color-content-secondary);
  border-radius: clamp(0.5rem, 1.5vw, 1.5rem);
  height: 100%;
}
.testimonial-white {
  text-align: center;
  color: white;
  line-height: 4rem;
  font-size: 2.25rem;
  font-family: "quincy-cf", serif;
}
/* Circle features on 'Why Locals Choose Us' */
.cara-circle .wpb_wrapper {
  width: 220px;
  /* circle width */
  height: 220px;
  /* circle height – keep equal to width */
  border-radius: 50%;
  /* makes it round */
  border: 2px solid #deb259;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  /* centers inside column + gives vertical gap */
  padding: 0 24px;
  /* room for longer text */
  text-align: center;
}
/* Tweak the text style inside the circles */
.cara-circle p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
.plan-card.wpb_row {
  max-width: 1100px;
  margin: 32px auto !important;
  padding: 0;
  border: 2px solid #deb259;
  overflow: hidden;
  height: 62vh;
}
.plan-card .vc_column_container {
  padding: 0;
}
.plan-card__image {
  border-right: 2px solid #deb259;
}
.plan-card__image .w-image-h, .plan-card__image .w-image-h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.plan-card__image .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.plan-card__content {
  position: relative;
  background: transparent;
  padding: 24px 56px 28px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.plan-card__content .small-text {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #777777;
  margin: 0 0 2px;
}
.plan-card__content h3 {
  font-size: 28px;
  margin: 0 0 16px;
  padding-top: 0;
}
.plan-card__content .circle-price {
  position: absolute;
  top: 24px;
  right: 40px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #2b4743;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 17px;
  margin: 0;
}
.plan-card__content ul {
  margin: 24px 0 0;
  padding-left: 20px;
}
.plan-card__content ul li {
  margin-bottom: 6px;
  font-size: 16px;
}
.plan-card__content .w-hwrapper {
  align-items: flex-start;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .plan-card.wpb_row {
    max-width: 100%;
    margin: 24px 0;
    height: auto;
    min-height: 0;
  }
  .plan-card__image, .plan-card__content {
    width: 100%;
    display: block;
  }
  .plan-card__image {
    border-right: none;
    border-bottom: 2px solid #deb259;
  }
  .plan-card__content {
    padding: 24px 5px 28px !important;
  }
  .plan-card__content .circle-price {
    top: 18px;
    right: 18px;
    width: 78px;
    height: 78px;
    font-size: 15px;
    position: relative;
  }
  .plan-card__content .w-hwrapper {
    align-items: flex-start;
    gap: 1.5rem;
  }
}
/* Gravity Forms – gold borders, square corners */
.gform_wrapper .gfield input[type="text"], .gform_wrapper .gfield input[type="email"], .gform_wrapper .gfield input[type="tel"], .gform_wrapper .gfield input[type="number"], .gform_wrapper .gfield input[type="password"], .gform_wrapper .gfield input[type="url"], .gform_wrapper .gfield input[type="search"], .gform_wrapper .gfield textarea, .gform_wrapper .gfield select {
  border: 2px solid #deb259;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
}
.gform_wrapper .gfield input[type="text"]:focus, .gform_wrapper .gfield input[type="email"]:focus, .gform_wrapper .gfield input[type="tel"]:focus, .gform_wrapper .gfield input[type="number"]:focus, .gform_wrapper .gfield input[type="password"]:focus, .gform_wrapper .gfield input[type="url"]:focus, .gform_wrapper .gfield input[type="search"]:focus, .gform_wrapper .gfield textarea:focus, .gform_wrapper .gfield select:focus {
  border-color: #deb259;
  outline: none;
  box-shadow: none;
}
.specials-button, .specials-trio .wpb_text_column {
  color: #fff;
  background: #2b4743;
  border-radius: 20px;
  padding: 15px 30px;
  padding-top: 15px !important;
}
.specials-button {
  width: fit-content;
  margin: 0 auto 20px;
}
p.specials-button {
  width: 100%;
}
.specials-box {
  padding: 50px;
  border: 2px solid #deb259;
}
.tall-image div img {
  height: 100% !important;
}
.video-testimonials {
  max-width: 1100px;
  margin: 40px auto;
  text-align: center;
}
.video-testimonials h2, .video-testimonials h3 {
  margin-bottom: 24px;
}
.video-testimonials .video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.video-testimonials .video-item {
  flex: 1 1 320px;
  max-width: 480px;
}
.video-testimonials .video-item iframe, .video-testimonials .video-item video {
  width: 100%;
  aspect-ratio: 1.7777777778;
  height: auto;
  border-radius: 8px;
  border: 2px solid #deb259;
}
@media (max-width: 767px) {
  .video-testimonials .video-grid {
    gap: 16px;
  }
  .video-testimonials .video-item {
    max-width: 100%;
  }
}
