@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;
}
.us-btn-style_1 {
  font-family: var(--h1-font-family);
}
html {
  /*.wpb_text_column a:not(.w-btn) {
	text-decoration: underline;
}
	&.no-touch a[href^="tel:"]:not(.w-btn) {
	cursor: text;
	pointer-events: none;
}
	a[href^="tel:"] {
	white-space: nowrap;
}*/
}
html body {
  font-size: 1rem;
}
html address {
  font-style: normal;
}
html iframe, html img {
  vertical-align: middle;
}
html .lorem {
  background-color: red;
}
html a[href^="mailto:"] {
  word-break: break-word;
  color: inherit;
}
html .w-image:not(:last-child), html .w-tabs:not(:last-child), html .w-video:not(:last-child), html .g-cols.vc_inner:not(:last-child), html .l-main .w-image.align_right, html .l-main .w-image.align_left {
  margin-bottom: 1.5rem;
}
html .wpb_text_column + .w-separator.with_line {
  margin-top: -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: "";
}
.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: -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: #453711;
}
.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: #453711;
}
.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;
}
h2 .small {
  display: inline-block;
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  text-transform: var(--h4-text-transform);
  margin-bottom: 0.25em;
}
.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;
}
[class*="extend-img"] img {
  width: 100% !important;
}
[class*="extend-img"] .w-btn-wrapper:not(:last-child) {
  margin-bottom: 3rem !important;
}
@media screen and (min-width: 768px) {
  [class*="extend-img"] .g-cols.via_flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  [class*="extend-img"] .vc_column_container:not(.stretched) {
    z-index: 1;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: -1px 2px 17px -7px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 2px 17px -7px rgba(0, 0, 0, 0.5);
  }
  [class*="extend-img"] .vc_column_container:not(.stretched):first-child {
    margin-right: -3rem;
  }
  [class*="extend-img"] .vc_column_container:not(.stretched):last-child {
    margin-left: -3rem;
  }
  [class*="extend-img"] .vc_column_container:not(.stretched) .vc_column-inner > .wpb_wrapper {
    padding: min(10%, 4rem) min(6%, 2.5rem);
  }
}
@media screen and (min-width: 768px) {
  .extend-img-left .vc_column_container:first-child > .vc_column-inner {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .extend-img-right .vc_column_container:last-child > .vc_column-inner {
    padding-right: 0 !important;
  }
}
.card-blurb.wpb_text_column {
  text-align: center;
  color: var(--color-content-heading);
  max-width: 52rem;
  margin: 0 auto;
}
.card-blurb.wpb_text_column:not(:last-child) {
  margin-bottom: max(6%, 1.5rem);
}
.card-blurb.g-cols {
  margin-bottom: max(6%, 1.5rem) !important;
}
.cards.w-hwrapper, .cards.wpb_text_column ol, .cards.wpb_text_column ul {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 601px) {
  .cards.w-hwrapper, .cards.wpb_text_column ol, .cards.wpb_text_column ul {
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 901px) {
  .cards[class*="col-"].w-hwrapper, .cards[class*="col-"].wpb_text_column ol, .cards[class*="col-"].wpb_text_column ul {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1201px) {
  .cards.col-4.w-hwrapper, .cards.col-4.wpb_text_column ol, .cards.col-4.wpb_text_column ul {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
.cards.w-hwrapper > div, .cards.wpb_text_column ol li, .cards.wpb_text_column ul li {
  margin: 0 !important;
  background: var(--color-content-bg-alt);
  padding: 1rem;
  height: 100%;
  -webkit-box-shadow: -1px 2px 17px -7px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 2px 17px -7px rgba(0, 0, 0, 0.5);
}
.cards.w-hwrapper {
  text-align: center;
}
.cards.wpb_text_column ol, .cards.wpb_text_column ul {
  margin-left: 0;
}
.cards.wpb_text_column ol {
  list-style-position: inside;
}
.cards.wpb_text_column ul {
  list-style-type: none;
}
.color_alternate .cards.w-hwrapper > div, .color_alternate .cards.wpb_text_column ol li, .color_alternate .cards.wpb_text_column ul li {
  background: var(--color-content-bg);
}
.w-tabs.accordion .w-tabs-section {
  border-width: 0 0 1px !important;
  border-color: var(--color-content-border);
  overflow: hidden;
  background: transparent;
  /*&:not(:last-child) {
		margin-bottom: 1rem;
	}*/
}
.w-tabs.accordion .w-tabs-section-header {
  line-height: 1.2;
  color: var(--color-content-secondary);
  background: transparent;
}
.w-tabs.accordion .w-tabs-section-title {
  font-family: var(--font-family);
  font-size: var(--h4-font-size) !important;
  font-weight: 500;
  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 .owl-nav:not(.disabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.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: #bf9a30 !important;
  height: 2em;
  width: 2em;
  margin-right: 0.5em;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"]:hover {
  background-color: rgba(191, 154, 48, 0.75) !important;
  color: white;
}
.w-grid.type_carousel .owl-dot span {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: var(--color-content-faded);
  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: #bf9a30 !important;
  width: 3em;
}
.l-header {
  /*&.sticky {
	.w-vwrapper>*:not(:last-child) {
	margin-bottom: 0;
}
	.w-vwrapper > *:not(.w-hwrapper) {
	display: none;
}
}*/
}
.l-header .ush_text_1 {
  font-family: var(--h1-font-family);
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}
.l-header .w-nav {
  font-family: var(--h1-font-family);
}
.l-header .w-nav .w-nav-anchor.level_1 {
  font-weight: 700;
}
.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-secondary);
}
.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;
  }
}
@media screen and (min-width: 768px) {
  .l-header .ush_btn_1 {
    max-width: 10em;
  }
}
@media screen and (max-width: 767px) {
  .masthead-internal {
    padding-top: calc(55% + 1.5rem);
    padding-bottom: 1.5rem;
  }
  .masthead-internal .l-section-img {
    bottom: auto;
    padding-bottom: 55%;
  }
}
@media screen and (min-width: 768px) {
  .masthead-internal {
    padding-top: 30%;
    padding-bottom: 2.5rem;
  }
  .masthead-internal .l-section-img {
    top: 4rem;
    left: 25%;
  }
  .masthead-internal h1 {
    max-width: 15em;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.5em 0.6em !important;
    -webkit-box-shadow: -1px 2px 17px -7px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 2px 17px -7px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1200px) {
  .masthead-internal .l-section-img {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767px) {
  .masthead-home {
    padding-top: calc(55% + 1.5rem);
    padding-bottom: 1.5rem;
  }
  .masthead-home .l-section-img {
    bottom: auto;
    padding-bottom: 55%;
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .masthead-home .play-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px !important;
    -webkit-transform: translateY(-6rem);
    -ms-transform: translateY(-6rem);
    transform: translateY(-6rem);
  }
}
@media screen and (min-width: 768px) {
  .masthead-home {
    padding-top: 20%;
    padding-bottom: 2.5rem;
  }
  .masthead-home .l-section-img {
    top: 4rem;
    left: 25%;
  }
  .masthead-home .blurb .vc_column-inner > .wpb_wrapper {
    max-width: calc(var(--h1-font-size) * 14);
    background: rgba(255, 255, 255, 0.95);
    padding: calc(var(--h1-font-size) * .5) calc(var(--h1-font-size) * .6) !important;
    -webkit-box-shadow: -1px 2px 17px -7px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 2px 17px -7px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1200px) {
  .masthead-home .l-section-img {
    background-attachment: fixed;
  }
}
.top-cta .l-section-h {
  background: white;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-cta h2, .top-cta .w-btn-wrapper {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .top-cta .appt-column {
    text-align: right;
  }
  .top-cta .appt-column .w-btn-wrapper {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  body:not(.home) .top-cta .phone-btn {
    display: none;
  }
}
[class*="--content"] {
  /*h1 {
	font-size: var(--h2-font-size);
}
	h2 {
	font-size: var(--h3-font-size);
}
	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;
}
@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.25rem, 2vw, 1.5rem);
  margin-bottom: 0.25em !important;
  text-align: left;
}
.layout_182 .post_date {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.layout_182 .post_content {
  margin-bottom: 1rem;
}
/* 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);
}
.layout_3023 {
  font-size: 1.125rem;
}
.layout_3023.type_grid .w-grid-item-h {
  -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
}
.layout_3023 .w-grid-item-h {
  background: rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
}
.layout_3023 .owl-nav:not(.disabled) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout_3023 .review-text {
  margin-bottom: 1rem;
}
.layout_3023 .review-text:before {
  content: "";
  display: block;
  height: 1.75rem;
  width: 1.75rem;
  background: url("../../../uploads/2025/07/testimonial-quote.png") top left / contain no-repeat;
  margin-bottom: 1rem;
}
.layout_3023 .review-name {
  font-family: var(--h1-font-family);
  font-weight: 700;
}
#testimonial-carousel {
  text-align: center;
}
#testimonial-carousel .l-section-h {
  max-width: none;
}
#testimonial-carousel h2 {
  color: white;
}
#testimonial-carousel .review-text:before {
  margin-left: auto;
  margin-right: auto;
}
.dynamic-faq {
  background: white;
}
.dynamic-faq h2 {
  text-align: center;
}
#footer-main .w-socials {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 1.5rem;
}
#footer-main .w-socials .w-socials-item-link {
  min-width: 1em;
  line-height: 1.2;
}
#footer-main .hours-table {
  max-width: 15em;
}
#footer-main ul {
  list-style-type: none;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #footer-main {
    text-align: center;
  }
  #footer-main .hours-table {
    margin: 0 auto;
  }
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
#contact-body .w-socials {
  font-size: 1.5rem;
  line-height: 1;
}
#contact-body .w-socials .w-socials-item-link {
  min-width: 1em;
  line-height: 1.2;
}
.dr-profile h1 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  text-transform: var(--h4-text-transform);
  margin-bottom: 0.25em;
}
.dr-profile h2 {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .dr-profile .dr-bio {
    z-index: 1;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: -1.5rem;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: -1px 2px 17px -7px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 2px 17px -7px rgba(0, 0, 0, 0.5);
  }
  .dr-profile .dr-bio .vc_column-inner > .wpb_wrapper {
    padding: min(10%, 4rem) min(6%, 2.5rem);
  }
}
.services-list h2 {
  text-align: center;
}
.services-list .page-list {
  font-family: var(--h1-font-family);
  font-size: 1.125rem;
  gap: 1rem;
}
.services-list .page-list ul.children {
  margin-left: -1.75em;
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .services-list .page-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .services-list .page-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media screen and (min-width: 1200px) {
  .services-list .page-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
#smile-gallery .cards.w-hwrapper > div {
  padding: 0;
}
#smile-gallery .cards.w-hwrapper > div .w-image-h:after {
  position: absolute;
  bottom: 0.8em;
  left: 0.8em;
  color: white;
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
  text-transform: var(--h4-text-transform);
}
#smile-gallery .cards.w-hwrapper > div .before {
  margin-bottom: 0.25rem;
}
#smile-gallery .cards.w-hwrapper > div .before .w-image-h:after {
  content: "Before";
}
#smile-gallery .cards.w-hwrapper > div .after .w-image-h:after {
  content: "After";
}
