/* GHHNA site-wide redesign, August 2026 */

:root {
  --ghhna-forest: #173f36;
  --ghhna-forest-deep: #0f3028;
  --ghhna-forest-2: #20584b;
  --ghhna-green: #249b76;
  --ghhna-mint: #dbeae4;
  --ghhna-sky: #dcebed;
  --ghhna-paper: #fbfcfa;
  --ghhna-surface: #f2f6f4;
  --ghhna-ink: #1b2b27;
  --ghhna-muted: #5e6d67;
  --ghhna-line: #d7e1dc;
  --ghhna-red: #a63e36;
  --ghhna-gold: #c3923e;
  --ghhna-white: #ffffff;
  --ghhna-shadow: 0 18px 46px rgba(15, 48, 40, 0.11);
  --ghhna-home-hero-image: url("https://ghhna.org/resources/Pictures/ghhna-aerial-hero.png");
}

html {
  scroll-behavior: smooth;
}

body:is(.publicContentView, .memberContentView) {
  margin: 0;
  background: var(--ghhna-paper);
  color: var(--ghhna-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

body:is(.publicContentView, .memberContentView) *,
body:is(.publicContentView, .memberContentView) *::before,
body:is(.publicContentView, .memberContentView) *::after {
  box-sizing: border-box;
}

body:is(.publicContentView, .memberContentView) img {
  max-width: 100%;
  height: auto;
}

body:is(.publicContentView, .memberContentView) a {
  color: var(--ghhna-forest-2);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body:is(.publicContentView, .memberContentView) a:hover,
body:is(.publicContentView, .memberContentView) a:focus {
  color: var(--ghhna-red);
}

body:is(.publicContentView, .memberContentView) h1,
body:is(.publicContentView, .memberContentView) h2,
body:is(.publicContentView, .memberContentView) h3,
body:is(.publicContentView, .memberContentView) h4,
body:is(.publicContentView, .memberContentView) h5,
body:is(.publicContentView, .memberContentView) h6 {
  margin-top: 0;
  color: var(--ghhna-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 760;
  line-height: 1.18;
  letter-spacing: 0;
}

body:is(.publicContentView, .memberContentView) h1 {
  font-size: 44px;
}

body:is(.publicContentView, .memberContentView) h2 {
  font-size: 32px;
}

body:is(.publicContentView, .memberContentView) h3 {
  font-size: 23px;
}

body:is(.publicContentView, .memberContentView) p,
body:is(.publicContentView, .memberContentView) li {
  color: var(--ghhna-ink);
}

body:is(.publicContentView, .memberContentView) .container_12 {
  width: min(1200px, calc(100% - 64px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body:is(.publicContentView, .memberContentView) .s1_grid_12,
body:is(.publicContentView, .memberContentView) .s2_grid_12,
body:is(.publicContentView, .memberContentView) .s3_grid_12 {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Header */
body:is(.publicContentView, .memberContentView) .zoneHeader1 {
  background: var(--ghhna-white);
  border-bottom: 1px solid var(--ghhna-line);
}

body:is(.publicContentView, .memberContentView) #idHeaderContentHolder > div {
  padding: 14px 0;
}

body:is(.publicContentView, .memberContentView) #idHeaderContentHolder .WaLayoutTable > tbody > tr > .WaLayoutItem {
  vertical-align: middle;
}

body:is(.publicContentView, .memberContentView) #site-logo,
body:is(.publicContentView, .memberContentView) #site-logo .gadgetStyleBody {
  padding: 0 !important;
}

body:is(.publicContentView, .memberContentView) #site-logo img {
  display: block;
  width: min(320px, 100%);
  margin: 0;
}

body:is(.publicContentView, .memberContentView) .WaGadgetLoginButton .loginBoxLinkContainer,
body:is(.publicContentView, .memberContentView) .WaGadgetLoginButton .loginBoxProfileLink,
body:is(.publicContentView, .memberContentView) .WaGadgetLoginButton .loginBoxChangePassword,
body:is(.publicContentView, .memberContentView) .WaGadgetLoginButton .loginBoxLogout {
  font-size: 14px;
}

body:is(.publicContentView, .memberContentView) .WaGadgetSiteSearch .searchBoxField {
  width: 100%;
  min-height: 40px;
  padding: 9px 42px 9px 13px;
  border: 1px solid #bdcbc5;
  border-radius: 4px;
  background: var(--ghhna-white);
  color: var(--ghhna-ink);
  font: inherit;
}

body:is(.publicContentView, .memberContentView) #membership-header-buttons {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin-top: 0 !important;
}

body:is(.publicContentView, .memberContentView) #membership-header-buttons a,
body:is(.publicContentView, .memberContentView) .loginBoxLinkButton,
body:is(.publicContentView, .memberContentView) .stylizedButton,
body:is(.publicContentView, .memberContentView) input[type="submit"],
body:is(.publicContentView, .memberContentView) button:not(.menuButton) {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px !important;
  border: 1px solid var(--ghhna-forest) !important;
  border-radius: 6px !important;
  background: var(--ghhna-forest) !important;
  color: var(--ghhna-white) !important;
  font: inherit;
  font-weight: 700;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(15, 48, 40, 0.1);
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body:is(.publicContentView, .memberContentView) #membership-header-buttons a:first-child {
  border-color: var(--ghhna-green) !important;
  background: var(--ghhna-mint) !important;
  color: var(--ghhna-forest) !important;
}

body:is(.publicContentView, .memberContentView) #membership-header-buttons a:hover,
body:is(.publicContentView, .memberContentView) #membership-header-buttons a:focus,
body:is(.publicContentView, .memberContentView) .loginBoxLinkButton:hover,
body:is(.publicContentView, .memberContentView) .stylizedButton:hover,
body:is(.publicContentView, .memberContentView) input[type="submit"]:hover,
body:is(.publicContentView, .memberContentView) button:not(.menuButton):hover {
  border-color: var(--ghhna-red) !important;
  background: var(--ghhna-red) !important;
  color: var(--ghhna-white) !important;
  box-shadow: 0 9px 22px rgba(15, 48, 40, 0.16);
  transform: translateY(-1px);
}

/* Main navigation */
body:is(.publicContentView, .memberContentView) .zoneHeader2 {
  position: sticky;
  z-index: 120;
  top: 0;
  background: var(--ghhna-forest);
  box-shadow: 0 4px 18px rgba(16, 41, 35, 0.14);
}

body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .menuBackground {
  display: none;
}

body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .menuInner {
  background: transparent !important;
}

body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel {
  display: flex;
  min-height: 56px;
  align-items: stretch;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: var(--ghhna-forest) !important;
}

body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li {
  display: flex;
  align-items: stretch;
  margin: 0;
  background: transparent !important;
}

body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item > a {
  display: flex;
  min-height: 56px;
  align-items: center;
  padding: 0 22px;
  border: 0;
  background: transparent !important;
  color: var(--ghhna-white) !important;
  font-size: 14px;
  font-weight: 720;
  letter-spacing: 0;
  text-decoration: none;
}

body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item > a:hover,
body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item > a:focus,
body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li.sel > .item > a {
  background: var(--ghhna-forest-2);
  color: var(--ghhna-white);
  box-shadow: inset 0 -4px 0 var(--ghhna-gold);
}

body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .secondLevel {
  overflow: hidden;
  min-width: 220px;
  border: 1px solid var(--ghhna-line);
  border-radius: 0 0 6px 6px;
  background: var(--ghhna-white);
  box-shadow: var(--ghhna-shadow);
}

body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .secondLevel a {
  display: block;
  padding: 11px 15px;
  color: var(--ghhna-ink);
  text-decoration: none;
}

body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .secondLevel a:hover,
body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .secondLevel a:focus {
  background: var(--ghhna-mint);
  color: var(--ghhna-forest);
}

/* Shared page rhythm */
body:is(.publicContentView, .memberContentView):not(#PAGEID_7738) .zoneHeader3,
body:is(.publicContentView, .memberContentView):not(#PAGEID_7738) .zoneContent {
  background: var(--ghhna-paper);
}

body:is(.publicContentView, .memberContentView):not(#PAGEID_7738) .zoneHeader3 {
  border-bottom: 1px solid var(--ghhna-line);
}

body:is(.publicContentView, .memberContentView):not(#PAGEID_7738) .zoneHeader3 > .container_12,
body:is(.publicContentView, .memberContentView):not(#PAGEID_7738) .zoneContent > .container_12 {
  padding-top: 58px;
  padding-bottom: 58px;
}

body:is(.publicContentView, .memberContentView) .gadgetStyleBody > h1:first-child,
body:is(.publicContentView, .memberContentView) .gadgetStyleBody > h2:first-child {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 16px;
}

body:is(.publicContentView, .memberContentView) .gadgetStyleBody > h1:first-child::after,
body:is(.publicContentView, .memberContentView) .gadgetStyleBody > h2:first-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background: var(--ghhna-gold);
  content: "";
}

body:is(.publicContentView, .memberContentView) iframe {
  max-width: 100%;
  border-radius: 6px !important;
}

body:is(.publicContentView, .memberContentView) input[type="text"],
body:is(.publicContentView, .memberContentView) input[type="email"],
body:is(.publicContentView, .memberContentView) input[type="tel"],
body:is(.publicContentView, .memberContentView) input[type="password"],
body:is(.publicContentView, .memberContentView) input[type="number"],
body:is(.publicContentView, .memberContentView) select,
body:is(.publicContentView, .memberContentView) textarea {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #b8c7c1;
  border-radius: 6px;
  background: var(--ghhna-white);
  color: var(--ghhna-ink);
  font: inherit;
}

body:is(.publicContentView, .memberContentView) input:focus,
body:is(.publicContentView, .memberContentView) select:focus,
body:is(.publicContentView, .memberContentView) textarea:focus,
body:is(.publicContentView, .memberContentView) a:focus-visible,
body:is(.publicContentView, .memberContentView) button:focus-visible {
  outline: 3px solid rgba(195, 146, 62, 0.42);
  outline-offset: 2px;
}

/* Home hero */
body#PAGEID_7738 .zoneHeader3 {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  min-height: 0;
  background-color: var(--ghhna-forest);
  background-image: var(--ghhna-home-hero-image);
  background-position: center 48%;
  background-size: cover;
}

body#PAGEID_7738 .zoneHeader3::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(8, 34, 28, 0.54);
  content: "";
  pointer-events: none;
}

body#PAGEID_7738 .zoneHeader3 > .container_12,
body#PAGEID_7738 .zoneHeader3 #id_Fg9VYDa,
body#PAGEID_7738 .zoneHeader3 #id_gIYpese,
body#PAGEID_7738 .zoneHeader3 #id_HquIprP,
body#PAGEID_7738 .zoneHeader3 #id_HquIprP .gadgetStyleBody {
  position: static !important;
}

body#PAGEID_7738 #id_7u25P8k {
  display: none !important;
}

body#PAGEID_7738 #id_Fg9VYDa {
  margin: 0 !important;
}

body#PAGEID_7738 #id_Fg9VYDa > .WaLayoutTable,
body#PAGEID_7738 #id_Fg9VYDa > .WaLayoutTable > tbody,
body#PAGEID_7738 #id_Fg9VYDa > .WaLayoutTable > tbody > tr {
  display: block;
  width: 100%;
}

body#PAGEID_7738 #id_gIYpese {
  display: block;
  width: min(820px, 100%) !important;
  padding: 64px 0 58px;
  background: transparent !important;
}

body#PAGEID_7738 #id_gIYpese .gadgetStyleBody {
  overflow: visible !important;
  padding: 0 !important;
}

body#PAGEID_7738 #id_HquIprP {
  background: transparent !important;
}

body#PAGEID_7738 .ghhna-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  pointer-events: none;
}

body#PAGEID_7738 #id_HquIprP::before {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 17px;
  color: #f3d79f;
  content: "Greater Harmony Hills, San Antonio, TX";
  font-size: 15px;
  font-weight: 780;
  letter-spacing: 0;
}

body#PAGEID_7738 #id_HquIprP h3 {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 24px;
  color: var(--ghhna-white) !important;
  font-size: 0;
  line-height: 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

body#PAGEID_7738 #id_HquIprP h3::after {
  display: block;
  color: var(--ghhna-white);
  content: "Greater Harmony Hills Neighborhood Association";
  font-size: 56px;
  font-weight: 780;
  line-height: 1.04;
}

body#PAGEID_7738 #id_HquIprP h3 font,
body#PAGEID_7738 #id_HquIprP p font {
  color: inherit !important;
}

body#PAGEID_7738 #id_HquIprP p {
  position: relative;
  z-index: 2;
  max-width: 690px;
  margin: 0;
  color: #e8f1ed !important;
  font-size: 18px;
  line-height: 1.58;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

body#PAGEID_7738 #id_HquIprP p + p {
  margin-top: 14px;
}

body#PAGEID_7738 #id_HquIprP .ghhna-hero-detail {
  max-width: 760px;
  font-size: 16px;
}

body#PAGEID_7738 #id_HquIprP .ghhna-hero-cta {
  max-width: 760px;
  color: #f3d79f !important;
  font-size: 17px;
  font-weight: 760;
}

body#PAGEID_7738 #id_YYn4YTT,
body#PAGEID_7738 #id_ZJNDU6x,
body#PAGEID_7738 #id_pa3AcPM {
  display: none !important;
}

/* Home sections */
body#PAGEID_7738 .zoneHeader4 {
  background: var(--ghhna-white);
}

