
:root {
  --local-blue: #00568c;
  --local-light-blue: #129fda;
  --local-green: #79b82a;
  --local-card: #eef3f6;
  --local-text: #263640;
}

body.local-faithful-capture {
  color: var(--local-text);
  background: #fff;
}

.local-topbar-shell,
.local-topbar-shell *,
.local-footer-shell,
.local-footer-shell * {
  visibility: visible !important;
  opacity: 1 !important;
  filter: none !important;
  clip-path: none !important;
}

.local-faithful-capture .et-l--header {
  display: block !important;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
  min-height: 58px !important;
  height: auto !important;
  overflow: visible !important;
}

.local-faithful-capture .et-l--footer {
  display: block !important;
  position: relative !important;
  z-index: 1;
  background: #fff !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.local-topbar-shell .ct_builder_inner_content {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

.local-topbar {
  display: flex !important;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  width: 100% !important;
  max-width: none !important;
  min-height: 58px;
  background: #fff !important;
  padding: 8px 22px !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.local-topbar-logo {
  display: inline-flex !important;
  align-items: center;
  text-decoration: none;
}

.local-desktop-links {
  display: flex !important;
  gap: 24px;
  align-items: center;
  margin-left: auto;
  margin-right: 6px;
}

.local-desktop-links a {
  color: #203541;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: color .2s ease;
}

.local-desktop-links a:hover {
  color: var(--local-light-blue);
}

.local-topbar-icons {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.local-topbar-icons a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--local-blue);
  background: #f0f6f9;
  border: 1px solid #d8e8ef;
  font-weight: 900;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.local-topbar-icons a:hover {
  color: #fff;
  background: var(--local-light-blue);
}

.local-topbar-icons .local-phone-link {
  width: auto;
  min-width: 132px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--local-blue);
  border-color: var(--local-blue);
  color: #fff;
  font-size: 13px;
}

.local-menu-panel {
  display: none !important;
  background: #fff;
  border-top: 1px solid #dbe7ec;
  padding: 10px 22px 18px;
}

.local-menu-open .local-menu-panel,
.local-menu-panel.local-menu-visible {
  display: grid !important;
  gap: 10px;
}

.local-menu-panel a {
  color: #203541;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.local-logo-text {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--local-blue);
  line-height: .95;
  font-family: "Jost", roboto, Arial, sans-serif;
  transform: translateY(1px);
}

.local-logo-box {
  border: 3px solid var(--local-light-blue);
  border-radius: 4px;
  font-weight: 800;
  font-size: 14px;
  padding: 4px 3px 3px;
  letter-spacing: 0;
}

.local-logo-text strong,
.local-logo-text em {
  display: block;
  font-style: normal;
  letter-spacing: 0;
  white-space: nowrap;
}

.local-logo-text strong {
  font-size: 18px;
  font-weight: 800;
}

.local-logo-text em {
  font-size: 11px;
  font-weight: 800;
  color: #003f70;
}

.local-faithful-capture .cpb_menu__logo img,
.local-faithful-capture .cpb_image_wrap img[src=""] {
  display: none !important;
}

.local-hero {
  min-height: 83vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: var(--hero-image) !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 0 !important;
}

.local-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
}

.local-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.local-hero-copy h1 {
  color: #fff;
  font-family: "Jost", roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 58px;
  line-height: .95;
  margin: 0 0 8px;
  letter-spacing: 0;
}

.local-hero-copy h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 22px;
  letter-spacing: 0;
}

