@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --hwbw-primary: #2d96d3;
  --hwbw-primary-dark: #1a84b2;
  --hwbw-secondary: #7abb43;
  --hwbw-secondary-dark: #629640;
  --hwbw-red: #8b191b;
  --hwbw-accent: #faa61a;
  --hwbw-dark: #231f20;
  --hwbw-charcoal: #3d3d3d;
  --hwbw-light: #F8F9FA;
  --hwbw-white: #FFFFFF;
  --hwbw-muted: #818281;
  --hwbw-blue: #2b3b4c;
  --hwbw-violet: #232b83;
  --hwbw-text: #3d3d3d;
  --bs-border-radius: 0.2rem;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #3d3d3d;
  background-color: #E7E7E7;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Domine", Georgia, serif;
}

a {
  color: #2d96d3;
}
a:hover {
  color: #1a84b2;
}

.btn-primary {
  --bs-btn-bg: #2d96d3;
  --bs-btn-border-color: #2d96d3;
  --bs-btn-hover-bg: #1a84b2;
  --bs-btn-hover-border-color: #1a84b2;
  --bs-btn-active-bg: #1a84b2;
}

.btn-outline-primary {
  --bs-btn-color: #2d96d3;
  --bs-btn-border-color: #2d96d3;
  --bs-btn-hover-bg: #2d96d3;
  --bs-btn-hover-border-color: #2d96d3;
  --bs-btn-active-bg: #2d96d3;
  --bs-btn-active-border-color:#2d96d3;
}

.btn-secondary {
  --bs-btn-bg: #7abb43;
  --bs-btn-border-color: #7abb43;
  --bs-btn-hover-bg: #629640;
  --bs-btn-hover-border-color: #629640;
  --bs-btn-active-bg: #629640;
}

.btn-outline-secondary {
  --bs-btn-color: #7abb43;
  --bs-btn-border-color: #7abb43;
  --bs-btn-hover-bg: #7abb43;
  --bs-btn-hover-border-color: #7abb43;
  --bs-btn-active-bg: #7abb43;
  --bs-btn-active-border-color:#7abb43;
}

.bg-primary {
  background-color: #2d96d3 !important;
}

.bg-secondary {
  background-color: #7abb43 !important;
}

.text-primary {
  color: #2d96d3 !important;
}

.text-secondary {
  color: #7abb43 !important;
}

.visually-hidden-focusable:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 9999;
}

.entry-content > * + * {
  margin-top: 1.25rem;
}

.p-10 {
  padding: 6rem !important;
}

.pt-10 {
  padding-top: 6rem !important;
}

.pb-10 {
  padding-bottom: 6rem !important;
}

.ps-10 {
  padding-inline-start: 6rem !important;
}

.pe-10 {
  padding-inline-end: 6rem !important;
}

.px-10 {
  padding-inline: 6rem !important;
}

.py-10 {
  padding-block: 6rem !important;
}

.m-10 {
  margin: 6rem !important;
}