body#PAGEID_7738 .zoneHeader4 > .container_12 {
  padding-top: 72px;
  padding-bottom: 72px;
}

body#PAGEID_7738 #id_Header3 > div {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 24px;
  align-items: stretch;
}

body#PAGEID_7738 #id_vUz8HTP {
  grid-column: 1 / 9;
  width: auto !important;
  max-width: none;
  margin: 0 !important;
  padding: 10px 44px 54px 0;
  text-align: left;
}

body#PAGEID_7738 #id_vUz8HTP .gadgetStyleBody {
  padding: 0 !important;
}

body#PAGEID_7738 #id_vUz8HTP h1 {
  margin-bottom: 18px;
  color: var(--ghhna-forest);
  font-size: 42px;
}

body#PAGEID_7738 #id_vUz8HTP h3 {
  color: var(--ghhna-muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

body#PAGEID_7738 #id_eLwawlI,
body#PAGEID_7738 #id_moi3Opy {
  margin: 0 !important;
}

body#PAGEID_7738 #id_eLwawlI {
  grid-column: 9 / 13;
}

body#PAGEID_7738 #id_moi3Opy {
  grid-column: 1 / 4;
  padding: 46px 22px 42px 0;
}

body#PAGEID_7738 #id_eLwawlI .gadgetStyleBody > div,
body#PAGEID_7738 #id_moi3Opy .gadgetStyleBody > div {
  margin: 0 !important;
  padding: 30px 26px !important;
  border: 0 !important;
  border-left: 4px solid var(--ghhna-gold) !important;
  border-radius: 0 !important;
  background: var(--ghhna-surface) !important;
}

body#PAGEID_7738 #id_eLwawlI .gadgetStyleBody,
body#PAGEID_7738 #id_eLwawlI .gadgetStyleBody > div {
  height: 100%;
}

body#PAGEID_7738 #id_moi3Opy .gadgetStyleBody > div {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body#PAGEID_7738 #id_eLwawlI h2,
body#PAGEID_7738 #id_moi3Opy h2 {
  color: var(--ghhna-ink) !important;
  font-size: 27px !important;
}

body#PAGEID_7738 #id_JniEYgs {
  grid-column: 4 / 13;
  height: 410px !important;
  padding: 28px 0 42px;
  border-top: 1px solid var(--ghhna-line);
  border-bottom: 1px solid var(--ghhna-line);
  background: var(--ghhna-white);
}

body#PAGEID_7738 #id_JniEYgs .gadgetStyleBody {
  height: 340px !important;
  padding: 0 !important;
}

body#PAGEID_7738 #camera_wrap_JniEYgs,
body#PAGEID_7738 #camera_wrap_JniEYgs .camera_fakehover,
body#PAGEID_7738 #camera_wrap_JniEYgs .camera_target,
body#PAGEID_7738 #camera_wrap_JniEYgs .cameraCont,
body#PAGEID_7738 #camera_wrap_JniEYgs .cameraSlide,
body#PAGEID_7738 #camera_wrap_JniEYgs .camerarelative,
body#PAGEID_7738 #camera_wrap_JniEYgs .camera_overlayer,
body#PAGEID_7738 #camera_wrap_JniEYgs .camera_target_content,
body#PAGEID_7738 #camera_wrap_JniEYgs .cameraContents,
body#PAGEID_7738 #camera_wrap_JniEYgs .cameraContent,
body#PAGEID_7738 #camera_wrap_JniEYgs .camera_link {
  height: 330px !important;
}

body#PAGEID_7738 #camera_wrap_JniEYgs {
  margin-bottom: 0 !important;
  background: var(--ghhna-white);
}

body#PAGEID_7738 #camera_wrap_JniEYgs .cameraSlide img.imgLoaded {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: var(--ghhna-white);
}

body#PAGEID_7738 #camera_wrap_JniEYgs .camera_prev,
body#PAGEID_7738 #camera_wrap_JniEYgs .camera_next {
  top: calc(50% - 18px) !important;
  border-radius: 50%;
  background-color: var(--ghhna-forest) !important;
}

body#PAGEID_7738 #camera_wrap_JniEYgs .camera_bar {
  display: none !important;
}

body#PAGEID_7738 #camera_wrap_JniEYgs > div[data-src*="w5oaBIu8X4YHIay2.jpg"] {
  display: none !important;
}

body#PAGEID_7738 #id_yoBNXCJ {
  grid-column: 1 / -1;
  width: 100% !important;
  max-width: 1120px;
  margin: 60px auto 0 !important;
}

body#PAGEID_7738 #id_yoBNXCJ iframe {
  width: 100% !important;
  height: min(900px, 75vh) !important;
  border: 1px solid var(--ghhna-line) !important;
  box-shadow: var(--ghhna-shadow);
}

body#PAGEID_7738 #id_yoBNXCJ .gadgetStyleBody {
  padding: 0 !important;
}

.ghhna-eyebrow {
  margin: 0 0 10px !important;
  color: #8a5a16 !important;
  font-size: 13px !important;
  font-weight: 780 !important;
}

.ghhna-updates {
  padding: 42px 0 48px;
  border-top: 4px solid var(--ghhna-gold);
}

.ghhna-section-heading {
  max-width: 820px;
}

.ghhna-section-heading h2,
.ghhna-safety h2,
.ghhna-lions h2 {
  margin: 0 0 14px !important;
  color: var(--ghhna-forest) !important;
  font-size: 36px !important;
  line-height: 1.18 !important;
}

.ghhna-section-heading > p:last-child,
.ghhna-meeting-copy,
.ghhna-safety-copy > p:last-child,
.ghhna-lions-copy > p {
  color: #40514b !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.ghhna-meeting-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0;
  border-top: 1px solid var(--ghhna-line);
  border-bottom: 1px solid var(--ghhna-line);
}

.ghhna-meeting-fact {
  min-width: 0;
  padding: 22px 24px;
  border-right: 1px solid var(--ghhna-line);
}

.ghhna-meeting-fact:first-child {
  padding-left: 0;
}

.ghhna-meeting-fact:last-child {
  padding-right: 0;
  border-right: 0;
}

.ghhna-meeting-fact span,
.ghhna-meeting-fact strong {
  display: block;
}

.ghhna-meeting-fact span {
  margin-bottom: 6px;
  color: var(--ghhna-muted);
  font-size: 13px;
  font-weight: 700;
}

.ghhna-meeting-fact strong {
  color: var(--ghhna-ink);
  font-size: 16px;
  line-height: 1.45;
}

.ghhna-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 12px;
}

.ghhna-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px !important;
  border: 1px solid var(--ghhna-forest) !important;
  border-radius: 4px !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
}

.ghhna-button-primary {
  background: var(--ghhna-forest) !important;
  color: var(--ghhna-white) !important;
}

.ghhna-button-secondary {
  background: var(--ghhna-white) !important;
  color: var(--ghhna-forest) !important;
}

.ghhna-button:hover,
.ghhna-button:focus-visible {
  border-color: var(--ghhna-gold) !important;
  background: var(--ghhna-gold) !important;
  color: #17251f !important;
}

.ghhna-member-note {
  margin: 10px 0 0 !important;
  color: var(--ghhna-muted) !important;
  font-size: 14px !important;
}

.ghhna-safety {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 42px;
  align-items: center;
  padding: 36px 40px;
  border-radius: 6px;
  background: var(--ghhna-forest-deep);
}

.ghhna-safety .ghhna-eyebrow {
  color: #f0cf91 !important;
}

.ghhna-safety h2,
.ghhna-safety-copy > p:last-child {
  color: var(--ghhna-white) !important;
}

.ghhna-officer-contact {
  display: grid;
  gap: 8px;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.ghhna-officer-contact strong {
  color: var(--ghhna-white);
  font-size: 19px;
}

.ghhna-officer-contact a {
  color: #dcebe5 !important;
  font-size: 15px !important;
  overflow-wrap: anywhere;
}

.ghhna-lions {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  margin: 0;
  padding: 48px 0 42px;
  border-top: 1px solid var(--ghhna-line);
  border-bottom: 1px solid var(--ghhna-line);
}

.ghhna-lions-image img {
  display: block;
  width: 100%;
  max-height: 275px;
  border: 1px solid var(--ghhna-line);
  border-radius: 4px;
  background: var(--ghhna-white);
  content: url("https://ghhna.org/resources/Pictures/northside-lions-club-2026.png?v=20260808");
  object-fit: contain;
}

.ghhna-text-link {
  color: var(--ghhna-forest) !important;
  font-weight: 750 !important;
  text-decoration: underline !important;
  text-decoration-color: var(--ghhna-gold) !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px;
}

body#PAGEID_7738 .zoneContent {
  padding: 0;
  background: var(--ghhna-paper);
}

body#PAGEID_7738 .zoneContent > .container_12 {
  padding-top: 0;
  padding-bottom: 72px;
}

body#PAGEID_7738 .board-card {
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 58px 0 24px !important;
  border: 0 !important;
  border-top: 1px solid var(--ghhna-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none;
  font-family: inherit !important;
}

body#PAGEID_7738 .board-title {
  margin-bottom: 30px !important;
  color: var(--ghhna-forest) !important;
  font-size: 34px !important;
  letter-spacing: 0 !important;
}

body#PAGEID_7738 .board-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 30px !important;
  padding: 0 !important;
  color: var(--ghhna-ink) !important;
  font-size: 16px !important;
}

body#PAGEID_7738 .board-item {
  min-height: 86px;
  padding: 17px 0;
  border-bottom: 1px solid var(--ghhna-line);
}

body#PAGEID_7738 .board-name {
  color: var(--ghhna-forest);
  font-size: 17px;
}

body#PAGEID_7738 .board-footer {
  margin: 34px 0 0 !important;
  color: var(--ghhna-muted) !important;
}

/* About */
body#PAGEID_18052 .zoneHeader3 > .container_12 {
  max-width: 960px;
}

body#PAGEID_18052 #id_uX9QzpM .gadgetStyleBody {
  display: flex;
  flex-direction: column;
  padding: 0;
}

body#PAGEID_18052 #id_uX9QzpM .gadgetStyleBody::before {
  display: block;
  order: 2;
  width: 100%;
  aspect-ratio: 3 / 1;
  margin: 4px 0 38px;
  border: 1px solid rgba(15, 48, 40, 0.12);
  border-radius: 6px;
  background: url("/resources/Pictures/GreyOakDrtoWest.jpg") center 48% / cover no-repeat;
  box-shadow: 0 18px 42px rgba(15, 48, 40, 0.12);
  content: "";
}

body#PAGEID_18052 #id_uX9QzpM h2 {
  order: 1;
  max-width: 780px;
  font-size: 46px;
}

body#PAGEID_18052 #id_uX9QzpM p {
  order: 3;
  max-width: 820px;
  margin: 0 0 22px;
  color: #33443e;
  font-size: 18px;
}

body#PAGEID_18052 #id_uX9QzpM p:empty {
  display: none;
}

/* Newsletter */
body#PAGEID_18056 .zoneHeader3 > .container_12 {
  padding-bottom: 28px;
}

body#PAGEID_18056 #id_j5aFWZd h1 {
  margin: 0 !important;
  color: var(--ghhna-forest) !important;
  font-size: 44px !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body#PAGEID_18056 .zoneHeader4 > .container_12 {
  padding-bottom: 64px;
}

body#PAGEID_18056 #id_qsmGsqO .gadgetStyleBody > div {
  max-width: 1040px !important;
  margin: 0 auto !important;
}

body#PAGEID_18056 #id_qsmGsqO .gadgetStyleBody > div > div:first-child {
  margin-bottom: 28px !important;
  padding: 28px !important;
  border: 1px solid var(--ghhna-line);
  border-radius: 6px;
  background: var(--ghhna-surface) !important;
  box-shadow: none !important;
  text-align: left !important;
}

body#PAGEID_18056 #id_qsmGsqO h2 {
  color: var(--ghhna-forest) !important;
  font-size: 31px !important;
  letter-spacing: 0 !important;
}

body#PAGEID_18056 #id_qsmGsqO iframe {
  height: min(950px, 78vh) !important;
  border: 1px solid var(--ghhna-line) !important;
  box-shadow: var(--ghhna-shadow);
}

.ghhna-news-current {
  padding-bottom: 54px;
  border-bottom: 1px solid var(--ghhna-line);
}

.ghhna-news-intro {
  max-width: 760px;
  margin-bottom: 26px;
}

.ghhna-news-intro h2,
.ghhna-news-archive h2 {
  margin: 0 0 12px !important;
  color: var(--ghhna-forest) !important;
  font-size: 32px !important;
}

.ghhna-news-intro p,
.ghhna-news-archive > p {
  color: var(--ghhna-muted) !important;
  font-size: 17px !important;
}

.ghhna-news-viewer {
  width: 100%;
  height: min(920px, 76vh);
  border: 1px solid var(--ghhna-line);
  background: var(--ghhna-surface);
  box-shadow: 0 12px 34px rgba(15, 48, 40, 0.09);
}

.ghhna-news-archive {
  padding: 44px 0 8px;
}

.ghhna-archive-list {
  margin: 26px 0 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--ghhna-line);
  list-style: none !important;
}

.ghhna-archive-list li {
  margin: 0 !important;
  border-bottom: 1px solid var(--ghhna-line);
}

.ghhna-archive-list a {
  display: grid !important;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 76px;
  color: var(--ghhna-ink) !important;
  text-decoration: none !important;
}

.ghhna-archive-list time {
  color: var(--ghhna-muted);
  font-size: 14px;
}

