/* line 5, app/assets/stylesheets/_typography.scss */
html {
  font-family: "Roboto", sans-serif;
  color: #28282d;
  font-size: 16px;
}

/* line 11, app/assets/stylesheets/_typography.scss */
a {
  color: #679427;
  text-decoration: none;
}

/* line 15, app/assets/stylesheets/_typography.scss */
a.link--inline {
  text-decoration: underline;
}

/* line 19, app/assets/stylesheets/_typography.scss */
a:hover {
  color: #659226;
}

/* line 24, app/assets/stylesheets/_typography.scss */
h1, h2, h3 {
  font-family: "Comfortaa", cursive;
  margin-top: 0px;
  margin-bottom: 0.5em;
}

/* line 30, app/assets/stylesheets/_typography.scss */
h1 {
  font-size: 3rem;
  line-height: 3.8rem;
}

/* line 35, app/assets/stylesheets/_typography.scss */
p {
  line-height: 1.5;
  letter-spacing: 1px;
}

/* line 40, app/assets/stylesheets/_typography.scss */
.legal_copy {
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
}

@media (min-width: 880px) {
  /* line 47, app/assets/stylesheets/_typography.scss */
  h1 {
    font-size: 5rem;
    line-height: 5.8rem;
  }
}

/* line 1, app/assets/stylesheets/_classes.scss */
.list--bare {
  list-style: none;
}

/* line 6, app/assets/stylesheets/_classes.scss */
.list--horz li {
  display: inline-block;
}

/* line 12, app/assets/stylesheets/_classes.scss */
.list--bullets li {
  margin-bottom: 2em;
}

/* line 18, app/assets/stylesheets/_classes.scss */
.list--spaced li {
  line-height: 2.5em;
  display: flex;
}

/* line 21, app/assets/stylesheets/_classes.scss */
.list--spaced li span {
  font-weight: bolder;
  letter-spacing: 1px;
  flex-shrink: 0;
  flex-basis: 200px;
}

/* line 30, app/assets/stylesheets/_classes.scss */
#mc-embedded-subscribe.button {
  background-color: #679427 !important;
}

/* line 32, app/assets/stylesheets/_classes.scss */
#mc-embedded-subscribe.button:hover {
  background-color: #4b6c1c !important;
}

