.schools-page {
  --schools-navy: #404866;
  --schools-navy-deep: #303850;
  --schools-green: #75b94a;
  --schools-green-dark: #5b9636;
  --schools-heading: #3c586d;
  --schools-text: #283944;
  --schools-muted: #69767e;
  --schools-line: #dce3e5;
  --schools-soft: #f3f6f5;
  --schools-edge: 60px;
  color: var(--schools-text);
  font-size: 18px;
  line-height: 1.55;
}

.schools-page *,
.schools-page *::before,
.schools-page *::after {
  box-sizing: border-box;
}

.schools-page h2,
.schools-page h3 {
  color: var(--schools-heading);
  font-family: "Akrobat", sans-serif;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}

.schools-page h2 {
  margin: 0 0 24px;
  font-size: 40px;
}

.schools-page h3 {
  margin: 0 0 18px;
  font-size: 27px;
}

.schools-page p,
.schools-page figure,
.schools-page blockquote,
.schools-page dl,
.schools-page dd {
  margin: 0;
}

.schools-page__band {
  margin-right: calc(var(--schools-edge) * -1);
  margin-left: calc(var(--schools-edge) * -1);
  padding-right: var(--schools-edge);
  padding-left: var(--schools-edge);
}

.schools-page__section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.schools-page__eyebrow {
  margin-bottom: 12px;
  color: var(--schools-green-dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.schools-page__eyebrow--light {
  color: #b3df97;
}

.schools-page__hero {
  position: relative;
  display: flex;
  min-height: 570px;
  padding-top: 92px;
  padding-bottom: 86px;
  align-items: flex-end;
  overflow: hidden;
  background: var(--schools-navy-deep);
  color: #fff;
}

.schools-page__hero-image,
.schools-page__hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.schools-page__hero-image {
  object-fit: cover;
  object-position: center 52%;
}

.schools-page__hero-shade {
  background: rgba(35, 42, 63, 0.68);
}

.schools-page__hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.schools-page__hero h2 {
  max-width: 680px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 52px;
}

.schools-page__hero p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 23px;
  line-height: 1.45;
}

.schools-page__button {
  display: inline-flex;
  min-height: 50px;
  margin-top: 30px;
  padding: 12px 22px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--schools-green-dark);
  border-radius: 4px;
  background: var(--schools-green-dark);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.schools-page__button--light {
  border-color: #fff;
  background: #fff;
  color: var(--schools-navy-deep);
}

.schools-page__button:hover,
.schools-page__button:focus {
  border-color: var(--schools-navy-deep);
  background: var(--schools-navy-deep);
  color: #fff;
  text-decoration: none;
}

.schools-page__button--light:hover,
.schools-page__button--light:focus {
  border-color: #fff;
  background: transparent;
}

.schools-page__section-heading {
  display: grid;
  margin-bottom: 48px;
  grid-template-columns: minmax(280px, 0.95fr) minmax(360px, 1.05fr);
  gap: 54px;
  align-items: start;
}

.schools-page__section-heading h2 {
  margin-bottom: 0;
}

.schools-page__section-heading > p {
  padding-top: 24px;
  color: #40505b;
  font-size: 21px;
}

.schools-page__problem-list {
  display: grid;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid var(--schools-line);
}

.schools-page__problem-list li {
  min-height: 195px;
  padding: 27px 24px 24px 0;
}

.schools-page__problem-list li:not(:last-child) {
  margin-right: 24px;
  border-right: 1px solid var(--schools-line);
}

.schools-page__problem-list span {
  display: block;
  margin-bottom: 24px;
  color: var(--schools-green-dark);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.schools-page__problem-list p {
  font-size: 17px;
  line-height: 1.48;
}

.schools-page__gallery {
  display: grid;
  height: 620px;
  padding-top: 0;
  padding-bottom: 0;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  background: #fff;
}

.schools-page__gallery-main {
  grid-row: 1 / 3;
}

.schools-page__gallery figure {
  overflow: hidden;
}

.schools-page__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.schools-page__regulation-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--schools-line);
}