.ghhna-archive-list strong {
  color: var(--ghhna-forest);
  font-size: 17px;
}

.ghhna-archive-list span {
  color: #8a5a16;
  font-weight: 750;
}

.ghhna-archive-list a:hover strong,
.ghhna-archive-list a:focus-visible strong {
  color: #8a5a16;
}

/* Events */
body#PAGEID_18055 .zoneHeader3 > .container_12 {
  padding-top: 52px;
  padding-bottom: 68px;
}

body#PAGEID_18055 .WaGadgetEvents .pageTitleOuterContainer {
  margin-bottom: 28px;
}

body#PAGEID_18055 .WaGadgetEvents .pageTitle,
body#PAGEID_18055 .WaGadgetEvents .pageTitle h1 {
  color: var(--ghhna-forest);
  font-size: 44px;
}

body#PAGEID_18055 .WaGadgetEvents .sectionTitle {
  position: relative;
  margin: 0 0 38px !important;
  padding-bottom: 17px;
  color: var(--ghhna-forest) !important;
  font-size: 46px !important;
  font-weight: 760 !important;
  line-height: 1.1 !important;
}

body#PAGEID_18055 .WaGadgetEvents .sectionTitle::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background: var(--ghhna-gold);
  content: "";
}

body#PAGEID_18055 .WaGadgetEvents .pageViewSwitcherOuterContainer {
  margin-bottom: 32px;
  padding: 12px 16px;
  border: 1px solid var(--ghhna-line);
  border-radius: 4px;
  background: var(--ghhna-surface);
}

body#PAGEID_18055 .WaGadgetEvents .pageViewSwitcherOuterContainer a {
  color: var(--ghhna-forest) !important;
  font-weight: 700;
  text-decoration: none !important;
}

body#PAGEID_18055 .WaGadgetEvents .boxesList {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body#PAGEID_18055 .WaGadgetEvents .boxesListItem {
  margin: 0 0 28px !important;
  padding: 30px 32px !important;
  border: 0 !important;
  border-left: 4px solid var(--ghhna-gold) !important;
  border-radius: 6px;
  background: var(--ghhna-surface) !important;
}

body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxOuterContainer,
body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxContainer,
body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxHeaderOuterContainer,
body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxHeaderContainer,
body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxBodyOuterContainer,
body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxBodyContainer,
body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxFooterOuterContainer,
body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxFooterContainer {
  border: 0 !important;
  background: transparent !important;
}

body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxHeaderTitle,
body#PAGEID_18055 .WaGadgetEvents .boxesListItem .eventDetailsLink {
  color: var(--ghhna-forest) !important;
  font-size: 31px !important;
  font-weight: 760 !important;
  line-height: 1.18 !important;
  text-decoration: none !important;
}

body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxBodyOuterContainer {
  margin-top: 22px;
  padding-top: 24px;
  border-top: 1px solid var(--ghhna-line) !important;
}

body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxBodyInfoOuterContainer {
  width: 32% !important;
  padding-right: 28px;
}

body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxBodyContentOuterContainer {
  width: 68% !important;
  padding-left: 30px;
  border-left: 1px solid var(--ghhna-line);
}

body#PAGEID_18055 .WaGadgetEvents .boxesListItem .eventInfoBoxLabel {
  color: var(--ghhna-muted) !important;
  font-size: 13px !important;
  font-weight: 700;
}

body#PAGEID_18055 .WaGadgetEvents .boxesListItem .footerEventDetailsLink {
  color: var(--ghhna-forest) !important;
  font-weight: 750;
  text-decoration-color: var(--ghhna-gold) !important;
  text-underline-offset: 4px;
}

body#PAGEID_18055 .WaGadgetEvents .pastEventsOuterContainer,
body#PAGEID_18055 .WaGadgetEvents .pastEventsContainer,
body#PAGEID_18055 .WaGadgetEvents .pastEventsContainer > div {
  border: 0 !important;
  background: transparent !important;
}

body#PAGEID_18055 .WaGadgetEvents .pastEventsOuterContainer h3,
body#PAGEID_18055 .WaGadgetEvents .pastEventsContainer h3 {
  color: var(--ghhna-forest) !important;
  font-size: 28px !important;
}

body#PAGEID_18055 .WaGadgetEvents .pastEventsList {
  width: 100%;
  border-collapse: collapse;
}

body#PAGEID_18055 .WaGadgetEvents .pastEventsList td {
  padding: 15px 12px;
  border-bottom: 1px solid var(--ghhna-line);
  vertical-align: top;
}

body#PAGEID_18055 .WaGadgetEvents .pastEventsList tr:hover td {
  background: var(--ghhna-surface);
}

/* Bylaws and governance documents */
body#PAGEID_18051 .zoneHeader3 > .container_12 {
  padding-bottom: 30px;
}

body#PAGEID_18051 .zoneHeader4 > .container_12 {
  padding-bottom: 68px;
}

body#PAGEID_18051 iframe {
  width: 100% !important;
  height: min(950px, 78vh) !important;
  border: 1px solid var(--ghhna-line) !important;
  box-shadow: var(--ghhna-shadow);
}

.ghhna-governance {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 0 68px;
}

.ghhna-governance-intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.ghhna-governance-intro h1 {
  margin: 0 0 14px !important;
  color: var(--ghhna-forest) !important;
  font-size: 42px !important;
  line-height: 1.16 !important;
}

.ghhna-governance-intro p:last-child,
.ghhna-member-review p,
.ghhna-adopted-bylaws > p {
  color: var(--ghhna-muted) !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}

.ghhna-member-review {
  margin-bottom: 46px;
  padding: 34px 38px;
  border-radius: 6px;
  background: var(--ghhna-forest-deep);
}

.ghhna-member-review .ghhna-eyebrow {
  color: #f0cf91 !important;
}

.ghhna-member-review h2 {
  margin: 0 0 12px !important;
  color: var(--ghhna-white) !important;
  font-size: 29px !important;
}

.ghhna-member-review p {
  max-width: 760px;
  color: #e7efec !important;
}

.ghhna-member-review .ghhna-button-primary {
  border-color: var(--ghhna-white) !important;
  background: var(--ghhna-white) !important;
  color: var(--ghhna-forest) !important;
}

.ghhna-member-review .ghhna-button-secondary {
  border-color: #dcebe5 !important;
  background: transparent !important;
  color: var(--ghhna-white) !important;
}

.ghhna-adopted-bylaws {
  padding-top: 4px;
}

.ghhna-adopted-bylaws h2 {
  margin: 0 0 10px !important;
  color: var(--ghhna-forest) !important;
  font-size: 30px !important;
}

.ghhna-adopted-bylaws iframe {
  margin-top: 24px;
}

/* Contact */
body#PAGEID_7742 .zoneContent > .container_12 {
  padding-top: 54px;
  padding-bottom: 68px;
}

body#PAGEID_7742 #id_cOOWAjh h1 {
  margin-bottom: 38px;
  color: var(--ghhna-forest);
}

body#PAGEID_7742 #id_dh2JBLb > .WaLayoutTable {
  border-collapse: separate;
  border-spacing: 0;
}

body#PAGEID_7742 #id_jSqRHPH {
  padding: 0 42px 0 0;
}

body#PAGEID_7742 #id_to5PJn2 p {
  margin: 0 0 17px !important;
  color: #33443e;
  font-size: 17px;
  line-height: 1.6 !important;
}

body#PAGEID_7742 #id_to5PJn2 font {
  color: inherit !important;
  font: inherit !important;
}

body#PAGEID_7742 #id_f93UDZD iframe {
  width: 100% !important;
  min-height: 360px;
  border: 1px solid var(--ghhna-line) !important;
  box-shadow: var(--ghhna-shadow);
}

.ghhna-contact-safety {
  margin-bottom: 24px;
  padding: 28px;
  border-radius: 6px;
  background: var(--ghhna-forest-deep);
}

.ghhna-contact-safety .ghhna-eyebrow {
  color: #f0cf91 !important;
}

.ghhna-contact-safety h2 {
  margin: 0 0 10px !important;
  color: var(--ghhna-white) !important;
  font-size: 25px !important;
}

.ghhna-contact-safety p {
  margin: 0 0 18px !important;
  color: #e7efec !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.ghhna-contact-safety address {
  display: grid;
  gap: 7px;
  color: var(--ghhna-white);
  font-style: normal;
}

.ghhna-contact-safety address strong {
  margin-bottom: 2px;
  font-size: 17px;
}

.ghhna-contact-safety address a {
  color: #dcebe5 !important;
  overflow-wrap: anywhere;
}

.ghhna-contact-map iframe {
  display: block;
}

/* System and member forms */
body:is(.publicContentView, .memberContentView) .WaGadgetMembershipApplication,
body:is(.publicContentView, .memberContentView) .WaGadgetContactProfile,
body:is(.publicContentView, .memberContentView) .WaGadgetMemberDirectory,
body:is(.publicContentView, .memberContentView) .WaGadgetLoginForm,
body:is(.publicContentView, .memberContentView) .WaGadgetDonationGoal,
body:is(.publicContentView, .memberContentView) .WaGadgetDonationForm {
  max-width: 980px;
  margin: 48px auto;
}

body:is(.publicContentView, .memberContentView) .fieldContainer,
body:is(.publicContentView, .memberContentView) .formContainer,
body:is(.publicContentView, .memberContentView) .memberDirectorySearchArea {
  border-color: var(--ghhna-line) !important;
}

body:is(.publicContentView, .memberContentView) .fieldSubContainer,
body:is(.publicContentView, .memberContentView) .captionContainer {
  color: var(--ghhna-ink);
  font-family: inherit;
}

/* Footer */
body:is(.publicContentView, .memberContentView) .zoneFooter1 {
  border-top: 3px solid var(--ghhna-gold);
  background: var(--ghhna-forest-deep);
}

body:is(.publicContentView, .memberContentView) #idFooterContentHolder > div {
  padding: 36px 0;
}

body:is(.publicContentView, .memberContentView) #idFooterContentHolder,
body:is(.publicContentView, .memberContentView) #idFooterContentHolder p,
body:is(.publicContentView, .memberContentView) #idFooterContentHolder li {
  color: #e7efec;
}

body:is(.publicContentView, .memberContentView) #idFooterContentHolder a {
  color: var(--ghhna-white);
}

body:is(.publicContentView, .memberContentView) #idFooterContentHolder a:hover,
body:is(.publicContentView, .memberContentView) #idFooterContentHolder a:focus {
  color: #f0cf91;
}

body:is(.publicContentView, .memberContentView) #footer_columns .Facebook {
  filter: grayscale(1) brightness(0) invert(1);
}

body:is(.publicContentView, .memberContentView) .zoneFooter2,
body:is(.publicContentView, .memberContentView) .zoneFooter3,
body:is(.publicContentView, .memberContentView) #idFooterPoweredByContainer {
  background: #09251f;
}

body:is(.publicContentView, .memberContentView) #idFooterPoweredByContainer {
  width: 100%;
  padding: 14px 0 18px;
  color: #c9d6d1;
  text-align: center;
}

body:is(.publicContentView, .memberContentView) #idFooterPoweredByWA,
body:is(.publicContentView, .memberContentView) #idFooterPoweredByWA span {
  color: #c9d6d1 !important;
  font-family: inherit !important;
  font-size: 12px !important;
}

body:is(.publicContentView, .memberContentView) #idFooterPoweredByWA a {
  color: var(--ghhna-white) !important;
}

