.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel>li>.item>a>span {
font-size: small;
}
.lstca-slideshow .stripViewer,
.lstca-slideshow .stripNavL,
.lstca-slideshow .stripNavR,
.lstca-slideshow .nav,
.lstca-slideshow ul.pageNav,
.lstca-slideshow .thumbNav,
.lstca-slideshow div[class*="thumb"],
.lstca-slideshow div[class*="strip"] {
  background-color: #27408B !important;
  background: #27408B !important;
}

.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel {
    border: 0px;
}
/* ── LSTCA Testimonials Band ── */

.lstca-testimonials-band {
  background-color: #27408B;
  padding: 48px 24px;
  box-sizing: border-box;
}

.lstca-testimonials-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.lstca-testimonials-heading {
  color: #ffffff !important;;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 48px;
}

.lstca-testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.lstca-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px 24px;
  flex: 1 1 260px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lstca-headshot {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid #E5913B;
}

.lstca-quote {
  color: #1B1240;
  font-size: 0.92rem;
  line-height: 1.65;
  font-style: italic;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

.lstca-name {
  color: #1B1240;
  font-weight: 700;
  font-size: 0.95rem;
  margin: 0 0 4px 0;
}

.lstca-title {
  color: #555555;
  font-size: 0.82rem;
  margin: 0;
}

/* Tablet: 2x2 grid */
@media (max-width: 768px) {
  .lstca-card {
    flex: 1 1 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}

/* Mobile: single column */
@media (max-width: 480px) {
  .lstca-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/* ---------- LSTCA Mission / Vision / Values ---------- */
.lstca-mvv-band {
  background: #F7F5EF;
  padding: 72px 24px;
  width: 100%;
  box-sizing: border-box;
}
.lstca-mvv-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.lstca-mvv-heading {
  color: #1B1240 !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 0 48px 0;
}
.lstca-mvv-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  align-items: stretch;
}
.lstca-mvv-card {
  background: #FFFFFF;
  border-top: 3px solid #E5913B;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(27, 18, 64, 0.08);
  padding: 36px 32px;
  flex: 1 1 300px;
  max-width: 380px;
  display: flex;
  flex-direction: column;
}
.lstca-mvv-label {
  color: #E5913B;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.lstca-mvv-title {
  color: #1B1240;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.25;
}
.lstca-mvv-body,
.lstca-mvv-values {
  color: #1B1240;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.lstca-mvv-values {
  list-style: none;
  padding: 0;
}
.lstca-mvv-values li {
  margin-bottom: 12px;
}
.lstca-mvv-values li:last-child { margin-bottom: 0; }
.lstca-mvv-values strong { color: #1B1240; }

/* Tablet: 2 cards top row, 1 wrapping */
@media (max-width: 900px) {
  .lstca-mvv-card { flex: 1 1 45%; max-width: none; }
}
/* Mobile: stacked */
@media (max-width: 600px) {
  .lstca-mvv-band { padding: 56px 20px; }
  .lstca-mvv-heading { font-size: 1.25rem; margin-bottom: 32px; }
  .lstca-mvv-card { flex: 1 1 100%; padding: 28px 24px; }
}
/* ---------- LSTCA Our Team ---------- */
.lstca-team-band {
  background: #F7F5EF;
  padding: 72px 24px;
  width: 100%;
  box-sizing: border-box;
}
.lstca-team-inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.lstca-team-heading {
  color: #1B1240 !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 0 8px 0;
}
.lstca-team-sub {
  color: #1B1240;
  opacity: 0.75;
  font-size: 1rem;
  margin: 0 0 48px 0;
}
.lstca-team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
}
.lstca-team-card {
  background: transparent;
  border: none;
  padding: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: inherit;
  color: inherit;
  flex: 1 1 280px;
  max-width: 340px;
  transition: transform 0.2s ease;
}
.lstca-team-card:hover,
.lstca-team-card:focus-visible {
  transform: translateY(-3px);
  outline: none;
}
.lstca-team-headshot {
  display: block;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #E5913B;
  margin-bottom: 20px;
  box-shadow: 0 4px 14px rgba(27, 18, 64, 0.12);
}
.lstca-team-headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lstca-team-name {
  display: block;
  color: #1B1240;
  font-weight: 700;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.lstca-team-role {
  display: block;
  color: #E5913B;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.lstca-team-short {
  display: block;
  color: #1B1240;
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 280px;
}

/* ---------- Modal ---------- */
.lstca-modal[hidden] { display: none; }
.lstca-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}
.lstca-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(27, 18, 64, 0.65);
  cursor: pointer;
}
.lstca-modal-panel {
  position: relative;
  background: #FFFFFF;
  border-radius: 6px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border-top: 4px solid #E5913B;
}
.lstca-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: transparent;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: #1B1240;
  cursor: pointer;
  padding: 4px 10px;
  z-index: 2;
}
.lstca-modal-close:hover { color: #E5913B; }
.lstca-modal-body {
  display: flex;
  gap: 32px;
  padding: 40px;
  align-items: flex-start;
}
.lstca-modal-photo {
  flex: 0 0 220px;
}
.lstca-modal-photo img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #E5913B;
  display: block;
}
.lstca-modal-text { flex: 1 1 auto; }
.lstca-modal-name {
  color: #1B1240;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 4px 0;
}
.lstca-modal-role {
  color: #E5913B;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.lstca-modal-text p {
  color: #1B1240;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 14px 0;
}
.lstca-modal-text p:last-child { margin-bottom: 0; }