.mt-10 {
  margin-top: 6rem !important;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

.ms-10 {
  margin-inline-start: 6rem !important;
}

.me-10 {
  margin-inline-end: 6rem !important;
}

.mx-10 {
  margin-inline: 6rem !important;
}

.my-10 {
  margin-block: 6rem !important;
}

@media (min-width: 576px) {
  .pt-sm-10 {
    padding-top: 6rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 6rem !important;
  }
  .py-sm-10 {
    padding-block: 6rem !important;
  }
  .mt-sm-10 {
    margin-top: 6rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 6rem !important;
  }
  .my-sm-10 {
    margin-block: 6rem !important;
  }
}
@media (min-width: 768px) {
  .pt-md-10 {
    padding-top: 6rem !important;
  }
  .pb-md-10 {
    padding-bottom: 6rem !important;
  }
  .py-md-10 {
    padding-block: 6rem !important;
  }
  .mt-md-10 {
    margin-top: 6rem !important;
  }
  .mb-md-10 {
    margin-bottom: 6rem !important;
  }
  .my-md-10 {
    margin-block: 6rem !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-10 {
    padding-top: 6rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 6rem !important;
  }
  .py-lg-10 {
    padding-block: 6rem !important;
  }
  .mt-lg-10 {
    margin-top: 6rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 6rem !important;
  }
  .my-lg-10 {
    margin-block: 6rem !important;
  }
}
@media (min-width: 1200px) {
  .pt-xl-10 {
    padding-top: 6rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 6rem !important;
  }
  .py-xl-10 {
    padding-block: 6rem !important;
  }
  .mt-xl-10 {
    margin-top: 6rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 6rem !important;
  }
  .my-xl-10 {
    margin-block: 6rem !important;
  }
}
@media (min-width: 1400px) {
  .pt-xxl-10 {
    padding-top: 6rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 6rem !important;
  }
  .py-xxl-10 {
    padding-block: 6rem !important;
  }
  .mt-xxl-10 {
    margin-top: 6rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 6rem !important;
  }
  .my-xxl-10 {
    margin-block: 6rem !important;
  }
}
.pre-header a {
  text-decoration: none;
  transition: color 0.15s ease;
}
.pre-header a:hover {
  color: #faa61a !important;
}

.site-header {
  z-index: 1030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
.site-header.is-visible {
  transform: translateY(0);
}
.site-header.at-top {
  position: relative;
  transform: none;
}
.site-header .navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.site-header .custom-logo,
.site-header .navbar-brand img {
  display: block;
  height: 70px;
  width: auto;
  max-width: 300px;
}

.hwbw-desktop-nav .navbar-nav > .nav-item > .nav-link {
  padding: 0.5rem 0.875rem;
  color: #231f20;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.15s ease;
  white-space: nowrap;
}
.hwbw-desktop-nav .navbar-nav > .nav-item > .nav-link:hover, .hwbw-desktop-nav .navbar-nav > .nav-item > .nav-link:focus {
  color: #2d96d3;
}
.hwbw-desktop-nav .navbar-nav > .nav-item > .nav-link.active {
  color: #2d96d3;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  min-width: 200px;
}
.dropdown-menu .dropdown-item {
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  color: #3d3d3d;
  transition: background-color 0.1s ease, color 0.1s ease;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: rgba(45, 150, 211, 0.06);
  color: #2d96d3;
}

.has-mega-menu {
  position: static !important;
}

.mega-trigger .mega-chevron {
  display: inline-block;
  transition: transform 0.2s ease;
  vertical-align: middle;
  margin-left: 3px;
  margin-bottom: 2px;
}
.mega-trigger[aria-expanded=true] .mega-chevron {
  transform: rotate(180deg);
}

.mega-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #FFFFFF;
  border-top: 3px solid #2d96d3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.12);
  z-index: 1029;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s 0.3s;
}
.has-mega-menu.is-open .mega-panel {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s 0s;
}

.mega-col {
  padding: 0.25rem 2rem 0.25rem 0;
}

.mega-col__heading {
  font-family: "Domine", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #231f20;
  margin-bottom: 0.5rem;
}

.mega-col__heading-link {
  color: inherit;
  text-decoration: none;
}
.mega-col__heading-link:hover {
  color: #2d96d3;
}

.mega-col__sub .mega-col__sub-item {
  margin-bottom: 0.125rem;
}
.mega-col__sub .mega-col__sub-link {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.3rem 0;
  color: #3d3d3d;
  text-decoration: none;
  font-size: 0.9125rem;
  transition: color 0.15s ease, padding-left 0.15s ease;
}
.mega-col__sub .mega-col__sub-link:hover {
  color: #2d96d3;
  padding-left: 4px;
}

.mega-col__lone-link {
  display: block;
  color: #3d3d3d;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.45rem 0;
  transition: color 0.15s ease;
}
.mega-col__lone-link:hover {
  color: #2d96d3;
}

.mega-col--widget {
  background: rgba(248, 249, 250, 0.6);
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0 0.5rem 0.5rem 0;
  padding: 1rem 1.5rem;
}
.mega-col--widget .widget {
  margin-bottom: 0;
}

.mega-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.15em 0.5em;
  border-radius: 999px;
  background-color: #faa61a;
  color: #FFFFFF;
  vertical-align: middle;
  line-height: 1.4;
}

.hwbw-mobile-offcanvas {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(340px, 90vw);
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.hwbw-mobile-offcanvas.show {
  visibility: visible;
  transform: translateX(0);
}
.hwbw-mobile-offcanvas .offcanvas-header .custom-logo,
.hwbw-mobile-offcanvas .offcanvas-header img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 180px;
}

.mob-nav {
  width: 100%;
}
.mob-nav .mob-nav__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mob-nav .mob-nav__row {
  display: flex;
  align-items: stretch;
}
.mob-nav .mob-nav__link {
  display: block;
  flex: 1;
  padding: 0.875rem 1.25rem;
  color: #231f20;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.mob-nav .mob-nav__link:hover, .mob-nav .mob-nav__link:focus {
  color: #2d96d3;
  background-color: rgba(45, 150, 211, 0.04);
}
.mob-nav .mob-nav__link.active {
  color: #2d96d3;
  font-weight: 600;
}
.mob-nav .mob-nav__link.mob-nav__link--sub {
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 0.625rem 1.25rem 0.625rem 1.75rem;
  color: #3d3d3d;
}
.mob-nav .mob-nav__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  flex-shrink: 0;
  background: none;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  color: #818281;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.mob-nav .mob-nav__toggle svg {
  transition: transform 0.25s ease;
}
.mob-nav .mob-nav__toggle:not(.collapsed) svg {
  transform: rotate(180deg);
}
.mob-nav .mob-nav__toggle:hover {
  color: #2d96d3;
  background-color: rgba(45, 150, 211, 0.04);
}
.mob-nav .mob-nav__sub,
.mob-nav .mob-nav__deep {
  background: rgba(0, 0, 0, 0.02);
}
.mob-nav .mob-nav__sub .mob-nav__item,
.mob-nav .mob-nav__deep .mob-nav__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.mob-nav .mob-nav__sub .mob-nav__item:last-child,
.mob-nav .mob-nav__deep .mob-nav__item:last-child {
  border-bottom: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.icon-left::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.icon-canada.icon {
  background-image: url("../images/icon-canada.svg");
}
.icon-canada.icon-left::before {
  background-image: url("../images/icon-canada.svg");
}

.icon-hear.icon {
  background-image: url("../images/icon-hear.svg");
}
.icon-hear.icon-left::before {
  background-image: url("../images/icon-hear.svg");
}

.icon-location.icon {
  background-image: url("../images/icon-location.svg");
}
.icon-location.icon-left::before {
  background-image: url("../images/icon-location.svg");
}

.icon-phone.icon {
  background-image: url("../images/icon-phone.svg");
}
.icon-phone.icon-left::before {
  background-image: url("../images/icon-phone.svg");
}

.alignfull {
  margin-left: calc(-1 * var(--wp--style--root--padding-left, 0px));
  margin-right: calc(-1 * var(--wp--style--root--padding-right, 0px));
  width: calc(100% + var(--wp--style--root--padding-left, 0px) + var(--wp--style--root--padding-right, 0px));
  max-width: none;
}

.alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) and (max-width: calc(768px - 0.02px)) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100%;
  }
}
.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}
.wp-block-buttons.is-vertical {
  flex-direction: column;
}
.wp-block-buttons.is-vertical.is-content-justification-center {
  align-items: center;
}
.wp-block-buttons.is-vertical.is-content-justification-right {
  align-items: flex-end;
}
.wp-block-buttons.is-vertical.is-content-justification-left {
  align-items: flex-start;
}