.schools-page__regulation-list li {
  display: grid;
  min-height: 82px;
  padding: 20px 0;
  grid-template-columns: minmax(260px, 0.75fr) minmax(360px, 1.25fr);
  gap: 40px;
  align-items: center;
  border-bottom: 1px solid var(--schools-line);
}

.schools-page__regulation-list strong {
  color: var(--schools-heading);
  font-size: 19px;
}

.schools-page__regulation-list span {
  color: #56646d;
  font-size: 16px;
}

.schools-page__video {
  display: grid;
  padding-top: 76px;
  padding-bottom: 76px;
  grid-template-columns: minmax(260px, 0.75fr) minmax(480px, 1.25fr);
  gap: 56px;
  align-items: center;
  background: var(--schools-navy);
  color: #fff;
}

.schools-page__video h2 {
  color: #fff;
}

.schools-page__video p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
}

.schools-page__video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #1e2434;
}

.schools-page__video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.schools-page__quote {
  max-width: 980px;
}

.schools-page__quote blockquote {
  padding-left: 40px;
  border-left: 6px solid var(--schools-green);
}

.schools-page__quote blockquote > p {
  color: var(--schools-heading);
  font-size: 31px;
  line-height: 1.38;
}

.schools-page__quote footer {
  display: flex;
  margin-top: 32px;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 22px;
}

.schools-page__quote footer strong {
  color: var(--schools-text);
  font-size: 19px;
}

.schools-page__quote footer span {
  color: var(--schools-muted);
  font-size: 16px;
}

.schools-page__quote footer a {
  margin-left: auto;
  color: var(--schools-green-dark);
  font-weight: 600;
}

.schools-page__projects {
  padding-top: 86px;
  padding-bottom: 92px;
  background: var(--schools-soft);
}

.schools-page__projects .schools-page__section-heading {
  display: block;
}

.schools-page__project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.schools-page__project-card {
  overflow: hidden;
  border: 1px solid #dce2e2;
  border-radius: 6px;
  background: #fff;
}

.schools-page__project-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.schools-page__project-body {
  padding: 26px;
}

.schools-page__project-card dl {
  display: grid;
  margin-bottom: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.schools-page__project-card dl div {
  min-width: 0;
}

.schools-page__project-card dt {
  margin-bottom: 3px;
  color: var(--schools-muted);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.schools-page__project-card dd {
  color: var(--schools-heading);
  font-size: 20px;
  font-weight: 700;
}

.schools-page__project-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--schools-green-dark);
  font-weight: 600;
}

.schools-page__project-card a:hover,
.schools-page__project-card a:focus,
.schools-page__quote footer a:hover,
.schools-page__quote footer a:focus {
  color: var(--schools-navy-deep);
  text-decoration: none;
}

.schools-page__faq {
  max-width: 960px;
}

.schools-page__faq h2 {
  margin-bottom: 36px;
}

.schools-page__faq-list {
  border-top: 1px solid var(--schools-line);
}

.schools-page__faq details {
  border-bottom: 1px solid var(--schools-line);
}

.schools-page__faq summary {
  position: relative;
  padding: 24px 48px 24px 0;
  color: var(--schools-heading);
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  list-style: none;
}

.schools-page__faq summary::-webkit-details-marker {
  display: none;
}