/* Utility classes retained from the previous customization */
@media (min-width: 769px) {
  .hide-on-desktop {
    display: none !important;
  }

  body:is(.publicContentView, .memberContentView) .zoneHeader1 {
    position: relative;
    border-top: 4px solid var(--ghhna-forest-deep);
    border-bottom: 1px solid var(--ghhna-line);
    background: var(--ghhna-white);
    box-shadow: 0 8px 28px rgba(15, 48, 40, 0.055);
  }

  body:is(.publicContentView, .memberContentView) #idHeaderContentHolder > div {
    padding: 0;
  }

  body:is(.publicContentView, .memberContentView) #id_S6CyWvo,
  body:is(.publicContentView, .memberContentView) #id_Chq2A5j,
  body:is(.publicContentView, .memberContentView) #id_oNEh9TV,
  body:is(.publicContentView, .memberContentView) #idHeaderContentHolder .WaLayoutItem {
    height: auto !important;
    min-height: 0 !important;
  }

  body:is(.publicContentView, .memberContentView) #id_S6CyWvo > .WaLayoutTable,
  body:is(.publicContentView, .memberContentView) #id_S6CyWvo > .WaLayoutTable > tbody {
    display: block;
    width: 100%;
  }

  body:is(.publicContentView, .memberContentView) #id_S6CyWvo > .WaLayoutTable > tbody > tr {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: 36px;
    align-items: center;
    min-height: 96px;
  }

  body:is(.publicContentView, .memberContentView) #id_eN4R7DL,
  body:is(.publicContentView, .memberContentView) #id_lQm1Hlu {
    display: block !important;
    width: auto !important;
  }

  body:is(.publicContentView, .memberContentView) #id_S6CyWvo,
  body:is(.publicContentView, .memberContentView) #site-logo {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body:is(.publicContentView, .memberContentView) #id_Chq2A5j > div {
    padding-top: 0 !important;
  }

  body:is(.publicContentView, .memberContentView) #site-logo h2:empty,
  body:is(.publicContentView, .memberContentView) #id_ZIp1CRg {
    display: none !important;
  }

  body:is(.publicContentView, .memberContentView) #site-logo img {
    width: min(258px, 100%);
    max-height: 78px;
    object-fit: contain;
  }

  body:is(.publicContentView, .memberContentView) #id_oNEh9TV {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
  }

  body:is(.publicContentView, .memberContentView) #id_oNEh9TV > div {
    display: flex !important;
    min-height: 96px;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    overflow: visible;
  }

  body:is(.publicContentView, .memberContentView) #id_oNEh9TV > div > .WaGadgetLoginButton {
    order: 1;
    flex: 0 0 auto;
    width: auto !important;
    margin: 0 !important;
  }

  body:is(.publicContentView, .memberContentView) #id_oNEh9TV > div > #id_nzJjcfT {
    order: 2;
    flex: 0 0 auto;
    width: auto !important;
    margin: 0 !important;
  }

  body:is(.publicContentView, .memberContentView) #id_oNEh9TV > div > .WaGadgetSiteSearch {
    position: relative;
    order: 3;
    flex: 0 0 44px;
    width: 44px !important;
    margin: 0 !important;
    overflow: visible;
  }

  body:is(.publicContentView, .memberContentView) #id_wJXCbK3_form {
    float: none !important;
    width: 100% !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetLoginButton .loginBoxLinkContainer {
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: flex-end;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetLoginButton .alignRight {
    display: flex !important;
    width: 100% !important;
    height: 44px !important;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    white-space: nowrap;
  }

  body:is(.publicContentView, .memberContentView) .zoneHeader1 .WaGadgetLoginButton .loginBoxLinkButton {
    min-height: 44px;
    padding: 0 10px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--ghhna-forest-deep) !important;
    font-size: 0;
    font-weight: 720;
    box-shadow: none;
    transform: none;
  }

  body:is(.publicContentView, .memberContentView) .zoneHeader1 .WaGadgetLoginButton .loginBoxLinkButton::after {
    content: "Member login";
    font-size: 13px;
    line-height: 1;
  }

  body:is(.publicContentView, .memberContentView) .zoneHeader1 .WaGadgetLoginButton .loginBoxLinkButton:hover,
  body:is(.publicContentView, .memberContentView) .zoneHeader1 .WaGadgetLoginButton .loginBoxLinkButton:focus {
    border: 0 !important;
    background: var(--ghhna-surface) !important;
    color: var(--ghhna-forest-2) !important;
    box-shadow: none;
    transform: none;
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons {
    align-items: center;
    gap: 7px !important;
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons a {
    display: inline-flex !important;
    height: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 12px !important;
    border: 1px solid #b7c8c1 !important;
    border-radius: 4px !important;
    background: #f8faf9 !important;
    color: var(--ghhna-forest-deep) !important;
    font-size: 13px;
    font-weight: 750;
    line-height: 1 !important;
    box-shadow: none !important;
    transform: none !important;
    white-space: nowrap;
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons a:first-child {
    min-width: 148px;
    border: 1px solid #b7c8c1 !important;
    background: #f8faf9 !important;
    color: var(--ghhna-forest-deep) !important;
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons a:first-child:hover,
  body:is(.publicContentView, .memberContentView) #membership-header-buttons a:first-child:focus {
    border: 1px solid var(--ghhna-forest) !important;
    background: var(--ghhna-surface) !important;
    color: var(--ghhna-forest-deep) !important;
    box-shadow: none !important;
    transform: none;
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons a:last-child {
    min-width: 98px;
    padding: 0 18px !important;
    border: 1px solid var(--ghhna-forest) !important;
    background: var(--ghhna-forest) !important;
    color: var(--ghhna-white) !important;
    box-shadow: none !important;
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons a:last-child:hover,
  body:is(.publicContentView, .memberContentView) #membership-header-buttons a:last-child:focus {
    border-color: var(--ghhna-forest-2) !important;
    background: var(--ghhna-forest-2) !important;
    color: var(--ghhna-white) !important;
    box-shadow: none !important;
    transform: none;
  }

  body:is(.publicContentView, .memberContentView) #id_wJXCbK3 .searchBoxOuter,
  body:is(.publicContentView, .memberContentView) #id_wJXCbK3 .searchBox,
  body:is(.publicContentView, .memberContentView) #id_wJXCbK3 .searchBoxFieldContainer {
    position: relative;
    display: block;
    width: 100%;
    overflow: visible;
  }

  body:is(.publicContentView, .memberContentView) #id_wJXCbK3 .searchBoxFieldContainer::after {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    color: var(--ghhna-forest-deep);
    content: "\f002";
    font-family: FontAwesome, sans-serif;
    font-size: 14px;
    line-height: 1;
    transform: translateY(-50%);
    pointer-events: none;
  }

  body:is(.publicContentView, .memberContentView) #id_wJXCbK3 .searchBoxField {
    width: 44px !important;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid var(--ghhna-line);
    border-radius: 50%;
    background: var(--ghhna-surface);
    color: transparent;
    caret-color: var(--ghhna-forest-deep);
    cursor: pointer;
    box-shadow: none;
    transition: width 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
  }

  body:is(.publicContentView, .memberContentView) #id_wJXCbK3 .searchBoxField::placeholder {
    color: transparent;
  }

  body:is(.publicContentView, .memberContentView) #id_oNEh9TV > div > .WaGadgetSiteSearch:focus-within {
    flex-basis: 210px;
    width: 210px !important;
  }

  body:is(.publicContentView, .memberContentView) #id_wJXCbK3 .searchBoxField:focus,
  body:is(.publicContentView, .memberContentView) #id_wJXCbK3.WaGadgetSiteSearch:focus-within .searchBoxField {
    width: 210px !important;
    padding: 0 40px 0 14px;
    border-color: var(--ghhna-green);
    border-radius: 22px;
    outline: 0;
    background: var(--ghhna-white);
    color: var(--ghhna-ink);
    cursor: text;
    box-shadow: 0 0 0 3px rgba(36, 155, 118, 0.12);
  }

  body:is(.publicContentView, .memberContentView) #id_wJXCbK3 .searchBoxField:focus::placeholder,
  body:is(.publicContentView, .memberContentView) #id_wJXCbK3.WaGadgetSiteSearch:focus-within .searchBoxField::placeholder {
    color: var(--ghhna-muted);
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetLoginButton .loginBoxProfileLink,
  body:is(.publicContentView, .memberContentView) .WaGadgetLoginButton .loginBoxProfileLink a,
  body:is(.publicContentView, .memberContentView) .WaGadgetLoginButton .loginBoxChangePassword,
  body:is(.publicContentView, .memberContentView) .WaGadgetLoginButton .loginBoxLogout {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.25 !important;
    white-space: nowrap;
  }

  body:is(.publicContentView, .memberContentView) .zoneHeader2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--ghhna-forest-deep);
    box-shadow: 0 8px 24px rgba(8, 34, 28, 0.16);
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel {
    min-height: 52px;
    background: var(--ghhna-forest-deep) !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item > a {
    min-height: 52px;
    padding: 0 24px;
    font-size: 13px;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item > a:hover,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item > a:focus {
    background: rgba(255, 255, 255, 0.075) !important;
    box-shadow: inset 0 -3px 0 rgba(240, 207, 145, 0.62);
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li.sel > .item > a {
    background: transparent !important;
    box-shadow: inset 0 -3px 0 var(--ghhna-gold);
  }

  body#PAGEID_7738 #id_gIYpese {
    width: min(850px, 100%) !important;
    padding-top: 88px;
    padding-bottom: 84px;
  }

  body#PAGEID_7738 #id_yoBNXCJ .gadgetStyleBody {
    display: grid !important;
    grid-template-columns: minmax(0, 1.9fr) minmax(300px, 1fr);
    gap: 44px 34px;
    align-items: stretch;
  }

  body#PAGEID_7738 .ghhna-updates {
    grid-column: 1;
  }

  body#PAGEID_7738 .ghhna-safety {
    display: flex;
    grid-column: 2;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    padding: 38px 30px;
  }

  body#PAGEID_7738 .ghhna-officer-contact {
    padding-top: 24px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 0;
  }

  body#PAGEID_7738 .ghhna-lions {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1100px) {
  body:is(.publicContentView, .memberContentView) .zoneHeader1 {
    position: sticky;
    z-index: 122;
    top: 0;
  }

  body:is(.publicContentView, .memberContentView) #id_S6CyWvo > .WaLayoutTable > tbody > tr {
    grid-template-columns: 205px minmax(0, 1fr);
    gap: 20px;
  }

  body:is(.publicContentView, .memberContentView) #site-logo {
    transform: translateY(8px);
  }

  body:is(.publicContentView, .memberContentView) #site-logo img {
    width: min(205px, 100%);
    max-height: 64px;
  }

  body:is(.publicContentView, .memberContentView) #id_lQm1Hlu,
  body:is(.publicContentView, .memberContentView) #id_oNEh9TV,
  body:is(.publicContentView, .memberContentView) #id_oNEh9TV > div {
    overflow: visible !important;
  }

  body:is(.publicContentView, .memberContentView) #id_oNEh9TV > div > .WaGadgetLoginButton {
    position: absolute !important;
    top: 2px;
    right: 42px;
    width: auto !important;
    height: 34px !important;
    margin: 0 !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetLoginButton .loginBoxLinkContainer,
  body:is(.publicContentView, .memberContentView) .WaGadgetLoginButton .alignRight {
    height: 34px !important;
  }

  body:is(.publicContentView, .memberContentView) .zoneHeader1 .WaGadgetLoginButton .loginBoxLinkButton {
    min-height: 34px;
    padding: 0 8px !important;
  }

  body:is(.publicContentView, .memberContentView) #id_oNEh9TV > div > .WaGadgetSiteSearch {
    position: absolute !important;
    top: 2px;
    right: 0;
    width: 34px !important;
    height: 34px;
    margin: 0 !important;
  }

  body:is(.publicContentView, .memberContentView) #id_wJXCbK3 .searchBoxField {
    width: 34px !important;
    height: 34px;
    min-height: 34px;
  }

  body:is(.publicContentView, .memberContentView) #id_wJXCbK3 .searchBoxFieldContainer::after {
    right: 11px;
    font-size: 12px;
  }

  body:is(.publicContentView, .memberContentView) #id_nzJjcfT {
    position: absolute !important;
    z-index: 130;
    top: 38px;
    right: 0;
    width: auto !important;
    height: 58px !important;
    margin: 0 !important;
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons {
    height: 58px;
    align-items: center;
    gap: 7px !important;
  }

  body:is(.publicContentView, .memberContentView) .zoneHeader2 {
    position: sticky;
    z-index: 123;
    top: 0;
    height: 101px;
    margin-top: -101px;
    border: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
  }

  body:is(.publicContentView, .memberContentView) .zoneHeader2 > .container_12,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .menuInner {
    height: 96px;
    min-height: 96px;
    background: transparent !important;
    pointer-events: none;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel {
    min-height: 96px;
    box-sizing: border-box;
    justify-content: center;
    padding: 38px 255px 0 220px !important;
    background: transparent !important;
    pointer-events: none;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li {
    min-height: 58px;
    pointer-events: auto;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item > a {
    min-height: 58px;
    padding: 0 12px;
    color: var(--ghhna-forest-deep) !important;
    font-size: 12px;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item > a:hover,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item > a:focus {
    background: var(--ghhna-surface) !important;
    color: var(--ghhna-forest-deep) !important;
    box-shadow: inset 0 -3px 0 rgba(195, 146, 62, 0.62);
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li.sel > .item > a {
    background: transparent !important;
    color: var(--ghhna-forest-deep) !important;
    box-shadow: inset 0 -3px 0 var(--ghhna-gold);
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons a {
    display: inline-flex !important;
    height: 36px !important;
    min-height: 36px !important;
    align-items: center;
    justify-content: center;
    padding: 0 15px !important;
    border: 1px solid #b7c8c1 !important;
    border-radius: 4px !important;
    background: #f8faf9 !important;
    color: var(--ghhna-forest-deep) !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    box-shadow: none !important;
    transform: none !important;
    white-space: nowrap;
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons a:first-child {
    min-width: 148px;
    border: 1px solid #b7c8c1 !important;
    background: #f8faf9 !important;
    color: var(--ghhna-forest-deep) !important;
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons a:first-child:hover,
  body:is(.publicContentView, .memberContentView) #membership-header-buttons a:first-child:focus {
    border: 1px solid var(--ghhna-forest) !important;
    background: var(--ghhna-surface) !important;
    color: var(--ghhna-forest-deep) !important;
    box-shadow: none !important;
    transform: none;
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons a:last-child {
    min-width: 96px;
    padding: 0 18px !important;
    border-color: var(--ghhna-forest) !important;
    background: var(--ghhna-forest) !important;
    color: var(--ghhna-white) !important;
    box-shadow: none !important;
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons a:last-child:hover,
  body:is(.publicContentView, .memberContentView) #membership-header-buttons a:last-child:focus {
    border-color: var(--ghhna-forest-2) !important;
    background: var(--ghhna-forest-2) !important;
    color: var(--ghhna-white) !important;
    box-shadow: none !important;
    transform: none;
  }
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }

  .full-width-mobile {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  body:is(.publicContentView, .memberContentView) .container_12 {
    width: min(100% - 28px, 1180px) !important;
  }

  body:is(.publicContentView, .memberContentView) h1 {
    font-size: 36px;
  }

  body:is(.publicContentView, .memberContentView) h2 {
    font-size: 28px;
  }

  body:is(.publicContentView, .memberContentView) #idHeaderContentHolder > div {
    position: relative;
    padding: 68px 0 22px;
  }

  body:is(.publicContentView, .memberContentView) .zoneHeader1 {
    position: relative;
  }

  body:is(.publicContentView, .memberContentView) #idHeaderContentHolder .WaLayoutTable,
  body:is(.publicContentView, .memberContentView) #idHeaderContentHolder .WaLayoutTable > tbody,
  body:is(.publicContentView, .memberContentView) #idHeaderContentHolder .WaLayoutTable > tbody > tr,
  body:is(.publicContentView, .memberContentView) #idHeaderContentHolder .WaLayoutItem {
    display: block !important;
    width: 100% !important;
  }

  body:is(.publicContentView, .memberContentView) #id_S6CyWvo {
    margin-bottom: 0 !important;
  }

  body:is(.publicContentView, .memberContentView) #site-logo,
  body:is(.publicContentView, .memberContentView) #site-logo img {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  body:is(.publicContentView, .memberContentView) #id_Chq2A5j > div {
    padding-top: 0 !important;
  }

  body:is(.publicContentView, .memberContentView) #site-logo h2:empty {
    display: none !important;
  }

  body:is(.publicContentView, .memberContentView) #site-logo img {
    width: min(250px, 100%);
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons,
  body:is(.publicContentView, .memberContentView) #id_fcXkDfX {
    display: none !important;
  }

  body:is(.publicContentView, .memberContentView) .zoneHeader2 {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    left: 0;
    height: 0 !important;
    max-height: 0 !important;
    overflow: visible !important;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body:is(.publicContentView, .memberContentView) .zoneHeader2 > .container_12,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal {
    height: 0 !important;
    max-height: 0 !important;
    overflow: visible !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .menuInner {
    position: relative;
    display: block;
    height: 0;
    min-height: 0;
    padding: 0;
    overflow: visible !important;
    box-sizing: border-box;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .menuButton {
    display: flex !important;
    position: absolute !important;
    z-index: 201;
    top: 16px !important;
    right: 0 !important;
    left: auto !important;
    width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0;
    padding: 0 !important;
    border: 1px solid var(--ghhna-forest) !important;
    border-radius: 6px;
    overflow: hidden !important;
    background: var(--ghhna-forest) !important;
    color: var(--ghhna-white) !important;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1 !important;
    box-shadow: 0 6px 16px rgba(15, 48, 40, 0.12);
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .menuButton::before {
    display: block !important;
    padding: 0 !important;
    color: var(--ghhna-white) !important;
    content: "\2261" !important;
    font-size: 23px !important;
    font-weight: 500;
    line-height: 1 !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .menuButton::after {
    display: none !important;
    content: none !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel {
    display: none;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--ghhna-forest) !important;
    list-style: none !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal.menuActive .firstLevel,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .menuInner.open .firstLevel,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel[style*="display: block"] {
    position: fixed !important;
    z-index: 50001 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    display: flex !important;
    width: min(90vw, 360px) !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh;
    flex-direction: column;
    align-items: stretch;
    margin: 0 !important;
    padding: 224px 24px 28px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-left: 1px solid rgba(15, 48, 40, 0.12);
    background: var(--ghhna-white) !important;
    box-sizing: border-box;
    box-shadow: -24px 0 64px rgba(8, 34, 28, 0.24);
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal.menuActive,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal.menuActive .menuInner,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .menuInner.open {
    height: auto !important;
    overflow: visible !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item > a {
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--ghhna-line);
    background: transparent !important;
    list-style: none !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item > a {
    display: flex !important;
    min-height: 54px !important;
    align-items: center;
    padding: 12px 10px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--ghhna-forest-deep) !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    font-size: 15px;
    font-weight: 740;
    line-height: 1.25 !important;
    text-decoration: none !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item > a:hover,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item > a:focus {
    background: var(--ghhna-surface) !important;
    color: var(--ghhna-forest-deep) !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li.sel > .item > a {
    padding-left: 16px !important;
    background: var(--ghhna-mint) !important;
    color: var(--ghhna-forest-deep) !important;
    box-shadow: inset 4px 0 0 var(--ghhna-gold) !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item > a *,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item * {
    color: inherit !important;
    text-decoration: none !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li.sel > .item::before,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li.sel > .item > a::before,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li.sel > .item > a::after,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li::before,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item::before,
  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li > .item > a span::before {
    display: none !important;
    content: none !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel > li::marker {
    content: none !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel[style*="display: block"]::before {
    position: absolute;
    top: 24px;
    left: 24px;
    display: block !important;
    width: 184px;
    height: 58px;
    background: url("/resources/Pictures/GHHNA%20LOGO%20no%20background%202025.04.24.png") left center / contain no-repeat;
    content: "" !important;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel[style*="display: block"]::after {
    display: block !important;
    margin-top: auto;
    padding: 24px 8px 0;
    border-top: 1px solid var(--ghhna-line);
    color: var(--ghhna-muted);
    content: "Greater Harmony Hills Neighborhood Association\A San Antonio, Texas" !important;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.55;
    white-space: pre-line;
  }

  body:is(.publicContentView, .memberContentView) .zoneHeader2:has(.firstLevel[style*="display: block"])::before {
    position: fixed;
    inset: 0;
    z-index: 50000;
    display: block;
    background: rgba(8, 28, 24, 0.58);
    content: "";
    backdrop-filter: blur(3px);
  }

  body:is(.publicContentView, .memberContentView):has(.firstLevel[style*="display: block"]) #membership-header-buttons {
    position: fixed;
    z-index: 50003;
    top: 102px;
    right: 24px;
    display: grid !important;
    width: min(calc(90vw - 48px), 312px) !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:is(.publicContentView, .memberContentView):has(.firstLevel[style*="display: block"]) #membership-header-buttons a {
    display: flex !important;
    width: 100% !important;
    min-width: 0;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 6px !important;
    border: 1px solid var(--ghhna-line) !important;
    border-radius: 6px !important;
    background: var(--ghhna-surface) !important;
    color: var(--ghhna-forest-deep) !important;
    font-size: 12px !important;
    font-weight: 740 !important;
    line-height: 1.15 !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: none !important;
    white-space: normal !important;
  }

  body:is(.publicContentView, .memberContentView):has(.firstLevel[style*="display: block"]) #membership-header-buttons a:first-child {
    grid-row: 2;
    grid-column: 1;
  }

  body:is(.publicContentView, .memberContentView):has(.firstLevel[style*="display: block"]) #membership-header-buttons a:last-child {
    grid-row: 1;
    grid-column: 1 / -1;
    border-color: var(--ghhna-forest) !important;
    background: var(--ghhna-forest) !important;
    color: var(--ghhna-white) !important;
    font-size: 13px;
    box-shadow: 0 7px 18px rgba(15, 48, 40, 0.14) !important;
  }

  body.publicContentView:has(.firstLevel[style*="display: block"]) #id_fcXkDfX {
    position: fixed;
    z-index: 50003;
    top: 154px;
    right: 24px;
    display: block !important;
    width: min(calc((90vw - 56px) / 2), 152px) !important;
    height: 44px;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.publicContentView:has(.firstLevel[style*="display: block"]) #id_fcXkDfX .alignCenter,
  body.publicContentView:has(.firstLevel[style*="display: block"]) #id_fcXkDfX .loginBoxLinkContainer {
    display: block !important;
    width: 100% !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.publicContentView:has(.firstLevel[style*="display: block"]) #id_fcXkDfX .loginBoxLinkButton {
    display: flex !important;
    width: 100% !important;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 10px !important;
    border: 1px solid var(--ghhna-line) !important;
    border-radius: 6px !important;
    background: var(--ghhna-surface) !important;
    color: var(--ghhna-forest-deep) !important;
    font-size: 12px;
    font-weight: 740;
    line-height: 1.15 !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  body.publicContentView:has(.firstLevel[style*="display: block"]) #id_fcXkDfX .loginBoxLinkButton:hover,
  body.publicContentView:has(.firstLevel[style*="display: block"]) #id_fcXkDfX .loginBoxLinkButton:focus,
  body:is(.publicContentView, .memberContentView):has(.firstLevel[style*="display: block"]) #membership-header-buttons a:first-child:hover,
  body:is(.publicContentView, .memberContentView):has(.firstLevel[style*="display: block"]) #membership-header-buttons a:first-child:focus {
    border-color: var(--ghhna-green) !important;
    background: var(--ghhna-mint) !important;
    color: var(--ghhna-forest-deep) !important;
    box-shadow: none !important;
    transform: none;
  }

  body:is(.publicContentView, .memberContentView):has(.firstLevel[style*="display: block"]) {
    overflow: hidden !important;
  }

  body:is(.publicContentView, .memberContentView) .menuInner:has(.firstLevel[style*="display: block"]) .menuButton {
    position: fixed !important;
    z-index: 50002;
    top: 28px !important;
    right: 18px !important;
    left: auto !important;
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0;
    padding: 0 !important;
    border-color: var(--ghhna-line) !important;
    background: var(--ghhna-surface) !important;
    box-shadow: none;
  }

  body:is(.publicContentView, .memberContentView) .menuInner:has(.firstLevel[style*="display: block"]) .menuButton::before {
    color: var(--ghhna-forest-deep) !important;
    content: "\00D7" !important;
    font-size: 30px !important;
    font-weight: 400;
  }

  body:is(.publicContentView, .memberContentView) .menuInner:has(.firstLevel[style*="display: block"]) .menuButton::after {
    display: none !important;
    content: none !important;
  }

  body#PAGEID_7738 .zoneHeader3 {
    min-height: 0;
  }

  body#PAGEID_7738 #id_gIYpese {
    padding: 60px 0 56px;
  }

  body#PAGEID_7738 #id_HquIprP h3 {
    font-size: 0;
  }

  body#PAGEID_7738 #id_HquIprP h3::after {
    font-size: 38px;
    line-height: 1.06;
  }

  body#PAGEID_7738 #id_HquIprP p {
    font-size: 17px;
  }

  body#PAGEID_7738 .zoneHeader4 > .container_12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  body#PAGEID_7738 #id_Header3 > div {
    display: block;
  }

  body#PAGEID_7738 #id_vUz8HTP,
  body#PAGEID_7738 #id_eLwawlI,
  body#PAGEID_7738 #id_moi3Opy,
  body#PAGEID_7738 #id_JniEYgs,
  body#PAGEID_7738 #id_yoBNXCJ {
    width: 100% !important;
  }

  body#PAGEID_7738 #id_vUz8HTP {
    padding: 0 0 34px;
  }

  body#PAGEID_7738 #id_vUz8HTP h1 {
    font-size: 36px;
  }

  body#PAGEID_7738 #id_eLwawlI {
    margin-bottom: 36px !important;
  }

  body#PAGEID_7738 #id_moi3Opy {
    padding: 34px 0 22px;
  }

  body#PAGEID_7738 #id_JniEYgs {
    height: 330px !important;
    padding: 22px 0 34px;
  }

  body#PAGEID_7738 #id_JniEYgs .gadgetStyleBody {
    height: 270px !important;
  }

  body#PAGEID_7738 #camera_wrap_JniEYgs,
  body#PAGEID_7738 #camera_wrap_JniEYgs .camera_fakehover,
  body#PAGEID_7738 #camera_wrap_JniEYgs .camera_target,
  body#PAGEID_7738 #camera_wrap_JniEYgs .cameraCont,
  body#PAGEID_7738 #camera_wrap_JniEYgs .cameraSlide,
  body#PAGEID_7738 #camera_wrap_JniEYgs .camerarelative,
  body#PAGEID_7738 #camera_wrap_JniEYgs .camera_overlayer,
  body#PAGEID_7738 #camera_wrap_JniEYgs .camera_target_content,
  body#PAGEID_7738 #camera_wrap_JniEYgs .cameraContents,
  body#PAGEID_7738 #camera_wrap_JniEYgs .cameraContent,
  body#PAGEID_7738 #camera_wrap_JniEYgs .camera_link {
    height: 260px !important;
  }

  body#PAGEID_7738 #id_yoBNXCJ {
    margin-top: 42px !important;
  }

  body#PAGEID_7738 .board-card {
    padding: 42px 0 16px !important;
  }

  body#PAGEID_7738 .board-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body#PAGEID_18056 #id_j5aFWZd h1,
  body#PAGEID_18055 .WaGadgetEvents .pageTitle,
  body#PAGEID_18055 .WaGadgetEvents .pageTitle h1,
  body#PAGEID_18052 #id_uX9QzpM h2 {
    font-size: 36px !important;
  }

  body#PAGEID_18052 #id_uX9QzpM .gadgetStyleBody::before {
    aspect-ratio: 4 / 3;
    margin: 2px 0 30px;
    background-position: center 48%;
  }

  body#PAGEID_18055 .WaGadgetEvents .sectionTitle {
    font-size: 36px !important;
  }

  body#PAGEID_18055 .WaGadgetEvents .pageTitleOuterContainer {
    width: 100% !important;
    margin: 0 0 26px !important;
  }

  body#PAGEID_18055 .WaGadgetEvents .pageViewSwitcherOuterContainer {
    width: 100% !important;
  }

  body#PAGEID_18055 .WaGadgetEvents .boxesListItem {
    padding: 24px 20px !important;
  }

  body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxHeaderTitle,
  body#PAGEID_18055 .WaGadgetEvents .boxesListItem .eventDetailsLink {
    font-size: 25px !important;
  }

  body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxBodyInfoOuterContainer,
  body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxBodyContentOuterContainer {
    display: block !important;
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }

  body#PAGEID_18055 .WaGadgetEvents .boxesListItem .boxBodyContentOuterContainer {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid var(--ghhna-line);
  }

  body#PAGEID_7742 #id_dh2JBLb > .WaLayoutTable,
  body#PAGEID_7742 #id_dh2JBLb > .WaLayoutTable > tbody,
  body#PAGEID_7742 #id_dh2JBLb > .WaLayoutTable > tbody > tr,
  body#PAGEID_7742 #id_dh2JBLb .WaLayoutItem {
    display: block !important;
    width: 100% !important;
  }

  body#PAGEID_7742 #id_jSqRHPH {
    padding: 0 0 32px;
  }

  body:is(.publicContentView, .memberContentView) #footer_columns .WaLayoutTable,
  body:is(.publicContentView, .memberContentView) #footer_columns .WaLayoutTable > tbody,
  body:is(.publicContentView, .memberContentView) #footer_columns .WaLayoutTable > tbody > tr,
  body:is(.publicContentView, .memberContentView) #footer_columns .WaLayoutItem {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }

  body:is(.publicContentView, .memberContentView) #footer_columns * {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  body:is(.publicContentView, .memberContentView) #footer_columns ul,
  body:is(.publicContentView, .memberContentView) #footer_columns li {
    display: inline-block !important;
  }
}