.wp-block-button.is-style-pill .wp-block-button__link {
  border-radius: 999px;
}

.wp-block-button.is-style-link-arrow .wp-block-button__link {
  background: none;
  border: none;
  color: #2d96d3;
  padding: 0;
  text-decoration: underline;
}
.wp-block-button.is-style-link-arrow .wp-block-button__link::after {
  content: " →";
}

.wp-block-image.is-style-rounded img {
  border-radius: 0.5rem;
}

.wp-block-image.is-style-circle img {
  border-radius: 50%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-image.is-style-shadow img {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

.wp-block-separator.is-style-wide {
  max-width: 100%;
}

.wp-block-group.is-style-card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
  padding: 1.5rem;
  background: #FFFFFF;
}

.wp-block-group.is-style-card-shadow {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  padding: 1.5rem;
  background: #FFFFFF;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}

.wp-block-columns.is-style-no-gap {
  gap: 0 !important;
}

.wp-block-heading.is-style-underline-accent {
  border-bottom: 3px solid #faa61a;
  padding-bottom: 0.25rem;
  display: inline-block;
}

.wp-block-pullquote.is-style-accent-border {
  border-color: #faa61a;
  border-width: 4px;
}

.site-footer {
  background-color: #FFFFFF;
}
.site-footer .widget-title {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover {
  color: #2d96d3;
}
.site-footer #menu-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.site-footer #menu-footer > li {
  flex: 0 0 auto;
  padding: 0 1em;
}
.site-footer #menu-footer > li > a {
  font-weight: 600;
  font-size: 0.95rem;
  color: #231f20;
  display: block;
  margin-bottom: 0.5rem;
}
.site-footer #menu-footer > li > .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer #menu-footer > li > .sub-menu li a {
  font-weight: 400;
  font-size: 0.875rem;
  color: #818281;
  display: block;
  padding: 0.45rem 0;
}
.site-footer #menu-footer > li > .sub-menu li a:hover {
  color: #2d96d3;
}
@media (max-width: calc(768px - 0.02px)) {
  .site-footer #menu-footer {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.entry-content, .entry-header {
  margin: 0.5em;
  background-color: #FFFFFF;
}

