@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;
}
/* pages with long gray textured bg */
.page-id-7 .l-canvas:before, .page-id-754 .l-canvas:before, .page-id-755 .l-canvas:before, .page-id-786 .l-canvas:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100lvw;
  height: 100lvh;
}
.page-id-7 .l-section.fixed-bg, .page-id-754 .l-section.fixed-bg, .page-id-755 .l-section.fixed-bg, .page-id-786 .l-section.fixed-bg {
  background: transparent;
}
.page-id-7 .l-section:not([class*="color_"]), .page-id-754 .l-section:not([class*="color_"]), .page-id-755 .l-section:not([class*="color_"]), .page-id-786 .l-section:not([class*="color_"]) {
  background: white;
}
.page-id-7 .l-canvas:before, .page-id-754 .l-canvas:before, .page-id-786 .l-canvas:before {
  background: url("../../../uploads/2026/03/shutterstock_1537063763_darker.jpg") top center / cover;
}
.page-id-755 .l-canvas:before {
  background: url("../../../uploads/2026/03/shutterstock_1537063763.jpg") top center / cover;
}
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: clamp(1.125rem, 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 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 .w-btn, html button[type=submit] {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
}
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: "";
}
.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 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.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: #00192f;
}
.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: #00192f;
}
.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-text {
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
}
.xl-text {
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
}
.smaller-heading h2 {
  font-size: var(--h3-font-size);
}
.img-radius-tl img {
  border-top-left-radius: clamp(5rem, 25vw, 25rem);
}
.img-radius-tr img {
  border-top-right-radius: clamp(5rem, 25vw, 25rem);
}
.img-radius-bl img {
  border-bottom-left-radius: clamp(5rem, 25vw, 25rem);
}
.img-radius-br img {
  border-bottom-right-radius: clamp(5rem, 25vw, 25rem);
}
.img-radius-right img {
  border-radius: 0 clamp(5rem, 25vw, 25rem) clamp(5rem, 25vw, 25rem) 0;
}
.img-radius-top img {
  border-radius: clamp(5rem, 25vw, 25rem) clamp(5rem, 25vw, 25rem) 0 0;
}
.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(18em, 1fr));
}
.adaptive-grid > div {
  margin: 0 !important;
}
.adaptive-grid img {
  aspect-ratio: 1.609375;
  -o-object-fit: cover;
  object-fit: cover;
}
.adaptive-grid .w-vwrapper .wpb_text_column {
  padding: 0 1rem;
}
.dynamic-faq {
  --site-content-width: 42em;
}
.dynamic-faq h2 {
  text-align: center;
  max-width: 10em;
  margin: 0 auto 1em;
}
.w-tabs.accordion.style_default .w-tabs-section {
  border-width: 0px !important;
  border-color: var(--color-content-border);
  overflow: hidden;
  background: var(--color-content-primary);
  border-radius: 1rem;
  color: white;
}
.w-tabs.accordion.style_default .w-tabs-section:not(:last-child) {
  margin-bottom: 1.2em;
}
.w-tabs.accordion.style_default .w-tabs-section a {
  color: inherit;
}
.w-tabs.accordion.style_default .w-tabs-section-header {
  line-height: 1.2;
  color: white !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.w-tabs.accordion.style_default .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-secondary);
  color: white !important;
}
.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: #006BC8 !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(0, 107, 200, 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(0, 107, 200, 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;
}
.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;
}
}*/
  /*&.sticky {
	.w-vwrapper>*:not(:last-child) {
	margin-bottom: 0;
}
	.w-vwrapper > *:not(.w-hwrapper) {
	display: none;
}
}*/
}
.l-header .phone-btn {
  font-size: clamp(1em, 1.5vw, 1.2em);
  font-weight: 700;
}
.l-header .consult-btn {
  border-radius: 0 0 0.4em 0.4em;
}
.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 .w-nav-anchor.level_1 {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 700;
  text-transform: uppercase;
}
.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;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .l-header .w-vwrapper > *:not(:last-child) {
    --vwrapper-gap: 19px;
  }
}
@media screen and (min-width: 1401px) {
  .l-header .w-vwrapper > *:not(:last-child) {
    --vwrapper-gap: 15px;
  }
}
[class*="masthead"] {
  --site-content-width: 1704px;
  overflow: hidden;
}
[class*="masthead"] h1 .small {
  display: block;
  font-family: var(--font-family);
  font-size: max(1.25rem, 0.27em);
  letter-spacing: 0;
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  [class*="masthead"] .l-section-img {
    top: var(--header-height);
  }
}
.masthead-home {
  padding-bottom: 6%;
}
.masthead-home .l-section-img {
  background-position: 75% 50%;
}
.masthead-home h1 {
  max-width: 7em;
  margin-bottom: max(1.5rem, 0.25em);
}
.masthead-home .blurb {
  max-width: 25em;
}
.masthead-home .blurb .hyphenated {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .masthead-home {
    padding-top: 25%;
  }
  .masthead-home .l-section-img {
    bottom: auto;
    padding-bottom: 60%;
  }
  .masthead-home .l-section-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(white));
    background: -o-linear-gradient(top, transparent 60%, white 100%);
    background: linear-gradient(180deg, transparent 60%, white 100%);
  }
}
@media screen and (min-width: 768px) {
  .masthead-home {
    padding-top: 15%;
  }
  .masthead-home:before, .masthead-home:after {
    content: "";
    position: absolute;
    z-index: 1;
  }
  .masthead-home:before {
    top: 0;
    left: 6%;
    height: 14vw;
    width: 10vw;
    background: linear-gradient(90deg, rgba(128, 128, 128, 0.1) 0%, rgba(26, 26, 26, 0.1) 100%);
    -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0 0 6vw 0;
    overflow: hidden;
  }
  .masthead-home:after {
    bottom: 0;
    left: 50%;
    height: 23vw;
    width: 28vw;
    -webkit-transform: translate(-25%, 40%);
    -ms-transform: translate(-25%, 40%);
    transform: translate(-25%, 40%);
    background: linear-gradient(90deg, rgba(128, 128, 128, 0.1) 0%, rgba(26, 26, 26, 0.1) 100%);
    -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20vw 20vw 0 0;
    overflow: hidden;
  }
  .masthead-home .l-section-h {
    z-index: 5;
  }
  .masthead-home h1 {
    max-width: 8em;
  }
  .masthead-home .blurb {
    width: 55%;
  }
}
.masthead-internal {
  padding-top: 14%;
  padding-bottom: 6%;
}
.masthead-internal:before, .masthead-internal:after {
  content: "";
  position: absolute;
  z-index: 1;
}
.masthead-internal:before {
  top: 0;
  left: 0;
  height: 14vw;
  width: 10vw;
  background: linear-gradient(90deg, rgba(128, 128, 128, 0.1) 0%, rgba(26, 26, 26, 0.1) 100%);
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0 0 6vw 0;
  overflow: hidden;
}
.masthead-internal:after {
  bottom: 0;
  left: 50%;
  height: 13vw;
  width: 16vw;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background: linear-gradient(90deg, rgba(128, 128, 128, 0.1) 0%, rgba(26, 26, 26, 0.1) 100%);
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 20vw 20vw 0 0;
  overflow: hidden;
}
.masthead-internal .l-section-h:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 7vw;
  width: 7vw;
  background: linear-gradient(90deg, rgba(128, 128, 128, 0.1) 0%, rgba(26, 26, 26, 0.1) 100%);
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  overflow: hidden;
}
.masthead-internal .l-section-img {
  -webkit-filter: saturate(0.6);
  filter: saturate(0.6);
}
.masthead-internal .l-section-img:before, .masthead-internal .l-section-img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.masthead-internal .l-section-img:before {
  background: rgba(214, 193, 168, 0.5);
  mix-blend-mode: multiply;
}
.masthead-internal .l-section-img:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), color-stop(60%, transparent));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.6) 0%, transparent 60%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, transparent 60%);
}
.masthead-internal h1 {
  max-width: 7em;
}
[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: ":";
}
.gallery--content .post_title {
  text-align: center;
  margin-bottom: 1em;
}
.gallery--content .w-grid.type_carousel {
  max-width: 32em;
  margin: 0 auto;
}
.gallery--categories h3 {
  font-family: inherit;
  font-size: var(--h4-font-size);
}
.gallery--categories .page-list {
  margin-left: 0;
  list-style-type: none;
}
.gallery--categories .page-list li a {
  color: inherit;
  border-bottom: 1px solid;
}
.gallery--categories .page-list li a:hover {
  color: var(--color-content-primary);
}
.gallery--categories .page-list li.current_page_item > a {
  font-weight: 400;
  color: var(--color-content-link);
}
@media screen and (max-width: 767px) {
  .gallery--categories {
    text-align: center;
  }
}
/* Testimonial Grid */
.layout_896 .w-grid-item-h {
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
  background: linear-gradient(90deg, rgba(128, 128, 128, 0.25) 0%, rgba(26, 26, 26, 0.25) 100%);
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: clamp(0.5rem, 2vw, 1.5rem);
  overflow: hidden;
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}
.layout_896 .owl-carousel .owl-nav:not(.disabled) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
  margin-left: 0;
}
.layout_896 .review-text {
  position: relative;
  margin-bottom: 1em;
  padding-top: 2.5em;
}
.layout_896 .review-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.75em;
  height: 1.5em;
  background: url("../../../uploads/2026/03/testimonial-quote.svg") no-repeat top left;
  background-size: contain;
}
#testimonial-carousel {
  --site-content-width: 48em;
}
#testimonial-carousel h2 {
  text-align: center;
  margin-bottom: 1em;
}
#flexible-financing .cherry, #flexible-financing .carecredit {
  margin-bottom: 1.5em;
}
#flexible-financing .g-cols.vc_row {
  margin: 0;
}
#flexible-financing .centered-column > .vc_column-inner {
  padding: max(1.5rem, 8%);
}
#flexible-financing .logo-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(2.5vw, 2em) 1fr min(2.5vw, 2em) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.5vw, 2em);
  max-width: 30em;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(128, 128, 128, 0.1) 0%, rgba(26, 26, 26, 0.1) 100%);
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: clamp(0.5rem, 2vw, 1.5rem);
  overflow: hidden;
  padding: min(2.5vw, 2em);
}
#flexible-financing .logo-container > div {
  margin: 0;
}
#flexible-financing .logo-container img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  #flexible-financing .centered-column .vc_column-inner > .wpb_wrapper {
    width: min(100%, 26em);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #flexible-financing .vc_column_container {
    margin-bottom: 0 !important;
  }
  #flexible-financing .img-column {
    min-height: 70vmin;
  }
}
.l-footer {
  /* did this to make sure sticky column works */
  overflow: unset;
}
@media screen and (min-width: 768px) {
  .l-footer .vc_column-inner.type_sticky > .wpb_wrapper {
    top: calc(var(--header-sticky-height) + 4rem);
  }
}
#footer-cta .footer_blurb {
  margin-bottom: 2.5rem;
}
#footer-cta .form-container .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: clamp(0.5rem, 2vw, 1.5rem);
  overflow: hidden;
}
#footer-cta .form-container .w-vwrapper {
  padding: max(1.5rem, 6%);
}
#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.4em;
}
#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%);
}
#footer-main {
  --site-content-width: 1704px;
  text-align: center;
}
#footer-main .w-socials {
  font-size: 1em;
}
#footer-main .w-socials .w-socials-item-link {
  min-width: 1em;
}
@media screen and (min-width: 768px) {
  #footer-main .g-cols.vc_row > .vc_column_container:not(:first-child) {
    border-left: 1px solid var(--color-footer-border);
  }
  #footer-main .service-menu {
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
/* staff bios */
.layout_940 {
  --gap: max(2.5rem, 8%)!important;
}
.layout_940 .w-grid-item:nth-child(4n + 1) .post_image {
  border-bottom-right-radius: clamp(5rem, 25vw, 25rem);
}
.layout_940 .w-grid-item:nth-child(4n + 2) .post_image {
  border-top-left-radius: clamp(5rem, 25vw, 25rem);
}
.layout_940 .w-grid-item:nth-child(4n + 3) .post_image {
  border-top-right-radius: clamp(5rem, 25vw, 25rem);
}
.layout_940 .w-grid-item:nth-child(4n + 4) .post_image {
  border-bottom-left-radius: clamp(5rem, 25vw, 25rem);
}
.layout_940 .w-hwrapper {
  display: -ms-grid;
  display: grid;
  gap: min(5vw, 5rem);
}
@media screen and (min-width: 768px) {
  .layout_940 .w-hwrapper {
    -ms-grid-columns: 3fr min(5vw, 5rem) 4fr;
    grid-template-columns: 3fr 4fr;
  }
}
.layout_940 .w-hwrapper > div {
  margin: 0 !important;
  display: block;
}
.layout_940 .w-hwrapper h2 {
  margin-bottom: 0.25em;
  text-align: left;
}
.layout_940 .w-hwrapper h4 {
  font-family: var(--font-family);
  text-align: left;
}
#procedures-overview .subheading {
  margin-bottom: max(1.5em, 8%);
}
#procedures-overview .blurb {
  max-width: calc(var(--site-content-width) / 2);
  margin-left: auto;
  margin-bottom: max(1.5em, 8%);
}
#procedures-overview .g-cols.wpb_row:not(:last-child) {
  margin-bottom: max(2rem, 8%);
}
#procedures-overview .g-cols.wpb_row:nth-child(5n + 2) .img-column img {
  border-top-left-radius: clamp(5rem, 25vw, 25rem);
}
#procedures-overview .g-cols.wpb_row:nth-child(5n + 3) .img-column img {
  border-radius: 0 clamp(5rem, 25vw, 25rem) clamp(5rem, 25vw, 25rem) 0;
}
#procedures-overview .g-cols.wpb_row:nth-child(5n + 4) .img-column img {
  border-bottom-left-radius: clamp(5rem, 25vw, 25rem);
}
#procedures-overview .g-cols.wpb_row:nth-child(5n + 5) .img-column img {
  border-top-right-radius: clamp(5rem, 25vw, 25rem);
}
#procedures-overview .g-cols.wpb_row:nth-child(5n + 6) .img-column img {
  border-radius: clamp(5rem, 25vw, 25rem) clamp(5rem, 25vw, 25rem) 0 0;
}
#procedures-overview .content-column {
  z-index: 1;
}
#procedures-overview .content-column .vc_column-inner > .wpb_wrapper {
  background: linear-gradient(90deg, rgba(128, 128, 128, 0.1) 0%, rgba(26, 26, 26, 0.1) 100%);
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: clamp(0.5rem, 2vw, 1.5rem);
  overflow: hidden;
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  padding: max(1.5em, 6%) max(1.5em, 10%);
}
#procedures-overview .content-column h2 {
  margin-bottom: 1em;
}
#procedures-overview .content-column ul {
  list-style-type: none;
  margin-left: 0;
}
#procedures-overview .content-column ul li {
  margin-bottom: 1em;
}
#procedures-overview .content-column a {
  color: inherit;
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  #procedures-overview .content-column .vc_column-inner > .wpb_wrapper {
    margin: -3rem 1rem 0;
  }
}
@media screen and (min-width: 768px) {
  #procedures-overview .img-column:first-child {
    text-align: right;
  }
  #procedures-overview .content-column:first-child .vc_column-inner > .wpb_wrapper {
    margin-right: calc(-1 * (3rem + 12%));
  }
  #procedures-overview .content-column:last-child .vc_column-inner > .wpb_wrapper {
    margin-left: calc(-1 * (3rem + 12%));
  }
}
@media screen and (min-width: 1280px) {
  #procedures-overview .list-cols-2 ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    gap: 1em;
  }
}
/* staff cards */
.layout_974 .w-vwrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  background: linear-gradient(90deg, rgba(128, 128, 128, 0.1) 0%, rgba(26, 26, 26, 0.1) 100%);
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0;
  overflow: hidden;
  padding: 1.2em 2em;
}
.layout_974 .w-vwrapper > * {
  color: inherit;
  font-family: var(--font-family);
}
@media screen and (min-width: 1280px) {
  .layout_974 .w-vwrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2em;
    width: 2.8em;
    height: 2.8em;
    background: url("../../../uploads/2026/03/arrow-down.png") center / contain no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .layout_974 .w-grid-item-h:hover .w-vwrapper:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}