.local-btn,
.local-faithful-capture .cpb_button.local-btn {
  display: inline-block;
  padding: 9px 22px !important;
  border: 2px solid var(--local-light-blue) !important;
  border-radius: 999px !important;
  background: var(--local-light-blue) !important;
  color: #fff !important;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2 !important;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.local-btn:hover {
  background: var(--local-green) !important;
  border-color: var(--local-green) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.local-intro {
  padding: 120px 0 80px !important;
  background: #fff !important;
}

.local-intro .cpb_text_inner h2,
.local-detail h2,
.local-contact-page h2 {
  font-family: "Jost", roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.05;
  color: #263640;
  letter-spacing: 0;
}

.local-intro p,
.local-detail p,
.local-contact-page p {
  font-size: 16px;
  line-height: 1.65;
}

.local-media-frame {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #edf3f6;
  overflow: hidden;
}

.local-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.local-card-section {
  padding: 30px 0 110px !important;
  background: #fff !important;
}

.local-card-section .cpb_text_inner h2,
.local-spotlight-heading h2 {
  font-family: "Jost", roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #1d2e38;
  border-bottom: 1px solid #9fb0b9;
  padding-bottom: 14px;
  margin-bottom: 28px;
  letter-spacing: 0;
}

.local-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.local-card {
  background: var(--local-card) !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  float: none !important;
  clear: none !important;
  transform: none !important;
}

.local-grid .local-card *,
.local-grid .local-card a,
.local-grid .local-card p,
.local-grid .local-card h2 {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}

.local-card .post-media-container {
  height: 190px;
  background: #edf3f6;
  overflow: hidden;
  width: 100% !important;
}

.local-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.local-card .post-content {
  padding: 28px 26px 26px !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  width: auto !important;
  max-width: none !important;
}

.local-card .entry-title,
.local-card .entry-title a {
  display: block !important;
  color: #243540 !important;
  font-size: 22px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: 0;
}

.local-card p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  width: auto !important;
}

.local-card .post-data {
  flex: 1 1 auto;
}

.local-card .local-btn {
  align-self: flex-start;
  margin-top: auto;
}

.local-focus-section {
  background: #eef3f6 !important;
  padding: 86px 0 !important;
}

.local-focus-section .cpb_row {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.35fr);
  gap: 34px;
  align-items: stretch;
}

.local-focus-lead {
  background: #fff;
  border-left: 6px solid var(--local-light-blue);
  padding: 38px;
}

