.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */
/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

@charset "UTF-8";

* {
  box-sizing: border-box;
  line-height: 1.2em;
}

.icons {
  display: none;
}

html {
  scroll-padding-top: 200px;
  scroll-behavior: smooth;
}

body {
  font-size: 11px;
}

.text-black {
  color: black !important;
}

.text-mint {
  color: #00d6ba;
}

:root {
  --font-s: 0.875em;
  --font-m: 1em;
  --font-l: 1.5em;
  --font-xl: 2.2em;
  --font-xl: 1.8em;
  --primary-color: $primary-mint;
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  :root {
    --font-s: 0.875em;
    --font-m: 1em;
    --font-l: 1.14em;
    --font-xl: 1.42em;
  }
}

:root {
  --side-menu-size: 600px;
}

@media (max-width: 480px) {
  :root {
    --side-menu-size: 100%;
  }
}

@media (max-width: 480px) {
  body {
    font-weight: 400;
  }
}

h1 {
  border-bottom: 2px solid white;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

h2 {
  font-size: var(--font-xl);
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #D5D5D5;
  margin-bottom: 10px;
}

h3 {
  font-size: var(--font-l);
}

.underline {
  width: 100%;
  height: 2px;
  background-color: #00d6ba;
}

.underline:empty {
  min-width: 1px;
  min-height: 1px;
}

.button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: var(--font-l);
  line-height: 1;
  color: #00d6ba;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 200px;
  width: 100%;
  cursor: pointer;
  border: 2px solid #00d6ba;
  border-radius: 25px;
  padding: 8px 10px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.button:hover {
  background-color: black;
}

@media (max-width: 480px) {
  .button {
    width: 100%;
    max-width: initial;
  }
}

.button .ct-code-block {
  line-height: 0;
}

.button__icon {
  color: #00d6ba;
  height: 12px;
  width: 12px;
}

.button--expand {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button--expand:hover {
  max-width: 400px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button--white {
  color: white;
  border-color: white;
}

.button--white svg {
  color: white;
}

.button--light {
  color: white;
  border-color: white;
}

.button--light .button__icon {
  color: white;
}

.button--large {
  font-size: var(--font-l);
  max-width: 280px;
}

@media (max-width: 480px) {
  .button--large {
    width: 100%;
    max-width: initial;
  }
}

.button--large .button__icon {
  height: 16px;
}

.menu-icon {
  width: 44px;
  height: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: 14px;
}

.menu-icon__line {
  height: 3px;
  width: 100%;
  background-color: black;
}

.menu-icon__line:nth-of-type(2) {
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

@media (max-width: 480px) {
  .menu-icon {
    width: 33px;
    height: 22px;
  }
}

.close-icon {
  width: 44px;
  height: 44px;
  margin-left: 5px;
  position: relative;
  transform: rotate(45deg);
}

.close-icon__line {
  background-color: white;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 50%;
}

.close-icon__line:nth-of-type(2) {
  transform: rotate(90deg) translateX(0%);
}

.flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}

.readmore {
  overflow: hidden;
}

.readmore + a {
  font-size: var(--font-xl);
  margin-top: 1em;
  color: #00d6ba;
  font-weight: 500;
}

.mt-m {
  margin-top: 2em;
}

.font-s {
  font-size: var(--font-s);
}

.font-l {
  font-size: var(--font-l);
}

.font-xl {
  font-size: var(--font-xl);
}

.primary-blue {
  color: #00d6ba;
  border-color: #00d6ba;
}

.primary-green {
  color: black;
  border-color: black;
}

.color-white {
  color: white;
}

.u-2-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.u-2-col > div {
  -webkit-flex: 0 0 40%;
  flex: 0 0 40%;
}

.flex-center {
  width: 100%;
}

.outer-container {
  width: 100%;
  max-width: 1700px;
  margin: auto;
  position: relative;
}

.inner-container {
  width: 100%;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.inner-container--menu-open {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.menu-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.menu-container .blur-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  backdrop-filter: blur(25px);
}

.menu-open .menu-container {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}

.menu-open .side-menu {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.content-container {
  width: 100%;
  max-width: 1350px;
  margin: auto;
}

@media (max-width: 480px) {
  .content-container--hero {
    margin: 0;
  }
}

.overlay {
  width: 40%;
}

@media (max-width: 1400px) {
  .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 2em;
  }
}

@media (max-width: 1300px) {
  .overlay {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .overlay {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .overlay {
    margin-bottom: auto;
    background-color: initial;
    padding: 0;
  }
}

.section {
  width: 100%;
  height: 100%;
  padding: 9em 20px;
}

@media (max-width: 480px) {
  .section {
    padding: 3em 20px;
  }
}

.section--blue {
  background-color: #00d6ba;
  --primary-color: black;
}

.section--green {
  background-color: black;
  --primary-color: #00d6ba;
}

.section--hero {
  background-image: url(/assets/images/hero-desktop.jpg);
  background-size: cover;
  background-position: right center;
  position: relative;
  height: 80vh;
}

@media (max-width: 480px) {
  .section--hero {
    background-image: url(/assets/images/hero-mobile.jpg);
    height: 100vh;
    padding-top: 5em;
  }
}

.section--kids {
  background-image: url(/assets/images/kids-desktop.jpg);
  background-size: cover;
  height: 100vh;
  background-position: center center;
  max-height: 1133px;
}

@media (max-width: 480px) {
  .section--kids {
    background-image: url(/assets/images/kids-mobile.jpg);
    max-height: 500px;
  }
}

.grid--education {
  display: grid;
  grid-template-columns: 40% auto;
}

@media (max-width: 1024px) {
  .grid--education {
    grid-template-columns: auto;
  }
}

.grid--accordion {
  display: grid;
  grid-template-columns: 50% 10% auto;
}

@media (max-width: 480px) {
  .grid--accordion {
    grid-template-columns: auto;
  }
}

.education__heading {
  grid-column: 1/2;
}

.education__copy {
  grid-column: 1/2;
  margin-bottom: 3em;
  margin-top: 0.5em;
}

.education__button {
  grid-column: 2/3;
  justify-self: center;
}

@media (max-width: 1024px) {
  .education__button {
    grid-column: 1/2;
    justify-self: start;
    margin: 2em 0 4em;
  }
}

.accordions {
  width: 100%;
  border-top: 2px solid #D5D5D5;
  margin-top: 0.5em;
}

.accordion {
  width: 100%;
  font-weight: 300;
  border-bottom: 2px solid #D5D5D5;
  padding-top: 0.5em;
  overflow: hidden;
}

@media (max-width: 480px) {
  .accordion {
    font-weight: 400;
  }
}

.accordion__header {
  width: 100%;
  font-size: var(--font-l);
  color: black;
  padding-bottom: 0.5em;
}

.accordion__header.ac-trigger::after {
  color: #D5D5D5;
}

.accordion__content {
  width: 100%;
}

.accordion__copy {
  color: black;
  font-size: var(--font-l);
  margin-bottom: 1em;
  grid-column: 1/2;
}

.accordion__roles {
  grid-column: 3/4;
  font-size: var(--font-l);
}

@media (max-width: 480px) {
  .accordion__roles {
    grid-column: initial;
    margin-bottom: 1em;
  }
}

.accordion__roles ul {
  padding: 0;
  margin: 0;
}

.accordion__roles li {
  color: black;
  list-style: none;
  border-bottom: 2px solid #D5D5D5;
  padding: 0.2em 0;
}

.accordion__roles li:first-of-type {
  color: black;
}

.accordion__button {
  grid-column: 1/2;
  font-size: var(--font-l);
  margin-bottom: 4em;
}

@media (max-width: 480px) {
  .accordion__button {
    width: 100%;
    max-width: initial;
    margin-bottom: 2em;
  }
}

.cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.card {
  -webkit-flex: 1 1 250px;
  flex: 1 1 250px;
  display: grid;
  position: relative;
  margin: 16px;
  padding: 8px;
  max-width: 400px;
  border-bottom: 2px solid black;
}

@media (max-width: 480px) {
  .card {
    margin: 0;
    border-bottom: 2px solid var(--primary-color);
    padding: 1.5em 0;
    grid-template-columns: auto auto;
  }
}

.card__icon {
  padding: 30px;
  justify-self: center;
}

@media (max-width: 480px) {
  .card__icon {
    padding: 0 16px;
  }
}

.card__icon svg {
  height: auto;
  width: auto;
  max-width: 6em;
  max-height: 5em;
}

@media (max-width: 480px) {
  .card__icon svg {
    max-height: 40px;
    max-width: 28px;
  }
}

.card__heading {
  justify-self: center;
  font-size: var(--font-xl);
  font-weight: 400;
}

@media (max-width: 480px) {
  .card__heading {
    -webkit-align-self: center;
    align-self: center;
  }
}

.card__text {
  color: white;
  text-align: center;
  font-size: var(--font-l);
  margin-top: 10px;
  overflow: hidden;
}

.card__text a {
  color: #00d6ba;
}

@media (max-width: 480px) {
  .card__text {
    text-align: left;
    grid-column: 2/end;
    margin-top: 5px;
  }
}

.ac {
  position: relative;
}

.ac-trigger {
  width: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.ac::after,
.ac.is-active::after {
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(0px);
  color: black;
  line-height: 0;
  font-weight: 400;
}

.ac-header {
  width: 100%;
  text-align: center;
  position: relative;
}

@media (max-width: 480px) {
  .ac-header {
    grid-column: 2/end;
    text-align: left;
  }
}

.ac-header::after {
  content: '+';
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(-3px);
  color: black;
  line-height: 0;
  font-weight: 400;
}

.is-active .ac-header::after {
  content: '—';
}

.ac__view-more {
  color: black;
  text-align: center;
  margin-top: 10px;
  opacity: 0.8;
}

@media (max-width: 480px) {
  .ac__view-more {
    display: none;
  }
}

.header {
  width: 100%;
  max-width: 1700px;
  height: 90px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 2;
}

.header__container {
  padding: 0 30px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .header__container {
    padding: 0 20px;
  }
}

.header .logo {
  height: auto !important;
  width: 9rem !important;
}

@media (max-width: 480px) {
  .header .logo {
    height: initial !important;
    width: 7rem !important;
  }
}

.header .open-menu {
  color: black;
  margin-left: 56px;
  cursor: pointer;
}

@media (max-width: 990px) {
  .header .social-icons,
  .header .button {
    display: none;
  }
}

@media (max-width: 480px) {
  .header {
    height: 50px;
  }
}

.social-icons {
  line-height: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 35px;
}

.social-icons__icon {
  height: 100%;
  width: 100%;
  max-height: 23px;
  max-width: 23px;
  color: #00d6ba;
  margin-right: 15px;
  cursor: pointer;
}

.footer {
  width: 100%;
  padding: 20px;
  font-size: 16px;
}

.footer .content-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .footer .content-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

.footer .logo {
  width: 180px;
}

@media (max-width: 1024px) {
  .footer .logo {
    width: 150px;
    margin: 0 auto 16px;
  }
}

.footer .social-icons {
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 16px 0;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (max-width: 480px) {
  .footer .social-icons {
    width: 100%;
  }
}

.footer .social-icons__icon {
  max-width: 30px;
  max-height: 30px;
  width: 100%;
  height: 100%;
}

.footer__contact-info {
  font-size: var(--font-s);
  color: grey;
  margin: 32px 0;
}

.footer__contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__contact-info ul li {
  margin-bottom: 0.3em;
}

.footer__contact-info a {
  color: grey;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .footer__contact-info {
    margin: 32px 0;
  }
}

.footer__built {
  color: grey;
  font-size: var(--font-s);
  margin: 0 auto;
}

.footer-menu {
  column-count: 3;
  grid-column-gap: 30px;
  column-gap: 30px;
  font-size: var(--font-m);
}

.footer-menu a {
  color: black;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
}

.footer-menu li {
  list-style: none;
  margin-bottom: 0.4em;
}

@media (max-width: 480px) {
  .footer-menu {
    column-count: 2;
    width: 100%;
    margin-bottom: 16px;
  }
}

.side-menu {
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: black;
  height: 100vh;
  margin-left: auto;
  width: var(--side-menu-size);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  padding: 32px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.side-menu .close-toggle {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  color: white;
  cursor: pointer;
}

.main-menu {
  width: 100%;
  font-size: var(--font-xl);
}

.main-menu a {
  color: white;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  border-bottom: 2px solid white;
  padding: 10px 0;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu li {
  list-style: none;
  position: relative;
  overflow: hidden;
}

.main-menu li:hover a {
  color: #00d6ba;
  border-bottom: 2px solid #00d6ba;
}

.main-menu li:hover::after,
.main-menu li:hover::before {
  background-color: #00d6ba;
}

.main-menu li::after,
.main-menu li::before {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  background-color: white;
  position: absolute;
  right: -15px;
  top: 50%;
}

.main-menu li::after {
  transform: rotate(45deg);
}

.main-menu li::before {
  transform: rotate(-45deg);
}

*::empty {
  min-height: 1px;
  min-width: 1px;
}

.form {
  max-width: 900px;
  width: 100%;
  border: 2px solid black;
  margin: auto;
  color: white;
  padding: 4em;
}

@media (max-width: 480px) {
  .form {
    padding: 0;
    border: none;
  }
}

#get-started {
  font-size: 16px;
  color: black;
}

#get-started h2 {
  border: none;
  padding: 0;
  margin-bottom: 1em;
}

#get-started .ff-el-is-required {
  position: relative;
}

#get-started .ff-el-is-required::after {
  content: '*';
  position: absolute;
  color: red;
  font-size: 1.5em;
  line-height: 1;
  right: 1em;
  top: 0.5em;
  transform: translateY(-0.1em);
}

#get-started .text-danger {
  color: red;
  font-size: var(--font-s);
  margin-top: 0.2em;
  font-weight: 500;
}

#get-started .ff-el-help-message {
  color: white;
  font-style: normal;
  font-size: var(--font-s);
  margin-top: 0.1em;
  margin-bottom: 0.8em;
}

#get-started .ff-el-group {
  margin-bottom: 0.5em;
  width: 100%;
}

#get-started .iti {
  width: 100%;
}

#get-started .iti__flag-container {
  color: #00d6ba;
}

#get-started .ff_submit_btn_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 3em;
}

