html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
svg {
  max-width: 100%;
}

a.tel-link, a.tel-link:link, a.tel-link:visited, a.tel-link:hover, a.tel-link:focus,
a.mail-link,
a.mail-link:link,
a.mail-link:visited,
a.mail-link:hover,
a.mail-link:focus {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  background: none;
  border: 0;
}
a.tel-link,
a.mail-link {
  text-decoration: none;
}
a.tel-link:hover, a.tel-link:focus,
a.mail-link:hover,
a.mail-link:focus {
  text-decoration: underline;
}

a.tel-link {
  white-space: nowrap;
}

a.mail-link {
  overflow-wrap: break-word;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid rgb(57, 163, 209);
  outline-offset: 2px;
}

iframe {
  max-width: 100%;
  border: 0;
}

.thrv_symbol.thrv_header {
  position: sticky;
  top: 0;
  z-index: 90;
}

.tve_wrap_all,
.tve_post_lp,
.tve_flt,
#tve_editor {
  overflow: visible;
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: clip !important;
  }
}
.tcb-logo img {
  height: auto;
}

.thrv_wrapper.tcb-window-width {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: 0;
}

.thrv_widget_menu .tcb-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 79;
}
.thrv_widget_menu.menu-is-open .tcb-menu-overlay {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .thrv_widget_menu .tve_w_menu li.menu-item-has-children:hover > .sub-menu,
  .thrv_widget_menu .tve_w_menu li.menu-item-has-children:focus-within > .sub-menu {
    visibility: visible;
    display: block;
  }
}
.thrv_widget_menu[class*=tve-custom-menu-switch-icon-] .tve_w_menu li.expand-children > .sub-menu {
  display: block;
}
.thrv_widget_menu[class*=tve-custom-menu-switch-icon-].tve-mobile-dropdown ul.tve_w_menu.tve-m-expanded {
  visibility: visible !important;
  display: flex !important;
  flex-direction: column !important;
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
  margin-left: 0 !important;
  overflow: hidden auto !important;
  opacity: 1;
  z-index: 80;
}

.tve_w_menu .menu-item.is-current > a {
  font-weight: 700;
}

body.menu-open {
  overflow: hidden;
}

.contact-row {
  justify-content: center !important;
}
.contact-row > .contact-card {
  flex: 1 1 100% !important;
  width: 100% !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
}

.contact-card .thrv-content-box {
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.contact-card .tve-cb > .thrv_text_element {
  text-align: center;
}
.contact-card .contact-map {
  margin-top: 1.75rem;
}
.contact-card .contact-map iframe {
  display: block;
  width: 100% !important;
  height: 520px;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .contact-card .contact-map iframe {
    height: 320px;
  }
}

@media (min-width: 1024px) {
  .footer-contact-col {
    flex: 0 1 auto !important;
    min-width: 292px !important;
    max-width: none !important;
  }
  .footer-social-col {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-contact-row {
    flex-wrap: wrap !important;
  }
  .footer-contact-col,
  .footer-social-col {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  .footer-social-col {
    margin-top: 1rem;
  }
}
@media print {
  .thrv_widget_menu,
  .tve-m-trigger,
  .tcb-menu-overlay,
  .site-sticky-spacer,
  iframe {
    display: none !important;
  }
  .thrive-symbol-shortcode.is-sticky {
    position: static;
    box-shadow: none;
  }
  body {
    color: #000;
    background: #fff;
  }
  a[href^=http]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    word-break: break-all;
  }
}