.local-kicker {
  margin: 0 0 10px;
  color: var(--local-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.local-focus-lead h2 {
  color: #172a35 !important;
  font-family: "Jost", roboto, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 16px;
}

.local-focus-lead h2 a {
  color: inherit;
  text-decoration: none;
}

.local-focus-lead p {
  color: #31454f !important;
  font-size: 16px;
  line-height: 1.6;
}

.local-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.local-focus-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  background: #fff;
  border: 1px solid #d9e5ea;
  color: #243540;
  padding: 26px;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.local-focus-card:hover {
  border-color: var(--local-light-blue);
  box-shadow: 0 18px 40px rgba(0, 86, 140, .12);
  transform: translateY(-3px);
}

.local-focus-card span {
  color: var(--local-blue);
  font-family: "Jost", roboto, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 12px;
}

.local-focus-card p {
  color: #31454f;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.local-locations-section {
  background: #0f2430 !important;
  padding: 92px 0 !important;
}

.local-locations-section .cpb_row {
  display: grid !important;
  grid-template-columns: minmax(240px, .4fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.local-section-heading h2 {
  color: #fff;
  font-family: "Jost", roboto, Arial, sans-serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  line-height: 1;
  margin: 0 0 18px;
}

.local-section-heading p {
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.55;
}

.local-locations-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.local-location-card {
  position: relative;
  display: block;
  min-height: 210px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #172a35;
}

.local-location-card img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  display: block;
  filter: saturate(1.08) contrast(1.02) brightness(.78);
  transition: transform .28s ease, filter .28s ease;
}

.local-location-card span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  color: #fff;
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 0 2px 14px rgba(0,0,0,.52);
}

.local-location-card:hover img {
  filter: saturate(1.14) contrast(1.08) brightness(.92);
  transform: scale(1.05);
}

.local-contact-band {
  padding: 120px 0 !important;
  background: #fff !important;
}

.local-contact-band .cpb_text_inner,
.local-contact-band h2,
.local-contact-band p {
  color: #243540 !important;
}

.local-contact-band h2 {
  font-family: "Jost", roboto, Arial, sans-serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 900;
  line-height: 1.05;
}

.local-contact-card,
.local-side-panel {
  background: #eef3f6;
  padding: 34px;
  color: #243540;
}

.local-contact-card a,
.local-side-panel a {
  color: var(--local-blue);
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.local-side-panel {
  position: sticky;
  top: 90px;
}

.local-rich-body p {
  margin: 0 0 18px;
}

.local-rich-body .faq-block {
  background: #eef3f6;
  border-left: 5px solid var(--local-blue);
  margin-top: 34px;
  padding: 28px;
}

.local-rich-body .faq-block h2 {
  margin-top: 0;
}

.local-rich-body .faq-block details {
  background: #fff;
  border: 1px solid #d8e4ea;
  margin: 10px 0;
  padding: 14px 16px;
}

.local-rich-body .faq-block summary {
  color: #1d2e38;
  cursor: pointer;
  font-weight: 900;
}

.local-rich-body .faq-block details p {
  margin: 10px 0 0;
}

.local-contact-page,
.local-detail {
  padding: 100px 0 !important;
  background: #fff !important;
}

.local-form {
  display: grid;
  gap: 14px;
  background: #eef3f6;
  padding: 34px;
}

.local-form input,
.local-form textarea {
  width: 100%;
  border: 1px solid #d9e0e4;
  background: #fff;
  padding: 13px 14px;
  font: inherit;
}

.local-form textarea {
  min-height: 140px;
}

.local-form button {
  justify-self: start;
  border: 0;
  border-radius: 999px;
  background: var(--local-light-blue);
  color: #fff;
  padding: 10px 24px;
  font-weight: 900;
}

.local-footer {
  display: block !important;
  background: #fff !important;
  padding: 0 24px 38px !important;
}

.local-footer-line {
  height: 1px;
  background: #bccbd3;
  max-width: 1180px;
  margin: 0 auto 28px;
}

.local-footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 1.15fr repeat(4, minmax(0, 1fr));
  gap: 34px;
  align-items: start;
}

.local-footer h3 {
  color: #243540;
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 9px;
}

.local-footer p,
.local-footer a {
  display: block;
  color: #52636d;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.local-footer a:hover {
  color: var(--local-blue);
}

.local-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 20px 0 12px;
}

.local-footer-map-cell {
  grid-column: 1 / -1;
  border-top: 1px solid #dce7ec;
  padding-top: 22px;
}

.local-map-embed {
  width: 100%;
  overflow: hidden;
  background: #eef3f6;
}

.local-map-embed iframe {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
}

@media (max-width: 980px) {
  .local-topbar {
    min-height: 46px;
    padding: 6px 10px !important;
  }

  .local-desktop-links {
    display: none !important;
  }

  .local-topbar-icons .local-phone-link {
    display: none;
  }

  .local-hero {
    min-height: 93vh;
  }

  .local-hero-copy h1 {
    font-size: 38px;
  }

  .local-hero-copy h2 {
    font-size: 14px;
  }

  .local-intro {
    padding: 80px 0 50px !important;
  }

  .local-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .local-card {
    min-height: 0;
  }

  .local-card .post-media-container,
  .local-card img {
    height: 210px;
  }

  .local-focus-section .cpb_row,
  .local-locations-section .cpb_row {
    grid-template-columns: 1fr;
  }

  .local-logo-text strong {
    font-size: 13px;
  }

  .local-logo-text em {
    font-size: 9px;
  }

  .local-footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .local-focus-grid,
  .local-locations-grid {
    grid-template-columns: 1fr;
  }

  .local-side-panel {
    position: static;
  }
}

/* === BRAND-LOGO-IMG === */
.brand-logo {
  height: 42px;
  width: auto;
  max-width: 320px;
  display: block;
}
.local-footer-brand .brand-logo {
  margin-bottom: 14px;
}
@media (max-width: 860px) {
  .brand-logo {
    height: 34px;
  }
}
