/* Page-specific styles for /resources/schools, extracted from the live Webflow
   page CSS (rscp-* classes). Loaded only by that route. Responsive via flex-wrap,
   no media queries. */
.rscp-wrap{
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.rscp-narrow{
  max-width: 720px;
}
.rscp-bar{
  text-align: left;
  background-color: #1d1e1d;
  border-bottom: 1px solid #ffffff14;
  padding: 20px 40px;
}
.rscp-logo{
  width: auto;
  height: 40px;
}
.rscp-hero{
  color: #f2f3f2;
  background-color: #1d1e1d;
  padding: 80px 0;
  font-family: Mulish, sans-serif;
}
.rscp-hero-grid{
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}
.rscp-hero-copy{
  flex: 380px;
}
.rscp-eyebrow{
  color: #2a7953;
  letter-spacing: .12em;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.rscp-h1{
  color: #f2f3f2;
  margin: 0 0 16px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
}
.rscp-sub{
  color: #f2f3f2d9;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.6;
}
.rscp-check{
  color: #f2f3f2;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.6;
  list-style: none;
  display: block;
  position: relative;
}
.rscp-check:before{
  color: #2a7953;
  content: "✓";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.rscp-card{
  color: #f2f3f2;
  background-color: #26282a;
  border-color: #ffffff1a;
  border-radius: 16px;
  flex: 360px;
  padding: 32px;
}
.rscp-card-eyebrow{
  color: #2a7953;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.rscp-card-h{
  color: #f2f3f2;
  margin: 0 0 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.rscp-form, .rscp-form._w-form{
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}
.rscp-input{
  color: #f2f3f2;
  background-color: #1d1e1d;
  border: 1px solid #fff3;
  border-radius: 10px;
  padding: 16px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
}
.rscp-input::placeholder{
  color: #f2f3f280;
}
.rscp-input._w-input{
  border: 1px solid #1d1e1d33;
  border-radius: 10px;
  padding: 16px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
}
.rscp-btn, .rscp-btn._w-button{
  color: #f2f3f2;
  cursor: pointer;
  background-color: #2a7953;
  border-style: none;
  border-radius: 10px;
  width: 100%;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.rscp-trust{
  color: #f2f3f299;
  text-align: center;
  margin: 12px 0 0;
  font-size: 13px;
}
.rscp-proof{
  text-align: center;
  background-color: #26282a;
  padding: 20px 0;
}
.rscp-proof-text{
  color: #f2f3f2b3;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.rscp-section{
  color: #f2f3f2;
  background-color: #1d1e1d;
  padding: 64px 0;
  font-family: Mulish, sans-serif;
}
.rscp-alt{
  background-color: #26282a;
}
.rscp-h2{
  color: #f2f3f2;
  margin: 0 0 16px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.rscp-body{
  color: #f2f3f2;
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.7;
}
.rscp-foot{
  text-align: center;
  background-color: #1d1e1d;
  padding: 32px 0;
}
.rscp-foot-text{
  color: #f2f3f2b3;
  margin: 0;
  font-family: Mulish, sans-serif;
  font-size: 14px;
}
.rscp-foot-link{
  color: #2a7953;
  text-decoration: none;
}