/* Haldenbrook visual repair: readable, serious, structured. */
body {
  background: #f5f4f0 !important;
}

.wrap {
  max-width: 1180px;
}

@media (max-width: 1120px) {
  nav.links a {
    margin-left: 22px !important;
  }

  nav.links a.nav-cta {
    margin-left: 22px !important;
  }
}

.hero {
  background: #f5f4f0 !important;
  border-bottom: 1px solid #d6d0c4 !important;
}

.hero h1,
h2.sec,
.section-title {
  color: #111820 !important;
  letter-spacing: 0 !important;
}

.hero p.lede,
.sec-intro,
.p-body {
  color: #424a51 !important;
}

.hero-proof {
  background: #fff !important;
  border: 1px solid #d6d0c4 !important;
  border-top: 5px solid #9b7b44 !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 36px rgba(17, 24, 32, .08) !important;
  color: #111820 !important;
}

.hero-proof .label {
  color: #6b2233 !important;
}

.entry-card {
  border-top: 1px solid #d6d0c4 !important;
  padding: 22px 0 !important;
}

.entry-card strong {
  color: #111820 !important;
  font-size: clamp(29px, 2.5vw, 36px) !important;
}

.entry-card.admit strong {
  color: #6b2233 !important;
}

.entry-card span:not(.label) {
  color: #424a51 !important;
  max-width: 52ch;
}

.proof-strip {
  border: 1px solid #d6d0c4 !important;
  box-shadow: none !important;
}

.proof-strip span {
  background: #fff !important;
  color: #303840 !important;
}

section.anchor {
  background: #111820 !important;
}

section.anchor h2.sec {
  color: #f5f4f0 !important;
}

section.anchor .label {
  color: #c0a46c !important;
}

section.anchor .proof-grid {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  gap: 14px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

section.anchor .proof {
  background: #17212a !important;
  border: 1px solid rgba(245, 244, 240, .16) !important;
  border-top: 3px solid #9b7b44 !important;
  border-radius: 8px !important;
  min-height: 150px;
  padding: 26px 24px !important;
}

section.anchor .proof b {
  color: #f5f4f0 !important;
  font-size: clamp(30px, 2.5vw, 42px) !important;
  opacity: 1 !important;
}

section.anchor .proof span {
  color: #d6d0c4 !important;
  font-size: 15px !important;
}

.practices {
  gap: 22px !important;
}

.practice,
.practice.flag,
.practice.admissions {
  background: #fff !important;
  border: 1px solid #d6d0c4 !important;
  border-left: 0 !important;
  border-radius: 8px !important;
  border-top: 4px solid #9b7b44 !important;
  box-shadow: 0 12px 28px rgba(17, 24, 32, .06) !important;
  color: #111820 !important;
  padding: 30px 32px !important;
}

.practice.flag {
  border-top-color: #111820 !important;
}

.practice.admissions {
  border-top-color: #6b2233 !important;
}

.practice h3,
.practice.flag h3,
.practice.admissions h3 {
  color: #111820 !important;
  font-size: clamp(28px, 2.35vw, 38px) !important;
  line-height: 1.08 !important;
  margin-bottom: 16px !important;
}

.practice.admissions h3 {
  color: #6b2233 !important;
}

.practice .p-body,
.practice.flag .p-body,
.practice.admissions .p-body {
  color: #424a51 !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
  max-width: 66ch;
}

.flag-list {
  border-top: 1px solid #d6d0c4 !important;
  margin-top: 20px !important;
  padding-top: 2px !important;
}

.flag-list li,
.practice.flag .flag-list li,
.practice.admissions .flag-list li {
  border-bottom: 1px solid #d6d0c4 !important;
  color: #424a51 !important;
  font-size: 14.5px !important;
  line-height: 1.42 !important;
  padding: 10px 0 !important;
}

.p-more {
  color: #6b2233 !important;
  font-weight: 700 !important;
  margin-top: auto !important;
  padding-top: 20px !important;
}

.audience-list,
.creds,
.ins-item {
  border-radius: 8px !important;
}

.creds {
  overflow: hidden;
  padding: 4px 28px !important;
}

.creds li {
  padding: 18px 0 !important;
}

.ins-list {
  border-top: 0 !important;
  display: grid;
  gap: 14px;
}

.ins-item {
  border: 1px solid #d6d0c4 !important;
  box-shadow: 0 10px 24px rgba(17, 24, 32, .045) !important;
  gap: 34px !important;
  grid-template-columns: 180px minmax(0, 1fr) 34px !important;
  padding: 28px 34px !important;
}

.ins-item .dt {
  color: #5c6267 !important;
  padding-top: 6px;
}

.ins-item h3 {
  color: #111820 !important;
}

.ins-item .arrow {
  align-self: center;
  color: #9b7b44 !important;
  justify-self: end;
}

.creds li b,
.proof b {
  opacity: 1 !important;
}

@media (max-width: 980px) {
  section.anchor .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  section.anchor .proof-grid {
    grid-template-columns: 1fr;
  }

  .practice,
  .practice.flag,
  .practice.admissions {
    padding: 24px !important;
  }

  .creds {
    padding: 2px 22px !important;
  }

  .ins-item {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 24px !important;
  }

  .ins-item .dt {
    padding-top: 0;
  }

  .ins-item .arrow {
    justify-self: start;
  }
}