@media (max-width: 480px) {
  body:is(.publicContentView, .memberContentView) .container_12 {
    width: min(100% - 22px, 1180px) !important;
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons {
    flex-direction: row;
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons a {
    width: auto;
    max-width: none;
  }

  body#PAGEID_7738 #id_HquIprP h3 {
    font-size: 0 !important;
  }

  body#PAGEID_7738 #id_HquIprP h3::after {
    display: block;
    color: var(--ghhna-white);
    content: "Greater Harmony Hills Neighborhood Association";
    font-size: 32px;
    line-height: 1.08;
  }

  body#PAGEID_7738 #id_gIYpese {
    padding: 48px 0 46px;
  }

  body#PAGEID_7738 #id_HquIprP::before {
    margin-bottom: 13px;
    font-size: 14px;
  }

  body#PAGEID_7738 #id_HquIprP p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  body#PAGEID_7738 #id_HquIprP .ghhna-hero-detail,
  body#PAGEID_7738 #id_HquIprP .ghhna-hero-cta {
    font-size: 15px;
  }

  body#PAGEID_7738 #id_HquIprP .ghhna-hero-cta {
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
  }
}

@media (max-width: 360px) {
  body#PAGEID_7738 #id_gIYpese {
    box-sizing: border-box;
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .ghhna-section-heading h2,
  .ghhna-safety h2,
  .ghhna-lions h2,
  .ghhna-news-intro h2,
  .ghhna-news-archive h2 {
    font-size: 28px !important;
  }

  .ghhna-meeting-facts {
    grid-template-columns: 1fr;
  }

  .ghhna-meeting-fact,
  .ghhna-meeting-fact:first-child,
  .ghhna-meeting-fact:last-child {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid var(--ghhna-line);
  }

  .ghhna-meeting-fact:last-child {
    border-bottom: 0;
  }

  .ghhna-actions,
  .ghhna-button {
    width: 100%;
  }

  .ghhna-safety {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px 22px;
  }

  .ghhna-officer-contact {
    padding-top: 22px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 0;
  }

  .ghhna-lions {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ghhna-lions-image img {
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .ghhna-news-viewer {
    height: 620px;
  }

  .ghhna-governance-intro h1 {
    font-size: 34px !important;
  }

  .ghhna-member-review {
    padding: 28px 22px;
  }

  .ghhna-archive-list a {
    grid-template-columns: 1fr auto;
    gap: 5px 14px;
    padding: 16px 0;
  }

  .ghhna-archive-list time {
    grid-column: 1 / -1;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  body:is(.publicContentView, .memberContentView) .container_12 {
    width: min(100% - 44px, 1200px) !important;
  }

  body:is(.publicContentView, .memberContentView) #id_S6CyWvo > .WaLayoutTable > tbody > tr {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 20px;
    min-height: 88px;
  }

  body:is(.publicContentView, .memberContentView) #site-logo img {
    width: min(216px, 100%);
  }

  body:is(.publicContentView, .memberContentView) #id_oNEh9TV > div {
    min-height: 88px;
    gap: 2px;
  }

  body:is(.publicContentView, .memberContentView) .zoneHeader1 .WaGadgetLoginButton .loginBoxLinkButton {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }

  body:is(.publicContentView, .memberContentView) .zoneHeader1 .WaGadgetLoginButton .loginBoxLinkButton::after {
    content: "Log in";
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons a {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons a:last-child {
    min-width: 88px;
    padding-right: 13px !important;
    padding-left: 13px !important;
  }

  body:is(.publicContentView, .memberContentView) #id_oNEh9TV > div > .WaGadgetSiteSearch {
    display: block !important;
    flex-basis: 42px;
    width: 42px !important;
  }

  body:is(.publicContentView, .memberContentView) #id_wJXCbK3 .searchBoxField {
    width: 42px !important;
    height: 42px;
    min-height: 42px;
  }

  body:is(.publicContentView, .memberContentView) #id_oNEh9TV > div > .WaGadgetSiteSearch:focus-within {
    flex-basis: 176px;
    width: 176px !important;
  }

  body:is(.publicContentView, .memberContentView) #id_wJXCbK3 .searchBoxField:focus,
  body:is(.publicContentView, .memberContentView) #id_wJXCbK3.WaGadgetSiteSearch:focus-within .searchBoxField {
    width: 176px !important;
  }

  body#PAGEID_7738 #id_HquIprP h3::after {
    font-size: 50px;
  }

  body#PAGEID_7738 #id_vUz8HTP {
    grid-column: 1 / 8;
    padding-right: 24px;
  }

  body#PAGEID_7738 #id_eLwawlI {
    grid-column: 8 / 13;
  }

  body#PAGEID_7738 #id_yoBNXCJ .gadgetStyleBody {
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 1fr);
    gap: 38px 28px;
  }

  body#PAGEID_7738 .board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Simplified header membership actions - August 2026 */