/* line 37, app/assets/stylesheets/_classes.scss */
.modal__overlay {
  z-index: -1;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 49, app/assets/stylesheets/_classes.scss */
.modal__overlay .modal {
  position: absolute;
  width: 90%;
  max-width: 700px;
  background: white;
  padding: 50px;
  border-radius: 40px;
  max-height: 90%;
  overflow-y: scroll;
}

/* line 60, app/assets/stylesheets/_classes.scss */
.modal__overlay.active {
  z-index: 800;
  visibility: visible;
}

/* line 66, app/assets/stylesheets/_classes.scss */
.nowrap {
  white-space: nowrap;
}

@media (max-width: 780px) {
  /* line 73, app/assets/stylesheets/_classes.scss */
  .list--spaced li span {
    flex-basis: 140px;
  }
}

/* line 3, app/assets/stylesheets/_layout.scss */
html * {
  box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/_layout.scss */
body {
  margin: 0;
}

/* line 11, app/assets/stylesheets/_layout.scss */
body.scroll-locked {
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/_layout.scss */
header {
  position: relative;
  height: 100px;
  z-index: 100;
}

/* line 22, app/assets/stylesheets/_layout.scss */
main {
  margin-top: -100px;
  padding-top: 100px;
  z-index: 10;
}

/* line 28, app/assets/stylesheets/_layout.scss */

.page__section {
  max-width: 1600px;
  margin: auto;
  padding: 0 2%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
  padding-top: 6em;
  padding-bottom: 6em;
}

/* line 34, app/assets/stylesheets/_layout.scss */

.page__section .section__header {
  font-size: 2rem;
  grid-column: 2/12;
  margin-bottom: 0.5rem;
}

/* line 39, app/assets/stylesheets/_layout.scss */

.page__section.section__fill {
  background: linear-gradient(75deg, #abe060, #679427);
}

/* line 44, app/assets/stylesheets/_layout.scss */
.split__section {
  grid-column: 2/12;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}

/* line 51, app/assets/stylesheets/_layout.scss */
.section__copy,
.section__content {
  grid-column: 2/12;
}

/* line 57, app/assets/stylesheets/_layout.scss */
.hero .hero__copy,
.overlay--section {
  color: white;
}

/* line 60, app/assets/stylesheets/_layout.scss */
.hero .hero__copy h1, .hero .hero__copy h2, .hero .hero__copy h3,
.overlay--section h1,
.overlay--section h2,
.overlay--section h3 {
  color: white;
}

/* line 65, app/assets/stylesheets/_layout.scss */
.hero {
  text-align: center;
  height: 500px;
  max-width: none;
  margin: auto;
  padding: 0 2%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-top: -100px;
}

/* line 13, app/assets/stylesheets/_mixins.scss */
.hero:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* line 71, app/assets/stylesheets/_layout.scss */
.hero h3 {
  font-size: 1 em;
  line-height: 1.5;
  font-weight: 400;
  max-width: 30em;
  letter-spacing: 2px;
}

/* line 79, app/assets/stylesheets/_layout.scss */
.hero .hero__copy {
  grid-column: 2/12;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 90, app/assets/stylesheets/_layout.scss */
.text__center {
  text-align: center;
}

/* line 94, app/assets/stylesheets/_layout.scss */
.centered--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 15%;
}

/* line 103, app/assets/stylesheets/_layout.scss */
footer {
  grid-area: footer;
  border-top: 1px solid #e4e4e4;
}

@media (min-width: 780px) {
  /* line 109, app/assets/stylesheets/_layout.scss */
  .hero {
    height: 640px;
  }
  /* line 112, app/assets/stylesheets/_layout.scss */
  .hero h2, .hero h3 {
    line-height: 1.7rem;
  }
  /* line 118, app/assets/stylesheets/_layout.scss */
  .hero.hero--left .hero__copy {
    grid-column: 2/7;
    align-items: flex-start;
    text-align: left;
  }
}

@media (min-width: 560px) {
  /* line 127, app/assets/stylesheets/_layout.scss */
  body {
    grid-template-rows: 10em auto 8em;
  }
}

/* line 1, app/assets/stylesheets/_images.scss */
.img--bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 0;
  position: relative;
  width: 100%;
}

/* line 9, app/assets/stylesheets/_images.scss */
.img--bg[class*="logo--"] {
  display: inline-block;
}

/* line 11, app/assets/stylesheets/_images.scss */
.img--bg.logo--main, .img--bg.logo--footer {
  background-image: url(/assets/logo-694a6cd376d67b4a598f04d17408743facf078063a3c45f6142021ab38511765.png);
  width: 40px;
  height: 40px;
}

/* line 18, app/assets/stylesheets/_images.scss */
.img--bg.hero {
  background-attachment: fixed;
}

/* line 22, app/assets/stylesheets/_images.scss */
.img--bg.home--hero {
  background-image: url(/assets/forrestPainting-900967df7dfca8313e998ac1b4fa3de93cd86fdb19bed8b66d10405a1a0c247b.jpg);
  background-position: center;
}

/* line 27, app/assets/stylesheets/_images.scss */
.img--bg.home__img--1 {
  background-image: url(/assets/logyoga-9b49057b71c1d726fa385515573241b896798b5f752354ab07bb6674afe704a5.jpg);
  background-position: top;
  height: 100%;
  border-radius: 5px;
}

/* line 34, app/assets/stylesheets/_images.scss */
.img--bg.home__img--2 {
  background-image: url(/assets/outdoor-classroom-fd19b90c44f3942b3dfe679db16c9f3be4c235bd7e22b449fd77c7e09e1d35de.jpg);
  height: 100%;
  border-radius: 5px;
}

/* line 40, app/assets/stylesheets/_images.scss */
.img--bg.home__img--3 {
  background-image: url(/assets/childled-6c75433c90bf3c217be9cdf24a0b4a5028b71f828894f7c539a9b2b9293b43b5.jpg);
  height: 100%;
  border-radius: 5px;
}

/* line 45, app/assets/stylesheets/_images.scss */
.img--bg.home__img--4 {
  background-image: url(/assets/hammockSwing-22078849048df7ff0bbc4ddd3506437c7b02594b879ff106ae5b2b448f29229c.jpg);
  height: 100%;
  border-radius: 5px;
}

/* line 51, app/assets/stylesheets/_images.scss */
.img--bg.about--hero {
  background-image: url(/assets/mudpieFriends-f2ccca6278e63f91517da3dd97b44f1568472c78a7be35200c5c176c6a059188.jpg);
}

/* line 55, app/assets/stylesheets/_images.scss */
.img--bg.program--hero {
  background-image: url(/assets/stumpTable-cb39566226db3a10c92100e81845750bde68ba6b2d5f42ddecbead374c5d370f.jpg);
}

/* line 59, app/assets/stylesheets/_images.scss */
.img--bg.staff--hero {
  background-image: url(/assets/kidsonlog-0066a2e3de8bef857a6e74b63bef27f52eed4cc54d2a71d559b37528a71d439b.jpg);
}

/* line 63, app/assets/stylesheets/_images.scss */
.img--bg.faq--hero {
  background-image: url(/assets/mulchPlay-e71b42a659cd8fd9d662698cc0b0164c43790b901577d9f30804cd02dbd3eaa2.jpg);
}

/* line 67, app/assets/stylesheets/_images.scss */
.img--bg.enrollment--hero {
  background-image: url(/assets/logbridge-959cfd3afb3956cfda4a384e96b3bcce29ecb59c131975c99f9fbc0c6051c14a.jpg);
}

@media (min-width: 560px) {
  /* line 76, app/assets/stylesheets/_images.scss */
  .img--bg.logo--footer {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 880px) {
  /* line 85, app/assets/stylesheets/_images.scss */
  .img--bg.home__img--1 {
    background-position: center;
  }
}

@media (min-width: 780px) {
  /* line 93, app/assets/stylesheets/_images.scss */
  .img--bg.logo--main {
    width: 60px;
    height: 60px;
  }
  /* line 98, app/assets/stylesheets/_images.scss */
  .img--bg.vision__img {
    width: 500px;
    float: right;
    margin: 0 30px 30px 30px;
    background-position: 72% 0%;
  }
  /* line 105, app/assets/stylesheets/_images.scss */
  .img--bg.mission__img {
    width: 500px;
    float: right;
    margin: 0 30px 30px 30px;
  }
}

/* line 1, app/assets/stylesheets/_header.scss */
.header--main {
  max-width: none;
  margin: auto;
  padding: 0 2%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: 100px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(10, 10, 10, 0.8), 75%, rgba(10, 10, 10, 0));
  transition: background-color 0.01s linear 0.2s;
}

/* line 8, app/assets/stylesheets/_header.scss */
.header--main.active {
  background-color: black;
  transition: none;
}

/* line 14, app/assets/stylesheets/_header.scss */
.header__logo--container {
  grid-column: 1/6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Comfortaa", cursive;
}

/* line 23, app/assets/stylesheets/_header.scss */
.header__title {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: white;
}

/* line 29, app/assets/stylesheets/_header.scss */
.header__sub {
  font-size: .9rem;
  color: white;
  position: relative;
}

/* line 33, app/assets/stylesheets/_header.scss */
.header__sub:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: white;
  top: -3px;
}

/* line 43, app/assets/stylesheets/_header.scss */
.menu__toggle {
  grid-column: 12/-1;
  cursor: pointer;
  position: absolute;
  right: 20px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 35px;
}

/* line 56, app/assets/stylesheets/_header.scss */
.menu__toggle--icon span,
.menu__toggle--icon span::before,
.menu__toggle--icon span::after {
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}

/* line 67, app/assets/stylesheets/_header.scss */
.menu__toggle--icon span::before {
  top: -10px;
}

/* line 70, app/assets/stylesheets/_header.scss */
.menu__toggle--icon span::after {
  bottom: -10px;
}

/* line 74, app/assets/stylesheets/_header.scss */
.header__nav {
  grid-column: 3/12;
  display: flex;
  justify-content: center;
}

/* line 78, app/assets/stylesheets/_header.scss */
.header__nav .header__nav--menu {
  padding: 0;
  margin: 0;
}

/* line 83, app/assets/stylesheets/_header.scss */
.header__nav li {
  padding: 0.3em 0.6em 0.3em 0.6em;
  font-family: "Comfortaa", cursive;
  font-weight: bold;
}

/* line 87, app/assets/stylesheets/_header.scss */
.header__nav li a {
  color: white;
}

/* line 91, app/assets/stylesheets/_header.scss */
.header__nav li:hover {
  opacity: 0.8;
}

@media (min-width: 560px) {
  /* line 98, app/assets/stylesheets/_header.scss */
  .header__logo--container {
    grid-column: 1/4;
  }
}

@media (min-width: 780px) {
  /* line 103, app/assets/stylesheets/_header.scss */
  .header__logo--container {
    grid-column: 1/3;
  }
  /* line 104, app/assets/stylesheets/_header.scss */
  .menu__toggle {
    display: none;
  }
}

@media (min-width: 880px) {
  /* line 109, app/assets/stylesheets/_header.scss */
  .header__nav li {
    padding: 0.3em 1em 0.3em 1em;
  }
}

@media (max-width: 1200px) {
  /* line 116, app/assets/stylesheets/_header.scss */
  .header__nav {
    grid-column: 3/-1;
  }
}

@media (max-width: 780px) {
  /* line 122, app/assets/stylesheets/_header.scss */
  .header__nav {
    position: fixed;
    background: black;
    top: 100px;
    z-index: 1;
    height: 500px;
    width: 100%;
    right: 0px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.2s ease-in-out;
  }
  /* line 134, app/assets/stylesheets/_header.scss */
  .header__nav.active {
    transform: scaleY(1);
  }
  /* line 136, app/assets/stylesheets/_header.scss */
  .header__nav li {
    display: block;
    padding: 1em 1em 2em 1em;
    text-align: center;
  }
  /* line 142, app/assets/stylesheets/_header.scss */
  .header__nav .header__nav--menu {
    margin-top: 2em;
  }
}

/* line 1, app/assets/stylesheets/_home.scss */
.home--copy {
  font-size: 1rem;
}

/* line 3, app/assets/stylesheets/_home.scss */
.home--copy:not(:last-child) {
  margin-bottom: 100px;
}

/* line 9, app/assets/stylesheets/_home.scss */
.home--hero .hero__copy {
  padding-top: 50px;
}

/* line 11, app/assets/stylesheets/_home.scss */
.home--hero .hero__copy h1 {
  margin-bottom: 20px;
}

/* line 12, app/assets/stylesheets/_home.scss */
.home--hero .hero__copy h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

/* line 16, app/assets/stylesheets/_home.scss */
.home--hero .hero__copy h3 {
  max-width: 28em;
}

/* line 20, app/assets/stylesheets/_home.scss */
.img-copy-block {
  height: 500px;
  grid-column: 2/-2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

/* line 30, app/assets/stylesheets/_home.scss */
.img--card, .copy--card {
  border-radius: 5px;
  grid-row: 2/-1;
}

/* line 35, app/assets/stylesheets/_home.scss */
.copy--card {
  padding: 80px 60px;
  background: linear-gradient(75deg, #abe060, #679427);
}

/* line 38, app/assets/stylesheets/_home.scss */
.copy--card.left {
  grid-column: 1 / 6;
}

/* line 41, app/assets/stylesheets/_home.scss */
.copy--card.right {
  grid-column: 7 / -1;
}

/* line 46, app/assets/stylesheets/_home.scss */
.img--card {
  height: 100%;
  z-index: -1;
}

/* line 49, app/assets/stylesheets/_home.scss */
.img--card.left {
  grid-column: 1 / 8;
}

/* line 52, app/assets/stylesheets/_home.scss */
.img--card.right {
  grid-column: 5 / -1;
}

@media (max-width: 1200px) {
  /* line 58, app/assets/stylesheets/_home.scss */
  .copy--card {
    padding: 40px 35px;
  }
}

@media (max-width: 880px) {
  /* line 64, app/assets/stylesheets/_home.scss */
  .img-copy-block {
    height: unset;
    grid-template-rows: 400px 1fr;
  }
  /* line 68, app/assets/stylesheets/_home.scss */
  .img--card, .copy--card {
    grid-column: 1/-1 !important;
  }
  /* line 72, app/assets/stylesheets/_home.scss */
  .img--card {
    grid-row: 1/2;
  }
  /* line 73, app/assets/stylesheets/_home.scss */
  .copy--card {
    grid-row: 2/-1;
    padding: 40px 25px;
  }
}

/* line 7, app/assets/stylesheets/_about.scss */
.about__copy {
  grid-column: 2/12;
  display: flex;
  gap: 3em;
}

/* line 13, app/assets/stylesheets/_about.scss */
.about__col {
  flex-basis: 50%;
}

/* line 15, app/assets/stylesheets/_about.scss */
.about__col p {
  margin-bottom: 3em;
}

@media (max-width: 880px) {
  /* line 21, app/assets/stylesheets/_about.scss */
  .about__copy {
    flex-direction: column;
    gap: 0;
  }
}

/* line 3, app/assets/stylesheets/_program.scss */
.program__overview .split__section .split__section--copy {
  grid-column: 1/2;
}

/* line 4, app/assets/stylesheets/_program.scss */
.program__overview .split__section .img--bg {
  grid-column: 2/-1;
}

/* line 8, app/assets/stylesheets/_program.scss */
.program__section {
  grid-column: 2/12;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

/* line 13, app/assets/stylesheets/_program.scss */
.program__section.reverse {
  flex-direction: column-reverse;
}

/* line 18, app/assets/stylesheets/_program.scss */
.program__section--copy {
  flex-basis: 70%;
}

/* line 22, app/assets/stylesheets/_program.scss */
.program__section--img {
  flex-basis: 30%;
  display: flex;
  justify-content: center;
}

/* line 26, app/assets/stylesheets/_program.scss */
.program__section--img img {
  height: 100%;
}

/* line 29, app/assets/stylesheets/_program.scss */
.program__schedule--container {
  grid-column: 2/12;
}

/* line 31, app/assets/stylesheets/_program.scss */
.program__schedule--container i {
  margin-left: 1em;
}

@media (min-width: 880px) {
  /* line 37, app/assets/stylesheets/_program.scss */
  .program__section {
    flex-direction: row;
  }
  /* line 39, app/assets/stylesheets/_program.scss */
  .program__section.reverse {
    flex-direction: row;
  }
}

/* line 1, app/assets/stylesheets/_staff.scss */
.staff__section {
  grid-column: 2/12;
}

/* line 5, app/assets/stylesheets/_staff.scss */
.staff__img {
  width: 100%;
  max-width: 400px;
  margin-bottom: 1em;
}

/* line 11, app/assets/stylesheets/_staff.scss */
.staff__title {
  margin-bottom: 3em;
}

@media (min-width: 880px) {
  /* line 16, app/assets/stylesheets/_staff.scss */
  .staff__img {
    margin-left: 2em;
    float: right;
  }
}

/* line 1, app/assets/stylesheets/_enrollment.scss */
.enrollment__section {
  grid-column: 2/12;
}

/* line 5, app/assets/stylesheets/_enrollment.scss */
.enrollment__rates_list {
  margin-top: 30px;
}

/* line 8, app/assets/stylesheets/_enrollment.scss */
.enrollment__rates_list li span {
  flex-basis: 450px;
}

/* line 14, app/assets/stylesheets/_enrollment.scss */
.enrollment__program {
  margin-top: 3em;
}

@media (max-width: 780px) {
  /* line 19, app/assets/stylesheets/_enrollment.scss */
  .enrollment__rates_list {
    padding: 0px;
  }
  /* line 22, app/assets/stylesheets/_enrollment.scss */
  .enrollment__rates_list li span {
    flex-basis: 260px;
  }
}

/* line 1, app/assets/stylesheets/faq.scss */
.faq__section {
  grid-column: 2/12;
}

/* line 5, app/assets/stylesheets/faq.scss */
.faq__list {
  padding: 0px;
}

/* line 8, app/assets/stylesheets/faq.scss */
.faq__list li {
  cursor: pointer;
  padding-bottom: 30px;
  padding-top: 30px;
}

/* line 15, app/assets/stylesheets/faq.scss */
.faq__item {
  border-top: 1px solid #e4e4e4;
}

/* line 17, app/assets/stylesheets/faq.scss */
.faq__item:last-child {
  border-bottom: 1px solid #e4e4e4;
}

/* line 21, app/assets/stylesheets/faq.scss */
.faq__item.active .faq__caret {
  transform: rotateX(180deg);
}

/* line 27, app/assets/stylesheets/faq.scss */
.faq__question {
  display: flex;
  justify-content: space-between;
}

/* line 30, app/assets/stylesheets/faq.scss */
.faq__question h2 {
  margin: 0px;
  padding-right: 50px;
}

/* line 34, app/assets/stylesheets/faq.scss */
.faq__question .faq__caret {
  flex-basis: 30px;
  width: 30px;
  transition: transform 300ms ease-in-out;
}

/* line 41, app/assets/stylesheets/faq.scss */
.faq__answer {
  display: none;
}

/* line 1, app/assets/stylesheets/_footer.scss */
.footer-container {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  justify-content: space-between;
}

/* line 8, app/assets/stylesheets/_footer.scss */
.footer__logo--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Comfortaa", cursive;
}

/* line 16, app/assets/stylesheets/_footer.scss */
.footer__title {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #28282d;
}

/* line 22, app/assets/stylesheets/_footer.scss */
.footer__sub {
  font-size: .9rem;
  color: #28282d;
  position: relative;
}

/* line 26, app/assets/stylesheets/_footer.scss */
.footer__sub:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #28282d;
  top: -3px;
}

/* line 36, app/assets/stylesheets/_footer.scss */
.legal_copy_footer {
  font-size: 10px;
}

/*# sourceMappingURL=application.css-cf8b1c18d4d37179f2ef06722027298c532c5a0fa6b667883df56cba90272a5b.map */
