.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;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Londrina Solid', sans-serif;
  color: #222;
  font-size: 55px;
  line-height: 1.2;
  font-weight: 800;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Londrina Solid', sans-serif;
  color: #222;
  font-size: 47px;
  line-height: 1.2;
  font-weight: 800;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Londrina Solid', sans-serif;
  color: #222;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Londrina Solid', sans-serif;
  color: #222;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Londrina Solid', sans-serif;
  color: #222;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Londrina Solid', sans-serif;
  color: #222;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.5px;
}

p {
  max-width: 60ch;
  margin-bottom: 20px;
  font-family: Dosis, sans-serif;
  color: #333;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Dosis, sans-serif;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 500;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Dosis, sans-serif;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 500;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #b83a82;
  font-family: Dosis, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 1.35;
  font-style: italic;
  font-weight: 500;
}

.main-section {
  padding: 6vmax;
}

.main-section.fixed-image-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.main-section.fixed-image-bg.art {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 216, 124, 0.8)), to(rgba(248, 216, 124, 0.8))), url('../images/IMG_8788.JPG.jpg');
  background-image: linear-gradient(180deg, rgba(248, 216, 124, 0.8), rgba(248, 216, 124, 0.8)), url('../images/IMG_8788.JPG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.main-section.fixed-image-bg.coding {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 77, 166, 0.8)), to(rgba(10, 77, 166, 0.8))), url('../images/IMG_0091-2.JPG.jpg');
  background-image: linear-gradient(180deg, rgba(10, 77, 166, 0.8), rgba(10, 77, 166, 0.8)), url('../images/IMG_0091-2.JPG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.main-section.fixed-image-bg.events {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(184, 58, 130, 0.8)), to(rgba(184, 58, 130, 0.8))), url('../images/Event.jpg');
  background-image: linear-gradient(180deg, rgba(184, 58, 130, 0.8), rgba(184, 58, 130, 0.8)), url('../images/Event.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.main-section.no-bp {
  padding-bottom: 0px;
}

.main-section.no-bp.no-tp {
  padding-top: 0vmax;
}

.main-section.hp-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  margin-bottom: -6vmax;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 217, 233, 0.85)), to(rgba(228, 217, 233, 0.85))), url('../images/IMG_8754-copy.jpg');
  background-image: linear-gradient(180deg, rgba(228, 217, 233, 0.85), rgba(228, 217, 233, 0.85)), url('../images/IMG_8754-copy.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.main-container {
  max-width: 1200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-container.jlp-about {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.main-container.classes {
  position: relative;
  z-index: 50;
  margin-top: -24vh;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 2fr 1.25fr;
  grid-template-columns: 2fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-container.blog-post {
  position: relative;
  z-index: 5;
}

.main-container.hph_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-container.register-page {
  max-width: 700px;
}

.special-text {
  margin-top: 20px;
  font-family: 'Gamja Flower', sans-serif;
  color: #753e93;
  font-size: 33px;
  line-height: 1.2;
  font-weight: 400;
}

.sg-colour-grid {
  overflow: hidden;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  border-radius: 16px;
}

.sg-colour {
  width: 100%;
  padding-top: 100%;
}

.sg-colour._2 {
  background-color: #e28ab7;
}

.sg-colour._2._80 {
  opacity: 0.8;
}

.sg-colour._2._60 {
  opacity: 0.6;
}

.sg-colour._2._40 {
  opacity: 0.4;
}

.sg-colour._2._20 {
  opacity: 0.2;
}

.sg-colour._1 {
  background-color: #f8d87c;
}

.sg-colour._1._80 {
  opacity: 0.8;
}

.sg-colour._1._60 {
  opacity: 0.6;
}

.sg-colour._1._40 {
  opacity: 0.4;
}

.sg-colour._1._20 {
  opacity: 0.2;
}

.sg-colour._3 {
  background-color: #753e93;
}

.sg-colour._3._80 {
  opacity: 0.8;
}

.sg-colour._3._60 {
  opacity: 0.6;
}

.sg-colour._3._40 {
  opacity: 0.4;
}

.sg-colour._3._20 {
  opacity: 0.2;
}

.sg-colour._4 {
  background-color: #b83a82;
}

.sg-colour._4._80 {
  opacity: 0.8;
}

.sg-colour._4._60 {
  opacity: 0.6;
}

.sg-colour._4._40 {
  opacity: 0.4;
}

.sg-colour._4._20 {
  opacity: 0.2;
}

.sg-colour._5 {
  background-color: #0a4da6;
}

.sg-colour._5._80 {
  opacity: 0.8;
}

.sg-colour._5._60 {
  opacity: 0.6;
}

.sg-colour._5._40 {
  opacity: 0.4;
}

.sg-colour._5._20 {
  opacity: 0.2;
}

.sg-colour-tints-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sg-wrapper-example {
  padding: 40px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 30px -6px rgba(117, 62, 147, 0.3);
}

.div-block-2 {
  padding: 80px;
  background-color: #e4d9e9;
}

.sg-80px-spacer {
  height: 80px;
}

.image {
  width: 50vw;
  border-radius: 16px;
  box-shadow: 0 6px 15px -3px rgba(0, 0, 0, 0.2);
}

.button {
  padding: 0.5em 1.2em;
  border-radius: 100px;
  background-color: #b83a82;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gamja Flower', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.05) translate(0px, -3px);
  -ms-transform: scale(1.05) translate(0px, -3px);
  transform: scale(1.05) translate(0px, -3px);
}

.button.purple {
  background-color: #753e93;
}

.button.blue {
  background-color: #0b4da6;
}

.button.yellow {
  background-color: #f8d87c;
  color: #222;
}

.button.clean {
  padding: 0.7em 1.4em 0.8em;
  font-family: Dosis, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.button.clean.purple {
  margin-right: 0px;
  margin-bottom: 0px;
}

.sg-40px-spacer-copy {
  height: 40px;
}

.hph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 6vmax;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(117, 62, 147, 0.4);
  background-image: url('../images/Painting.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.full-width-section.kids-portfolio {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-rule: 0px none transparent;
  column-rule: 0px none transparent;
}

.full-width-section.contact-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e4d9e9;
}

.footer {
  margin-top: 6vmax;
  padding: 3vmax 6vmax 2vmax;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #753e93;
  text-align: center;
}

.footer-flex-container {
  display: -ms-grid;
  display: grid;
  margin-bottom: 3vmax;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
  text-align: left;
}

.footer-logo-link {
  display: block;
  width: 150px;
}

.footer-image {
  width: 100%;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: none;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #e8bdff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.page-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65vh;
  padding-right: 6vmax;
  padding-bottom: 3vmax;
  padding-left: 6vmax;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-hero.class-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.page-hero.blog-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  background-attachment: fixed;
}

.page-hero.contact-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/IMG_9063.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/IMG_9063.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-hero.about-page {
  background-image: url('../images/IMG_0136.JPG');
  background-position: 50% 50%;
}

.page-hero.blog-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/harbourview.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/harbourview.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-hero.class-page-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/IMG_8754-copy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/IMG_8754-copy.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
}

.page-hero.legal {
  height: 40vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: linear-gradient(45deg, #753e93, #f8d87c);
}

.page-hero.p-portfolio {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/June_July-Projects.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/June_July-Projects.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-hero.events {
  background-image: url('../images/Events.jpg');
  background-repeat: no-repeat;
}

.page-hero.register {
  height: 40vh;
  background-image: url('../images/June_July-Projects.jpg');
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 6vmax;
  padding-left: 6vmax;
  background-color: rgba(255, 255, 255, 0.9);
}

.h1 {
  letter-spacing: 0.01em;
}

.h1.ph {
  max-width: 26ch;
  color: #fff;
  text-align: left;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.h1.light {
  color: #fff;
}

.h1.light.jlp {
  margin-bottom: 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight: 700;
}

.h1.jlp {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight: 700;
}

.paragraph {
  max-width: 60ch;
  margin-bottom: 20px;
  color: #333;
  font-size: 19px;
  line-height: 1.35;
  text-align: left;
  letter-spacing: 0px;
}

.paragraph.light {
  color: hsla(0, 0%, 100%, 0.85);
}

.paragraph.light.centered {
  text-align: center;
}

.container {
  max-width: 1200px;
}

.footer-text {
  font-family: Dosis, sans-serif;
  color: #ae8ebf;
  font-weight: 400;
  text-align: right;
}

.nav-link {
  padding: 10px 20px;
  border-radius: 100px;
  font-family: Dosis, sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  background-color: rgba(117, 62, 147, 0.2);
}

.nav-link.w--current {
  color: #753e93;
  font-weight: 700;
}

.nav-link.register {
  margin-left: 20px;
  border-radius: 100px;
  background-color: #753e93;
  color: #fff;
}

.nav-link.register:hover {
  background-color: rgba(117, 62, 147, 0.8);
}

.nav-link.jlp {
  border-radius: 2px;
}

.nav-link.jlp:hover {
  background-color: rgba(145, 113, 44, 0.3);
}

.nav-link.jlp.w--current {
  color: #91712c;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle {
  padding: 0px 26px 0px 0px;
}

.icon {
  right: 0px;
  margin-right: 0px;
}

.dropdown-list {
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  padding: 10px;
  border-radius: 12px;
}

.dropdown-list.w--open {
  padding: 12px 0px;
  background-color: #fff;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.4);
}

.dropdown-link {
  padding: 7px 20px;
}

.dropdown-link:hover {
  background-color: rgba(117, 62, 147, 0.2);
}

.dropdown-link.w--current {
  color: #753e93;
  font-weight: 700;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 4vmax;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.utility-page-wrap.pwp {
  -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;
}

.utility-page-content {
  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-align: center;
}

.utility-page-content.pw {
  width: 40%;
  padding: 2vmax;
  border-radius: 16px;
  background-color: #e4d9e9;
  box-shadow: 0 8px 30px -6px rgba(77, 41, 97, 0.4);
}

.utility-page-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-menu {
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.light-purple-body {
  background-color: #e4d9e9;
}

.sbs-wrapper {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 4.5vmax;
  grid-row-gap: 4.5vmax;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sbs-wrapper.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sbs-40-l {
  width: 50%;
  margin-right: 2vmax;
}

.sbs-60-r {
  width: 50%;
}

.h2.light {
  color: #fff;
}

.h2.jlp {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight: 700;
}

.sbs-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.sbs-image.ratio {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fs-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 450px;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 30px -6px rgba(117, 62, 147, 0.3);
}

.hp-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6vmax;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.right-arrow {
  color: #753e93;
}

.left-arrow {
  left: 0px;
  color: #753e93;
}

.slide-nav-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-family: Dosis, sans-serif;
  color: #753e93;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.about-portfolio-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 35vh;
  margin-top: 6vmax;
  margin-bottom: 6vmax;
  padding: 3vmax;
  -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;
  border-radius: 16px;
  background-color: #c8b2d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 138, 183, 0.8)), to(rgba(226, 138, 183, 0.8))), url('../images/IMG_9222.JPG.jpg');
  background-image: linear-gradient(180deg, rgba(226, 138, 183, 0.8), rgba(226, 138, 183, 0.8)), url('../images/IMG_9222.JPG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Dosis, sans-serif;
  text-align: center;
  text-decoration: none;
}

.about-portfolio-link:hover {
  box-shadow: 0 8px 30px -6px rgba(226, 138, 183, 0.4);
  -webkit-transform: scale(1.02) translate(0px, -3px);
  -ms-transform: scale(1.02) translate(0px, -3px);
  transform: scale(1.02) translate(0px, -3px);
}

.about-contact-wrapper {
  margin-top: -6vmax;
  margin-bottom: 6vmax;
}

.about-classes-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 35vh;
  padding: 3vmax;
  -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;
  border-radius: 16px;
  background-color: #e28ab7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.about-classes-wrapper:hover {
  box-shadow: 0 8px 30px -6px rgba(176, 108, 143, 0.5);
  -webkit-transform: scale(1.02) translate(0px, -3px);
  -ms-transform: scale(1.02) translate(0px, -3px);
  transform: scale(1.02) translate(0px, -3px);
}

.faq-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 35vh;
  padding: 3vmax;
  -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;
  border-radius: 16px;
  background-color: #f8d87c;
  box-shadow: 0 8px 30px -6px rgba(248, 216, 124, 0.3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  text-decoration: none;
}

.faq-link:hover {
  box-shadow: 0 8px 30px -6px rgba(196, 171, 98, 0.5);
  -webkit-transform: scale(1.02) translate(0px, -3px);
  -ms-transform: scale(1.02) translate(0px, -3px);
  transform: scale(1.02) translate(0px, -3px);
}

.link-icon {
  width: 50px;
  margin-bottom: 20px;
}

.link-icon.light {
  -webkit-filter: brightness(999%);
  filter: brightness(999%);
}

.adult-classes-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 35vh;
  padding: 3vmax;
  -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;
  border-radius: 16px;
  background-color: #0a4da6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.adult-classes-link:hover {
  box-shadow: 0 8px 30px -6px rgba(7, 53, 115, 0.3);
  -webkit-transform: scale(1.02) translate(0px, -3px);
  -ms-transform: scale(1.02) translate(0px, -3px);
  transform: scale(1.02) translate(0px, -3px);
}

.collection-item---kids-portfolio {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.jlp-hph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 6vmax;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Hnet.com-image.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hnet.com-image.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.jlp-footer {
  padding: 10px 16px;
  background-color: #91712c;
  font-family: Dosis, sans-serif;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}

.text-block {
  letter-spacing: 0.2px;
}

.jlp-button {
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Dosis, sans-serif;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.jlp-button:hover {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(1.1) translate(0px, -3px);
  -ms-transform: scale(1.1) translate(0px, -3px);
  transform: scale(1.1) translate(0px, -3px);
}

.jlp-button.contact {
  padding: 0.75em 2em;
  background-color: #222;
  color: #fff;
}

.jlp-button.gold {
  background-color: #91712c;
  color: #fff;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  margin-right: 10px;
  margin-left: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.lightbox-link {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kids-portfolio-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.map {
  width: 50%;
  min-height: 35vh;
}

.contact-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 6vmax;
  -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-field {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #753e93;
  border-radius: 8px;
  background-color: #fff;
  font-family: Dosis, sans-serif;
  color: #222;
  font-size: 15px;
  text-align: left;
  letter-spacing: 0.2px;
}

.text-field:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.text-field:focus {
  border-color: #753e93;
  box-shadow: 0 0 0 1px #753e93;
}

.text-field.password {
  background-color: hsla(0, 0%, 100%, 0);
}

.text-field.password:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.text-field.password:focus {
  background-color: #fff;
}

.field-label {
  margin-left: 10px;
  font-family: Dosis, sans-serif;
  color: #222;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.2px;
}

.field-label.jlp {
  margin-left: 0px;
}

.collection-list---faq {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 3vmax;
  grid-row-gap: 3vmax;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.class-info-wrapper {
  position: relative;
}

.class-info {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 30px;
  padding: 40px 40px 20px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 30px -6px rgba(117, 62, 147, 0.15);
}

.class-info.register-page-header {
  display: -ms-grid;
  display: grid;
  padding: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  box-shadow: none;
}

.classes-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1.5fr minmax(380px, 1fr);
  grid-template-columns: 1.5fr minmax(380px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-price {
  position: static;
  display: inline-block;
  opacity: 1;
  font-family: Dosis, sans-serif;
  color: #222;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  -o-object-fit: fill;
  object-fit: fill;
}

.c-price-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 20px;
  -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;
  border-radius: 6px;
  background-color: rgba(117, 62, 147, 0.2);
}

.c-price-wrapper:hover {
  background-color: rgba(117, 62, 147, 0.35);
}

.c-add-to-cart-button {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 32px;
  border-radius: 99px;
  background-color: #b83a82;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.c-info-heading {
  margin-bottom: 20px;
  font-family: Dosis, sans-serif;
  color: #222;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: none;
}

.c-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Dosis, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.c-info-icon {
  width: 20px;
  margin-right: 10px;
}

.class-main-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.class-spacer {
  height: 140px;
}

.class-tag {
  display: inline-block;
  min-width: 80px;
  margin-bottom: -10px;
  padding: 4px 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 99px;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}

.collection-list-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  height: 65px;
  padding-left: 0px;
}

.brand-logo {
  height: 100%;
}

.paragraph-inline-link {
  color: #333;
  text-decoration: underline;
}

.paragraph-inline-link:hover {
  color: #000;
}

.paragraph-inline-link.contact {
  color: #753e93;
}

.contact-text {
  margin-bottom: 0px;
  color: #753e93;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}

.collection-item---julie-portfolio {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.form-block {
  width: 60%;
  font-family: Dosis, sans-serif;
  color: #333;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 500;
}

.text-field-jlp {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  border-radius: 2px;
}

.text-field-jlp:hover {
  border-color: #333;
}

.text-field-jlp:focus {
  border-color: #000;
}

.brand-jlp {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
}

.policy-wrapper {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc-bg-fade {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 35vh;
  padding: 3vmax 3vmax 2vmax;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.3)), to(rgba(34, 34, 34, 0.3)));
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3));
  text-decoration: none;
}

.pc-bg-fade.class-page {
  min-height: 45vh;
}

.pc_item-wrapper {
  min-height: 35vh;
  border-radius: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.pc_item-wrapper:hover {
  box-shadow: 0 8px 30px -6px rgba(117, 62, 147, 0.3);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.pc-name {
  color: #fff;
}

.fs-mask {
  width: 100%;
}

.fs-collection-list.fs-dynamic-feed {
  display: none;
}

.fs-slide-content {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.fs-image {
  z-index: -1;
  width: 60px;
  margin-bottom: 40px;
}

.div-block-5 {
  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;
  -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;
}

.quote-text {
  max-width: 60%;
  font-size: 20px;
}

.quote-title {
  font-family: Dosis, sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
}

.text-block-4 {
  margin-top: 20px;
  font-family: 'Londrina Solid', sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.blog-post-info {
  padding-top: 1.5vmax;
  border-top: 2px solid #753e93;
}

.blog-post-info.event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0vmax;
  padding-bottom: 1.5vmax;
  border-bottom: 2px solid #753e93;
  border-top-width: 0px;
}

.bp-info-text {
  font-family: Dosis, sans-serif;
  color: #333;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 500;
}

.blog-post-grid---link {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 35vh;
  border-radius: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.blog-post-grid---link.blog-post-page {
  min-height: 45vh;
}

.card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3vmax;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.bp-name {
  margin-bottom: 0px;
  color: #fff;
}

._2-wide-grid---full-width {
  display: -ms-grid;
  display: grid;
  margin-right: -6vmax;
  margin-left: -6vmax;
  padding-right: 10px;
  padding-left: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-post-hero-darken {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.empty-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vh;
  margin-right: 80px;
  margin-left: 80px;
  padding: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 3px solid #b83a82;
  border-radius: 16px;
  background-color: rgba(184, 58, 130, 0.2);
  box-shadow: 0 8px 30px -6px rgba(107, 34, 76, 0.4);
  font-family: Dosis, sans-serif;
  color: #b83a82;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.empty-state.withbutton {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 30px;
}

._404-waves-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  min-height: 50%;
  margin-right: auto;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404-waves-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 125%;
  height: 100%;
  max-width: 125%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

._404-heading {
  margin-top: 0px;
  margin-bottom: 2vmax;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 180px;
  font-weight: 600;
  text-align: center;
}

._404-body {
  background-color: #112e54;
}

._404-paragraph {
  margin-bottom: 2vmax;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

._404-star {
  position: absolute;
  top: 20%;
  right: 83%;
  width: 3vmax;
  height: 3vmax;
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg);
}

._404-star._2 {
  top: 33%;
  right: 6%;
}

._404-star._3 {
  top: 5%;
  right: 23%;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}

.pw_heading {
  margin-top: 1vmax;
  margin-bottom: 2vmax;
  font-family: Dosis, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.pw-icon {
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.error-message {
  border-style: solid;
  border-width: 2px;
  border-color: #222;
  border-radius: 50px;
  background-color: transparent;
  font-family: Dosis, sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.faq-a {
  font-family: Dosis, sans-serif;
  color: #222;
  font-weight: 600;
}

.jlp_pi_section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 6vmax;
  -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;
}

.jlp_pi_grid {
  max-width: 1200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 3vmax;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.jlp_pi_image {
  width: 100%;
  height: auto;
  max-height: 70vh;
  margin-bottom: 1vmax;
}

.h3.jlp {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight: 700;
}

.h4.jlp {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight: 700;
}

.h5.jlp {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight: 700;
}

.h6.jlp {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight: 700;
}

.jlp_pi_title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 35px;
  font-weight: 700;
}

.jlp_pi_info_innerwrapper {
  margin-bottom: 20px;
}

.jlp_pi_info_header {
  display: inline-block;
  font-family: Dosis, sans-serif;
  color: #222;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 600;
}

.jlp_pi_info_info {
  display: inline-block;
  font-family: Dosis, sans-serif;
  color: #333;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 400;
}

.jlp_pi_image_wrapper {
  position: relative;
}

.rich-text {
  margin-bottom: 20px;
}

.rich-text.policy p {
  max-width: 80ch;
}

.next-previous-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #91712c;
}

.jlp_previous {
  position: relative;
  width: 50%;
  margin-right: 1.2em;
  padding: 0.5em 1.2em;
  border-radius: 2px;
  background-color: #fff;
  font-family: Dosis, sans-serif;
  color: #222;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 500;
  text-align: center;
}

.jlp_previous:hover {
  box-shadow: 0 3px 12px 0 rgba(34, 34, 34, 0.2);
}

.jlp_previous.next {
  margin-right: 0em;
}

.collection-list-jlp_prevnext {
  display: none;
}

.jlp_pi_lightbox_list {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 1vmax;
  grid-row-gap: 1vmax;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.jlp_pi_lightbox_other-images {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.jlp-pi_lightbox {
  width: 100%;
  height: 10vmax;
}

.hidden-empty {
  display: none;
}

.jlp_prevnext_hidden-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.jlp_prevnext-empty {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(255, 255, 255, 0.8);
}

.collection-list-wrapper-hidden {
  display: none;
}

.faq-line {
  width: 25%;
  margin-bottom: 10px;
  border-bottom: 3px solid #b83a82;
}

.page-not-used {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 1.5vmax;
  -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;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.quote-icon {
  width: 60px;
  margin-bottom: 40px;
}

.hp-button-spacer {
  display: inline-block;
  width: 40px;
  height: 5px;
}

.section {
  padding: 86px;
}

.to-do {
  outline-color: red;
  outline-offset: 5px;
  outline-style: solid;
  outline-width: 3px;
}

._1-1-ratio-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.spacer-section-padding {
  width: 6vmax;
  height: 6vmax;
}

.collection-list-wrapper-3 {
  background-color: transparent;
}

._20px-spacer {
  width: 20px;
  height: 20px;
}

.r-child-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.r-form-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(117, 62, 147, 0.2);
  border-radius: 16px;
}

.r-child-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-info-heading-link {
  margin-bottom: 20px;
  font-family: Dosis, sans-serif;
  color: #753e93;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.c-info-heading-link:hover {
  text-decoration: underline;
}

.div-block-7 {
  padding: 30px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.c-price-info {
  font-family: Dosis, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.register-radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border: 0px solid #000;
  border-radius: 0%;
}

.register-radio-button.w--redirected-checked {
  border-width: 3px;
  border-color: #753e93;
  border-radius: 6px;
}

.hidden {
  display: none;
}

.r-price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.c-day-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: Dosis, sans-serif;
  font-weight: 600;
}

.c-day {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.3;
}

.collection-item {
  margin-top: 40px;
  border-bottom: 1px solid rgba(226, 138, 183, 0.4);
}

.redirect-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-10 {
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-11 {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 3vmax;
  grid-row-gap: 3vmax;
}

@media screen and (min-width: 1440px) {
  .main-container {
    max-width: 1600px;
  }

  .full-width-section.kids-portfolio {
    -webkit-column-count: 5;
    column-count: 5;
  }

  .navbar-container {
    max-width: 1600px;
  }

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

  .collection-list---faq {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .form-block {
    width: 50%;
  }

  .jlp_pi_grid {
    max-width: 1600px;
  }
}

@media screen and (max-width: 991px) {
  .main-section {
    padding: 3vmax;
  }

  .main-section.hp-last {
    margin-bottom: -3vmax;
  }

  .hph {
    padding: 3vmax;
  }

  .full-width-section.kids-portfolio {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .footer {
    margin-top: 3vmax;
    padding-right: 3vmax;
    padding-left: 3vmax;
  }

  .page-hero {
    padding-right: 3vmax;
    padding-left: 3vmax;
  }

  .navbar {
    padding-right: 3vmax;
    padding-left: 3vmax;
  }

  .nav-link {
    display: block;
    padding: 15px 3vmax;
    border-radius: 0px;
    font-size: 20px;
    line-height: 1.2;
    text-align: right;
  }

  .nav-link.register {
    margin-left: 0px;
    border-radius: 0px;
  }

  .nav-link.register:hover {
    background-color: rgba(117, 62, 147, 0.2);
  }

  .nav-link.jlp {
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 1.3;
    text-align: right;
  }

  .navbar-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dropdown-toggle {
    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;
  }

  .dropdown-list.w--open {
    position: static;
    margin-top: 15px;
    margin-right: -3vmax;
    margin-left: -3vmax;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
  }

  .dropdown-link {
    padding: 15px 3vmax;
    text-align: right;
  }

  .dropdown-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .utility-page-content.pw {
    width: 50%;
  }

  .nav-menu {
    overflow: hidden;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .hp-contact-wrapper {
    margin-top: 3vmax;
  }

  .about-portfolio-link {
    margin-top: 3vmax;
    margin-bottom: 3vmax;
  }

  .about-contact-wrapper {
    margin-top: -3vmax;
    margin-bottom: 3vmax;
  }

  .jlp-hph {
    padding: 3vmax;
  }

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

  .map {
    width: 50%;
  }

  .contact-info-wrapper {
    width: 50%;
    padding: 3vmax;
  }

  .collection-list---faq {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .classes-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1.5fr minmax(200px, 1fr);
    grid-template-columns: 1.5fr minmax(200px, 1fr);
  }

  .brand-jlp {
    margin-right: auto;
  }

  .menu-button {
    border-radius: 2px;
    background-color: #fff;
    color: #222;
  }

  .menu-button.w--open {
    background-color: #333;
  }

  ._2-wide-grid---full-width {
    margin-right: -3vmax;
    margin-left: -3vmax;
  }

  ._404-star._3 {
    right: 12%;
  }

  .jlp_pi_section {
    padding: 3vmax;
  }

  .jlp_pi_grid {
    grid-column-gap: 1.5vmax;
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
  }

  .menu-button-2 {
    border-radius: 8px;
  }

  .menu-button-2.w--open {
    background-color: rgba(117, 62, 147, 0.2);
  }

  .spacer-section-padding {
    width: 3vmax;
    height: 4.5vmax;
  }
}

@media screen and (max-width: 767px) {
  .main-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hph {
    padding-right: 1.5vmax;
    padding-left: 1.5vmax;
  }

  .full-width-section.kids-portfolio {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .full-width-section.contact-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    padding: 3vmax 20px 2vmax;
  }

  .footer-flex-container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-logo-link {
    width: 100px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-heading {
    font-size: 16px;
  }

  .page-hero {
    padding-right: 1.5vmax;
    padding-left: 1.5vmax;
  }

  .page-hero.register {
    height: 50vh;
  }

  .navbar {
    padding-right: 1.5vmax;
    padding-left: 1.5vmax;
  }

  .paragraph.no-p {
    margin-bottom: 0px;
  }

  .footer-text {
    text-align: center;
  }

  .nav-link {
    padding-right: 1.5vmax;
    padding-left: 1.5vmax;
  }

  .nav-link.jlp {
    padding-right: 26px;
    font-size: 18px;
  }

  .utility-page-wrap {
    padding-top: 8vmax;
  }

  .utility-page-content.pw {
    width: 100%;
  }

  .sbs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 3vmax;
    grid-row-gap: 3vmax;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sbs-40-l {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 1.5vmax;
  }

  .sbs-60-r {
    width: 100%;
  }

  .hp-contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .about-portfolio-link {
    padding: 2vmax;
  }

  .about-classes-wrapper {
    padding: 2vmax;
    text-align: center;
  }

  .faq-link {
    padding: 2vmax;
  }

  .adult-classes-link {
    padding: 2vmax;
  }

  .jlp-hph {
    padding-right: 1.5vmax;
    padding-left: 1.5vmax;
  }

  .jlp-button {
    width: 100%;
  }

  .jlp-button.contact {
    height: auto;
  }

  .map {
    width: 100%;
  }

  .contact-info-wrapper {
    width: 100%;
    padding-right: 1.5vmax;
    padding-left: 1.5vmax;
  }

  .collection-list---faq {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .brand {
    height: 60px;
  }

  .contact-text {
    text-align: center;
  }

  .form-block {
    width: 100%;
  }

  .pc-bg-fade {
    min-height: 42vh;
    padding-right: 1.5vmax;
    padding-left: 1.5vmax;
  }

  .card-wrapper {
    padding: 3vmax 1.5vmax;
  }

  ._2-wide-grid---full-width {
    margin-right: -1.5vmax;
    margin-left: -1.5vmax;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  ._404-heading {
    font-size: 125px;
  }

  .pw_heading {
    font-size: 36px;
  }

  .pw-icon {
    width: 45px;
    height: 45px;
  }

  .success-message {
    padding: 40px;
    background-color: rgba(145, 113, 44, 0.2);
  }

  .jlp_pi_section {
    padding-right: 1.5vmax;
    padding-left: 1.5vmax;
  }

  .jlp_pi_grid {
    grid-column-gap: 3vmax;
    grid-row-gap: 3vmax;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .spacer-section-padding {
    height: 3vmax;
  }

  .div-block-7 {
    padding: 15px;
  }
}

@media screen and (max-width: 479px) {
  .main-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sg-colour-grid {
    -ms-grid-rows: 20vh 20vh;
    grid-template-rows: 20vh 20vh;
  }

  .div-block-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sg-80px-spacer {
    height: 40px;
  }

  .image {
    width: 100%;
  }

  .button {
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .button.clean {
    margin-right: 10px;
  }

  .sg-40px-spacer-copy {
    height: 40px;
  }

  .footer {
    padding-right: 16px;
    padding-left: 16px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-logo-link {
    height: auto;
  }

  .footer-logo-link.w--current {
    width: 150px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .page-hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  .navbar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hph-button-wrapper {
    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;
  }

  .paragraph.centered {
    text-align: center;
  }

  .footer-text {
    margin-right: -20px;
    margin-left: -20px;
  }

  .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-link.jlp {
    padding-right: 16px;
  }

  .adult-classes-link {
    text-align: center;
  }

  .jlp-hph {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-info-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .class-info {
    padding: 20px;
  }

  .c-info-heading {
    margin-top: 20px;
  }

  .pc-bg-fade {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  ._2-wide-grid---full-width {
    margin-right: -16px;
    margin-left: -16px;
  }

  ._404-heading {
    font-size: 100px;
  }

  ._404-star {
    top: 17%;
    right: 88%;
  }

  .jlp_pi_section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .page-not-used {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .r-child-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c-info-heading-link {
    margin-top: 20px;
  }

  .div-block-11 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

#w-node-_20853b4b-5090-9ecf-123f-aa918e3668db-d986ba1a {
  -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-_5751ed71-a882-8c5b-3e0a-0d640689804e-27f068bc {
  -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-ad6f66fa-0d7d-4b06-2a42-e24bcea9d98e-27f068bc {
  -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-ca35a7a5-3fcf-18ed-e1e1-50951a992ca2-27f068bc {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: 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-dbc6f4e9-c155-8268-ae8b-091e88cdde9b-27f068bc {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dbc6f4e9-c155-8268-ae8b-091e88cdde9f-27f068bc {
  -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-_8b367207-9e07-b4ef-49b5-51f02babc612-27f068bc {
  -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-df9f4161-7ea6-dc85-1576-917bd5500368-27f068bc {
  -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-_4f61a9bc-c581-9d0e-851b-4cd86670526e-27f068bc {
  -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-_355ee3ea-f9a7-bfef-440a-1311d8856c9e-27f068bc {
  -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-_355ee3ea-f9a7-bfef-440a-1311d8856ca2-27f068bc {
  -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-_17759f92-67dd-df69-4779-3a6a6d24aa0e-27f068bc {
  -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-_17759f92-67dd-df69-4779-3a6a6d24aa12-27f068bc {
  -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;
}

@media screen and (max-width: 479px) {
  #w-node-dcaa3cbc-8238-ea4a-e47f-815985e396d7-c74ccd7f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_19939803-3981-638b-87e0-b022c74ccd82-c74ccd7f {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