/* Tablet */
@media (max-width: 900px) {
  .lstca-team-headshot { width: 180px; height: 180px; }
  .lstca-modal-body { flex-direction: column; align-items: center; text-align: center; padding: 32px 24px; }
  .lstca-modal-photo { flex: 0 0 auto; }
  .lstca-modal-photo img { width: 180px; height: 180px; }
  .lstca-modal-text { text-align: left; }
}

/* Mobile */
@media (max-width: 600px) {
  .lstca-team-band { padding: 56px 20px; }
  .lstca-team-heading { font-size: 1.25rem; }
  .lstca-team-grid { gap: 32px; }
  .lstca-team-card { flex: 1 1 100%; }
  .lstca-team-headshot { width: 200px; height: 200px; }
  .lstca-modal { padding: 12px; }
  .lstca-modal-body { padding: 28px 20px; }
  .lstca-modal-photo img { width: 160px; height: 160px; }
  .lstca-modal-name { font-size: 1.25rem; }
}
/* ============================================
   LSTCA — Mobile banner fixes (July 16, 2026)
   Overrides inline font-size and padding on the
   Home and About Us hero content gadgets so text
   fits within the viewport on phones/tablets.
   ============================================ */

/* Home banner "Built by consultants. For consultants." */
@media (max-width: 768px) {
  #id_NZrMwdR .gadgetStyleBody {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
  }
  #id_NZrMwdR h1.promo,
  #id_NZrMwdR h1.promo font {
    font-size: 36px !important;
    line-height: 1.15 !important;
  }
}
@media (max-width: 480px) {
  #id_NZrMwdR .gadgetStyleBody {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  #id_NZrMwdR h1.promo,
  #id_NZrMwdR h1.promo font {
    font-size: 28px !important;
    line-height: 1.15 !important;
  }
}
/* Home banner subtitle (h3) — same fix pattern as About Us */
@media (max-width: 768px) {
  #id_NZrMwdR h3,
  #id_NZrMwdR h3 font {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
}
@media (max-width: 480px) {
  #id_NZrMwdR h3,
  #id_NZrMwdR h3 font {
    font-size: 15px !important;
    line-height: 1.4 !important;
  }
}
/* About Us banner "Where consultants connect" */
@media (max-width: 768px) {
  #id_4lxp9LH {
    height: auto !important;
    min-height: 320px !important;
    background-position: center center !important;
  }
  #id_4lxp9LH .gadgetStyleBody {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #id_4lxp9LH table[watable="1"] {
    height: auto !important;
    width: 100% !important;
  }
  #id_4lxp9LH h1.promo,
  #id_4lxp9LH h1.promo font,
  #id_4lxp9LH h1.promo span {
    font-size: 36px !important;
    line-height: 1.15 !important;
  }
  #id_4lxp9LH h3,
  #id_4lxp9LH h3 font {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
}
@media (max-width: 480px) {
  #id_4lxp9LH {
    min-height: 280px !important;
  }
  #id_4lxp9LH .gadgetStyleBody {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  #id_4lxp9LH h1.promo,
  #id_4lxp9LH h1.promo font,
  #id_4lxp9LH h1.promo span {
    font-size: 26px !important;
    line-height: 1.15 !important;
  }
  #id_4lxp9LH h3,
  #id_4lxp9LH h3 font {
    font-size: 15px !important;
    line-height: 1.4 !important;
  }
}

