.elementor-2161 .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-2161 .elementor-element.elementor-element-e86fbfa:not(.elementor-motion-effects-element-type-background), .elementor-2161 .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-2161 .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-2161 .elementor-element.elementor-element-58049a2 .elementor-heading-title{font-family:"Georgia", Sans-serif;font-size:62px;font-weight:600;color:#FFFFFF;}.elementor-2161 .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-2161 .elementor-element.elementor-element-d68b101{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-2161 .elementor-element.elementor-element-d68b101{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-cf43cbd *//* Meet the Staff & Volunteers Page
   All classes prefixed with .map-team-
*/

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

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

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

/* HERO */

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

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

.map-team-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-team-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--team-primary);
  stroke-width: 1.8;
}

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

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

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

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

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

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

.map-team-hero-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}

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

/* SECTION HEADERS */

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

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

.map-team-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-team-section-iconwrap--vol {
  background: rgba(130,37,26,0.14);
}

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

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

/* GRID & CARDS */

.map-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.map-team-card {
  background: #fff;
  border-radius: var(--team-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;
}

.map-team-card--wide {
  grid-column: 1 / -1;
}

/* BIG PHOTOS */

.map-team-photo {
  width: 100%;
  max-height: 320px; /* container height */
  overflow: hidden;
  border-bottom: 1px solid rgba(130,37,26,0.15);
}

/* default single-photo cards */
.map-team-photo img {
  width: 100%;
  height: 320px;           /* taller image */
  object-fit: cover;
  object-position: top;    /* top-justify so faces stay in frame */
  display: block;
}

/* split photo just for Joe & Esther */
.map-team-photo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.map-team-photo-split img {
  height: 340px;           /* slightly taller for Joe & Esther */
  width: 100%;
  object-fit: cover;
  object-position: top;    /* top-justify faces */
}

/* CARD HEADER & BODY */

.map-team-card-header {
  padding: 0.9rem 1.15rem 0.2rem;
}

.map-team-card-body {
  padding: 0.2rem 1.15rem 1.3rem;
}

/* NAME & ROLE */

.map-team-name {
  margin: 0 0 0.15rem;
  font-size: 1.02rem;
  color: var(--team-primary);
}

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

/* BODY TEXT & LINKS */

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

.map-team-link {
  color: var(--team-primary);
  text-decoration: none;
  border-bottom: 1px solid rgba(130,37,26,0.6);
  padding-bottom: 1px;
}

.map-team-link:hover {
  border-bottom-width: 2px;
}

/* DIVIDER INSIDE CARD */

.map-team-divider {
  border: 0;
  border-top: 1px solid rgba(130,37,26,0.18);
  margin: 0.7rem 0 0.6rem;
}

/* VOL BLOCK COLOR VARIANT */

.map-team-section-block--vol .map-team-card {
  background: #fffdf9;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .map-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

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

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

  .map-team-photo {
    max-height: 260px;
  }

  .map-team-photo img,
  .map-team-photo-split img {
    height: 260px;
  }
}

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

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