.content-block-row, .content-block-outer {
  border: 0.25em solid #E7E7E7;
}

.content-block {
  background-color: #FFFFFF;
  border: 0.25em solid #E7E7E7;
  padding: 1.5rem;
  margin: 0;
}

.border-x-0 {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

.border-x-1 {
  border-left: 0.125em solid #E7E7E7;
  border-right: 0.125em solid #E7E7E7;
}

.border-x-2 {
  border-left: 0.25em solid #E7E7E7;
  border-right: 0.25em solid #E7E7E7;
}

.border-y-0 {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}

.link-arrow {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
}
.link-arrow::after {
  content: "→";
  display: inline-block;
  transition: transform 0.2s ease;
}
.link-arrow:hover::after {
  transform: translateX(4px);
}

.inner-content {
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .col-lg-4 > .inner-content--end {
    max-width: calc(1400px * 4 / 12);
    margin-left: auto;
  }
  .col-lg-4 > .inner-content--start {
    max-width: calc(1400px * 4 / 12);
    margin-right: auto;
  }
  .col-lg-5 > .inner-content--end {
    max-width: calc(1400px * 5 / 12);
    margin-left: auto;
  }
  .col-lg-5 > .inner-content--start {
    max-width: calc(1400px * 5 / 12);
    margin-right: auto;
  }
  .col-lg-6 > .inner-content--end {
    max-width: calc(1400px * 6 / 12);
    margin-left: auto;
  }
  .col-lg-6 > .inner-content--start {
    max-width: calc(1400px * 6 / 12);
    margin-right: auto;
  }
  .col-lg-7 > .inner-content--end {
    max-width: calc(1400px * 7 / 12);
    margin-left: auto;
  }
  .col-lg-7 > .inner-content--start {
    max-width: calc(1400px * 7 / 12);
    margin-right: auto;
  }
  .col-lg-8 > .inner-content--end {
    max-width: calc(1400px * 8 / 12);
    margin-left: auto;
  }
  .col-lg-8 > .inner-content--start {
    max-width: calc(1400px * 8 / 12);
    margin-right: auto;
  }
  .col-lg-9 > .inner-content--end {
    max-width: calc(1400px * 9 / 12);
    margin-left: auto;
  }
  .col-lg-9 > .inner-content--start {
    max-width: calc(1400px * 9 / 12);
    margin-right: auto;
  }
  .col-lg-10 > .inner-content--end {
    max-width: calc(1400px * 10 / 12);
    margin-left: auto;
  }
  .col-lg-10 > .inner-content--start {
    max-width: calc(1400px * 10 / 12);
    margin-right: auto;
  }
  .col-lg-11 > .inner-content--end {
    max-width: calc(1400px * 11 / 12);
    margin-left: auto;
  }
  .col-lg-11 > .inner-content--start {
    max-width: calc(1400px * 11 / 12);
    margin-right: auto;
  }
  .col-lg-12 > .inner-content--end {
    max-width: calc(1400px * 12 / 12);
    margin-left: auto;
  }
  .col-lg-12 > .inner-content--start {
    max-width: calc(1400px * 12 / 12);
    margin-right: auto;
  }
}
.gform_wrapper .gfield_label,
.gform_wrapper .gform-field-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  color: #231f20;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .ginput_complex legend {
  font-weight: 400;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=url],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper select,
