@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 {
  /* method to make sure bg is fixed on safari */
  /*.wpb_text_column a:not(.w-btn) {
	text-decoration: underline;
}
	&.no-touch a[href^="tel:"]:not(.w-btn) {
	cursor: text;
	pointer-events: none;
}*/
}
html body {
  font-size: 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 .l-canvas:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../../../uploads/2025/12/bg-texture-long-shutterstock_1972516931.png") top center / cover;
}
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;
  letter-spacing: 0;
}
.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;
  border: 1px solid;
}
.gform_wrapper .gfield {
  vertical-align: top;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper select {
  border-bottom-width: 1px;
}
.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: black;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label, .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label, .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label, .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  color: black;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before, .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label:before, .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label:before, .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}
/* glass btn */
.us-btn-style_3 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -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 8px 80px 0 rgba(0, 0, 0, 0.2);
  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 8px 80px 0 rgba(0, 0, 0, 0.2);
}
.us-btn-style_3 i {
  color: var(--color-content-primary);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.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;
}
h2 strong {
  font-style: italic;
}
h2 .small {
  display: block;
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  font-style: var(--h4-font-style);
  line-height: var(--h4-line-height);
  color: var(--h4-color);
}
.heading-accent h2 {
  position: relative;
  z-index: 0;
}
.heading-accent h2 strong {
  position: relative;
  z-index: -1;
}
.heading-accent h2 strong:before {
  content: "";
  position: absolute;
  top: -0.25em;
  bottom: -0.25em;
  left: -1.75em;
  right: -2em;
  background: url("../../../uploads/2025/12/heading-accent.svg") center / contain no-repeat;
  z-index: -2;
}
.larger-text {
  font-size: 1.25rem;
  letter-spacing: 0;
}
.xl-text {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  font-style: var(--h5-font-style);
  letter-spacing: 0;
}
.xl-text h2 + p {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  font-style: var(--h4-font-style);
  line-height: var(--h4-line-height);
  color: var(--h4-color);
}
.section-blurb {
  text-align: center;
  max-width: 45rem;
  margin: 0 auto;
}
.section-blurb:not(:last-child) {
  margin-bottom: max(1.5rem, 5%);
}
.round-corners img {
  border-radius: clamp(1rem, 1.5vw, 1.5rem);
}
.w-person.quote-overlay {
  max-width: none;
}
.w-person.quote-overlay .w-person-content {
  text-align: left;
  font-size: var(--h5-font-size);
  bottom: 1.5em;
  left: 1.5em;
  right: 1.5em;
  padding: 0.5em 1em;
  border-radius: 5em;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -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 8px 80px 0 rgba(0, 0, 0, 0.2);
  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 8px 80px 0 rgba(0, 0, 0, 0.2);
}
.w-person.quote-overlay .w-person-content .w-person-name {
  font-weight: var(--h5-font-weight);
  font-style: var(--h5-font-style);
  letter-spacing: 0;
}
.w-person.quote-overlay .w-person-content .w-person-role {
  font-size: min(1rem, 0.7em);
  opacity: 1;
}
.adaptive-grid {
  /* fill row with as many columns as possible with columns having a minimum 16em width */
  display: -ms-grid;
  display: grid;
  gap: min(2.5vw, 2.5rem);
  grid-template-columns: repeat(auto-fit, minmax(16em, 1fr));
}
.adaptive-grid > div {
  margin: 0 !important;
}
.adaptive-grid img {
  border-radius: clamp(1rem, 1.5vw, 1.5rem);
  aspect-ratio: 1.113;
  -o-object-fit: cover;
  object-fit: cover;
}
.adaptive-grid .w-vwrapper .wpb_text_column {
  padding: 0 clamp(1rem, 1.5vw, 1.5rem);
}
.w-tabs.accordion .w-tabs-section {
  border-width: 1px !important;
  border-color: var(--color-content-primary);
  overflow: hidden;
  background: transparent;
  border-radius: clamp(1rem, 1.5vw, 1.5rem);
}
.w-tabs.accordion .w-tabs-section:not(:last-child) {
  margin-bottom: 1rem;
}
.w-tabs.accordion .w-tabs-section-header {
  line-height: 1.2;
  color: var(--color-content-primary);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.w-tabs.accordion .w-tabs-section-title {
  font-size: var(--h5-font-size) !important;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
.no-touch .w-tabs-section-header:hover {
  background: var(--color-content-primary);
  color: white;
}
.no-touch .w-tabs-section-header:focus {
  background: transparent;
}
.w-slider img:not(.rsTmb) {
  border-radius: clamp(1rem, 1.5vw, 1.5rem);
  object-position: 50% 45%;
}
.w-slider .rsThumb {
  border-radius: calc(clamp(1rem, 1.5vw, 1.5rem) * .66);
  overflow: hidden;
}
.w-slider .rsThumb:after {
  border-radius: inherit;
}
.l-header {
  letter-spacing: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  /*&.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.8);
}
.l-header .phone-btn {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 600;
  color: var(--color-content-primary);
}
.l-header .w-socials {
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1;
  color: var(--color-content-primary);
}
.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: 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;
  }
  .l-header .appt-btn:before {
    border-color: transparent;
  }
  .l-header .phone-btn {
    color: inherit;
  }
}
[class*="masthead"] h1 .small {
  display: block;
  font-size: max(1.25rem, 0.42em);
  font-weight: 500;
  font-style: italic;
  margin-top: 0.75em;
}
[class*="masthead"] h1 b {
  font-style: italic;
}
@media screen and (max-width: 767px) {
  [class*="masthead"] .l-section-img {
    top: var(--header-height);
  }
}
.masthead-home {
  background: -webkit-gradient(linear, left top, right top, from(white), to(var(--color-content-primary)));
  background: -o-linear-gradient(left, white, var(--color-content-primary));
  background: linear-gradient(90deg, white, var(--color-content-primary));
}
.masthead-home .vc_column_container:first-child {
  padding-top: 2rem;
}
.masthead-home .logo img {
  width: min(52%, 460px);
}
.masthead-home .dr-cutout {
  margin-bottom: 0 !important;
}
.masthead-home .dr-cutout + .w-btn-wrapper {
  position: absolute;
  bottom: min(7.5rem, 8vw);
  left: 1.5rem;
  right: 1.5rem;
  text-align: center;
  margin: 0;
}
.masthead-home .dr-cutout + .w-btn-wrapper .w-btn {
  font-size: var(--h4-font-size);
}
@media screen and (max-width: 767px) {
  .masthead-home {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .masthead-home .vc_column_container:first-child {
    padding-bottom: min(7.5rem, 8vw);
  }
}
.masthead-internal {
  padding-top: 10%;
  padding-bottom: 10%;
}
.masthead-internal h1 {
  max-width: 9em;
}
[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;
}
@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);
}
#footer-cta .footer_blurb, #footer-cta .footer_blurb ~ div:not(:last-child) {
  max-width: 50rem;
  margin: 0 auto max(1.5rem, 4%);
}
#footer-cta .footer_blurb h2 {
  text-align: center;
}
#footer-cta .card-container {
  background: rgba(26, 26, 26, 0.75);
  border-radius: clamp(1rem, 1.5vw, 1.5rem);
  margin: 0;
  overflow: hidden;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
#footer-cta .form-column {
  color: white;
}
#footer-cta .form-column h3 {
  color: inherit;
}
#footer-cta .form-column > .vc_column-inner {
  padding: max(1.5rem, 10%);
}
#footer-cta .location-column > .vc_column-inner {
  padding: 0;
}
#footer-cta .location-column > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer-cta .location-column [class*="--box"] {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50%;
}
#footer-cta .location-column .map--box {
  position: relative;
}
#footer-cta .location-column .map--box .w-image-h {
  height: 100%;
  display: block;
}
#footer-cta .location-column .map--box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#footer-cta .location-column .map--box: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-cta .location-column .description--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 1.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--color-content-secondary))), url("../../../uploads/2025/12/office-entrance.jpg") center / cover no-repeat;
  background: -o-linear-gradient(top, transparent 0%, var(--color-content-secondary) 100%), url("../../../uploads/2025/12/office-entrance.jpg") center / cover no-repeat;
  background: linear-gradient(180deg, transparent 0%, var(--color-content-secondary) 100%), url("../../../uploads/2025/12/office-entrance.jpg") center / cover no-repeat;
  background-blend-mode: multiply;
  color: white;
}
@media screen and (max-width: 767px) {
  #footer-cta .l-section-img {
    display: none;
  }
}
#footer-main {
  text-align: center;
}
#footer-main h3 {
  font-size: 1.25rem;
  font-style: normal;
}
#footer-main .hours-table {
  max-width: 15em;
  margin: 0 auto;
}
#footer-main .hours-table .note {
  font-size: 0.8em;
  font-weight: 400;
  font-style: italic;
  margin-top: 1em;
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
#testimonial-carousel h2 {
  text-align: center;
  max-width: 10em;
  margin: 0 auto 1em;
}
.best-of-logos {
  display: -ms-grid;
  display: grid;
  gap: min(2vw, 2rem);
  grid-template-columns: repeat(auto-fill, minmax(6rem, 1fr));
}
.best-of-logos > div {
  margin: 0 !important;
}
.partnership-grid {
  display: -ms-grid;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, 1fr);
}
.partnership-grid > div {
  margin: 0 !important;
}
.partnership-grid img {
  border-radius: clamp(1rem, 1.5vw, 1.5rem);
  aspect-ratio: 1.9174311927;
  -o-object-fit: cover;
  object-fit: cover;
}
