/*-- -------------------------- -->
<---   Developmental Hero       -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #developmental-hero {
    position: relative;
    z-index: 1;
    min-height: 36.25em;
    padding: 10.625em 1em 4em;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-color: var(--primaryDark);
  }
  #developmental-hero:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(17, 35, 30, 0.93) 0%, rgba(17, 35, 30, 0.8) 54%, rgba(17, 35, 30, 0.42) 100%), linear-gradient(0deg, rgba(17, 35, 30, 0.74) 0%, rgba(17, 35, 30, 0.16) 58%, rgba(17, 35, 30, 0.24) 100%);
  }
  #developmental-hero .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 80em;
    margin: auto;
  }
  #developmental-hero .developmental-hero-content {
    width: 100%;
    max-width: 43.75em;
  }
  #developmental-hero .developmental-hero-breadcrumbs {
    margin-bottom: 1.625em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    font-size: 0.625em;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: .18em;
  }
  #developmental-hero .developmental-hero-breadcrumbs .line {
    width: 1.5em;
    height: 1px;
    display: block;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.4);
  }
  #developmental-hero h1 {
    margin: 0 0 0.5em;
    color: var(--paper);
    font-size: clamp(2.625em, 11vw, 3.625em);
    line-height: .98em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #developmental-hero h1 span {
    margin-top: 0.3125em;
    display: block;
    color: var(--gold);
    font-style: italic;
    font-weight: 400;
    line-height: 1.05em;
  }
  #developmental-hero p {
    width: 100%;
    max-width: 36.11111111em;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125em;
    line-height: 1.65em;
    font-weight: 400;
  }
  #developmental-hero .developmental-hero-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    display: block;
  }
  #developmental-hero .developmental-hero-background img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 58% center;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #developmental-hero {
    min-height: 38.75em;
    padding: 11.875em 2em 4.875em;
    align-items: flex-end;
  }
  #developmental-hero:before {
    background: linear-gradient(90deg, rgba(17, 35, 30, 0.93) 0%, rgba(17, 35, 30, 0.8) 46%, rgba(17, 35, 30, 0.44) 76%, rgba(17, 35, 30, 0.24) 100%), linear-gradient(0deg, rgba(17, 35, 30, 0.62) 0%, rgba(17, 35, 30, 0.08) 64%, rgba(17, 35, 30, 0.2) 100%);
  }
  #developmental-hero .developmental-hero-content {
    max-width: 46.25em;
  }
  #developmental-hero .developmental-hero-breadcrumbs {
    margin-bottom: 1.875em;
    gap: 0.6875em;
    font-size: 0.6875em;
  }
  #developmental-hero .developmental-hero-breadcrumbs .line {
    width: 1.63636364em;
  }
  #developmental-hero h1 {
    font-size: 3.75em;
    line-height: .98em;
  }
  #developmental-hero h1 span {
    margin-top: 0.25em;
  }
  #developmental-hero p {
    max-width: 35.78947368em;
    font-size: 1.1875em;
    line-height: 1.6em;
  }
  #developmental-hero .developmental-hero-background img {
    object-position: center;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #developmental-hero {
    min-height: 28.4375em;
    padding: 9.0625em 2em 3.875em;
    align-items: center;
  }
  #developmental-hero:before {
    background: linear-gradient(90deg, rgba(17, 35, 30, 0.92) 0%, rgba(17, 35, 30, 0.8) 38%, rgba(17, 35, 30, 0.46) 66%, rgba(17, 35, 30, 0.22) 100%), linear-gradient(0deg, rgba(17, 35, 30, 0.58) 0%, rgba(17, 35, 30, 0.08) 62%, rgba(17, 35, 30, 0.18) 100%);
  }
  #developmental-hero .container {
    width: 85%;
    max-width: 73.125em;
  }
  #developmental-hero .developmental-hero-content {
    max-width: 47.5em;
  }
  #developmental-hero .developmental-hero-breadcrumbs {
    margin-bottom: 1.75em;
    gap: 0.75em;
    font-size: 0.6875em;
    letter-spacing: .19em;
  }
  #developmental-hero .developmental-hero-breadcrumbs .line {
    width: 1.63636364em;
  }
  #developmental-hero h1 {
    margin-bottom: 0.5em;
    font-size: 4em;
    line-height: .96em;
  }
  #developmental-hero h1 span {
    margin-top: 0.3125em;
    line-height: 1em;
  }
  #developmental-hero p {
    max-width: 33.33333333em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #developmental-hero .developmental-hero-background img {
    object-position: center 48%;
  }
}
/*-- -------------------------- -->
<---   Developmental Intro      -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #developmental-intro {
    padding: 4em 1em;
    background-color: var(--paper);
  }
  #developmental-intro .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 3em;
  }
  #developmental-intro .developmental-intro-content {
    width: 100%;
  }
  #developmental-intro .topper {
    margin-bottom: 1em;
    display: block;
    color: var(--goldDark);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .28em;
  }
  #developmental-intro .title {
    margin: 0 0 0.5em;
    color: var(--primary);
    font-size: clamp(2.625em, 11vw, 3.5em);
    line-height: 1.02em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #developmental-intro .developmental-intro-copy p {
    margin: 0 0 1.15789474em;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.7em;
    font-weight: 400;
  }
  #developmental-intro .developmental-intro-copy p:last-child {
    margin-bottom: 0;
  }
  #developmental-intro .developmental-intro-copy p strong {
    color: var(--primary);
    font-weight: 600;
  }
  #developmental-intro .developmental-intro-quote {
    margin: 1.54545455em 0 0;
    padding: 1.18181818em 0 0;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
    color: var(--primary);
    font-size: 1.375em;
    line-height: 1.5em;
    font-style: italic;
    font-weight: 400;
  }
  #developmental-intro .developmental-intro-card {
    width: 100%;
    padding: 2em 1.5em;
    border: 1px solid rgba(47, 93, 80, 0.12);
    box-sizing: border-box;
    background-color: transparent;
  }
  #developmental-intro .card-topper {
    margin-bottom: 2em;
    display: block;
    color: var(--bodyMuted);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .24em;
  }
  #developmental-intro .card-item {
    margin-bottom: 1.75em;
  }
  #developmental-intro .card-item h3 {
    margin: 0 0 0.45454545em;
    color: var(--primary);
    font-size: 1.375em;
    line-height: 1.35em;
    font-weight: 400;
    font-style: italic;
  }
  #developmental-intro .card-item p {
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1.0625em;
    line-height: 1.6em;
    font-weight: 400;
  }
  #developmental-intro .card-link {
    padding-top: 1.33333333em;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
    display: flex;
    align-items: center;
    gap: 0.4em;
    color: var(--sage);
    text-decoration: none;
    font-size: 0.9375em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .04em;
    transition: color .3s ease,
                gap .3s ease;
  }
  #developmental-intro .card-link:hover {
    gap: 0.66666667em;
    color: var(--primary);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #developmental-intro {
    padding: 5.25em 2em;
  }
  #developmental-intro .container {
    gap: 3.5em;
  }
  #developmental-intro .developmental-intro-content {
    max-width: 50em;
  }
  #developmental-intro .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #developmental-intro .title {
    font-size: 3.75em;
  }
  #developmental-intro .developmental-intro-copy p {
    font-size: 1.1875em;
    line-height: 1.7em;
  }
  #developmental-intro .developmental-intro-quote {
    max-width: 29.56521739em;
    margin-top: 1.65217391em;
    padding-top: 1.2173913em;
    font-size: 1.4375em;
  }
  #developmental-intro .developmental-intro-card {
    max-width: 35em;
    padding: 2.375em 2.125em;
  }
  #developmental-intro .card-item h3 {
    font-size: 1.375em;
  }
  #developmental-intro .card-item p {
    font-size: 1.0625em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #developmental-intro {
    padding: 5.5em 2em;
  }
  #developmental-intro .container {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(20.625em, 0.95fr);
    align-items: start;
    gap: 5em;
  }
  #developmental-intro .developmental-intro-content {
    max-width: none;
  }
  #developmental-intro .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #developmental-intro .title {
    font-size: 3.875em;
    line-height: 1.02em;
  }
  #developmental-intro .developmental-intro-copy {
    max-width: 48.75em;
  }
  #developmental-intro .developmental-intro-copy p {
    margin-bottom: 1.04761905em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #developmental-intro .developmental-intro-quote {
    max-width: 30.83333333em;
    margin-top: 1.58333333em;
    padding-top: 1.08333333em;
    font-size: 1.5em;
    line-height: 1.5em;
  }
  #developmental-intro .developmental-intro-card {
    width: 100%;
    max-width: none;
    padding: 2.375em 2.25em 2.25em;
  }
  #developmental-intro .card-topper {
    margin-bottom: 2.15384615em;
    font-size: 0.8125em;
  }
  #developmental-intro .card-item {
    margin-bottom: 1.75em;
  }
  #developmental-intro .card-item h3 {
    margin-bottom: 0.35714286em;
    font-size: 1.75em;
    line-height: 1.4em;
  }
  #developmental-intro .card-item p {
    font-size: 1.3125em;
    line-height: 1.6em;
  }
  #developmental-intro .card-link {
    padding-top: 1.33333333em;
    font-size: 0.9375em;
  }
}
/*-- -------------------------- -->
<---  Developmental Areas       -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #developmental-areas {
    padding: 4em 1em;
    background-color: var(--paper);
  }
  #developmental-areas .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
  }
  #developmental-areas .developmental-areas-header {
    width: 100%;
    max-width: 47.5em;
    margin-bottom: 2.5em;
  }
  #developmental-areas .topper {
    margin-bottom: 1em;
    display: block;
    color: var(--goldDark);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .28em;
  }
  #developmental-areas .title {
    margin: 0 0 0.5em;
    color: var(--primary);
    font-size: clamp(2.625em, 11vw, 3.5em);
    line-height: 1.02em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #developmental-areas .intro {
    width: 100%;
    max-width: 37.77777778em;
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.7em;
    font-weight: 400;
  }
  #developmental-areas .developmental-areas-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
  #developmental-areas .area-card {
    width: 100%;
    padding: 1.875em 1.5em;
    border: 1px solid rgba(47, 93, 80, 0.12);
    box-sizing: border-box;
    background-color: transparent;
  }
  #developmental-areas .area-number {
    margin-bottom: 1.81818182em;
    display: block;
    color: var(--goldDark);
    text-transform: uppercase;
    font-size: 0.6875em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .2em;
  }
  #developmental-areas h3 {
    margin: 0 0 0.54545455em;
    color: var(--primary);
    font-size: 1.375em;
    line-height: 1.45em;
    font-weight: 400;
  }
  #developmental-areas .area-description {
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1.0625em;
    line-height: 1.6em;
    font-weight: 400;
  }
  #developmental-areas ul {
    margin: 1.375em 0 0;
    padding: 1.375em 0 0;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
  }
  #developmental-areas li {
    position: relative;
    margin-bottom: 0.875em;
    padding-left: 1.25em;
    color: var(--bodyText);
    font-size: 1em;
    line-height: 1.55em;
    font-weight: 400;
    list-style: none;
  }
  #developmental-areas li:before {
    content: '';
    position: absolute;
    top: 0.6875em;
    left: 0;
    width: 0.375em;
    height: 1px;
    background-color: var(--sage);
  }
  #developmental-areas li:last-child {
    margin-bottom: 0;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #developmental-areas {
    padding: 5.25em 2em;
  }
  #developmental-areas .developmental-areas-header {
    margin-bottom: 3em;
  }
  #developmental-areas .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #developmental-areas .title {
    font-size: 3.75em;
  }
  #developmental-areas .intro {
    max-width: 37.89473684em;
    font-size: 1.1875em;
    line-height: 1.7em;
  }
  #developmental-areas .developmental-areas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75em;
  }
  #developmental-areas .area-card {
    padding: 2.125em 1.875em;
  }
  #developmental-areas .area-card:last-child {
    grid-column: -1;
  }
  #developmental-areas .area-number {
    margin-bottom: 2em;
  }
  #developmental-areas h3 {
    font-size: 1.375em;
  }
  #developmental-areas .area-description {
    font-size: 1.0625em;
  }
  #developmental-areas li {
    font-size: 1em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #developmental-areas {
    padding: 5.5em 2em;
  }
  #developmental-areas .developmental-areas-header {
    max-width: 49.375em;
    margin-bottom: 3.375em;
  }
  #developmental-areas .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #developmental-areas .title {
    font-size: 3.875em;
    line-height: 1.02em;
  }
  #developmental-areas .intro {
    max-width: 33.80952381em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #developmental-areas .developmental-areas-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.125em;
  }
  #developmental-areas .area-card {
    height: 100%;
    padding: 2.375em 2.375em 2.25em;
  }
  #developmental-areas .area-card:last-child {
    grid-column: auto;
  }
  #developmental-areas .area-number {
    margin-bottom: 1.84615385em;
    font-size: 0.8125em;
    letter-spacing: .24em;
  }
  #developmental-areas h3 {
    margin-bottom: 0.5em;
    color: var(--primary);
    font-size: 1.75em;
    line-height: 1.5em;
    font-weight: 400;
  }
  #developmental-areas .area-description {
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #developmental-areas ul {
    margin-top: 1.75em;
    padding-top: 1.75em;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
  }
  #developmental-areas li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.33333333em;
    color: var(--bodyText);
    font-size: 1.125em;
    line-height: 1.6em;
    list-style: none;
  }
  #developmental-areas li:before {
    content: '';
    position: absolute;
    top: 0.66666667em;
    left: 0;
    width: 0.38888889em;
    height: 1px;
    background-color: var(--sage);
  }
  #developmental-areas li:last-child {
    margin-bottom: 0;
  }
}
/*-- -------------------------- -->
<--- Developmental Process      -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #developmental-process {
    padding: 4em 1em;
    background-color: var(--primary);
  }
  #developmental-process .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
  }
  #developmental-process .developmental-process-header {
    width: 100%;
    max-width: 45em;
    margin-bottom: 2.5em;
  }
  #developmental-process .topper {
    margin-bottom: 1em;
    display: block;
    color: var(--gold);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .28em;
  }
  #developmental-process .title {
    margin: 0 0 0.5em;
    color: var(--paper);
    font-size: clamp(2.625em, 11vw, 3.5em);
    line-height: 1.02em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #developmental-process .intro {
    width: 100%;
    max-width: 36.66666667em;
    margin: 0;
    color: rgba(247, 245, 241, 0.78);
    font-size: 1.125em;
    line-height: 1.7em;
    font-weight: 400;
  }
  #developmental-process .developmental-process-list {
    width: 100%;
    border-top: 1px solid rgba(247, 245, 241, 0.18);
  }
  #developmental-process .process-item {
    width: 100%;
    padding: 1.875em 0;
    border-bottom: 1px solid rgba(247, 245, 241, 0.18);
    display: grid;
    grid-template-columns: 2.625em minmax(0, 1fr);
    gap: 1.125em;
  }
  #developmental-process .process-number {
    padding-top: 0.38461538em;
    color: rgba(247, 245, 241, 0.72);
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: .12em;
  }
  #developmental-process .process-content {
    width: 100%;
  }
  #developmental-process .process-content h3 {
    margin: 0 0 0.45454545em;
    color: var(--paper);
    font-size: 1.375em;
    line-height: 1.35em;
    font-weight: 400;
  }
  #developmental-process .process-content p {
    margin: 0;
    color: rgba(247, 245, 241, 0.76);
    font-size: 1.0625em;
    line-height: 1.65em;
    font-weight: 400;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #developmental-process {
    padding: 5.25em 2em;
  }
  #developmental-process .developmental-process-header {
    max-width: 47.5em;
    margin-bottom: 3em;
  }
  #developmental-process .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #developmental-process .title {
    font-size: 3.75em;
  }
  #developmental-process .intro {
    max-width: 36.84210526em;
    font-size: 1.1875em;
    line-height: 1.7em;
  }
  #developmental-process .process-item {
    padding: 2.125em 0;
    grid-template-columns: 4em minmax(0, 1fr);
    gap: 1.875em;
  }
  #developmental-process .process-number {
    font-size: 0.9375em;
  }
  #developmental-process .process-content {
    max-width: 47.5em;
  }
  #developmental-process .process-content h3 {
    font-size: 1.5em;
  }
  #developmental-process .process-content p {
    font-size: 1.125em;
    line-height: 1.65em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #developmental-process {
    padding: 5.5em 2em;
  }
  #developmental-process .developmental-process-header {
    max-width: 49.375em;
    margin-bottom: 3.375em;
  }
  #developmental-process .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #developmental-process .title {
    margin-bottom: 0.5em;
    font-size: 3.875em;
    line-height: 1.02em;
  }
  #developmental-process .intro {
    max-width: 33.80952381em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #developmental-process .process-item {
    padding: 2em 0;
    grid-template-columns: 5.125em minmax(0, 1fr);
    gap: 1.75em;
  }
  #developmental-process .process-number {
    padding-top: 0.33333333em;
    font-size: 1.125em;
    line-height: 1.2em;
    letter-spacing: .14em;
  }
  #developmental-process .process-content {
    max-width: 47.5em;
  }
  #developmental-process .process-content h3 {
    margin-bottom: 0.35714286em;
    font-size: 1.75em;
    line-height: 1.4em;
  }
  #developmental-process .process-content p {
    font-size: 1.3125em;
    line-height: 1.6em;
  }
}
/*-- -------------------------- -->
<---    Developmental FAQ      -->
<--- -------------------------- -*/
#faq-developmental {
  padding: 6.25rem 1rem;
  background: var(--paper);
}
#faq-developmental .container {
  width: 100%;
  max-width: 85rem;
  margin: auto;
}
#faq-developmental .faq-header {
  max-width: 40rem;
  margin-bottom: 3.5rem;
}
#faq-developmental .topper {
  display: block;
  margin-bottom: 1.125rem;
  font-size: 0.8125rem;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
}
#faq-developmental h2 {
  margin: 0;
  font-size: clamp(2.75rem, 6vw, 4.5rem);
  line-height: 1.05em;
  font-weight: 400;
  color: var(--primary);
}
#faq-developmental .faq-list {
  width: 100%;
  max-width: 56.25rem;
}
#faq-developmental .faq-item {
  border-top: 1px solid rgba(27, 54, 46, 0.12);
}
#faq-developmental .faq-item:last-child {
  border-bottom: 1px solid rgba(27, 54, 46, 0.12);
}
#faq-developmental .faq-item[open] summary::after {
  content: "−";
}
#faq-developmental summary {
  list-style: none;
  cursor: pointer;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