.gform_wrapper textarea {
  background-color: #F8F9FA;
  border: 1px solid #818281;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  color: #3d3d3d;
  width: 100%;
  transition: border-color 0.15s ease;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  outline: none;
  border-color: #2d96d3;
  box-shadow: 0 0 0 2px rgba(45, 150, 211, 0.15);
}
.gform_wrapper input[type=text]::-moz-placeholder, .gform_wrapper input[type=email]::-moz-placeholder, .gform_wrapper input[type=tel]::-moz-placeholder, .gform_wrapper input[type=url]::-moz-placeholder, .gform_wrapper input[type=number]::-moz-placeholder, .gform_wrapper input[type=password]::-moz-placeholder, .gform_wrapper select::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
  color: #818281;
}
.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper input[type=url]::placeholder,
.gform_wrapper input[type=number]::placeholder,
.gform_wrapper input[type=password]::placeholder,
.gform_wrapper select::placeholder,
.gform_wrapper textarea::placeholder {
  color: #818281;
}
.gform_wrapper textarea {
  min-height: 160px;
  resize: vertical;
}
.gform_wrapper .gfield {
  margin-bottom: 1rem;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  font-weight: 400;
  font-size: 0.95rem;
  color: #3d3d3d;
}
.gform_wrapper input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #818281;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5rem;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.gform_wrapper input[type=checkbox]:checked {
  background-color: #2d96d3;
  border-color: #2d96d3;
}
.gform_wrapper input[type=submit],
.gform_wrapper .gform_button {
  display: block;
  width: 100%;
  padding: 0.875rem 2rem;
  background-color: #2d96d3;
  color: #FFFFFF;
  border: none;
  border-radius: 0.375rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-top: 0.5rem;
}
.gform_wrapper input[type=submit]:hover,
.gform_wrapper .gform_button:hover {
  background-color: #1a84b2;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
  border-color: #8b191b;
}
.gform_wrapper .validation_message {
  color: #8b191b;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}
.gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}

.gform-compact .gform_wrapper.gravity-theme .gfield_label,
.gform-compact .gform_wrapper.gravity-theme .gform-field-label {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}
.gform-compact .gform_wrapper.gravity-theme input[type=text],
.gform-compact .gform_wrapper.gravity-theme input[type=email],
.gform-compact .gform_wrapper.gravity-theme input[type=tel],
.gform-compact .gform_wrapper.gravity-theme input[type=url],
.gform-compact .gform_wrapper.gravity-theme input[type=number],
.gform-compact .gform_wrapper.gravity-theme input[type=password],
.gform-compact .gform_wrapper.gravity-theme select,
.gform-compact .gform_wrapper.gravity-theme textarea {
  padding: 0.45rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.375rem;
}
.gform-compact .gform_wrapper.gravity-theme textarea {
  min-height: 100px;
}
.gform-compact .gform_wrapper.gravity-theme .gfield {
  margin-bottom: 0.65rem;
}
.gform-compact .gform_wrapper.gravity-theme .gfield_checkbox label,
.gform-compact .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 0.8rem;
}
.gform-compact .gform_wrapper.gravity-theme input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  margin-right: 0.35rem;
}
.gform-compact .gform_wrapper.gravity-theme input[type=submit],
.gform-compact .gform_wrapper.gravity-theme .gform_button {
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  margin-top: 0.25rem;
  width: auto;
}
.gform-compact .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 0;
}

.hwbw-locations-search, .hwbw-locations-map, .hwbw-locations-list, .hwbw-locations-content {
  border: 0.25em solid #E7E7E7;
}

.hwbw-locations-search .input-group-text {
  color: #818281;
}
.hwbw-locations-search .form-control:focus {
  border-color: #2d96d3;
  box-shadow: 0 0 0 0.2rem rgba(45, 150, 211, 0.15);
}

.hwbw-locations-map {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: #FFFFFF;
}

.hwbw-locations-list {
  background: #FFFFFF;
}
@media (min-width: 992px) {
  .hwbw-locations-list {
    height: calc(100vh - 200px);
    min-height: 500px;
    display: flex;
    flex-direction: column;
  }
}

.hwbw-locations-list__scroll {
  overflow-y: auto;
  flex: 1;
}
@media (min-width: 992px) {
  .hwbw-locations-list__scroll {
    max-height: calc(100vh - 245px);
  }
}

.hwbw-location-item {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.hwbw-location-item:hover {
  background-color: rgba(45, 150, 211, 0.04);
}
.hwbw-location-item.is-active {
  background-color: rgba(45, 150, 211, 0.08);
  border-left: 3px solid #2d96d3;
}

.hwbw-location-item__thumb {
  width: 80px;
  height: 60px;
  display: block;
}
.hwbw-location-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}

.hwbw-location-item__title {
  font-family: "Domine", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  line-height: 1.3;
}
.hwbw-location-item__title a {
  color: #231f20;
  text-decoration: none;
}
.hwbw-location-item__title a:hover {
  color: #2d96d3;
}