body:is(.publicContentView, .memberContentView) #id_oNEh9TV > div > .WaGadgetSiteSearch {
  display: none !important;
}

@media (min-width: 769px) {
  body:is(.publicContentView, .memberContentView) #id_oNEh9TV > div > .WaGadgetLoginButton {
    display: none !important;
  }

  body:is(.publicContentView, .memberContentView) #membership-header-buttons a:first-child {
    min-width: 118px;
  }
}

@media (min-width: 1100px) {
  body:is(.publicContentView, .memberContentView) #id_nzJjcfT {
    top: 38px;
    right: 0;
  }

  body:is(.publicContentView, .memberContentView) .WaGadgetMenuHorizontal .firstLevel {
    padding-right: 245px !important;
  }
}

@media (max-width: 768px) {
  body:is(.publicContentView, .memberContentView):has(.firstLevel[style*="display: block"]) #membership-header-buttons {
    grid-template-columns: minmax(0, 1fr);
  }

  body:is(.publicContentView, .memberContentView):has(.firstLevel[style*="display: block"]) #membership-header-buttons a:first-child,
  body:is(.publicContentView, .memberContentView):has(.firstLevel[style*="display: block"]) #membership-header-buttons a:last-child {
    grid-column: 1 / -1;
  }

  body:is(.publicContentView, .memberContentView):has(.firstLevel[style*="display: block"]) #membership-header-buttons a:first-child {
    grid-row: 2;
  }

  body:is(.publicContentView, .memberContentView):has(.firstLevel[style*="display: block"]) #membership-header-buttons a:last-child {
    grid-row: 1;
  }

  body:is(.publicContentView, .memberContentView):has(.firstLevel[style*="display: block"]) #id_oNEh9TV > div > .WaGadgetLoginButton {
    display: none !important;
  }

  body:is(.publicContentView, .memberContentView):has(.firstLevel[style*="display: block"]) #id_fcXkDfX {
    display: none !important;
  }
}

/* Premium home composition - August 2026 */
body#PAGEID_7738 .zoneHeader4 {
  overflow: hidden;
  background: var(--ghhna-white);
}

body#PAGEID_7738 .zoneHeader4 > .container_12 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#PAGEID_7738 #id_Header3 > div {
  display: block !important;
}

body#PAGEID_7738 #id_vUz8HTP,
body#PAGEID_7738 #id_eLwawlI,
body#PAGEID_7738 #id_moi3Opy,
body#PAGEID_7738 #id_JniEYgs {
  display: none !important;
}

body#PAGEID_7738 #id_yoBNXCJ {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#PAGEID_7738 #id_yoBNXCJ .gadgetStyleBody {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#PAGEID_7738 .ghhna-home-main,
body#PAGEID_7738 .ghhna-home-main *,
body#PAGEID_7738 .ghhna-home-main *::before,
body#PAGEID_7738 .ghhna-home-main *::after {
  box-sizing: border-box;
}

body#PAGEID_7738 .ghhna-home-main {
  width: 100%;
  color: var(--ghhna-ink);
  font-family: inherit;
}

body#PAGEID_7738 .ghhna-home-shell {
  width: min(100% - 64px, 1160px);
  margin-right: auto;
  margin-left: auto;
}

body#PAGEID_7738 .ghhna-home-main h2,
body#PAGEID_7738 .ghhna-home-main h3,
body#PAGEID_7738 .ghhna-home-main p,
body#PAGEID_7738 .ghhna-home-main dl,
body#PAGEID_7738 .ghhna-home-main dd,
body#PAGEID_7738 .ghhna-home-main figure {
  margin-top: 0;
}

body#PAGEID_7738 .ghhna-home-main h2 {
  max-width: 760px;
  margin-bottom: 18px !important;
  color: var(--ghhna-forest-deep) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 46px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
}

body#PAGEID_7738 .ghhna-home-main h3 {
  margin-bottom: 12px !important;
  color: var(--ghhna-forest-deep) !important;
  font-size: 27px !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
}

body#PAGEID_7738 .ghhna-home-main p {
  color: #40514b;
  font-size: 17px;
  line-height: 1.65;
}

body#PAGEID_7738 .ghhna-home-main img {
  display: block;
  max-width: 100%;
}

body#PAGEID_7738 .ghhna-home-eyebrow,
body#PAGEID_7738 .ghhna-home-kicker {
  margin-bottom: 10px !important;
  color: #855815 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

body#PAGEID_7738 .ghhna-home-lead {
  max-width: 680px;
  margin-bottom: 38px !important;
  color: var(--ghhna-muted) !important;
  font-size: 18px !important;
}

body#PAGEID_7738 .ghhna-home-shortcuts-band {
  border-bottom: 1px solid var(--ghhna-line);
  background: var(--ghhna-white);
}

body#PAGEID_7738 .ghhna-home-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
}

body#PAGEID_7738 .ghhna-home-shortcuts a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  grid-template-rows: auto 1fr;
  gap: 4px 16px;
  min-width: 0;
  min-height: 112px;
  padding: 25px 24px !important;
  border-left: 1px solid var(--ghhna-line);
  color: var(--ghhna-forest-deep) !important;
  text-decoration: none !important;
  transition: background-color 160ms ease, color 160ms ease;
}

body#PAGEID_7738 .ghhna-home-shortcuts a:first-child {
  border-left: 0;
}

body#PAGEID_7738 .ghhna-home-shortcuts a:hover,
body#PAGEID_7738 .ghhna-home-shortcuts a:focus-visible {
  background: var(--ghhna-surface);
}

body#PAGEID_7738 .ghhna-home-shortcut-title {
  min-width: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

body#PAGEID_7738 .ghhna-home-shortcut-detail {
  min-width: 0;
  color: var(--ghhna-muted);
  font-size: 14px;
  line-height: 1.35;
}

body#PAGEID_7738 .ghhna-home-shortcut-arrow {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  color: var(--ghhna-gold);
  font-size: 22px;
  line-height: 1;
  transition: transform 160ms ease;
}

body#PAGEID_7738 .ghhna-home-shortcuts a:hover .ghhna-home-shortcut-arrow,
body#PAGEID_7738 .ghhna-home-shortcuts a:focus-visible .ghhna-home-shortcut-arrow {
  transform: translateX(3px);
}

body#PAGEID_7738 .ghhna-home-briefing-band {
  padding: 86px 0 92px;
  background: var(--ghhna-surface);
}

body#PAGEID_7738 .ghhna-home-briefing {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(310px, 0.72fr);
  gap: 70px;
  align-items: start;
}

body#PAGEID_7738 .ghhna-home-meeting {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 4px;
  padding: 28px 0;
  border-top: 2px solid var(--ghhna-forest);
}

body#PAGEID_7738 .ghhna-home-date {
  display: grid;
  align-content: center;
  min-height: 82px;
  border-top: 3px solid var(--ghhna-gold);
  border-bottom: 1px solid var(--ghhna-line);
  color: var(--ghhna-forest-deep);
  text-align: center;
}

body#PAGEID_7738 .ghhna-home-date span {
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

body#PAGEID_7738 .ghhna-home-date strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 39px;
  line-height: 1.05;
}

body#PAGEID_7738 .ghhna-home-meeting-copy p:last-child {
  margin-bottom: 0 !important;
}