#home-team {
  --site-content-width: 1704px;
}
#services-marquee, #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: 500;
  background: #006BC8;
  color: white;
  height: 2.5em;
}
#services-marquee .w-html, #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%;
  }
}
#services-marquee .marquee-inner, #cta-marquee .marquee-inner {
  width: calc(200vw * var(--size-multiplier));
  position: absolute;
  -webkit-animation: marqueeLeft 20s linear infinite;
  animation: marqueeLeft 20s linear infinite;
}
#services-marquee .marquee-inner span, #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;
}
#services-marquee .marquee-inner span .marquee-item, #cta-marquee .marquee-inner span .marquee-item {
  display: inline-block;
  float: left;
}
#services-marquee .marquee-inner span .marquee-item a, #cta-marquee .marquee-inner span .marquee-item a {
  color: inherit;
}
#services-marquee .marquee-inner span .marquee-item img, #cta-marquee .marquee-inner span .marquee-item img {
  height: 1.25em;
  width: 1.25em;
}
@media screen and (min-width: 768px) {
  #services-marquee, #cta-marquee {
    --size-multiplier: 1;
  }
}
#breast-aug-complications {
  --site-content-width: 1704px;
}
#breast-aug-complications .w-hwrapper {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(16em, 1fr));
}
#breast-aug-complications .w-hwrapper > div {
  margin: 0;
  padding: 1.5em 2em;
  background: linear-gradient(90deg, rgba(128, 128, 128, 0.25) 0%, rgba(26, 26, 26, 0.25) 100%);
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: clamp(0.5rem, 2vw, 1.5rem);
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  #breast-aug-complications .w-hwrapper {
    gap: 0;
  }
  #breast-aug-complications .w-hwrapper > div {
    margin: 0 -0.5em;
  }
  #breast-aug-complications .w-hwrapper > div:nth-child(2) {
    margin-top: 15%;
  }
  #breast-aug-complications .w-hwrapper > div:nth-child(3) {
    margin-top: 30%;
  }
}
.gtranslate_wrapper .gt_switcher_wrapper {
  background: rgba(255, 255, 255, 0.25);
  bottom: 1.5rem !important;
  right: 1.5rem !important;
  padding: 0.75rem 1rem;
  border: 1px solid #AAA;
  border-radius: 0.5rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.gtranslate_wrapper .gt_switcher_wrapper a {
  color: black;
}
@media screen and (max-width: 600px) {
  .gtranslate_wrapper .gt_switcher_wrapper {
    /*.gt-current-lang {
			display: none;
		}*/
  }
  .gtranslate_wrapper .gt_switcher_wrapper .glink > span {
    display: none;
  }
}
#gallery-overview .adaptive-grid {
  gap: min(5vw, 5rem);
  grid-template-columns: repeat(auto-fit, minmax(16em, 1fr));
}
#gallery-overview .adaptive-grid > div:nth-child(odd) img {
  border-top-right-radius: clamp(2.5rem, 12vw, 12.5rem);
}
#gallery-overview .adaptive-grid > div:nth-child(even) img {
  border-bottom-left-radius: clamp(2.5rem, 12vw, 12.5rem);
}
#gallery-overview .adaptive-grid .w-vwrapper .wpb_text_column {
  padding: 0 1.5em;
}
#gallery-overview .page-list {
  margin-left: 0;
  list-style-type: none;
}
#gallery-overview .page-list li a {
  color: inherit;
  border-bottom: 1px solid;
}
#gallery-overview .page-list li a:hover {
  color: var(--color-content-primary);
}
#gallery-overview .page-list li.current_page_item > a {
  font-weight: 400;
  color: var(--color-content-link);
}
@media screen and (max-width: 767px) {
  #gallery-overview {
    text-align: center;
  }
}
