/* Thornton High — campus notes (site-unique) */
.ths-inline-links {
  margin-top: 1rem;
}
.ths-inline-links a {
  color: #fed500;
  text-decoration: underline;
}
.ths-page-shell {
  padding: 40px 0 70px;
  background: #fff;
}
.ths-page-shell .ths-kicker {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 10px;
}
.ths-page-shell h1 {
  font-size: 36px;
  margin-bottom: 18px;
  color: #0c0c0c;
}
.ths-page-shell h1 .yellow {
  color: #fed500;
}
.ths-page-shell .ths-prose {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.75;
  color: #333;
}
.ths-page-shell .ths-prose h2 {
  font-size: 24px;
  margin: 28px 0 12px;
}
.ths-page-shell .ths-prose p {
  margin-bottom: 14px;
}
.ths-hero-band {
  background: #111;
  color: #fff;
  padding: 90px 0 40px;
}
.ths-hero-band h1 {
  color: #fff;
  font-size: 40px;
}
.ths-hero-band p {
  color: #ddd;
  max-width: 560px;
}