body#PAGEID_7738 .ghhna-home-meeting-facts {
  display: grid;
  grid-template-columns: 0.8fr 1.15fr 1.35fr;
  margin-bottom: 26px;
  padding: 20px 0;
  border-top: 1px solid var(--ghhna-line);
  border-bottom: 1px solid var(--ghhna-line);
}

body#PAGEID_7738 .ghhna-home-meeting-facts > div {
  min-width: 0;
  padding: 0 22px;
  border-left: 1px solid var(--ghhna-line);
}

body#PAGEID_7738 .ghhna-home-meeting-facts > div:first-child {
  padding-left: 0;
  border-left: 0;
}

body#PAGEID_7738 .ghhna-home-meeting-facts > div:last-child {
  padding-right: 0;
}

body#PAGEID_7738 .ghhna-home-meeting-facts dt {
  margin-bottom: 5px;
  color: var(--ghhna-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body#PAGEID_7738 .ghhna-home-meeting-facts dd {
  margin-bottom: 0;
  color: var(--ghhna-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

body#PAGEID_7738 .ghhna-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 24px;
}

body#PAGEID_7738 .ghhna-home-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px !important;
  border: 1px solid var(--ghhna-forest) !important;
  border-radius: 4px !important;
  font-size: 15px !important;
  font-weight: 780 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
}

body#PAGEID_7738 .ghhna-home-button-primary {
  background: var(--ghhna-forest) !important;
  color: var(--ghhna-white) !important;
}

body#PAGEID_7738 .ghhna-home-button-secondary {
  background: transparent !important;
  color: var(--ghhna-forest-deep) !important;
}

body#PAGEID_7738 .ghhna-home-button:hover,
body#PAGEID_7738 .ghhna-home-button:focus-visible {
  border-color: var(--ghhna-gold) !important;
  background: var(--ghhna-gold) !important;
  color: #17251f !important;
}

body#PAGEID_7738 .ghhna-home-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--ghhna-forest-deep) !important;
  font-size: 15px !important;
  font-weight: 780 !important;
  line-height: 1.4 !important;
  text-decoration: underline !important;
  text-decoration-color: var(--ghhna-gold) !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px;
}

body#PAGEID_7738 .ghhna-home-link span {
  color: var(--ghhna-gold);
  font-size: 19px;
  text-decoration: none;
}

body#PAGEID_7738 .ghhna-home-note {
  margin: 12px 0 0 !important;
  color: var(--ghhna-muted) !important;
  font-size: 13px !important;
}

body#PAGEID_7738 .ghhna-home-safety {
  padding: 38px 34px 34px;
  border-top: 4px solid var(--ghhna-gold);
  border-radius: 6px;
  background: var(--ghhna-forest-deep);
}

body#PAGEID_7738 .ghhna-home-safety .ghhna-home-eyebrow {
  color: #f0cf91 !important;
}

body#PAGEID_7738 .ghhna-home-safety h2 {
  margin-bottom: 16px !important;
  color: var(--ghhna-white) !important;
  font-size: 35px !important;
}

body#PAGEID_7738 .ghhna-home-safety > p:not(.ghhna-home-eyebrow) {
  color: #dbe7e2 !important;
  font-size: 15px;
}

body#PAGEID_7738 .ghhna-home-officer {
  display: grid;
  gap: 0;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

body#PAGEID_7738 .ghhna-home-officer strong {
  margin-bottom: 8px;
  color: var(--ghhna-white);
  font-size: 17px;
}

body#PAGEID_7738 .ghhna-home-officer a {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #edf5f1 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere;
  text-decoration: none !important;
}

body#PAGEID_7738 .ghhna-home-officer a span {
  color: #a9c7bb;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body#PAGEID_7738 .ghhna-home-officer a:hover,
body#PAGEID_7738 .ghhna-home-officer a:focus-visible {
  color: #f0cf91 !important;
}

body#PAGEID_7738 .ghhna-home-pulse-band {
  padding: 88px 0 94px;
  background: var(--ghhna-white);
}

body#PAGEID_7738 .ghhna-home-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  gap: 50px;
  align-items: end;
  margin-bottom: 44px;
}

body#PAGEID_7738 .ghhna-home-section-heading .ghhna-home-eyebrow,
body#PAGEID_7738 .ghhna-home-section-heading h2 {
  grid-column: 1;
}

body#PAGEID_7738 .ghhna-home-section-heading h2 {
  margin-bottom: 0 !important;
}

body#PAGEID_7738 .ghhna-home-section-heading > p:last-child {
  grid-row: 1 / 3;
  grid-column: 2;
  margin-bottom: 2px;
  color: var(--ghhna-muted);
}

body#PAGEID_7738 .ghhna-home-stories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px;
}

body#PAGEID_7738 .ghhna-home-story {
  display: grid;
  grid-template-columns: 158px minmax(0, 1fr);
  gap: 28px;
  min-width: 0;
  padding-top: 28px;
  border-top: 2px solid var(--ghhna-forest);
}

body#PAGEID_7738 .ghhna-home-story-media {
  align-self: start;
  min-width: 0;
  border: 1px solid var(--ghhna-line);
  border-radius: 4px;
  background: var(--ghhna-white);
  box-shadow: 0 10px 28px rgba(15, 48, 40, 0.08);
  overflow: hidden;
}

body#PAGEID_7738 .ghhna-home-story-media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
}

body#PAGEID_7738 .ghhna-home-story-copy {
  min-width: 0;
}

body#PAGEID_7738 .ghhna-home-story-copy h3 {
  font-size: 25px !important;
}

body#PAGEID_7738 .ghhna-home-story-copy > p:not(.ghhna-home-kicker) {
  margin-bottom: 18px !important;
  font-size: 15px;
}

body#PAGEID_7738 .ghhna-home-membership-band {
  padding: 88px 0;
  border-top: 1px solid #cbdcdf;
  border-bottom: 1px solid #cbdcdf;
  background: var(--ghhna-sky);
}

body#PAGEID_7738 .ghhna-home-membership {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  gap: 72px;
  align-items: center;
}

body#PAGEID_7738 .ghhna-home-membership-copy > p:not(.ghhna-home-eyebrow) {
  max-width: 630px;
  margin-bottom: 26px !important;
}

body#PAGEID_7738 .ghhna-home-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px 0 28px;
  padding: 20px 0;
  border-top: 1px solid rgba(15, 48, 40, 0.22);
  border-bottom: 1px solid rgba(15, 48, 40, 0.22);
}

body#PAGEID_7738 .ghhna-home-proof > div {
  min-width: 0;
  padding: 0 18px;
  border-left: 1px solid rgba(15, 48, 40, 0.18);
}

body#PAGEID_7738 .ghhna-home-proof > div:first-child {
  padding-left: 0;
  border-left: 0;
}

body#PAGEID_7738 .ghhna-home-proof strong,
body#PAGEID_7738 .ghhna-home-proof span {
  display: block;
}

body#PAGEID_7738 .ghhna-home-proof strong {
  color: var(--ghhna-forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.1;
}

body#PAGEID_7738 .ghhna-home-proof span {
  margin-top: 5px;
  color: #42564f;
  font-size: 12px;
  line-height: 1.35;
}

body#PAGEID_7738 .ghhna-home-membership-photo {
  margin-bottom: 0;
}

body#PAGEID_7738 .ghhna-home-membership-photo img {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  box-shadow: var(--ghhna-shadow);
  object-fit: cover;
}

body#PAGEID_7738 .ghhna-home-membership-photo figcaption {
  margin-top: 10px;
  color: #53665f;
  font-size: 12px;
}

body#PAGEID_7738 .ghhna-home-partners-band {
  padding: 78px 0 84px;
  background: var(--ghhna-paper);
}

body#PAGEID_7738 .ghhna-home-partners {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.75fr);
  gap: 70px;
  align-items: center;
}

body#PAGEID_7738 .ghhna-home-partners-copy h2 {
  font-size: 37px !important;
}

body#PAGEID_7738 .ghhna-home-partners-copy > p:not(.ghhna-home-eyebrow) {
  margin-bottom: 20px !important;
  font-size: 15px;
}

body#PAGEID_7738 .ghhna-home-partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body#PAGEID_7738 .ghhna-home-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 124px;
  padding: 16px;
  border: 1px solid var(--ghhna-line);
  border-radius: 4px;
  background: var(--ghhna-white);
  text-decoration: none !important;
}

body#PAGEID_7738 a.ghhna-home-partner:hover,
body#PAGEID_7738 a.ghhna-home-partner:focus-visible {
  border-color: var(--ghhna-gold);
  box-shadow: 0 8px 22px rgba(15, 48, 40, 0.08);
}

body#PAGEID_7738 .ghhna-home-partner img {
  width: 100%;
  max-height: 88px;
  object-fit: contain;
}

body#PAGEID_7738 .ghhna-home-main a:focus-visible {
  outline: 3px solid #d6a955;
  outline-offset: 3px;
}

body#PAGEID_7738 .zoneContent {
  background: var(--ghhna-white);
}

body#PAGEID_7738 .zoneContent > .container_12 {
  padding-bottom: 76px;
}

body#PAGEID_7738 .board-card {
  width: min(100% - 64px, 1160px) !important;
  max-width: 1160px !important;
  padding: 76px 0 24px !important;
  border-top: 4px solid var(--ghhna-gold) !important;
}

body#PAGEID_7738 .board-title {
  margin-bottom: 36px !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 40px !important;
  line-height: 1.1 !important;
}

body#PAGEID_7738 .board-footer {
  display: none !important;
}

@media (max-width: 1024px) {
  body#PAGEID_7738 .ghhna-home-shell,
  body#PAGEID_7738 .board-card {
    width: min(100% - 44px, 1160px) !important;
  }

  body#PAGEID_7738 .ghhna-home-briefing {
    grid-template-columns: minmax(0, 1.3fr) minmax(290px, 0.7fr);
    gap: 42px;
  }

  body#PAGEID_7738 .ghhna-home-stories {
    gap: 34px;
  }

  body#PAGEID_7738 .ghhna-home-story {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 22px;
  }

  body#PAGEID_7738 .ghhna-home-membership {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    gap: 44px;
  }

  body#PAGEID_7738 .ghhna-home-partners {
    gap: 42px;
  }

  body#PAGEID_7738 .ghhna-home-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body#PAGEID_7738 .ghhna-home-briefing,
  body#PAGEID_7738 .ghhna-home-membership,
  body#PAGEID_7738 .ghhna-home-partners {
    grid-template-columns: 1fr;
  }

  body#PAGEID_7738 .ghhna-home-briefing {
    gap: 50px;
  }

  body#PAGEID_7738 .ghhna-home-safety {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    gap: 12px 42px;
  }

  body#PAGEID_7738 .ghhna-home-safety .ghhna-home-eyebrow,
  body#PAGEID_7738 .ghhna-home-safety h2,
  body#PAGEID_7738 .ghhna-home-safety > p {
    grid-column: 1;
  }

  body#PAGEID_7738 .ghhna-home-officer {
    grid-row: 1 / 5;
    grid-column: 2;
    margin-top: 0;
    padding-top: 0;
    padding-left: 28px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
  }

  body#PAGEID_7738 .ghhna-home-stories {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  body#PAGEID_7738 .ghhna-home-story {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  body#PAGEID_7738 .ghhna-home-membership {
    gap: 46px;
  }

  body#PAGEID_7738 .ghhna-home-membership-photo {
    max-width: 680px;
  }

  body#PAGEID_7738 .ghhna-home-partners {
    gap: 34px;
  }

  body#PAGEID_7738 .ghhna-home-partners-copy {
    max-width: 600px;
  }

  body#PAGEID_7738 .ghhna-home-partner-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  body#PAGEID_7738 .ghhna-home-shell,
  body#PAGEID_7738 .board-card {
    width: min(100% - 22px, 1160px) !important;
  }

  body#PAGEID_7738 .ghhna-home-main h2 {
    font-size: 34px !important;
  }

  body#PAGEID_7738 .ghhna-home-main h3 {
    font-size: 24px !important;
  }

  body#PAGEID_7738 .ghhna-home-main p {
    font-size: 16px;
  }

  body#PAGEID_7738 .ghhna-home-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body#PAGEID_7738 .ghhna-home-shortcuts a {
    min-height: 116px;
    padding: 20px 17px !important;
    border-top: 1px solid var(--ghhna-line);
  }

  body#PAGEID_7738 .ghhna-home-shortcuts a:nth-child(-n + 2) {
    border-top: 0;
  }

  body#PAGEID_7738 .ghhna-home-shortcuts a:nth-child(odd) {
    border-left: 0;
  }

  body#PAGEID_7738 .ghhna-home-shortcut-title {
    font-size: 15px;
  }

  body#PAGEID_7738 .ghhna-home-shortcut-detail {
    font-size: 13px;
  }

  body#PAGEID_7738 .ghhna-home-briefing-band,
  body#PAGEID_7738 .ghhna-home-pulse-band,
  body#PAGEID_7738 .ghhna-home-membership-band {
    padding: 60px 0 64px;
  }

  body#PAGEID_7738 .ghhna-home-partners-band {
    padding: 58px 0 62px;
  }

  body#PAGEID_7738 .ghhna-home-lead {
    margin-bottom: 30px !important;
    font-size: 17px !important;
  }

  body#PAGEID_7738 .ghhna-home-meeting {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 18px;
    padding: 24px 0;
  }

  body#PAGEID_7738 .ghhna-home-date {
    min-height: 70px;
  }

  body#PAGEID_7738 .ghhna-home-date strong {
    font-size: 33px;
  }

  body#PAGEID_7738 .ghhna-home-meeting-facts {
    grid-template-columns: 1fr;
    padding: 0;
  }

  body#PAGEID_7738 .ghhna-home-meeting-facts > div,
  body#PAGEID_7738 .ghhna-home-meeting-facts > div:first-child,
  body#PAGEID_7738 .ghhna-home-meeting-facts > div:last-child {
    padding: 15px 0;
    border-top: 1px solid var(--ghhna-line);
    border-left: 0;
  }

  body#PAGEID_7738 .ghhna-home-meeting-facts > div:first-child {
    border-top: 0;
  }

  body#PAGEID_7738 .ghhna-home-safety {
    display: block;
    padding: 30px 24px 26px;
  }

  body#PAGEID_7738 .ghhna-home-safety h2 {
    font-size: 31px !important;
  }

  body#PAGEID_7738 .ghhna-home-officer {
    margin-top: 24px;
    padding-top: 16px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0;
  }

  body#PAGEID_7738 .ghhna-home-section-heading {
    display: block;
    margin-bottom: 34px;
  }

  body#PAGEID_7738 .ghhna-home-section-heading > p:last-child {
    margin-top: 14px;
  }

  body#PAGEID_7738 .ghhna-home-story {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 19px;
    padding-top: 22px;
  }

  body#PAGEID_7738 .ghhna-home-story-copy h3 {
    font-size: 22px !important;
  }

  body#PAGEID_7738 .ghhna-home-story-copy > p:not(.ghhna-home-kicker) {
    font-size: 14px;
    line-height: 1.55;
  }

  body#PAGEID_7738 .ghhna-home-proof > div {
    padding: 0 10px;
  }

  body#PAGEID_7738 .ghhna-home-proof strong {
    font-size: 23px;
  }

  body#PAGEID_7738 .ghhna-home-proof span {
    font-size: 11px;
  }

  body#PAGEID_7738 .ghhna-home-partners-copy h2 {
    font-size: 32px !important;
  }

  body#PAGEID_7738 .ghhna-home-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body#PAGEID_7738 .ghhna-home-partner {
    height: 104px;
    padding: 12px;
  }

  body#PAGEID_7738 .ghhna-home-partner img {
    max-height: 76px;
  }

  body#PAGEID_7738 .board-card {
    padding-top: 58px !important;
  }

  body#PAGEID_7738 .board-title {
    font-size: 33px !important;
  }
}

