.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;
  }
}