.elementor-2172 .elementor-element.elementor-element-e86fbfa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2172 .elementor-element.elementor-element-e86fbfa:not(.elementor-motion-effects-element-type-background), .elementor-2172 .elementor-element.elementor-element-e86fbfa > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#82251A;}.elementor-widget-heading .neb-protected-content-message, .elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2172 .elementor-element.elementor-element-58049a2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-2172 .elementor-element.elementor-element-58049a2 .elementor-heading-title{font-family:"Georgia", Sans-serif;font-size:62px;font-weight:600;color:#FFFFFF;}.elementor-2172 .elementor-element.elementor-element-d68b101{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-html .neb-protected-content-message, .elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:1024px){.elementor-2172 .elementor-element.elementor-element-d68b101{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-2172 .elementor-element.elementor-element-d68b101{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-cf43cbd *//* Meet the Board Page
   All classes prefixed with .map-board-
*/

.map-board-section {
  --board-primary: #82251A;
  --board-bg: #fffcf8;
  --board-text: #2c2624;
  --board-muted: #6d5f5b;
  --board-border: #e1cfc7;
  --board-radius-lg: 26px;
  --board-radius-md: 18px;
  --board-shadow-soft: 0 18px 40px rgba(0,0,0,0.06);
  --board-transition-fast: 0.2s ease-out;

  background: var(--board-bg);
  padding: 3rem 1.5rem 3.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--board-text);
}

.map-board-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* HERO */

.map-board-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.3fr);
  gap: 2.1rem;
  align-items: center;
  margin-bottom: 2.8rem;
}

.map-board-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.6rem;
}

.map-board-hero-iconwrap {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(130,37,26,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(130,37,26,0.06);
}

.map-board-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--board-primary);
  stroke-width: 1.8;
}

.map-board-hero-label-text {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--board-muted);
}

.map-board-title {
  margin: 0 0 0.6rem;
  font-size: 2.1rem;
  color: var(--board-primary);
  letter-spacing: 0.02em;
}

.map-board-verse {
  margin: 0 0 0.6rem;
  font-size: 0.96rem;
  line-height: 1.6;
  color: var(--board-text);
  font-style: italic;
}

.map-board-verse-ref {
  display: inline-block;
  margin-left: 0.3rem;
  font-weight: 600;
  color: var(--board-primary);
}

.map-board-lead {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--board-text);
}

.map-board-lead-small {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--board-muted);
}

.map-board-hero-image-card {
  background: #fff;
  border-radius: var(--board-radius-lg);
  padding: 0.75rem 0.75rem 1.0rem;
  border: 1px solid rgba(130,37,26,0.2);
  box-shadow: var(--board-shadow-soft);
}

.map-board-hero-image-frame {
  border-radius: var(--board-radius-md);
  overflow: hidden;
  border: 1px solid rgba(130,37,26,0.18);
}

/* LONG HORIZONTAL BOARD IMAGE */
.map-board-hero-image-frame img {
  display: block;
  width: 100%;
  height: 200px;              /* wide & long */
  object-fit: cover;
  object-position: center top;
}

.map-board-hero-image-caption {
  margin: 0.55rem 0 0;
  font-size: 0.86rem;
  color: var(--board-muted);
}

/* SECTION HEADER */

.map-board-section-block {
  margin-bottom: 2.9rem;
}

.map-board-section-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: flex-start;
  margin-bottom: 1.3rem;
}

.map-board-section-iconwrap {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(130,37,26,0.09);
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-board-section-title {
  margin: 0 0 0.25rem;
  font-size: 1.4rem;
  color: var(--board-primary);
}

.map-board-section-intro {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--board-text);
}

/* GRID & CARDS */

.map-board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem; /* smaller gap */
}

.map-board-card {
  background: #fff;
  border-radius: var(--board-radius-md);
  border: 1px solid rgba(130,37,26,0.15);
  padding: 0;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  overflow: hidden;
  padding-bottom: 0.5rem; /* tighter around smaller images */
}

/* MEMBER PHOTOS - SQUARE & SMALLER */

.map-board-photo {
  width: 100%;
  max-width: 260px;       /* smaller square size */
  aspect-ratio: 1 / 1;    /* perfect square */
  margin: 0 auto;         /* center inside the card */
  overflow: hidden;
  border-bottom: 1px solid rgba(130,37,26,0.15);
  background: #f9f1ea;
}

.map-board-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;     /* show full person */
  object-position: center;
  display: block;
}

/* CARD HEADER & BODY */

.map-board-card-header {
  padding: 0.9rem 1.15rem 0.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.map-board-name {
  margin: 0;
  font-size: 1.05rem;
  color: var(--board-primary);
}

.map-board-role {
  margin: 0;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--board-muted);
}

.map-board-tenure {
  margin: 0.3rem 0 0;
  font-size: 0.82rem;
  color: var(--board-muted);
}

.map-board-card-body {
  padding: 0.25rem 1.15rem 1.3rem;
}

.map-board-body {
  margin: 0 0 0.55rem;
  font-size: 0.93rem;
  line-height: 1.7;
  color: var(--board-text);
}

/* RESPONSIVE */

@media (max-width: 960px) {
  .map-board-hero {
    grid-template-columns: 1fr;
  }

  .map-board-hero-image-card {
    max-width: 560px;
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  .map-board-grid {
    grid-template-columns: 1fr;
  }

  .map-board-photo {
    max-width: 220px; /* reduced on tablet */
  }
}

@media (max-width: 700px) {
  .map-board-hero-image-frame img {
    height: 160px;
  }
}

@media (max-width: 600px) {
  .map-board-photo {
    max-width: 200px; /* smallest size */
  }

  .map-board-hero-image-frame img {
    height: 140px;
  }
}

@media (max-width: 640px) {
  .map-board-section {
    padding: 2.5rem 1rem 3rem;
  }

  .map-board-title {
    font-size: 1.8rem;
  }
}/* End custom CSS */