/* Generated from page: building-committee */
/* Builder Custom CSS START */
#stg-campaign-leadership,
#stg-campaign-leadership *{
  box-sizing:border-box;
}

#stg-campaign-leadership{
  --navy:#061b3d;
  --gold:#a46312;
  --gold2:#d6a64a;
  --cream:#fbf4e6;
  --paper:#fffaf0;
  --white:#ffffff;
  --line:rgba(164,99,18,.28);

  font-family:Georgia,"Times New Roman",serif;
  background:var(--cream);
  color:var(--navy);
  overflow:hidden;
}

#stg-campaign-leadership a{
  color:inherit;
  text-decoration:none;
}

#stg-campaign-leadership .stg-wrap{
  width:min(1120px,92vw);
  margin:0 auto;
}

#stg-campaign-leadership .stg-hero{
  padding:90px 0 70px;
  background:
    radial-gradient(circle at top right, rgba(214,166,74,.24), transparent 36%),
    linear-gradient(180deg,#fffaf0 0%,#f6ead6 100%);
  border-bottom:4px solid var(--gold);
}

#stg-campaign-leadership .stg-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:50px;
  align-items:center;
}

#stg-campaign-leadership .stg-kicker{
  color:var(--gold);
  font-size:15px;
  letter-spacing:.2em;
  text-transform:uppercase;
  font-weight:bold;
  margin-bottom:18px;
}

#stg-campaign-leadership h1{
  font-size:clamp(50px,7vw,92px);
  line-height:.92;
  letter-spacing:.03em;
  text-transform:uppercase;
  margin:0 0 22px;
  color:var(--navy);
}

#stg-campaign-leadership .stg-subhead{
  font-size:clamp(23px,3vw,34px);
  line-height:1.18;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.06em;
  margin:0 0 24px;
}

#stg-campaign-leadership .stg-copy{
  font-size:21px;
  line-height:1.6;
  color:#24324a;
}

#stg-campaign-leadership .stg-hero-card{
  background:rgba(255,255,255,.82);
  border-left:6px solid var(--gold);
  padding:38px;
  border-radius:24px;
  box-shadow:0 22px 50px rgba(6,27,61,.10);
}

#stg-campaign-leadership .stg-hero-card h2{
  font-size:34px;
  line-height:1;
  margin:0 0 16px;
  color:var(--navy);
  text-transform:uppercase;
}

#stg-campaign-leadership .stg-section{
  padding:76px 0;
}

#stg-campaign-leadership .stg-label{
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:14px;
  font-weight:bold;
  margin-bottom:14px;
}

#stg-campaign-leadership .stg-title{
  font-size:clamp(36px,5vw,64px);
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.035em;
  margin:0 0 34px;
  color:var(--navy);
}

#stg-campaign-leadership .stg-role-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

#stg-campaign-leadership .stg-role-card{
  background:#fff;
  border:1px solid var(--line);
  border-top:5px solid var(--gold);
  border-radius:22px;
  padding:28px;
  box-shadow:0 12px 28px rgba(6,27,61,.05);
}

#stg-campaign-leadership .stg-icon{
  width:62px;
  height:62px;
  border-radius:50%;
  background:var(--navy);
  color:var(--gold2);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  margin-bottom:20px;
}

#stg-campaign-leadership .stg-role-card h3{
  font-size:24px;
  line-height:1.1;
  margin:0 0 12px;
  color:var(--navy);
  text-transform:uppercase;
}

#stg-campaign-leadership .stg-role-card p{
  font-size:18px;
  line-height:1.5;
  margin:0;
  color:#26344f;
}

#stg-campaign-leadership .stg-dark{
  background:var(--navy);
  color:#fff;
}

#stg-campaign-leadership .stg-dark .stg-title,
#stg-campaign-leadership .stg-dark .stg-copy{
  color:#fff;
}

#stg-campaign-leadership .stg-committee-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

#stg-campaign-leadership .stg-person{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:26px;
  box-shadow:0 12px 28px rgba(6,27,61,.05);
}

#stg-campaign-leadership .stg-person h3{
  font-size:25px;
  line-height:1.1;
  margin:0 0 8px;
  color:var(--navy);
  text-transform:uppercase;
}

#stg-campaign-leadership .stg-person-role{
  color:var(--gold);
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:bold;
  margin-bottom:16px;
}

#stg-campaign-leadership .stg-contact-line{
  font-size:17px;
  line-height:1.45;
  margin:8px 0;
  color:#26344f;
  word-break:break-word;
}

#stg-campaign-leadership .stg-contact-line strong{
  color:var(--navy);
}

#stg-campaign-leadership .stg-info-box{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(214,166,74,.45);
  border-radius:24px;
  padding:34px;
}

#stg-campaign-leadership .stg-info-list{
  display:grid;
  gap:14px;
  margin-top:22px;
}

#stg-campaign-leadership .stg-info-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid rgba(255,255,255,.18);
  padding-top:14px;
  font-size:19px;
}

#stg-campaign-leadership .stg-info-row strong{
  color:var(--gold2);
}

#stg-campaign-leadership .stg-cta{
  background:var(--navy);
  color:#fff;
  text-align:center;
  padding:80px 0;
}

#stg-campaign-leadership .stg-cta h2{
  font-size:clamp(38px,5vw,68px);
  line-height:1;
  text-transform:uppercase;
  margin:0 0 20px;
  color:#fff;
}

#stg-campaign-leadership .stg-cta p{
  max-width:760px;
  margin:0 auto 32px;
  font-size:21px;
  line-height:1.55;
}

#stg-campaign-leadership .stg-buttons{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
}

#stg-campaign-leadership .stg-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 28px;
  border-radius:999px;
  border:2px solid var(--gold);
  font-size:14px;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:bold;
}

#stg-campaign-leadership .stg-btn.primary{
  background:var(--gold);
  color:#fff;
}

#stg-campaign-leadership .stg-btn.secondary{
  background:#fff;
  color:var(--navy);
}

@media(max-width:950px){
  #stg-campaign-leadership .stg-hero-grid,
  #stg-campaign-leadership .stg-role-grid,
  #stg-campaign-leadership .stg-committee-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:700px){
  #stg-campaign-leadership .stg-hero{
    padding:55px 0;
  }

  #stg-campaign-leadership .stg-hero-card{
    padding:28px;
  }

  #stg-campaign-leadership .stg-info-row{
    display:block;
  }

  #stg-campaign-leadership .stg-buttons{
    flex-direction:column;
  }

  #stg-campaign-leadership .stg-btn{
    width:100%;
  }
}
/* Builder Custom CSS END */