/* =========================================================
   LSTCA — Sponsorships §2 "Why Partner with LSTCA"
   Scoped to .lstca-why-* classes
   ========================================================= */

.lstca-why-band {
  background: #F7F5EF;
  padding: 60px 20px;
}

.lstca-why-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.lstca-why-heading {
  color: #1B1240;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  max-width: none;
  margin: 0 0 24px 0;
}

.lstca-why-intro { 
  max-width: 900px;
  margin: 0 auto 48px auto;
  color: #1B1240;
}

.lstca-why-intro p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 16px 0;
}

.lstca-why-intro p:last-child {
  margin-bottom: 0;
}

.lstca-why-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 24px;
  align-items: stretch; 
  max-width: 900px;
  margin: 0 auto;
  justify-self: center;
}

.lstca-why-card {
  flex: 1 1 calc(50% - 12px);
  width: calc(50% - 12px) !important;
  min-width: 280px;
  max-width: 640px;
  background: #FFFFFF;
  border-top: 3px solid #E5913B;
  padding: 28px 28px;
  box-shadow: 0 2px 6px rgba(27, 18, 64, 0.06);
  display: flex;
  flex-direction: column;
}

.lstca-why-label {
  color: #E5913B;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

.lstca-why-body {
  color: #1B1240;
  font-size: 16px;
  line-height: 1.55;
}

/* --- Tablet --- */
@media (max-width: 700px) {
  .lstca-why-card {
    flex: 1 1 100%;
  }
}

/* --- Phone --- */
@media (max-width: 480px) {
  .lstca-why-band {
    padding: 40px 16px;
  }
  .lstca-why-intro p {
    font-size: 16px;
  }
  .lstca-why-card {
    padding: 22px 20px;
  }
}
.lstca-why-grid > .lstca-why-card {
  flex: 0 0 45% !important;
  width: 45% !important;
  max-width: none !important;
}
/* =========================================================
   LSTCA — Sponsorships §4 "Sponsorship Opportunities"
   Scoped to .lstca-tiers-* and .lstca-tier-* classes
   ========================================================= */

.lstca-tiers-band {
  background: #F7F5EF;
  padding: 60px 20px;
}

.lstca-tiers-inner {
  /* full container width, no max-width cap, matches §2 approach */
}

.lstca-tiers-heading {
  color: #1B1240;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 12px 0;
}

.lstca-tiers-subhead {
  color: #1B1240;
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 auto 40px auto;
}

/* --- Grid rows --- */

.lstca-tiers-grid {
  display: grid !important;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.lstca-tiers-grid-top {
  grid-template-columns: repeat(3, 1fr) !important;
}

.lstca-tiers-grid-bottom {
  grid-template-columns: repeat(2, 1fr) !important;
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
}

/* --- Card base --- */

.lstca-tier-card {
  background: #FFFFFF;
  border-top: 3px solid #E5913B;
  padding: 28px 24px 24px 24px;
  box-shadow: 0 2px 6px rgba(27, 18, 64, 0.06);
  display: flex;
  flex-direction: column;
  position: relative;
}

/* --- Founding tier — thicker gold band + marquee label --- */

.lstca-tier-founding {
  border-top: 8px solid #E5913B;
  padding-top: 22px;
}

.lstca-tier-marquee {
  color: #E5913B;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 8px;
}

/* --- Card content --- */

.lstca-tier-name {
  color: #1B1240;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 6px;
}

.lstca-tier-price {
  color: #27408B;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 14px;
}

.lstca-tier-status {
  display: inline-block;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 16px;
}

.lstca-status-open {
  background: #E5913B;
  color: #FFFFFF;
}

.lstca-status-available {
  background: #FFFFFF;
  color: #27408B;
  border: 1px solid #27408B;
}

.lstca-status-active {
  background: #27408B;
  color: #FFFFFF;
}

.lstca-tier-body {
  color: #1B1240;
  font-size: 15px;
  line-height: 1.55;
  flex-grow: 1;
  margin-bottom: 20px;
}

.lstca-tier-cta {
  display: inline-block;
  align-self: flex-start;
  background: #27408B;
  color: #FFFFFF !important;
  padding: 10px 22px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  border-radius: 3px;
  transition: background 0.15s ease;
}

.lstca-tier-cta:hover {
  background: #1B1240;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

/* --- Tablet --- */
@media (max-width: 900px) {
  .lstca-tiers-grid-top {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .lstca-tiers-grid-bottom {
    max-width: 100%;
  }
}

/* --- Phone --- */
@media (max-width: 600px) {
  .lstca-tiers-band {
    padding: 40px 16px;
  }
  .lstca-tiers-grid-top,
  .lstca-tiers-grid-bottom {
    grid-template-columns: 1fr !important;
  }
  .lstca-tiers-grid-bottom {
    max-width: 100%;
  }
}
/* =========================================================
   LSTCA — Sponsorships §5 "Interest Form CTA band"
   Scoped to .lstca-cta-* classes
   Sits in a "Stretch to full width" placeholder
   ========================================================= */

.lstca-cta-band {
  background: #27408B;
  padding: 72px 20px;
  text-align: center;
}

.lstca-cta-inner {
  /* full container width, matches §2/§4 approach */
}

.lstca-cta-heading {
  color: #FFFFFF !important;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 16px 0;
  text-align: center;
}

.lstca-cta-sub {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 32px 0;
  text-align: center;
  opacity: 0.92;
}

.lstca-cta-button {
  display: inline-block;
  background: #E5913B;
  color: #FFFFFF !important;
  padding: 16px 40px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  border-radius: 3px;
  transition: background 0.15s ease;
}

.lstca-cta-button:hover {
  background: #C77A28;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

/* --- Phone --- */
@media (max-width: 600px) {
  .lstca-cta-band {
    padding: 56px 16px;
  }
  .lstca-cta-heading {
    font-size: 26px;
  }
  .lstca-cta-sub {
    font-size: 16px;
  }
  .lstca-cta-button {
    padding: 14px 32px;
    font-size: 15px;
  }
}
/* =========================================================
   LSTCA — Sponsorships §6 "Thank You to Our Sponsors"
   Scoped to .lstca-sponsors-* and .lstca-sponsor-* classes
   ========================================================= */

.lstca-sponsors-band {
  background: #F7F5EF;
  padding: 60px 20px;
}

.lstca-sponsors-inner {
  /* full container width */
}

.lstca-sponsors-heading {
  color: #1B1240;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 12px 0;
}

.lstca-sponsors-intro {
  color: #1B1240;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 48px 0;
}

/* --- Sub-group container --- */

.lstca-sponsor-group {
  margin-bottom: 48px;
}

.lstca-sponsor-group:last-child {
  margin-bottom: 0;
}

.lstca-sponsor-group-heading {
  color: #E5913B;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  margin: 0 0 24px 0;
}

/* --- Logo grid --- */

.lstca-sponsor-grid {
  display: grid !important;
  gap: 32px;
  align-items: start;
  justify-items: center;
}

.lstca-sponsor-grid-4 {
  grid-template-columns: repeat(4, 1fr) !important;
}

.lstca-sponsor-grid-1 {
  grid-template-columns: 1fr !important;
  max-width: 25%;
  margin-left: auto;
  margin-right: auto;
}

/* --- Individual logo tile --- */

.lstca-sponsor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.lstca-sponsor-tile {
  background: #FFFFFF;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(27, 18, 64, 0.06);
  margin-bottom: 12px;
}

.lstca-sponsor-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.lstca-sponsor-name {
  color: #1B1240;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

/* --- Tablet --- */
@media (max-width: 900px) {
  .lstca-sponsor-grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .lstca-sponsor-grid-1 {
    max-width: 50%;
  }
}

/* --- Phone --- */
@media (max-width: 600px) {
  .lstca-sponsors-band {
    padding: 40px 16px;
  }
  .lstca-sponsor-grid-4 {
    grid-template-columns: 1fr !important;
  }
  .lstca-sponsor-grid-1 {
    max-width: 70%;
  }
  .lstca-sponsor-tile {
    height: 120px;
  }
}