.schools-page__faq summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "+";
  color: var(--schools-green-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.schools-page__faq details[open] summary::after {
  content: "−";
}

.schools-page__faq details p {
  padding: 0 48px 24px 0;
  color: #4d5c65;
}

.schools-page__request {
  display: grid;
  padding-top: 76px;
  padding-bottom: 76px;
  grid-template-columns: minmax(260px, 0.75fr) minmax(430px, 1.25fr);
  gap: 64px;
  background: var(--schools-green-dark);
  color: #fff;
}

.schools-page__request h2 {
  color: #fff;
}

.schools-page__request-copy p {
  font-size: 20px;
}

.schools-page__form {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  color: var(--schools-text);
}

.schools-page__form .form-item {
  margin-top: 0;
  margin-bottom: 18px;
}

.schools-page__form label {
  margin-bottom: 6px;
  color: var(--schools-heading);
  font-weight: 600;
}

.schools-page__form input.form-control,
.schools-page__form textarea.form-control {
  min-height: 46px;
  border: 1px solid #cbd5d8;
  border-radius: 3px;
  box-shadow: none;
}

.schools-page__form textarea.form-control {
  min-height: 112px;
}

.schools-page__form .form-actions {
  margin-bottom: 0;
}

.schools-page__form .button,
.schools-page__form input[type="submit"] {
  min-height: 48px;
  padding: 11px 22px;
  border: 1px solid var(--schools-navy);
  border-radius: 4px;
  background: var(--schools-navy);
  color: #fff;
  font-weight: 600;
}

.schools-page__form .button:hover,
.schools-page__form .button:focus,
.schools-page__form input[type="submit"]:hover,
.schools-page__form input[type="submit"]:focus {
  border-color: var(--schools-green-dark);
  background: var(--schools-green-dark);
}

.schools-page__form .description {
  color: var(--schools-muted);
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 1199px) {
  .schools-page {
    --schools-edge: 20px;
  }

  .schools-page__project-body {
    padding: 22px;
  }
}

@media (max-width: 991px) {
  .schools-page__section-heading,
  .schools-page__video,
  .schools-page__request {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .schools-page__section-heading > p {
    padding-top: 0;
  }

  .schools-page__problem-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schools-page__problem-list li:nth-child(2) {
    margin-right: 0;
    border-right: 0;
  }

  .schools-page__problem-list li:nth-child(n + 3) {
    border-top: 1px solid var(--schools-line);
  }

  .schools-page__project-grid {
    grid-template-columns: 1fr;
  }

  .schools-page__project-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
  }

  .schools-page__project-card > img {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .schools-page {
    --schools-edge: 15px;
    font-size: 17px;
  }

  .schools-page h2 {
    font-size: 32px;
  }

  .schools-page__section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .schools-page__hero {
    min-height: 540px;
    padding-top: 72px;
    padding-bottom: 60px;
  }

  .schools-page__hero-shade {
    background: rgba(35, 42, 63, 0.76);
  }

  .schools-page__hero h2 {
    font-size: 40px;
  }

  .schools-page__hero p {
    font-size: 20px;
  }

  .schools-page__problem-list {
    display: block;
  }

  .schools-page__problem-list li,
  .schools-page__problem-list li:not(:last-child) {
    display: grid;
    min-height: 0;
    padding: 22px 0;
    margin-right: 0;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--schools-line);
  }

  .schools-page__problem-list span {
    margin: 0;
    font-size: 29px;
  }

  .schools-page__gallery {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 180px;
  }

  .schools-page__gallery-main {
    grid-row: auto;
    grid-column: 1 / 3;
  }

  .schools-page__regulation-list li {
    display: block;
  }

  .schools-page__regulation-list strong,
  .schools-page__regulation-list span {
    display: block;
  }

  .schools-page__regulation-list strong {
    margin-bottom: 6px;
  }

  .schools-page__video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .schools-page__quote blockquote {
    padding-left: 22px;
  }

  .schools-page__quote blockquote > p {
    font-size: 24px;
  }

  .schools-page__quote footer {
    display: block;
  }

  .schools-page__quote footer span,
  .schools-page__quote footer a {
    display: block;
    margin-top: 6px;
  }

  .schools-page__projects {
    padding-top: 64px;
    padding-bottom: 68px;
  }

  .schools-page__project-card {
    display: block;
  }

  .schools-page__faq summary {
    font-size: 20px;
  }

  .schools-page__request {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .schools-page__form {
    padding: 22px;
  }
}

@media (max-width: 430px) {
  .schools-page__hero h2 {
    font-size: 36px;
  }

  .schools-page__gallery {
    grid-template-rows: 250px 145px;
  }

  .schools-page__project-card dl {
    gap: 7px;
  }

  .schools-page__project-card dd {
    font-size: 18px;
  }
}
