.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.divider.divider-short {
  width: 30%;
  margin: 40px auto 60px;
  background-color: #d4dcdd;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-right: 0px;
  margin-left: 0px;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #005519;
}

.section.cc-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
}

.section.cc-store-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
}

.section.form-success-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 720px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 25px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.paragraph-bigger.cc-bigger-light.paragraph-inverse {
  opacity: 0.8;
  color: #fff;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.85;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #61ad6c;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #005519;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  background-color: #61ad6c;
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
}

.button.cc-jumbo-button:hover {
  padding: 16px 35px;
  background-color: #005519;
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #086944;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-jumbo-button.cc-jumbo-white.button-text {
  margin-left: 15px;
  padding: 15px 35px;
  border-style: solid;
  border-width: 2px;
  border-color: #d4dcdd;
  background-color: transparent;
  text-decoration: none;
}

.button.cc-jumbo-button.button-secondary {
  border-color: #61ad6c;
}

.button.cc-jumbo-button.button-secondary:hover {
  border-color: #086944;
}

.button.cc-jumbo-button.button-no-hover {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.cc-jumbo-button.button-no-hover:hover {
  background-color: #61ad6c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
}

.button.cc-contact-us.button-dark {
  background-color: #0b636d;
  cursor: pointer;
}

.button.cc-contact-us.button-dark.button-menu {
  position: static;
  display: inline-block;
  margin-left: 0px;
  float: right;
  background-color: #934496;
}

.button.cc-contact-us.button-dark.button-menu:hover {
  background-color: #762479;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.button-secondary {
  border-style: solid;
  border-width: 2px;
  border-color: #61ad6c;
  background-color: transparent;
  color: #005519;
  cursor: pointer;
}

.button.button-secondary:hover {
  border-color: #086944;
  background-color: #086944;
  color: #fff;
}

.button.button-secondary.button-inline {
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.button-padded-top {
  margin-top: 15px;
}

.label {
  margin-bottom: 10px;
  color: #005519;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
  color: #005519;
}

.label.cc-light {
  opacity: 0.6;
}

.label.cc-light.cc-centre {
  text-align: center;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.label.label-white {
  color: #fff;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  margin-bottom: 25px;
  opacity: 1;
  color: #35373c;
  font-size: 17px;
  line-height: 27px;
}

.paragraph-light.note {
  margin-top: 24px;
  color: #35373c;
  font-size: 17px;
  font-weight: 600;
}

.paragraph-light.p-padded-bottom {
  margin-bottom: 45px;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 58px;
  line-height: 62px;
  font-weight: 700;
  text-transform: none;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  text-transform: none;
}

.heading-jumbo-small.heading-inverse {
  color: #fff;
  font-size: 42px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  margin-bottom: 15px;
  color: #6b6d74;
  font-size: 15px;
  line-height: 24px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #61ad6c;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.navigation-item:hover {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 1;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  margin-top: 0px;
  border-bottom: 2px none #d4dcdd;
  opacity: 1;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.navigation-item.w--current:hover {
  margin-top: 0px;
  border-bottom-width: 2px;
  border-bottom-color: #d4dcdd;
  opacity: 0.8;
  color: #fff;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.dropdown.w--open {
  background-color: #086944;
}

.logo-image {
  display: block;
  margin-bottom: 0px;
}

.navigation-items {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/header-cover-home.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/header-cover-home.png');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.intro-header.cc-subpage {
  background-color: #003D11;
  background-image: none;
  color: #fff;
}

.intro-header.cc-subpage.waitlist-header {
  flex: 1; /* This makes it expand to fill available vertical space */
  height: 90vh;
  background-color: #003D11;
  background-image: none;
  color: #fff;
  margin: 0 !important;
}

.intro-header.cc-subpage.header-small {
  height: 360px;
}

.intro-header.cc-subpage.header-small.header-programs {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 17, 0.55)), to(rgba(9, 37, 17, 0.55))), url('../images/header-cover-programs-80.jpg');
  background-image: linear-gradient(180deg, rgba(9, 37, 17, 0.55), rgba(9, 37, 17, 0.55)), url('../images/header-cover-programs-80.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.intro-header.cc-subpage.header-small.header-about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 17, 0.55)), to(rgba(9, 37, 17, 0.55))), url('../images/header-cover-board1.jpg');
  background-image: linear-gradient(180deg, rgba(9, 37, 17, 0.55), rgba(9, 37, 17, 0.55)), url('../images/header-cover-board1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.intro-header.cc-subpage.header-small.header-waitlist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 17, 0.55)), to(rgba(9, 37, 17, 0.55))), url('../images/header-cover-home-80.jpg');
  background-image: linear-gradient(180deg, rgba(9, 37, 17, 0.55), rgba(9, 37, 17, 0.55)), url('../images/header-cover-home-80.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.intro-header.cc-subpage.header-small.header-contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 17, 0.55)), to(rgba(9, 37, 17, 0.55))), url('../images/header-cover-contact.png');
  background-image: linear-gradient(180deg, rgba(9, 37, 17, 0.55), rgba(9, 37, 17, 0.55)), url('../images/header-cover-contact.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.intro-header.cc-subpage.header-small.header-parents {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 17, 0.55)), to(rgba(9, 37, 17, 0.55))), url('../images/header-cover-parents.png');
  background-image: linear-gradient(180deg, rgba(9, 37, 17, 0.55), rgba(9, 37, 17, 0.55)), url('../images/header-cover-parents.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.intro-header.cc-subpage.header-small.header-nutrition {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 17, 0.55)), to(rgba(9, 37, 17, 0.55))), url('../images/header-cover-nutrition.png');
  background-image: linear-gradient(180deg, rgba(9, 37, 17, 0.55), rgba(9, 37, 17, 0.55)), url('../images/header-cover-nutrition.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  width: 80%;
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.motto-wrap.motto-wrap-small {
  margin-bottom: 45px;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  height: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.section-heading-wrap.form-submit-wrap {
  margin-top: 40px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: none;
  border-width: 1px;
  border-color: #eee;
  border-radius: 8px;
  box-shadow: 0 -1px 14px 0 rgba(0, 0, 0, 0.15);
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 120px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 80px 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-grid.reverse-grid {
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #179dac;
}

.text-field:active {
  border-color: #179dac;
}

.text-field:focus {
  border-color: #179dac;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  border-color: #d4dcdd;
  font-size: 15px;
}

.text-field.cc-contact-field:hover {
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  border-color: #005519;
  font-size: 15px;
}

.text-field.cc-contact-field:focus {
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  border-color: #005519;
  font-size: 15px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  height: auto;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 30px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 500;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-name {
  margin-bottom: 5px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.project-cover-pic {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.programs-grid {
  max-width: 1180px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "." "." ".";
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.program-name {
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
}

.program-name:hover {
  opacity: 0.8;
}

.program-name:active {
  opacity: 0.7;
}

.program-cover {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  background-color: #d4dcdd;
}

.program-cover:hover {
  opacity: 0.8;
}

.program-cover:active {
  opacity: 0.7;
}

.program-cover.program-cover-toddler {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 17, 0.45)), to(rgba(9, 37, 17, 0.45))), url('../images/card-cover-program-preschool-80.jpg');
  background-image: linear-gradient(180deg, rgba(9, 37, 17, 0.45), rgba(9, 37, 17, 0.45)), url('../images/card-cover-program-preschool-80.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.program-cover.program-cover-preschool {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 17, 0.45)), to(rgba(9, 37, 17, 0.45))), url('../images/card-cover-program-preschool-80_1.jpg');
  background-image: linear-gradient(180deg, rgba(9, 37, 17, 0.45), rgba(9, 37, 17, 0.45)), url('../images/card-cover-program-preschool-80_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.program-cover.program-cover-bas-kindergarten {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 17, 0.45)), to(rgba(9, 37, 17, 0.45))), url('../images/card-cover-program-bas-schoolage-80.jpg');
  background-image: linear-gradient(180deg, rgba(9, 37, 17, 0.45), rgba(9, 37, 17, 0.45)), url('../images/card-cover-program-bas-schoolage-80.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.program-cover.program-cover-bas-schoolage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 17, 0.45)), to(rgba(9, 37, 17, 0.45))), url('../images/card-cover-program-bas-schoolage-80_1.jpg');
  background-image: linear-gradient(180deg, rgba(9, 37, 17, 0.45), rgba(9, 37, 17, 0.45)), url('../images/card-cover-program-bas-schoolage-80_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.program-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.program-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%;
}

.program-header.program-header-toddler {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 73, 80, 0.55)), to(rgba(11, 73, 80, 0.55))), url('../images/header-cover-program-preschool-80.jpg');
  background-image: linear-gradient(180deg, rgba(11, 73, 80, 0.55), rgba(11, 73, 80, 0.55)), url('../images/header-cover-program-preschool-80.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.program-header.program-header-preschool {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 17, 0.55)), to(rgba(9, 37, 17, 0.55))), url('../images/header-cover-program-preschool-80_1.jpg');
  background-image: linear-gradient(180deg, rgba(9, 37, 17, 0.55), rgba(9, 37, 17, 0.55)), url('../images/header-cover-program-preschool-80_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.program-header.program-header-bas-kindergarten {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 17, 0.55)), to(rgba(9, 37, 17, 0.55))), url('../images/header-cover-program-bas-schoolage-80.jpg');
  background-image: linear-gradient(180deg, rgba(9, 37, 17, 0.55), rgba(9, 37, 17, 0.55)), url('../images/header-cover-program-bas-schoolage-80.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.program-header.program-header-bas-schoolage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 17, 0.55)), to(rgba(9, 37, 17, 0.55))), url('../images/header-cover-program-bas-schoolage-80_1.jpg');
  background-image: linear-gradient(180deg, rgba(9, 37, 17, 0.55), rgba(9, 37, 17, 0.55)), url('../images/header-cover-program-bas-schoolage-80_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.project-details-grid {
  margin-top: 0px;
  margin-bottom: 120px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 0.75fr 80px 2fr;
  grid-template-columns: 0.75fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 1;
  color: #10b374;
  font-weight: 500;
  cursor: pointer;
}

.contact-email-link:hover {
  opacity: 1;
  color: #0b636d;
  font-weight: 500;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #934496;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  margin-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 80px 2fr;
  grid-template-columns: 2fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  margin-bottom: 80px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.about-grid.grid-align-top {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  margin-bottom: 60px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.heading {
  line-height: 50px;
  font-weight: 600;
}

.heading-2 {
  margin-top: 0px;
  font-weight: 600;
}

.heading-2.heading-2-centre {
  text-align: center;
}

.heading-2.heading-2-multi-line {
  margin-bottom: 20px;
  line-height: 52px;
}

.heading-3 {
  font-weight: 600;
}

.heading-4 {
  font-weight: 700;
}

.heading-4.heading-with-padding {
  margin-bottom: 15px;
}

.dropdown-item {
  border-bottom: 1px solid #d4dcdd;
  opacity: 0.8;
  -webkit-transition: all 200ms ease, opacity 200ms ease;
  transition: all 200ms ease, opacity 200ms ease;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-item:hover {
  border-bottom-width: 1px;
  opacity: 1;
  font-weight: 500;
}

.dropdown-item.w--current {
  color: #179dac;
}

.dropdown-list {
  background-color: #4c3c3c;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.text-area {
  margin-bottom: 25px;
  padding: 8px 15px 12px;
  color: #fff;
  text-decoration: none;
}

.grid {
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 35px;
  grid-row-gap: 99px;
  grid-template-areas: "." "." "Area";
  -ms-grid-rows: auto 99px auto 99px auto 99px auto;
  grid-template-rows: auto auto auto auto;
  text-align: left;
}

.grid.single-column-grid {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-row-gap: 99px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link {
  display: inline;
  color: #762479;
  line-height: 26px;
}

.link:hover {
  display: inline;
  color: #007021;
  line-height: 26px;
}

.paragraph {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 27px;
}

.paragraph.footer-info {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.paragraph.footer-info.footer-info-small {
  font-size: 12px;
  line-height: 22px;
}

.paragraph.footer-info.footer-info-right {
  padding-top: 0px;
}

.cta-container {
  width: 80%;
}

.program-card {
  border-radius: 8px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
}

.text-span {
  font-weight: 500;
}

.specification {
  font-weight: 500;
}

.footer {
  background-color: #61ad6c;
}

.footer-col-left {
  text-align: left;
}

.footer-col-right {
  text-align: right;
}

.footer-title {
  margin-top: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.footer-span {
  margin-right: auto;
  margin-left: auto;
  padding: 50px 35px 55px;
  color: #0b636d;
  text-align: center;
}

.program-detail-card {
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.program-details {
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.program-deetails-header {
  margin-bottom: 25px;
  padding: 10px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #934496;
}

.program-details-label {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-section-image {
  border-radius: 8px;
}

.about-section-image.image-padded-bottom {
  margin-bottom: 10px;
}

.faq-wrap {
  max-width: 980px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
}

.faq-row {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4dcdd;
}

.faq-row.faq-row-last {
  border-bottom-width: 0px;
}

.heading-6 {
  font-weight: 700;
}

.nutrition-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 150px;
  background-color: #f8fafa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 220, 221, 0.25)), to(rgba(212, 220, 221, 0.25))), url('../images/nutrition-bowl_halved.png');
  background-image: linear-gradient(180deg, rgba(212, 220, 221, 0.25), rgba(212, 220, 221, 0.25)), url('../images/nutrition-bowl_halved.png');
  background-position: 0px 0px, 115% 100%;
  background-size: auto, 50%;
  background-repeat: repeat, no-repeat;
}

.nutrition-wrap {
  position: relative;
  width: 60%;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.more-options-section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.more-info-grid {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.more-card {
  padding: 0px 0px 35px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 0 12px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.more-card:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.contact-avatar {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.faq-section {
  padding-top: 60px;
  padding-bottom: 120px;
}

.header-text {
  padding-bottom: 0px;
  text-align: center;
}

.languages-grid {
  background-color: #eff5f2;
}

.language-grid {
  padding-top: 10px;
  padding-bottom: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.language-check-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  background-image: url('../images/icon-check_green.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.language {
  display: inline;
}

.language-item {
  position: relative;
  display: inline-block;
  line-height: 26px;
  font-weight: 500;
}

.language-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-single-padded {
  padding-bottom: 0px;
}

.grid-single-padded.grid-single-long {
  padding-bottom: 50px;
}

.grid-single-padded.grid-single-long.grid-single-last {
  padding-bottom: 0px;
}

.more-card-content {
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.more-card-image-header {
  height: 180px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #d4dcdd;
}

.more-card-image-header.more-card-parents-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 17, 0.55)), to(rgba(9, 37, 17, 0.55))), url('../images/card-cover-program-parents.png');
  background-image: linear-gradient(180deg, rgba(9, 37, 17, 0.55), rgba(9, 37, 17, 0.55)), url('../images/card-cover-program-parents.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.more-card-image-header.more-card-careers-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 37, 17, 0.55)), to(rgba(9, 37, 17, 0.55))), url('../images/card-cover-program-careers.png');
  background-image: linear-gradient(180deg, rgba(9, 37, 17, 0.55), rgba(9, 37, 17, 0.55)), url('../images/card-cover-program-careers.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-image {
  border-radius: 8px;
}

.text-span-2 {
  font-weight: 400;
}

.heading-jumbo-light {
  font-weight: 400;
}

.satellite-callout-section {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f8fafa;
}

.satelite-callout-containers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.waitlist-form-wrap {
  width: 50%;
  min-width: 600px;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  padding: 35px 50px 55px;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

.security-callout {
  margin-top: 30px;
  color: #6b6d74;
  text-align: center;
}

.security-icon {
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  background-image: url('../images/icon-security_grey.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.field-label {
  font-weight: 600;
}

.field-label-2 {
  font-weight: 600;
}

.radio-label {
  margin-left: 10px;
  padding-top: 2px;
  color: #35373c;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.radio-group {
  padding-top: 5px;
  padding-bottom: 10px;
}

.radio-group.radio-group-last {
  padding-bottom: 25px;
}

.radio-button {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-right: 0px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.checkbox-field.checkbox-field-last {
  margin-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-grid {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-columns: 0.5fr 0.5fr 0.75fr;
  grid-template-columns: 0.5fr 0.5fr 0.75fr;
}

.footer-grid-right {
  text-align: right;
}

.footer-link-list {
  margin-top: 0px;
  text-align: left;
}

.footer-link {
  display: inline-block;
  opacity: 0.85;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.85;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.dropdown-field {
  height: 46px;
  margin-bottom: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4dcdd;
  border-radius: 0px;
  background-color: #fff;
  color: #6b6d74;
  font-size: 15px;
}

.dropdown-field:active {
  border-color: #d4dcdd;
}

.dropdown-field:focus {
  border-color: #179dac;
}

.careers-form-heading {
  margin-top: 0px;
}

.licensing-section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.licensing-wrap {
  padding: 50px 35px 55px 45px;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

.licensing-grid {
  grid-column-gap: 50px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.license-badge-image {
  display: inline-block;
  width: 160px;
  height: 160px;
}

.license-badge-image.badge-left {
  margin-right: 25px;
}

.satellite-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.parent-container {
  margin-bottom: 120px;
  grid-auto-flow: row;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card {
  padding: 30px 30px 45px;
  border-radius: 8px;
  box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.card-icon {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/icon-document-blue.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.accessibility-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
}

.grid-4 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nutrition-grid {
  margin-bottom: 120px;
  grid-column-gap: 79px;
  grid-row-gap: 120px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.map-container {
  height: 200px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/map-thumb.png');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 30px;
}

.map-link-wrap {
  width: 100%;
  height: auto;
  text-decoration: none;
}

.map-button {
  padding: 15px 25px;
  background-color: #61ad6c;
  text-align: center;
  text-decoration: none;
}

.map-button-text {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.image-gallery {
  background-color: rgba(9, 37, 17, 0.55);
}

.image-gallery-slider {
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.label-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.slide-nav {
  font-size: 10px;
}

.gallery-image.vertical-image {
  height: auto;
}

.gallery-left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-mask {
  width: 100%;
  background-color: transparent;
}

.gallery-arrow {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  margin-left: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.gallery-arrow.gallery-arrow-right {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
}

.gallery-label {
  padding-top: 40px;
  padding-bottom: 25px;
  text-align: center;
}

.gallery-label-header {
  margin-bottom: 0px;
  color: #005519;
}

.div-spacer {
  height: 50px;
}

.global-alert-banner {
  background-color: #f2e0f3;
}

.div-block-2 {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.alert-banner-message {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 24px;
}

.alert-link {
  display: inline-block;
  color: #762479;
}

.link-2 {
  display: inline-block;
  color: #762479;
}

.bold-text {
  font-weight: 400;
}

.bold-text:hover {
  color: #762479;
}

.form-question {
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
}

.text-span-3 {
  color: #762479;
  font-size: 21px;
  line-height: 30px;
}

.button-text-block {
  color: #fff;
}

.careers-accommodations-list {
  margin-top: 10px;
  padding-left: 35px;
}

.careers-li {
  color: #35373c;
  font-size: 15px;
  line-height: 22px;
}

.board-section {
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #f8fafa;
}

.grid-5 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.board-grid {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.board-member-wrap {
  text-align: center;
}

.single-column-grid {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.volunteer {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .styleguide-block {
    text-align: center;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-bigger.cc-bigger-light.paragraph-inverse {
    opacity: 0.8;
    color: #fff;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-jumbo-button.cc-jumbo-white.button-text {
    text-decoration: none;
  }
  .button.cc-contact-us {
    display: none;
  }
  .button.button-secondary {
    color: #086944;
  }
  .paragraph-light {
    text-align: left;
  }
  .paragraph-light.p-centre {
    text-align: center;
  }
  .heading-jumbo {
    font-size: 42px;
    line-height: 48px;
  }
  .heading-jumbo-small {
    margin-bottom: 20px;
    line-height: 44px;
  }
  .heading-jumbo-small.heading-inverse {
    color: #fff;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .menu {
    position: static;
    height: 100%;
    margin-left: 30px;
  }
  .navigation-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: transparent;
  }
  .navigation {
    padding: 25px 30px;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .menu-button {
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-items {
    background-color: #fff;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 70px 50px 90px;
    background-color: transparent;
  }
  .intro-header.cc-subpage.header-small {
    height: 320px;
    margin-bottom: 60px;
  }
  .motto-wrap {
    width: 100%;
  }
  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .service-icon {
    display: inline-block;
  }
  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .contact-form-grid.reverse-grid {
    -ms-grid-columns: 3.25fr;
    grid-template-columns: 3.25fr;
  }
  .details-wrap {
    width: 100%;
    margin-bottom: 0px;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-members {
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-member-title-wrap {
    margin-bottom: 30px;
  }
  .programs-grid {
    margin-right: 0px;
    margin-left: 0px;
  }
  .project-name-wrap {
    margin-bottom: 35px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .program-cover {
    height: 160px;
  }
  .program-header {
    height: 360px;
  }
  .project-details-grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .blog-detail-header-wrap {
    width: 70%;
  }
  .detail-header-image {
    height: 460px;
  }
  .blog-item {
    width: 80%;
  }
  .blog-preview-image {
    height: 460px;
  }
  .blog-summary-wrap {
    width: 100%;
  }
  .contact-email-link {
    opacity: 1;
    font-weight: 500;
  }
  .home-section-wrap {
    text-align: left;
  }
  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-grid.cc-about-2 {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .intro-text {
    width: auto;
  }
  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }
  .heading {
    font-size: 40px;
    line-height: 48px;
  }
  .heading-2 {
    font-size: 32px;
    line-height: 38px;
  }
  .heading-4 {
    font-size: 22px;
    line-height: 30px;
  }
  .text-area {
    text-decoration: none;
  }
  .grid {
    display: -ms-grid;
    display: grid;
    margin-right: 30px;
    margin-left: 30px;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid.single-column-grid {
    width: 100%;
  }
  .link {
    font-size: 15px;
    line-height: 24px;
  }
  .paragraph.footer-info.footer-info-right {
    margin-top: 10px;
  }
  .cta-container {
    width: 100%;
  }
  .footer-span {
    padding-bottom: 55px;
  }
  .program-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block {
    text-align: left;
  }
  .about-section-image {
    width: 70%;
    margin-right: auto;
    margin-left: 0px;
  }
  .faq-row {
    margin-right: 30px;
    margin-left: 30px;
  }
  .nutrition-section {
    padding-top: 80px;
    padding-bottom: 140px;
    background-position: 130% 110%;
    background-size: 60%;
  }
  .nutrition-wrap {
    width: 100%;
  }
  .more-options-section {
    padding: 60px 30px 80px;
  }
  .more-info-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .language-grid {
    padding-bottom: 0px;
    grid-column-gap: 25px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .language-check-icon {
    width: 28px;
    height: 28px;
  }
  .grid-single-padded {
    padding-bottom: 50px;
    text-align: left;
  }
  .grid-single-padded.grid-single-long {
    padding-bottom: 0px;
  }
  .home-image {
    width: 70%;
    margin-right: auto;
    margin-left: 0px;
  }
  .checkbox {
    width: 20px;
    height: 20px;
    margin-top: 4px;
  }
  .footer-grid {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .licensing-section {
    padding-top: 40px;
  }
  .licensing-wrap {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .licensing-grid {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    text-align: center;
  }
  .license-badge-image {
    width: 130px;
    height: 130px;
  }
  .license-badge-image.badge-left {
    width: 130px;
    height: 130px;
  }
  .careers-details {
    text-align: left;
  }
  .parent-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .card {
    padding: 30px 25px 35px;
  }
  .card-icon {
    width: 45px;
    height: 45px;
  }
  .accessibility-wrap {
    width: 80%;
  }
  .nutrition-grid {
    grid-row-gap: 34px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-col-vertical-centre.grid-col-padded {
    margin-bottom: 40px;
  }
  .contact-details-col {
    text-align: center;
  }
  .home-col {
    text-align: left;
  }
  .image-gallery-slider {
    width: 90%;
  }
  .gallery-left-arrow {
    width: 45px;
  }
  .gallery-right-arrow {
    width: 45px;
  }
  .gallery-arrow {
    width: 35px;
    height: 35px;
    margin-left: 3px;
    font-size: 32px;
  }
  .gallery-label {
    padding-top: 20px;
  }
  .div-spacer {
    height: 0px;
  }
  .div-block-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .alert-banner-message {
    text-align: left;
  }
  .board-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .board-grid {
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 16px;
    text-align: center;
  }
  .board-member-wrap {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .divider.divider-short {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .section {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.cc-cta {
    padding: 0px;
    background-color: #005519;
  }
  .section.cc-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .container.gallery-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-tiny {
    font-size: 11px;
  }
  .paragraph-bigger {
    font-size: 15px;
    line-height: 25px;
  }
  .button.cc-contact-us.button-dark.button-menu {
    float: none;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .paragraph-light {
    font-size: 15px;
    line-height: 24px;
  }
  .paragraph-light.p-centre {
    text-align: center;
  }
  .heading-jumbo {
    font-size: 36px;
    line-height: 40px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 38px;
  }
  .heading-jumbo-small.heading-inverse {
    font-size: 36px;
  }
  .paragraph-small {
    font-size: 13px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .menu-icon {
    color: #005519;
  }
  .menu {
    position: relative;
    z-index: 999;
    display: block;
  }
  .navigation-wrap {
    background-color: transparent;
  }
  .navigation {
    padding: 15px 20px 20px;
  }
  .navigation-item {
    width: 100%;
    color: #1a1b1f;
  }
  .navigation-item:hover {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    color: #000;
  }
  .navigation-item.w--current {
    color: #000;
  }
  .navigation-item.w--current:hover {
    color: #000;
    text-decoration: underline;
  }
  .navigation-item.dropdown:hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navigation-item.navigation-item-first {
    margin-top: 45px;
  }
  .menu-button {
    z-index: 999;
    padding: 3px;
  }
  .menu-button.w--open {
    z-index: 999;
    background-color: #005519;
    color: #1a1b1f;
  }
  .navigation-items {
    width: 80%;
    min-width: 300px;
    margin-top: -20px;
    margin-right: -20px;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .intro-header {
    margin-bottom: 60px;
  }
  .intro-header.cc-subpage.header-small {
    height: 260px;
    margin-bottom: 50px;
  }
  .intro-content {
    width: 80%;
  }
  .motto-wrap {
    width: 100%;
    margin-bottom: 45px;
  }
  .motto-wrap.motto-wrap-small {
    margin-bottom: 25px;
  }
  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .section-heading-wrap {
    margin-top: 60px;
  }
  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .contact-form-grid {
    width: 100%;
    margin-bottom: 100px;
  }
  .contact-form-grid.reverse-grid {
    margin-top: 70px;
  }
  .details-wrap {
    display: block;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }
  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }
  .programs-grid {
    margin-right: 10px;
    margin-left: 10px;
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .project-name-wrap {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .program-name {
    font-size: 24px;
    line-height: 28px;
  }
  .program-header {
    height: 320px;
    margin-bottom: 40px;
  }
  .detail-image {
    margin-bottom: 15px;
  }
  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .blog-item {
    width: 90%;
    max-width: 470px;
  }
  .blog-summary-wrap {
    text-align: center;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .home-content-wrap {
    margin-top: 60px;
  }
  .heading {
    font-size: 36px;
    line-height: 42px;
  }
  .heading-2 {
    font-size: 30px;
    line-height: 36px;
  }
  .heading-2.heading-2-multi-line {
    line-height: 38px;
  }
  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }
  .heading-4 {
    line-height: 30px;
  }
  .icon {
    display: inline-block;
  }
  .grid {
    margin-right: 10px;
    margin-left: 10px;
    grid-row-gap: 35px;
  }
  .link {
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph {
    font-size: 15px;
    line-height: 24px;
  }
  .paragraph.footer-info {
    text-align: center;
  }
  .paragraph.footer-info.footer-info-right {
    margin-top: 5px;
    font-size: 12px;
    line-height: 22px;
  }
  .footer-col-left {
    text-align: center;
  }
  .footer-title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .footer-span {
    padding-top: 35px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .program-details {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block {
    text-align: left;
  }
  .about-section-image {
    margin-left: 0px;
  }
  .faq-wrap {
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
  }
  .faq-row {
    border-bottom-color: #dee6e7;
  }
  .faq-row.faq-row-last {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .more-options-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .more-info-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .language-grid {
    grid-row-gap: 18px;
  }
  .language-check-icon {
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }
  .language-item {
    font-size: 15px;
    line-height: 26px;
  }
  .grid-single-padded {
    padding-bottom: 40px;
  }
  .more-card-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .more-card-image-header {
    height: 160px;
  }
  .satellite-callout-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .satelite-callout-containers {
    display: block;
  }
  .waitlist-form-wrap {
    width: 100%;
    min-width: 335px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 40px;
  }
  .checkbox {
    width: 22px;
  }
  .footer-grid {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid-right {
    text-align: center;
  }
  .footer-grid-left {
    text-align: center;
  }
  .footer-list-item {
    margin-bottom: 12px;
    text-align: center;
  }
  .footer-link {
    font-size: 15px;
    line-height: 25px;
  }
  .license-badge-image {
    width: 120px;
    height: 120px;
  }
  .license-badge-image.badge-left {
    width: 120px;
    height: 120px;
  }
  .satellite-col-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .parent-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .accessibility-wrap {
    text-align: left;
  }
  .grid-col-vertical-centre {
    text-align: left;
  }
  .grid-col-vertical-centre.grid-col-padded {
    text-align: left;
  }
  .image-gallery-slider {
    width: 100%;
  }
  .slide-nav {
    font-size: 9px;
    line-height: 22px;
  }
  .gallery-arrow {
    margin-left: 4px;
  }
  .gallery-label {
    padding-bottom: 15px;
  }
  .div-block-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .alert-banner-message {
    font-size: 14px;
    line-height: 21px;
  }
  .nav-dropdown {
    width: 100%;
    text-align: center;
  }
  .board-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .divider.divider-short {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section.cc-cta {
    background-color: #005519;
  }
  .section.form-success-section {
    min-height: auto;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.form-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .paragraph-tiny {
    line-height: 15px;
  }
  .paragraph-bigger {
    font-size: 15px;
    line-height: 25px;
  }
  .button {
    width: 100%;
  }
  .button.cc-jumbo-button {
    width: 100%;
    padding: 14px 30px;
  }
  .button.cc-jumbo-button.cc-jumbo-white.button-text {
    margin-top: 12px;
    margin-left: 0px;
  }
  .button.cc-contact-us.button-dark.button-menu {
    width: 100%;
    margin-left: 0px;
  }
  .button.button-secondary.button-inline {
    margin-top: 10px;
    margin-left: 0px;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .paragraph-light {
    line-height: 24px;
  }
  .paragraph-light.note {
    font-size: 15px;
    line-height: 24px;
  }
  .paragraph-light.centre-mobile {
    text-align: center;
  }
  .heading-jumbo {
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 34px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .heading-jumbo-small {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 32px;
  }
  .heading-jumbo-small.heading-inverse {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }
  .paragraph-small {
    line-height: 20px;
  }
  .menu {
    margin-left: 15px;
  }
  .navigation {
    padding: 5px 15px 10px;
  }
  .navigation-item {
    text-decoration: none;
  }
  .navigation-item:hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navigation-item.dropdown:hover {
    background-color: #fff;
    color: #000;
  }
  .menu-button {
    z-index: 999;
    padding: 3px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    position: relative;
    z-index: 999;
    display: block;
    padding: 3px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .navigation-items {
    z-index: 9999;
    margin-top: -15px;
    margin-right: -15px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
    background-color: transparent;
  }
  .intro-header {
    height: 580px;
    margin-bottom: 60px;
  }
  .intro-header.cc-subpage.header-small {
    height: 180px;
  }
  .motto-wrap {
    width: 100%;
    margin-bottom: 35px;
  }
  .status-message.cc-no-data {
    width: 100%;
  }
  .contact-form-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
  .contact-form-grid {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .contact-form-grid.reverse-grid {
    margin-top: 0px;
  }
  .details-wrap {
    text-align: center;
  }
  .contact-heading {
    font-size: 24px;
    line-height: 28px;
  }
  .our-contacts {
    width: 90%;
  }
  .team-members {
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .programs-grid {
    margin-right: 0px;
    margin-left: 0px;
  }
  .project-name-wrap {
    margin-bottom: 25px;
  }
  .program-name {
    font-size: 21px;
  }
  .program-cover {
    height: 120px;
  }
  .program-header {
    height: 200px;
    margin-bottom: 40px;
  }
  .project-details-grid {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .blog-item {
    width: 100%;
    max-width: none;
  }
  .home-content-wrap {
    margin-top: 50px;
  }
  .about-grid {
    margin-bottom: 60px;
  }
  .heading {
    font-size: 24px;
    line-height: 36px;
  }
  .heading-2 {
    font-size: 26px;
    line-height: 32px;
  }
  .heading-4 {
    font-size: 18px;
    line-height: 24px;
  }
  .heading-4.heading-with-padding {
    font-size: 21px;
    line-height: 26px;
    text-align: left;
  }
  .dropdown-item {
    text-align: center;
  }
  .dropdown-list.w--open {
    border: 1px none #000;
    box-shadow: none;
  }
  .grid {
    margin-right: 0px;
    margin-left: 0px;
  }
  .link {
    line-height: 22px;
  }
  .paragraph {
    line-height: 24px;
  }
  .paragraph.footer-info {
    font-size: 14px;
    line-height: 24px;
  }
  .paragraph.footer-info.footer-info-small {
    line-height: 20px;
  }
  .header-2.form-submit-header {
    font-size: 26px;
    line-height: 34px;
  }
  .footer-col-left {
    text-align: center;
  }
  .footer-col-right {
    font-size: 14px;
    text-align: center;
  }
  .footer-title {
    font-size: 15px;
    line-height: 24px;
  }
  .footer-span {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .program-detail-card {
    text-align: center;
  }
  .about-section-image {
    width: 100%;
    border-radius: 6px;
  }
  .faq-wrap {
    margin-right: 15px;
    margin-left: 15px;
    padding: 30px 25px;
  }
  .faq-row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .heading-6 {
    line-height: 26px;
    font-weight: 600;
  }
  .nutrition-section {
    padding-top: 50px;
    padding-bottom: 90px;
    background-position: 130% 100%;
    background-size: 70%;
  }
  .more-options-section {
    padding: 50px 0px 70px;
  }
  .faq-section {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .header-text {
    font-size: 16px;
  }
  .language-grid {
    grid-column-gap: 22px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .language-check-icon {
    width: 22px;
    height: 22px;
  }
  .language-item {
    line-height: 24px;
  }
  .grid-single-padded {
    padding-bottom: 30px;
    text-align: left;
  }
  .more-card-image-header {
    height: 140px;
  }
  .dropdown-link {
    text-align: center;
  }
  .home-image {
    width: 100%;
  }
  .satellite-callout-section {
    padding-top: 50px;
  }
  .waitlist-form-wrap {
    min-width: 280px;
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .radio-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .radio-group {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .radio-button {
    margin-right: 0px;
  }
  .checkbox {
    position: static;
    width: 18px;
    height: 18px;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-link {
    font-size: 14px;
    line-height: 22px;
  }
  .licensing-wrap {
    padding: 30px 25px 40px;
  }
  .license-badge-image {
    width: 45%;
    height: 45%;
  }
  .license-badge-image.badge-left {
    width: 45%;
    height: 45%;
    margin-right: 10px;
  }
  .card-icon {
    width: 35px;
    height: 35px;
  }
  .accessibility-wrap {
    width: 100%;
    text-align: left;
  }
  .map-container {
    height: 180px;
  }
  .slide-nav {
    height: 30px;
    font-size: 7px;
    line-height: 20px;
  }
  .gallery-left-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gallery-right-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
  }
  .gallery-arrow {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 24px;
  }
  .gallery-arrow.gallery-arrow-right {
    width: 30px;
    height: 30px;
    margin-right: 0px;
    font-size: 24px;
  }
  .form-question {
    font-size: 15px;
    line-height: 21px;
  }
  .board-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .board-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-4ba93c054694-51e627e8 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-8ead0c27a706-51e627e8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f999e6b8f5e1-4e7304f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-27f88a387918-257304fd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-76c147234d34-f57304ef {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-76c147234d3f-f57304ef {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-76c147234d41-f57304ef {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-76c147234d4c-f57304ef {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3d3c514f746f-f57304ef {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7763e2d38cdc-f57304fb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7763e2d38ce3-f57304fb {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7763e2d38cea-f57304fb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-503fc61e7a5f-f57304fb {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-30e7f34b5301-3a7304fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-92005da8ba90-3a7304fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-509be705858e-137304f9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-509be70585a6-137304f9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-79bb93a2fb08-137304f9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-79bb93a2fb15-137304f9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-79bb93a2fb22-137304f9 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-3ca0f771 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-01a0f883 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-59a0f597 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-509be705858e-cb47ef3d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-509be70585a6-cb47ef3d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-873f2b574d55-14b170bf {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-3ccb7b46c154-4e7304f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-c680667cff29-4e7304f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-f999e6b8f5e1-4e7304f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  #w-node-76c147234d34-f57304ef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-76c147234d3f-f57304ef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-76c147234d41-f57304ef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-76c147234d4c-f57304ef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-3d3c514f746f-f57304ef {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-5950fbd33eaa-3a7304fa {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
  #w-node-509be70585a6-137304f9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-79bb93a2fb15-137304f9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-79bb93a2fb22-137304f9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-509be705858e-cb47ef3d {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-509be70585a6-cb47ef3d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
  #w-node-4f44cfef2839-14b170bf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-873f2b574d55-14b170bf {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-4ba93c054694-51e627e8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-53b088004a24-51e627e8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-8ead0c27a706-51e627e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-7763e2d38ce3-f57304fb {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  #w-node-7763e2d38cea-f57304fb {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-503fc61e7a5f-f57304fb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-509be705858e-137304f9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-4ba93c054694-51e627e8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-53b088004a24-51e627e8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-8ead0c27a706-51e627e8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-c680667cff29-4e7304f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-27f88a387918-257304fd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-509be705858e-137304f9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-27f88a387918-3ca0f771 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-27f88a387918-01a0f883 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-27f88a387918-59a0f597 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}