.hwbw-location-item__address {
  font-size: 0.8125rem;
  color: #818281;
  margin: 0 0 0.125rem;
}

.hwbw-location-item__phone {
  font-size: 0.8125rem;
  margin: 0 0 0.25rem;
}
.hwbw-location-item__phone a {
  color: #3d3d3d;
  text-decoration: none;
}
.hwbw-location-item__phone a:hover {
  color: #2d96d3;
}

.hwbw-locations-pager {
  position: sticky;
  bottom: 0;
  background: #FFFFFF;
}

.gm-style-iw {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.hwbw-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.25em 0.75em;
  border-radius: 999px;
  white-space: nowrap;
}
.hwbw-status-badge::before {
  content: "";
  display: inline-block;
  width: 0.55em;
  height: 0.55em;
  border-radius: 50%;
  flex-shrink: 0;
}

.hwbw-status--open {
  color: #1a6e38;
  background: #d4edda;
}
.hwbw-status--open::before {
  background: #2d8a4e;
}

.hwbw-status--closed {
  color: #7b2020;
  background: #f8d7da;
}
.hwbw-status--closed::before {
  background: #c0392b;
}

.hwbw-status--closing-soon {
  color: #7a4100;
  background: #ffecd0;
}
.hwbw-status--closing-soon::before {
  background: #e67e22;
  animation: hwbw-pulse 1.5s infinite;
}

.hwbw-status--lunch {
  color: #818281;
  background: #E7E7E7;
}
.hwbw-status--lunch::before {
  background: #818281;
}

@keyframes hwbw-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.hwbw-location-hero {
  background: linear-gradient(135deg, #2d96d3 0%, #1a84b2 100%);
  color: #FFFFFF;
  padding: 3rem 0;
}

.hwbw-location-hero__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
}

.hwbw-location-hero__address {
  opacity: 0.85;
}

.hwbw-location-hero__phone a, .hwbw-location-hero__email a {
  color: #FFFFFF;
  font-size: 1.1rem;
  text-decoration: none;
}
.hwbw-location-hero__phone a:hover, .hwbw-location-hero__email a:hover {
  text-decoration: underline;
}

.hwbw-hours-table {
  width: 100%;
}
.hwbw-hours-table tr.is-today td {
  font-weight: 600;
}
.hwbw-hours-table tr.is-today td:first-child::after {
  content: " ◀";
  font-size: 0.7em;
  opacity: 0.5;
}
.hwbw-hours-table td {
  padding: 0.35rem 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.hwbw-hours-table tr:last-child td {
  border-bottom: none;
}
.hwbw-hours-table td:first-child {
  width: 7rem;
}
.hwbw-hours-table .hwbw-hours--closed {
  color: #818281;
}

.hwbw-map-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.hwbw-map-wrap iframe,
.hwbw-map-wrap .hwbw-single-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hwbw-staff-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.hwbw-staff-card__photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.hwbw-staff-card__photo-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #E7E7E7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #818281;
  flex-shrink: 0;
}

.hwbw-staff-card__name {
  font-weight: 600;
  margin-bottom: 0.1rem;
}

.hwbw-staff-card__title {
  color: #2d96d3;
  font-size: 0.875rem;
}

.hwbw-staff-card__bio {
  font-size: 0.875rem;
  color: #3d3d3d;
  margin-top: 0.5rem;
}

.hwbw-reviews-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.hwbw-rating-score {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #231f20;
}

.hwbw-rating-stars {
  color: #faa61a;
  font-size: 1.2rem;
}

.hwbw-rating-count {
  color: #818281;
  font-size: 0.875rem;
}

.hwbw-review-card {
  background: #F8F9FA;
  border: 1px solid #E7E7E7;
  border-radius: 0.5rem;
  padding: 1.25rem;
  height: 100%;
}

.hwbw-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hwbw-review-author {
  font-weight: 600;
  font-size: 0.9rem;
}

.hwbw-review-date {
  font-size: 0.78rem;
  color: #818281;
}

.hwbw-review-stars {
  color: #faa61a;
  font-size: 0.9rem;
}

.hwbw-review-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #3d3d3d;
  margin-top: 0.5rem;
}

.hwbw-review-toggle {
  font-size: 0.8rem;
  cursor: pointer;
  color: #2d96d3;
  border: none;
  background: none;
  padding: 0;
}/*# sourceMappingURL=theme.css.map */