@media (max-width: 420px) {
  body#PAGEID_7738 .ghhna-home-shortcuts a {
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 5px 8px;
    padding: 18px 14px !important;
  }

  body#PAGEID_7738 .ghhna-home-shortcut-arrow {
    font-size: 18px;
  }

  body#PAGEID_7738 .ghhna-home-story {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
  }

  body#PAGEID_7738 .ghhna-home-story-copy > p:not(.ghhna-home-kicker) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  body#PAGEID_7738 .ghhna-home-actions {
    align-items: stretch;
  }

  body#PAGEID_7738 .ghhna-home-button,
  body#PAGEID_7738 .ghhna-home-actions .ghhna-home-link {
    width: 100%;
  }

  body#PAGEID_7738 .ghhna-home-proof {
    grid-template-columns: 1fr;
    padding: 0;
  }

  body#PAGEID_7738 .ghhna-home-proof > div,
  body#PAGEID_7738 .ghhna-home-proof > div:first-child {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: baseline;
    padding: 12px 0;
    border-top: 1px solid rgba(15, 48, 40, 0.18);
    border-left: 0;
  }

  body#PAGEID_7738 .ghhna-home-proof > div:first-child {
    border-top: 0;
  }

  body#PAGEID_7738 .ghhna-home-proof span {
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body:is(.publicContentView, .memberContentView) *,
  body:is(.publicContentView, .memberContentView) *::before,
  body:is(.publicContentView, .memberContentView) *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  body#PAGEID_7738 .ghhna-hero-video {
    display: none !important;
  }
}

/* SR-00146 — Donate page polish, August 2026 */

body#PAGEID_7744 #id_fHtxkcd,
body#PAGEID_7744 .WaGadgetDonationForm {
  width: min(100%, 860px);
  max-width: 860px;
  box-sizing: border-box;
  margin-right: auto !important;
  margin-left: auto !important;
}

body#PAGEID_7744 #id_fHtxkcd,
body#PAGEID_7744 #id_fHtxkcd h1 {
  margin-bottom: 0 !important;
}

body#PAGEID_7744 .WaGadgetDonationForm {
  margin-top: 28px !important;
  margin-bottom: 80px !important;
}

body#PAGEID_7744 .WaGadgetDonationForm #idGeneralFormContainer {
  width: 100% !important;
  box-sizing: border-box;
  overflow: visible;
  padding: clamp(30px, 4.5vw, 46px);
  border: 1px solid var(--ghhna-line) !important;
  border-top: 4px solid var(--ghhna-gold) !important;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(219, 234, 228, 0.30), rgba(255, 255, 255, 0) 132px),
    var(--ghhna-white);
  box-shadow: var(--ghhna-shadow);
}

body#PAGEID_7744 .WaGadgetDonationForm #idGeneralFormContainer > .cornersContainer,
body#PAGEID_7744 .WaGadgetDonationForm .formTitleOuterContainer > .cornersContainer,
body#PAGEID_7744 .WaGadgetDonationForm .navigationOuterContainer > .cornersContainer {
  display: none !important;
}

body#PAGEID_7744 .WaGadgetDonationForm .generalFormContainer,
body#PAGEID_7744 .WaGadgetDonationForm .formOuterContainer,
body#PAGEID_7744 .WaGadgetDonationForm .formContainer,
body#PAGEID_7744 .WaGadgetDonationForm .generalFieldsOuterContainer,
body#PAGEID_7744 .WaGadgetDonationForm .generalFieldsContainer,
body#PAGEID_7744 .WaGadgetDonationForm .formTitleOuterContainer,
body#PAGEID_7744 .WaGadgetDonationForm .formTitleContainer,
body#PAGEID_7744 .WaGadgetDonationForm .navigationOuterContainer,
body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  background: transparent !important;
}

body#PAGEID_7744 .WaGadgetDonationForm .formTitleOuterContainer {
  margin: 0 0 28px !important;
}

body#PAGEID_7744 .WaGadgetDonationForm .formTitleContainer {
  padding: 0 0 18px !important;
  border-bottom: 1px solid var(--ghhna-line) !important;
}

body#PAGEID_7744 .WaGadgetDonationForm .formTitleContainer .inner {
  display: flex !important;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

body#PAGEID_7744 .WaGadgetDonationForm h3.formTitle {
  float: none !important;
  margin: 0 !important;
  color: var(--ghhna-forest-deep) !important;
  font-size: 22px !important;
  font-weight: 760 !important;
  line-height: 1.25 !important;
}

body#PAGEID_7744 .WaGadgetDonationForm .mandatoryFieldsTitle {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ghhna-muted) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  white-space: nowrap;
}

body#PAGEID_7744 .WaGadgetDonationForm .mandatoryFieldsTitle strong {
  font-weight: 600;
}

body#PAGEID_7744 .WaGadgetDonationForm .fieldContainer {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

body#PAGEID_7744 .WaGadgetDonationForm .fieldSubContainer {
  width: 100% !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  box-sizing: border-box;
}

body#PAGEID_7744 .WaGadgetDonationForm .fieldSubContainer > table,
body#PAGEID_7744 .WaGadgetDonationForm .fieldSubContainer > table > tbody,
body#PAGEID_7744 .WaGadgetDonationForm .fieldSubContainer > table > tbody > tr {
  display: block !important;
  width: 100% !important;
}

body#PAGEID_7744 .WaGadgetDonationForm .fieldSubContainer td.left,
body#PAGEID_7744 .WaGadgetDonationForm .fieldSubContainer td.right {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  box-sizing: border-box;
}

body#PAGEID_7744 .WaGadgetDonationForm .fieldLabel {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 8px !important;
  color: var(--ghhna-ink) !important;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.4 !important;
  text-align: left !important;
}

body#PAGEID_7744 .WaGadgetDonationForm .fieldBody {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  font-size: 16px;
}

body#PAGEID_7744 .WaGadgetDonationForm .mandatorySymbol {
  margin-right: 3px;
  color: var(--ghhna-red) !important;
}

body#PAGEID_7744 .WaGadgetDonationForm input.typeText,
body#PAGEID_7744 .WaGadgetDonationForm textarea.typeText {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #b8c7c1 !important;
  border-radius: 8px !important;
  background: var(--ghhna-white) !important;
  color: var(--ghhna-ink) !important;
  font: inherit !important;
  box-shadow: 0 1px 2px rgba(15, 48, 40, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

body#PAGEID_7744 .WaGadgetDonationForm input.typeText {
  min-height: 52px !important;
}

body#PAGEID_7744 .WaGadgetDonationForm textarea.typeText {
  min-height: 136px !important;
  resize: vertical;
}

body#PAGEID_7744 .WaGadgetDonationForm #idAmountEditContainer input.typeText {
  width: 100% !important;
  max-width: 240px !important;
}

body#PAGEID_7744 .WaGadgetDonationForm input.typeText:focus,
body#PAGEID_7744 .WaGadgetDonationForm textarea.typeText:focus {
  outline: none;
  border-color: var(--ghhna-forest-2) !important;
  box-shadow:
    0 0 0 3px rgba(195, 146, 62, 0.24),
    0 1px 2px rgba(15, 48, 40, 0.06);
}

body#PAGEID_7744 .WaGadgetDonationForm .typeInstruction {
  max-width: 64ch;
  padding-top: 8px !important;
  color: var(--ghhna-muted) !important;
  font-size: 14px !important;
  font-style: normal !important;
  line-height: 1.5 !important;
}

body#PAGEID_7744 .WaGadgetDonationForm .validationError,
body#PAGEID_7744 .WaGadgetDonationForm .mandatory {
  color: var(--ghhna-red) !important;
  font-size: 14px !important;
}

body#PAGEID_7744 .WaGadgetDonationForm #idReCaptchaContainer td.left {
  display: none !important;
}

body#PAGEID_7744 .WaGadgetDonationForm #idReCaptchaContainer .fieldSubContainer {
  margin-bottom: 0 !important;
}

body#PAGEID_7744 .WaGadgetDonationForm #idReCaptchaContainer .fieldBody {
  overflow: visible;
}

body#PAGEID_7744 .WaGadgetDonationForm .g-recaptcha {
  margin-top: 2px;
}

body#PAGEID_7744 .WaGadgetDonationForm .navigationOuterContainer {
  margin: 26px 0 0 !important;
  padding-top: 24px;
  border-top: 1px solid var(--ghhna-line) !important;
}

body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer .inner {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer .left,
body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer .right {
  display: flex !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer .clearEndContainer {
  display: none !important;
}

body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer input.nextButton {
  min-width: 132px;
  min-height: 48px;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 22px !important;
  border-radius: 8px !important;
  font: inherit !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer;
}

body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer input[id$="_next"] {
  min-width: 178px;
  border: 1px solid var(--ghhna-forest) !important;
  background: var(--ghhna-forest) !important;
  color: var(--ghhna-white) !important;
  box-shadow: 0 10px 24px rgba(15, 48, 40, 0.18);
}

body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer input[id$="_next"]:hover {
  border-color: var(--ghhna-forest-deep) !important;
  background: var(--ghhna-forest-deep) !important;
}

body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer input[id$="_cancel"],
body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer input[id$="_cancelNoScript"] {
  border: 1px solid #b7c8c1 !important;
  background: var(--ghhna-white) !important;
  color: var(--ghhna-forest-deep) !important;
  box-shadow: none !important;
}

body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer input[id$="_cancel"]:hover,
body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer input[id$="_cancelNoScript"]:hover {
  border-color: var(--ghhna-green) !important;
  background: var(--ghhna-surface) !important;
}

body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer input.nextButton:focus-visible {
  outline: 3px solid rgba(195, 146, 62, 0.42);
  outline-offset: 3px;
}

@media (max-width: 720px) {
  body#PAGEID_7744 .WaGadgetDonationForm {
    margin-top: 22px !important;
    margin-bottom: 60px !important;
  }

  body#PAGEID_7744 .WaGadgetDonationForm #idGeneralFormContainer {
    padding: 28px 22px;
    border-radius: 12px;
    box-shadow: none;
  }

  body#PAGEID_7744 .WaGadgetDonationForm .formTitleContainer .inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  body#PAGEID_7744 .WaGadgetDonationForm .mandatoryFieldsTitle {
    white-space: normal;
  }

  body#PAGEID_7744 .WaGadgetDonationForm #idAmountEditContainer input.typeText {
    max-width: none !important;
  }

  body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer .inner {
    align-items: stretch;
    flex-direction: column;
  }

  body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer .right {
    order: 1;
  }

  body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer .left {
    order: 2;
  }

  body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer .left,
  body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer .right,
  body#PAGEID_7744 .WaGadgetDonationForm .navigationContainer input.nextButton {
    width: 100% !important;
  }
}

@media (max-width: 380px) {
  body#PAGEID_7744 .WaGadgetDonationForm #idGeneralFormContainer {
    padding-right: 16px;
    padding-left: 16px;
  }

  body#PAGEID_7744 .WaGadgetDonationForm #idReCaptchaContainer .fieldBody {
    overflow: hidden;
  }

  body#PAGEID_7744 .WaGadgetDonationForm .g-recaptcha {
    margin-bottom: -11px;
    transform: scale(0.86);
    transform-origin: left top;
  }
}
