@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;
}*/
* {
  -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;
}
@media screen and (max-width: 767px) {
  html h2, html h3, html 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: "";
}
.ul-styled-dot.two-cols ul {
  grid-template-columns: repeat(auto-fit, minmax(16em, 1fr));
}
.ul-styled-dot ul {
  display: -ms-grid;
  display: grid;
  gap: min(2.5vw, 0.5rem);
}
.ul-styled-dot ul > li {
  background: var(--color-content-bg-alt);
  border-radius: 0.5rem;
  padding: 1em 1em 1em 2.5em;
  margin-bottom: 0;
}
.ul-styled-dot ul > li:before {
  content: "";
  font-size: 6px;
  line-height: 1.5rem;
  color: var(--color-content-secondary);
  left: 4em;
}
.gform_wrapper {
  /* CUSTOM RADIO/CHECKBOX BUTTONS */
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.2;
  text-transform: uppercase;
  padding-left: 1rem !important;
}
.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 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gform_wrapper .gform_footer input[type="submit"] {
  font-style: normal;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1 !important;
  font-weight: 500;
  letter-spacing: 0em;
  padding: 0.8em 2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 5em;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background: var(--color-content-text, transparent);
  border-color: transparent;
  -o-border-image: none;
  border-image: none;
  color: #ffffff !important;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
  background: var(--color-content-secondary);
}
.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: -webkit-fit-content;
  min-width: -moz-fit-content;
  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: #6b3e2a;
}
.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: #6b3e2a;
}
.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;
  color: var(--color-content-faded);
}
::-moz-placeholder {
  opacity: 1;
  color: var(--color-content-faded);
}
:-ms-input-placeholder {
  opacity: 1;
  color: var(--color-content-faded);
}
::-ms-input-placeholder {
  opacity: 1;
  color: var(--color-content-faded);
}
::placeholder {
  opacity: 1;
  color: var(--color-content-faded);
}
.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-text {
  font-size: 1.25rem;
}
.larger-text ul, .larger-text ol {
  font-size: 1rem;
}
.xl-text {
  font-size: var(--h5-font-size);
}
.round-corners img {
  border-radius: clamp(0.5rem, 1vw, 1rem);
}
.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, 1.5rem);
  grid-template-columns: repeat(auto-fit, minmax(16em, 1fr));
}
.adaptive-grid > div {
  margin: 0 !important;
  background: var(--color-content-bg-alt);
  height: 100%;
  padding: min(3rem, 3vw) min(2.5rem, 2.5vw);
  border-radius: clamp(0.5rem, 1vw, 1rem);
  --vwrapper-gap: 1.5rem;
}
.adaptive-grid img {
  border-radius: clamp(0.5rem, 1vw, 1rem);
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 5rem;
  background: white;
}
.adaptive-grid h2, .adaptive-grid h3 {
  text-align: left;
}
.adaptive-grid .w-text {
  font-weight: 500;
}
.w-tabs.accordion .w-tabs-section {
  border-width: 0 0 1px !important;
  border-color: var(--color-content-border);
  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-text) !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: #C4856A !important;
  height: 2em;
  width: 2em;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"]:hover {
  background-color: rgba(196, 133, 106, 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(196, 133, 106, 0.4);
  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;
}
.dynamic-faq {
  --site-content-width: 1704px;
}
.accent {
  font-style: italic;
  color: var(--color-content-primary);
}
[class*="extend-img"] img {
  width: 100% !important;
  border-radius: clamp(0.5rem, 1vw, 1rem);
}
@media screen and (min-width: 768px) {
  .extend-img-left img {
    border-radius: 0 clamp(0.5rem, 1vw, 1rem) clamp(0.5rem, 1vw, 1rem) 0;
  }
  .extend-img-left .vc_column_container:first-child > .vc_column-inner {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .extend-img-right img {
    border-radius: clamp(0.5rem, 1vw, 1rem) 0 0 clamp(0.5rem, 1vw, 1rem);
  }
  .extend-img-right .vc_column_container:last-child > .vc_column-inner {
    padding-right: 0 !important;
  }
}
.img-banner .banner-msg {
  position: absolute;
  right: 1.5rem;
  top: 2.5rem;
  background: white;
  padding: min(1.5em, 3%);
  border-radius: clamp(0.5rem, 1vw, 1rem) 0 0 clamp(0.5rem, 1vw, 1rem);
  width: 70%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .img-banner .banner-msg {
    display: none;
  }
}
.img-banner .banner-msg .w-iconbox-icon {
  margin-right: 1rem;
}
.img-banner .banner-msg .w-iconbox-icon img {
  background: var(--color-alt-content-secondary);
  border-radius: clamp(0.5rem, 1vw, 1rem);
}
.img-banner .banner-msg .w-iconbox-title:not(:last-child) {
  padding-bottom: 0;
}
.img-banner .banner-msg .w-iconbox-text {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-content-faded);
}
.img-banner .banner-msg.spanish {
  max-width: 18em;
}
.img-banner .banner-msg.custom {
  max-width: 28em;
}
.l-header {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  /*.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;
}
}*/
  /*&.sticky {
	.w-vwrapper>*:not(:last-child) {
	margin-bottom: 0;
}
	.w-vwrapper > *:not(.w-hwrapper) {
	display: none;
}
}*/
}
.l-header .l-subheader.at_middle {
  background: rgba(255, 255, 255, 0.75);
}
.l-header .phone-btn {
  font-weight: 500;
}
.l-header .phone-btn .fa-circle {
  font-size: 6px;
  vertical-align: middle;
  -webkit-margin-end: 0.5rem !important;
  margin-inline-end: 0.5rem !important;
  color: var(--color-content-secondary);
}
.l-header .w-nav .w-nav-anchor.level_1 {
  font-weight: 500;
}
.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;
    color: var(--color-header-top-text) !important;
  }
  .l-header .appt-btn:before {
    border-color: transparent;
  }
}
[class*="masthead-"] {
  --site-content-width: 1704px;
  background: url("../../../uploads/2026/05/hero-texture-bg.jpg") center / cover no-repeat;
}
[class*="masthead-"] .eyebrow-msg {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-content-secondary);
  background: var(--color-alt-content-secondary);
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 5rem;
}
[class*="masthead-"] .eyebrow-msg .fa-circle {
  font-size: 6px;
  vertical-align: middle;
  margin-right: 0.5rem;
  color: var(--color-content-secondary);
}
[class*="masthead-"] h1:not(:last-child) {
  margin-bottom: 0.6em;
}
[class*="masthead-"] h1 .small {
  display: block;
  font-size: max(1.25rem, 0.42em);
  margin-top: 0.5em;
  /*font-weight: 500;
			font-style: italic;*/
}
[class*="masthead-"] .masthead_blurb {
  max-width: 28em;
}
[class*="masthead-"] .masthead_blurb:not(:last-child) {
  margin-bottom: max(1.5rem, 6%);
}
[class*="masthead-"] .masthead_blurb h2 {
  font-size: 1.5rem;
  margin-bottom: 0.25em;
  text-align: left;
}
[class*="masthead-"] .post_image {
  border-radius: clamp(0.5rem, 2vw, 1.5rem);
}
[class*="masthead-"] .post_image img {
  -o-object-fit: cover;
  object-fit: cover;
}
[class*="masthead-"] .banner-msg {
  position: absolute;
  right: 1.5rem;
  bottom: 3rem;
  background: white;
  padding: min(1.5em, 3%);
  border-radius: clamp(0.5rem, 1vw, 1rem) 0 0 clamp(0.5rem, 1vw, 1rem);
  width: 70%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[class*="masthead-"] .banner-msg .w-iconbox-icon {
  margin-right: 1rem;
}
[class*="masthead-"] .banner-msg .w-iconbox-icon img {
  background: var(--color-alt-content-secondary);
  border-radius: clamp(0.5rem, 1vw, 1rem);
}
[class*="masthead-"] .banner-msg .w-iconbox-title:not(:last-child) {
  padding-bottom: 0;
}
[class*="masthead-"] .banner-msg .w-iconbox-text {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-content-faded);
}
[class*="masthead-"] .banner-msg.spanish {
  max-width: 18em;
}
[class*="masthead-"] .banner-msg.custom {
  max-width: 28em;
}
@media screen and (max-width: 767px) {
  [class*="masthead-"] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  [class*="masthead-"] .l-section-img {
    top: var(--header-height);
  }
}
@media screen and (min-width: 768px) {
  [class*="masthead-"] {
    margin-bottom: 4rem;
  }
  [class*="masthead-"] .blurb-column {
    padding-top: max(1.5rem, 6%);
    padding-bottom: max(1.5rem, 6%);
  }
  [class*="masthead-"] .img-column {
    margin-top: calc(var(--header-height) * -1);
  }
  [class*="masthead-"] .img-column .vc_column-inner > .wpb_wrapper {
    height: 100%;
  }
  [class*="masthead-"] .img-column .post_image {
    height: calc(100% + 4rem);
  }
  [class*="masthead-"] .img-column .post_image img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .masthead-internal .post_image img {
    aspect-ratio: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .masthead-internal .post_image img {
    aspect-ratio: 1.065;
  }
}
.page-blurb {
  --site-content-width: 1512px;
}
.overview-blurbs {
  --site-content-width: 1704px;
}
.overview-blurbs h3 {
  font-size: var(--h4-font-size);
}
@media screen and (min-width: 768px) {
  .overview-blurbs .adaptive-grid {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.cta-blurb {
  --site-content-width: 1704px;
}
[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;
  }
}
/* 
* 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: -webkit-gradient(linear, left top, left bottom, from(var(--color-content-bg-alt)), to(var(--color-content-bg)));
  background: -o-linear-gradient(top, var(--color-content-bg-alt), var(--color-content-bg));
  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: ":";
}
#cta-marquee {
  --size-multiplier: 1.5;
  font-family: var(--h1-font-family);
  /* use vw for font-size to keep proportion same
	* 36px (figma font size) / 1920 (figma screen size) x 100 */
  font-size: calc(1.67vw * var(--size-multiplier));
  font-weight: 400;
  font-style: italic;
  background: var(--color-content-secondary);
  color: white;
  height: 2.5em;
}
#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 20s linear infinite;
  animation: marqueeLeft 20s linear infinite;
}
#cta-marquee .marquee-inner span {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  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;
}
#cta-marquee .marquee-inner span .marquee-item img {
  height: 1.25em;
  width: 1.25em;
}
@media screen and (min-width: 768px) {
  #cta-marquee {
    --size-multiplier: 1;
  }
}
/* Testimonial Grid */
.layout_2750 .w-grid-item-h {
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
  background: var(--color-content-bg-alt);
  border-radius: clamp(0.5rem, 1vw, 1rem);
  border: 1px solid var(--color-content-faded);
}
.layout_2750 .review-text {
  position: relative;
  margin-bottom: 1em;
  padding-top: 2em;
}
.layout_2750 .review-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  height: 17px;
  background: url("../../../uploads/2026/05/testimonial-stars.png") no-repeat top left;
  background-size: contain;
}
.layout_2750 .review-name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow {
  display: block;
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
#testimonial-carousel {
  --site-content-width: 1704px;
  background: #2E2E2E;
  color: white;
}
#testimonial-carousel .blurb {
  max-width: 32em;
}
#testimonial-carousel h2 {
  color: inherit;
}
#testimonial-carousel .layout_2750 .w-grid-item-h {
  background: var(--color-content-text);
}
@media screen and (max-width: 767px) {
  #testimonial-carousel .blurb {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #testimonial-carousel .w-btn-wrapper {
    text-align: right;
  }
}
#insurances, #emergency-symptoms {
  text-align: center;
}
#insurances .larger-text, #emergency-symptoms .larger-text {
  max-width: 34em;
  margin: 0 auto max(2rem, 5%);
}
#insurances ul, #emergency-symptoms ul {
  list-style-type: none;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
}
#insurances ul li, #emergency-symptoms ul li {
  padding: 1em 1.5em;
  background: var(--color-content-bg-alt);
  margin-bottom: 0;
  border-radius: 5em;
}
/*
 * allows text on the left of form in footer to stick to screen as we scroll
 * removed since it was interfering with marquee
.l-footer {
	overflow: visible;

	.type_sticky > .wpb_wrapper {
		top: calc(var(--header-sticky-height) + 4rem);
	}
}*/
#footer-cta {
  background: var(--color-alt-content-secondary);
}
#footer-cta .blurb {
  max-width: 30em;
}
#footer-cta iframe {
  border-radius: clamp(0.5rem, 1vw, 1rem);
}
#footer-cta .form-container .w-vwrapper {
  padding: max(1.5rem, 10%);
  border: 2px solid var(--color-content-secondary);
  border-radius: clamp(0.5rem, 2vw, 1.5rem);
}
#footer-cta .form-container input:not([type=submit]), #footer-cta .form-container textarea, #footer-cta .form-container select {
  background: white;
}
#footer-cta .form-container h3 {
  text-align: center;
  margin-bottom: 0.6em;
}
#footer-cta .form-container .map {
  position: relative;
}
#footer-cta .form-container .map .w-image-h {
  height: 100%;
  display: block;
}
#footer-cta .form-container .map img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#footer-cta .form-container .map:after {
  content: "";
  font-family: fontawesome;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  color: #FF383C;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 767px) {
  #footer-cta .blurb {
    margin-left: auto;
    margin-right: auto;
  }
}
#footer-main {
  --site-content-width: 1704px;
}
#footer-main h3 {
  font-family: var(--font-family);
  font-size: 13px;
  text-transform: uppercase;
}
#footer-main ul {
  list-style-type: none;
  margin-left: 0;
}
#footer-main .w-hwrapper {
  display: -ms-grid;
  display: grid;
  gap: min(5vw, 2.5rem);
  grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
}
#footer-main .w-hwrapper > div {
  margin: 0 !important;
}
#footer-main .hours-table {
  max-width: 15em;
}
#footer-main .hours-table + .note {
  font-size: 13px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #footer-main {
    text-align: center;
  }
  #footer-main .hours-table {
    margin-left: auto;
    margin-right: auto;
  }
}
.copyright {
  font-size: 13px;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .copyright .site-links ul li {
    display: inline-block;
    margin-bottom: 0;
  }
  .copyright .site-links ul li:not(:last-child) {
    margin-right: 3em;
  }
}
@media screen and (min-width: 768px) {
  .copyright .site-links {
    text-align: right;
  }
}
#dr-bio h2, .staff-bio h2 {
  margin-bottom: 0.2em;
}
#dr-bio h2 + h3, .staff-bio h2 + h3 {
  font-size: var(--h4-font-size);
  color: var(--color-content-primary);
}
@media screen and (min-width: 601px) {
  .staff-bio .w-image {
    width: 35%;
    float: right;
    margin-left: 1.5rem;
  }
}
#dr-fam .w-image img {
  width: 100%;
}
#service-cards {
  --site-content-width: 1704px;
}
#service-cards .adaptive-grid {
  grid-template-columns: repeat(auto-fit, minmax(21em, 1fr));
}
#service-cards h3 {
  font-size: var(--h5-font-size);
  margin-bottom: 0.5em;
}
