.cre-committee-page {
  --cre-navy: #173f69;
  --cre-blue: #2f78c4;
  --cre-ink: #263b52;
  --cre-muted: #6f8297;
  --cre-line: #d8e4ef;
  --cre-soft: #f4f8fc;
  --cre-mint: #e8f7f3;
  --cre-green: #159878;
  color: var(--cre-ink);
}

.cre-committee-page--logged-in { background: #f4f7fa !important; }

.cre-committee-hero,
.cre-committee-public-hero {
  background: linear-gradient(120deg, #173f69 0%, #2f78c4 100%);
  color: #fff;
}

.cre-committee-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin: 0 auto 28px;
  max-width: 1480px;
  padding: 34px 42px;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(23, 63, 105, .18);
}

.cre-committee-public-hero { padding-block: 38px; }
.cre-committee-public-hero .container-new { max-width: 1480px; }
.cre-committee-public-hero .public-committee-breadcrumbs { margin-bottom: 20px; }

.cre-committee-public-hero__content {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.cre-committee-hero__icon {
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 22px;
  background: rgba(255, 255, 255, .12);
  font-size: 36px;
}

.cre-committee-eyebrow {
  margin: 0 0 6px;
  color: var(--cre-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cre-committee-hero .cre-committee-eyebrow,
.cre-committee-public-hero .cre-committee-eyebrow { color: #bfe9ff; }

.cre-committee-hero h1,
.cre-committee-public-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
}

.cre-committee-hero__subtitle {
  max-width: 780px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.5;
}

.cre-committee-hero__levels {
  display: grid;
  grid-template-columns: repeat(2, 54px);
  gap: 8px;
}

.cre-committee-hero__levels span {
  display: grid;
  min-height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 12px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.cre-committee-page .section-tabs .container-new,
.cre-committee-page .section-tab-content .container-new { max-width: 1480px; }

.cre-committee-page--logged-in > .section-tabs {
  padding-top: 0;
  padding-bottom: 1rem;
}

.cre-committee-page--public > .section-tabs {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.cre-committee-page .section-tab-content { background: #f4f7fa; }
.cre-committee-page .section-tabs .tab-content { padding-top: 22px; }
.cre-committee-page .tab-content > .tab-pane > h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 20px;
  color: var(--cre-ink);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}
.cre-committee-page .tab-content > .tab-pane > h4::before,
.cre-committee-page .tab-content > .tab-pane > h4::after {
  width: 72px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, #b9cde0);
}
.cre-committee-page .tab-content > .tab-pane > h4::after {
  background: linear-gradient(90deg, #b9cde0, transparent);
}
.cre-committee-page #Information-tab-pane > h4 { display: none; }

.cre-committee-content { display: grid; gap: 24px; }
.cre-committee-content h2,
.cre-committee-content h3,
.cre-committee-content p { margin-top: 0; }
.cre-committee-content h2 { margin-bottom: 10px; color: var(--cre-ink); font-size: 28px; }
.cre-committee-content h3 { color: var(--cre-ink); font-size: 18px; }
.cre-committee-content p { color: var(--cre-muted); line-height: 1.65; }

.cre-committee-intro,
.cre-committee-panel,
.cre-committee-cta {
  border: 1px solid var(--cre-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(38, 59, 82, .06);
}

.cre-committee-intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 30px;
}

.cre-committee-intro__icon,
.cre-committee-cta__icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 17px;
  background: var(--cre-mint);
  color: var(--cre-green);
  font-size: 25px;
}

.cre-committee-panel { padding: 30px; }
.cre-committee-panel__header { max-width: 860px; margin-bottom: 22px; }

.cre-committee-needs,
.cre-committee-resources { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.cre-committee-needs article {
  padding: 22px;
  border: 1px solid var(--cre-line);
  border-radius: 16px;
  background: var(--cre-soft);
}
.cre-committee-needs article > i { margin-bottom: 18px; color: var(--cre-blue); font-size: 24px; }
.cre-committee-needs article p { margin-bottom: 0; }

.cre-committee-levels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.cre-committee-levels article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--cre-line);
  border-radius: 15px;
  background: #fff;
}
.cre-committee-levels article > span {
  display: grid;
  min-height: 58px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cre-navy), var(--cre-blue));
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
}
.cre-committee-levels h3 { margin-bottom: 5px; }
.cre-committee-levels p { margin-bottom: 0; font-size: 14px; }

.cre-committee-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 28px 30px;
  border-color: #bddbd3;
  background: linear-gradient(120deg, #f0faf7, #fff);
}
.cre-committee-cta p { margin-bottom: 0; }
.cre-committee-cta__link {
  padding: 12px 18px;
  border-radius: 11px;
  background: var(--cre-green);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}
.cre-committee-cta__link i { margin-left: 8px; }

.cre-committee-resources { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cre-committee-resources a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--cre-line);
  border-radius: 14px;
  color: var(--cre-ink);
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.cre-committee-resources a:hover {
  border-color: var(--cre-blue);
  box-shadow: 0 9px 20px rgba(38, 59, 82, .09);
  transform: translateY(-2px);
}
.cre-committee-resources a > i:first-child { color: var(--cre-blue); font-size: 23px; }
.cre-committee-resources strong,
.cre-committee-resources small { display: block; }
.cre-committee-resources small { margin-top: 3px; color: var(--cre-muted); }

.cre-committee-content__data-sources { display: none !important; }

.cre-directory__filter {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: 28px;
  margin: 0 0 18px;
  padding: 18px 20px;
  border: 1px solid var(--cre-line);
  border-radius: 14px;
  background: #fff;
}
.cre-directory__filter-copy {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.cre-directory__filter-copy > span:last-child { min-width: 0; }
.cre-directory__filter-copy strong,
.cre-directory__filter-copy small { display: block; }
.cre-directory__filter-copy strong { color: var(--cre-ink); font-size: 16px; }
.cre-directory__filter-copy small { margin-top: 2px; color: var(--cre-muted); font-size: 13px; }
.cre-directory__filter-icon {
  display: grid;
  flex: 0 0 46px;
  height: 46px;
  place-items: center;
  border-radius: 13px;
  background: #e7f1fb;
  color: var(--cre-blue);
  font-size: 19px;
}
.cre-directory__filter-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  align-items: end;
  gap: 12px;
}
.cre-directory__filter-field { min-width: 0; }
.cre-directory__filter label { margin: 0; color: var(--cre-ink); font-size: 13px; font-weight: 800; }
.cre-directory__filter .form-select { width: 100%; min-height: 46px; margin-top: 6px; }
.cre-directory__clear {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 14px;
  border: 1px solid #cbd9e7;
  border-radius: 10px;
  background: #fff;
  color: #52687d;
  font-size: 13px;
  font-weight: 800;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.cre-directory__clear:hover,
.cre-directory__clear:focus {
  border-color: var(--cre-blue);
  background: #f3f8fd;
  color: var(--cre-blue);
}
.cre-directory__table-scroll { overflow-x: auto; border: 1px solid var(--cre-line); border-radius: 16px; background: #fff; }
.cre-directory__table-scroll .dataTables_wrapper { min-width: 920px; }
.cre-directory__table-scroll table {
  width: 100% !important;
  min-width: 920px;
  table-layout: fixed;
  margin-bottom: 0 !important;
  border: 0 !important;
}
.cre-directory__table-scroll .table tr { display: table-row !important; }
.cre-directory__table-scroll .table th,
.cre-directory__table-scroll .table td {
  display: table-cell !important;
  min-width: 0 !important;
  flex: none !important;
}
.cre-directory__column-name { width: 18%; }
.cre-directory__column-rank { width: 11%; }
.cre-directory__column-email { width: 24%; }
.cre-directory__column-city { width: 16%; }
.cre-directory__column-state { width: 10%; }
.cre-directory__column-level { width: 21%; }
.cre-directory__table-scroll th { background: #edf4fa; color: #50677f; font-size: 11px; letter-spacing: .07em; white-space: nowrap; text-transform: uppercase; }
.cre-directory__table-scroll td,
.cre-directory__table-scroll th { padding: 12px 14px !important; vertical-align: middle !important; }
.cre-directory__table-scroll td { padding: 12px 14px !important; color: #344a61; font-size: 14px; vertical-align: middle !important; }
.cre-directory__table-scroll tbody tr:hover { background: #f6faff; }
.cre-directory__table-scroll a { color: #246db5; font-weight: 500; }
.cre-directory__table-scroll tbody tr:nth-child(even) { background: #fbfdff; }
.cre-directory__table-scroll tbody tr:nth-child(even):hover { background: #f6faff; }
.cre-directory__name,
.cre-directory__email { overflow: hidden; }
.cre-directory__name a,
.cre-directory__email a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cre-directory__name a { color: var(--cre-ink); font-weight: 700; }
.cre-directory__email a { font-weight: 500; }
.cre-directory__rank {
  display: inline-flex;
  width: auto !important;
  min-width: 0;
  padding: 4px 9px;
  border: 1px solid #d8e5f0;
  border-radius: 999px;
  background: #f5f8fb;
  color: #52687d;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.cre-directory__level { white-space: nowrap; }
.cre-directory__level-badge {
  display: inline-flex;
  min-width: 50px;
  justify-content: center;
  padding: 5px 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cre-navy), var(--cre-blue));
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}
.cre-directory__level-label {
  margin-left: 7px;
  color: #52687d;
  font-size: 12px;
  font-weight: 700;
}
.cre-directory__table-toolbar {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--cre-line);
  background: #fbfdff;
}
.cre-directory__table-toolbar .dataTables_length { float: none; }
.cre-directory__table-toolbar .dataTables_length label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #5d7186;
  font-size: 12px;
  font-weight: 700;
}
.cre-directory__table-toolbar .dataTables_length select {
  width: 84px;
  height: 36px;
  margin: 0;
  padding: 5px 25px 5px 9px;
  border: 1px solid #cbd9e7;
  border-radius: 8px;
  background-color: #fff;
}
.cre-directory__table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 62px;
  padding: 12px 16px;
  border-top: 1px solid var(--cre-line);
  background: #f7faff;
}
.cre-directory__table-footer .dataTables_info,
.cre-directory__table-footer .dataTables_paginate {
  float: none;
  margin: 0;
}
.cre-directory__table-footer .dataTables_info {
  padding: 0;
  color: #667b90;
  font-size: 12px;
  font-weight: 600;
}
.cre-directory__table-footer .pagination { display: flex; gap: 5px; margin: 0 !important; }
.cre-directory__table-footer .pagination > li > a,
.cre-directory__table-footer .pagination > li > span {
  min-width: 34px;
  padding: 7px 10px;
  border: 1px solid #cbd9e7;
  border-radius: 7px !important;
  background: #fff;
  color: #386da7;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.cre-directory__table-footer .pagination > .active > a,
.cre-directory__table-footer .pagination > .active > span {
  border-color: var(--cre-blue);
  background: var(--cre-blue);
  color: #fff;
}

@media (max-width: 900px) {
  .cre-committee-hero,
  .cre-committee-public-hero__content { grid-template-columns: auto minmax(0, 1fr); }
  .cre-committee-hero__levels { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); }
  .cre-committee-needs { grid-template-columns: 1fr; }
  .cre-committee-levels,
  .cre-committee-resources { grid-template-columns: 1fr; }
  .cre-committee-cta { grid-template-columns: auto minmax(0, 1fr); }
  .cre-committee-cta__link { grid-column: 1 / -1; text-align: center; }
  .cre-directory__filter { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 600px) {
  .cre-committee-hero { margin-inline: 14px; padding: 26px 20px; }
  .cre-committee-public-hero { padding-block: 28px; }
  .cre-committee-page--public > .section-tabs {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
  .cre-committee-hero,
  .cre-committee-public-hero__content,
  .cre-committee-intro { grid-template-columns: 1fr; }
  .cre-committee-hero__icon { width: 66px; height: 66px; }
  .cre-committee-panel,
  .cre-committee-intro,
  .cre-committee-cta { padding: 22px 18px; }
  .cre-committee-levels article { grid-template-columns: 62px minmax(0, 1fr); }
  .cre-directory__filter-controls { grid-template-columns: 1fr; }
  .cre-directory__clear { width: 100%; }
}