#faq-developmental summary::-webkit-details-marker {
  display: none;
}
#faq-developmental summary span {
  font-family: var(--headerFont);
  font-size: 1.625rem;
  line-height: 1.35em;
  color: var(--primary);
}
#faq-developmental summary::after {
  content: "+";
  flex: none;
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 300;
  color: var(--primary);
  transition: transform .3s;
}
#faq-developmental .faq-content {
  padding: 0 0 2.25rem;
}
#faq-developmental .faq-content p {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  line-height: 1.7em;
  color: var(--bodyText);
}
#faq-developmental .faq-content p:last-child {
  margin-bottom: 0;
}
/* Tablet */
@media only screen and (min-width: 48rem) {
  #faq-developmental {
    padding: 7.5rem 2rem;
  }
  #faq-developmental .faq-header {
    margin-bottom: 4.5rem;
  }
  #faq-developmental summary {
    padding: 2.375rem 0;
  }
  #faq-developmental summary span {
    font-size: 1.875rem;
  }
}
/* Desktop */
@media only screen and (min-width: 81.25rem) {
  #faq-developmental {
    padding: 8.75rem 0;
  }
  #faq-developmental .container {
    max-width: 85rem;
  }
  #faq-developmental .faq-list {
    max-width: 60rem;
  }
  #faq-developmental summary span {
    font-size: 2rem;
  }
}
/*-- -------------------------- -->
<--- Developmental Location     -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #developmental-location {
    padding: 4em 1em;
    background-color: var(--sand);
  }
  #developmental-location .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 2.75em;
  }
  #developmental-location .developmental-location-content {
    width: 100%;
  }
  #developmental-location .developmental-location-content h2 {
    margin: 0 0 0.5em;
    color: var(--primary);
    font-size: clamp(2.25em, 9vw, 3em);
    line-height: 1.08em;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  #developmental-location .developmental-location-content p {
    width: 100%;
    max-width: 42.22222222em;
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.65em;
    font-weight: 400;
  }
  #developmental-location .developmental-location-details {
    width: 100%;
  }
  #developmental-location .location-detail {
    padding: 1.375em 0;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
  }
  #developmental-location .location-detail:last-child {
    border-bottom: 1px solid rgba(47, 93, 80, 0.16);
  }
  #developmental-location .location-detail > span {
    margin-bottom: 0.92307692em;
    display: block;
    color: var(--bodyMuted);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .24em;
  }
  #developmental-location .location-detail address {
    margin: 0;
    font-style: normal;
  }
  #developmental-location .location-detail a,
  #developmental-location .location-detail p {
    margin: 0;
    color: var(--primary);
    font-size: 1.125em;
    line-height: 1.6em;
    font-weight: 400;
    text-decoration: none;
  }
  #developmental-location .location-detail a {
    transition: color .3s ease;
  }
  #developmental-location .location-detail a:hover {
    color: var(--goldDark);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #developmental-location {
    padding: 5.25em 2em;
  }
  #developmental-location .container {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(17.5em, 0.8fr);
    align-items: start;
    gap: 4em;
  }
  #developmental-location .developmental-location-content h2 {
    font-size: 3.25em;
  }
  #developmental-location .developmental-location-content p {
    font-size: 1.1875em;
    line-height: 1.65em;
  }
  #developmental-location .location-detail {
    padding: 1.5em 0;
  }
  #developmental-location .location-detail > span {
    font-size: 0.8125em;
  }
  #developmental-location .location-detail a,
  #developmental-location .location-detail p {
    font-size: 1.125em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #developmental-location {
    padding: 5.5em 2em;
  }
  #developmental-location .container {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(21.25em, 0.85fr);
    align-items: start;
    gap: 6em;
  }
  #developmental-location .developmental-location-content {
    max-width: 49.375em;
  }
  #developmental-location .developmental-location-content h2 {
    margin-bottom: 0.5em;
    font-size: 3em;
    line-height: 1.1em;
  }
  #developmental-location .developmental-location-content p {
    max-width: 36.19047619em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #developmental-location .developmental-location-details {
    width: 100%;
    max-width: 24.375em;
    justify-self: end;
  }
  #developmental-location .location-detail {
    padding: 1.375em 0;
  }
  #developmental-location .location-detail > span {
    margin-bottom: 0.92307692em;
    font-size: 0.8125em;
  }
  #developmental-location .location-detail a,
  #developmental-location .location-detail p {
    font-size: 1.125em;
    line-height: 1.6em;
  }
}
/*-- -------------------------- -->
<--- Developmental Evaluation   -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #developmental-cta {
    padding: 4em 1em;
    background-color: var(--sand);
  }
  #developmental-cta .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
  }
  #developmental-cta .developmental-cta-content {
    width: 100%;
    max-width: 56.25em;
    margin: auto;
    text-align: center;
  }
  #developmental-cta .topper {
    margin-bottom: 1em;
    display: block;
    color: var(--goldDark);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .28em;
  }
  #developmental-cta .title {
    margin: 0 0 0.5em;
    color: var(--primary);
    font-size: clamp(2.625em, 11vw, 3.5em);
    line-height: 1.02em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #developmental-cta .text {
    width: 100%;
    max-width: 42.22222222em;
    margin: 0 auto;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.7em;
    font-weight: 400;
  }
  #developmental-cta .developmental-cta-buttons {
    margin-top: 1.875em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875em;
  }
  #developmental-cta .primary-button,
  #developmental-cta .secondary-button {
    min-width: 13.75em;
    min-height: 3.25em;
    padding: 0 1.5em;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .14em;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, gap 0.3s ease;
  }
  #developmental-cta .primary-button {
    gap: 0.57142857em;
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--paper);
  }
  #developmental-cta .primary-button:hover {
    gap: 0.85714286em;
    background-color: var(--primaryDark);
    border-color: var(--primaryDark);
  }
  #developmental-cta .secondary-button {
    background-color: transparent;
    border-color: rgba(47, 93, 80, 0.18);
    color: var(--primary);
  }
  #developmental-cta .secondary-button:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--paper);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #developmental-cta {
    padding: 5.25em 2em;
  }
  #developmental-cta .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #developmental-cta .title {
    font-size: 3.75em;
  }
  #developmental-cta .text {
    max-width: 43.15789474em;
    font-size: 1.1875em;
    line-height: 1.7em;
  }
  #developmental-cta .developmental-cta-buttons {
    margin-top: 2.125em;
  }
  #developmental-cta .primary-button,
  #developmental-cta .secondary-button {
    min-width: 15em;
    min-height: 3.375em;
    font-size: 0.875em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #developmental-cta {
    padding: 5.5em 2em;
  }
  #developmental-cta .developmental-cta-content {
    max-width: 58.75em;
  }
  #developmental-cta .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #developmental-cta .title {
    margin-bottom: 0.5em;
    font-size: 3.875em;
    line-height: 1.02em;
  }
  #developmental-cta .text {
    max-width: 40.47619048em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #developmental-cta .developmental-cta-buttons {
    margin-top: 2.25em;
    gap: 0.875em;
  }
  #developmental-cta .primary-button,
  #developmental-cta .secondary-button {
    min-width: 15.625em;
    min-height: 3.375em;
    padding: 0 1.75em;
    font-size: 0.875em;
  }
}