#get-started .ff-el-form-hide_label label {
  display: none;
}

#get-started .ff_columns_total_2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.5em;
}

#get-started .ff_columns_total_2 > * {
  -webkit-flex: 1 0 200px;
  flex: 1 0 200px;
  padding-left: 0.5em;
}

#get-started input[type=file] {
  display: none;
}

#get-started label.ff_file_upload_holder {
  margin-top: 0.25em;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 10em;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid black;
  color: black;
  cursor: pointer;
}

#get-started label.ff_file_upload_holder span.ff_upload_btn {
  display: block;
  text-align: center;
}

#get-started h3 {
  margin-top: 0.5em;
}

#get-started input,
#get-started select,
#get-started textarea {
  background-color: white;
  border-radius: 0;
  font-size: var(--font-m);
  text-align: center;
  text-align-last: center;
  height: 2em;
  border: none;
  border-bottom: 2px solid black;
  color: black;
  width: 100%;
  font-family: inherit;
}

@media (max-width: 480px) {
  #get-started input,
  #get-started select,
  #get-started textarea {
    height: 2.5em;
  }
}

#get-started input[type=checkbox],
#get-started select[type=checkbox],
#get-started textarea[type=checkbox] {
  height: initial;
  width: initial;
}

#get-started input::placeholder,
#get-started select::placeholder,
#get-started textarea::placeholder {
  color: black;
}

#get-started input option,
#get-started select option,
#get-started textarea option {
  border: 10px solid yellow;
}

#get-started .ff-el-input--label label {
  font-size: var(--font-l);
  margin-bottom: 0.1em;
}

#get-started .ff-el-form-check {
  font-size: 1.2em;
}

#get-started textarea {
  height: 6em;
  text-align: left;
  text-align-last: left;
  padding: 0.5em;
}

#get-started button {
  color: white;
  background-color: black;
  padding: 0.2em 3em;
  border-radius: 25px;
  font-size: var(--font-l);
  border: none;
  font-family: inherit;
  font-weight: 300;
}

@media (max-width: 480px) {
  #get-started button {
    width: 100%;
    font-size: var(--font-xl);
    padding: 0.5em 3em;
  }
}
