:root {
  --teal: #007d80;
  --cadet-blue: #00a4ab;
}

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

body {
  color: #333;
  letter-spacing: 0;
  font-family: Gentium Basic, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h3 {
  color: #52783c;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--teal);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  letter-spacing: normal;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

.sticky-nav {
  z-index: 1;
  background-color: #00a4ab;
  padding: 20px;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 20px #4343507d;
}

.nav-grid {
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

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

.footer {
  background-color: var(--cadet-blue);
  color: #fff;
  text-align: center;
  align-items: flex-start;
  padding-top: 14px;
  padding-bottom: 0;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-link {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: inline-block;
  position: static;
}

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

.copyright {
  background-color: var(--teal);
  margin-top: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.footer-address {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-left: 45px;
  margin-right: 45px;
}

.content {
  padding-top: 65px;
  padding-bottom: 65px;
}

.mask-large {
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0% auto auto 0%;
}

.column {
  padding-left: 70px;
  padding-right: 70px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.contact-teal-circle2 {
  position: absolute;
  inset: -4% 12% auto auto;
}

.janet-green-circle {
  z-index: -1;
  position: absolute;
  inset: auto auto -24% -9%;
}

.div-block-2 {
  text-align: left;
}

.mask-circle {
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.columns {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.column-2 {
  padding-right: 10px;
}

.column-3 {
  padding-left: 40px;
}

.janet-teal-circle {
  z-index: 1;
  position: absolute;
  inset: -14% 8% auto auto;
}

.image-3 {
  position: static;
}

.hr-break {
  background-color: #0d5d57;
  height: 2px;
  margin-top: 45px;
  margin-bottom: 45px;
  padding-right: 0;
}

.workshop-teal-circle {
  position: absolute;
  inset: -17% -13% auto auto;
}

.workshop-green-circle {
  z-index: -1;
  position: absolute;
  inset: auto auto -10% -11%;
}

.workshop-teal-circle-tl {
  position: absolute;
  inset: -10% auto auto -8px;
}

.heading {
  color: var(--cadet-blue);
}

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

.checkbox-container {
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
}

.bold-text {
  display: block;
}

.checkbox {
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 20px;
  display: block;
}

.section {
  display: none;
}

.list-item {
  color: #fff;
}

.image-4 {
  text-align: left;
  display: block;
}

.div-block-4 {
  display: flex;
}

.hp-top-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  justify-items: end;
  margin-bottom: 30px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.paragraph-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph-3, .paragraph-4 {
  margin-bottom: 20px;
}

.image-copyright {
  text-align: center;
  font-size: 14px;
}

.grid-5 {
  grid-template-rows: auto auto auto;
}

.paragraph-5 {
  margin-left: 23px;
}

.div-block-6 {
  height: 10px;
}

.appointment-teal-circle {
  position: absolute;
  inset: -12% 2% auto auto;
}

.appointments-green-circle {
  z-index: -1;
  position: absolute;
  inset: auto auto -10% -3%;
}

.contact-teal-circle {
  position: absolute;
  inset: auto -4% -15% auto;
}

.contact-green-circle {
  z-index: -1;
  position: absolute;
  inset: -17% auto auto 1%;
}

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

.footer-phone {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
}

.footer-phone:hover, .footer-phone:active, .footer-phone:focus, .footer-phone:visited {
  color: #fff;
  text-decoration: none;
}

.grid-6 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr .5fr;
}

.phone-tag {
  color: #52783c;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gentium Basic, sans-serif;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.navbar {
  background-color: #00a4ab;
  padding-top: 20px;
  padding-bottom: 20px;
}

.new-nav-link {
  color: #fff;
  font-size: 18px;
}

.nav-menu {
  display: block;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  margin: 0;
}

.nav-wrap {
  z-index: 10;
  background-color: #00a4ab;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 60px;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 4px 20px #4343507d;
}

.brand-new {
  margin: 0;
}

.nav-menu-new {
  display: block;
}

.nav-link-alan {
  color: #fff;
  padding: 20px;
  font-size: 18px;
  text-decoration: none;
}

.cranial {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    margin-left: 0;
    margin-right: 0;
  }

  .appointment-teal-circle {
    top: -8%;
    right: -11%;
  }

  .appointments-green-circle {
    left: -11%;
  }

  .contact-teal-circle {
    bottom: -32%;
    right: -7%;
  }

  .contact-green-circle {
    top: -27%;
    left: -27%;
  }

  .new-nav-link {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    background-color: var(--cadet-blue);
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    background-color: var(--cadet-blue);
    flex: 0 auto;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .nav-menu-new {
    background-color: var(--cadet-blue);
    flex: 0 auto;
  }

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

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .footer {
    padding: 10px 0 0;
  }

  .footer-link.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-address {
    font-size: 16px;
    line-height: 20px;
  }

  .grid {
    grid-template-columns: .75fr .25fr;
    margin-left: 15px;
    margin-right: 15px;
  }

  .content {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .janet-green-circle {
    bottom: -15%;
    left: 12%;
  }

  .column-3 {
    padding-left: 10px;
  }

  .janet-teal-circle {
    top: -10%;
    right: 18%;
  }

  .heading-2 {
    text-align: center;
    font-size: 34px;
  }

  .div-block-4 {
    justify-content: space-around;
    margin-left: 35px;
    margin-right: 35px;
  }

  .hp-top-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    grid-auto-flow: row;
    justify-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    text-align: left;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-6 {
    height: 1px;
  }

  .paragraph-6 {
    text-align: left;
  }

  .appointment-teal-circle {
    top: -14%;
    right: 11%;
  }

  .appointments-green-circle {
    left: 6%;
  }

  .contact-teal-circle {
    bottom: -6%;
    right: 2%;
  }

  .contact-green-circle {
    top: -11%;
    left: 0%;
  }

  .footer-phone {
    font-size: 16px;
    line-height: 20px;
  }

  .grid-6 {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-7 {
    margin-top: 7px;
  }

  .phone-tag {
    margin-top: 10px;
  }

  .container {
    display: flex;
  }

  .nav-wrap {
    flex-flow: column;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 4px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px #c4c4c4;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-logo-link.w--current {
    border-top-style: none;
    border-top-width: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
  }

  .nav-logo-link.w--current:visited {
    border-top-style: none;
  }

  .nav-logo {
    border-top: 0 #000;
    text-decoration: none;
  }

  .nav-link {
    border-top: 1px #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.w--current {
    border-top-style: none;
  }

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

  .footer-logo-link {
    text-align: left;
  }

  .footer-link, .footer-link.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .copyright {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

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

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-nav {
    overflow: auto;
  }

  .content {
    padding-top: 20px;
  }

  .janet-green-circle {
    bottom: -16%;
    left: -14%;
  }

  .div-block-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .mask-circle {
    margin-bottom: 37px;
  }

  .column-3 {
    padding-left: 10px;
  }

  .janet-teal-circle {
    right: -13%;
  }

  .heading-2 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-4 {
    justify-content: space-around;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .hp-top-grid, .grid-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-5 {
    grid-row-gap: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .image-5 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    margin-bottom: 10px;
  }

  .appointment-teal-circle {
    top: -10%;
    right: -13%;
  }

  .appointments-green-circle {
    bottom: -16%;
    left: -14%;
  }

  .contact-teal-circle {
    bottom: -14%;
    right: -29%;
  }

  .contact-green-circle {
    top: -26%;
    left: -33%;
  }

  .paragraph-9, .paragraph-10, .paragraph-11 {
    text-align: left;
  }

  .bold-text-2 {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-12 {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-13 {
    font-size: 18px;
  }

  .grid-6 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .new-nav-link:hover, .new-nav-link:active {
    background-color: #00969c;
  }

  .menu-button {
    padding: 7px 10px;
  }

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

  .image-6 {
    vertical-align: middle;
    max-width: 95%;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    background-color: #00a4ab;
  }

  .nav-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-new {
    background-color: #00a4ab;
  }

  .nav-link-alan {
    padding: 10px;
  }

  .div-block-8 {
    align-self: auto;
  }
}

#w-node-_2d1ff753-2c6b-7e5d-cfbd-47aa4485e1ac-a2c4a562 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a0d5b3f5-7350-2afa-5dcb-d6f2dfde24c4-dfde24c1 {
  justify-self: start;
}

#w-node-a0d5b3f5-7350-2afa-5dcb-d6f2dfde24cb-dfde24c1 {
  justify-self: end;
}

#w-node-_085802b7-2f54-2127-cd6f-633f2863cf6d-2863cf6a {
  justify-self: start;
}

#w-node-bf1b0745-edd7-7353-85cd-e38dc5797040-935b9f8e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_4c050263-af3b-3bd6-88f0-0ef7485d322b-935b9f8e {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-fe8f6267-fdb6-ec51-cdc3-154ea405e3c8-935b9f8e {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_647c8ec0-75ed-89c0-9fc1-1546fad5b8c1-935b9f8e {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_4aa21468-d5d0-60fe-b2b0-b0cc49060926-935b9f8e {
  grid-area: 3 / 5 / 4 / 8;
}

#w-node-c922beff-be21-c6a7-c81a-ecc870a65583-935b9f8e {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-_6745786d-0933-f56a-e420-bd736010036b-935b9f8e {
  grid-area: 4 / 4 / 5 / 8;
}

#w-node-ed1fd716-0ec8-cbe0-1a43-edc7d32b94ff-935b9f8e {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-_16018942-e11b-df1f-a908-890d7b3406b2-935b9f8e, #w-node-_228bcde7-d2e5-5d1b-a54f-ae38df0d0eb8-935b9f8e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d1ff753-2c6b-7e5d-cfbd-47aa4485e1ac-d31954aa {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-ff594f2f-a63f-1320-4e11-475ed9fab4d9-a2c4a562 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d1ff753-2c6b-7e5d-cfbd-47aa4485e1ac-a2c4a562 {
    order: 1;
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_81970544-961c-a6ca-6c83-a6d75d5fb088-a2c4a562 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76229abf-f4b3-fc98-233c-e6f2c7925ace-a2c4a562 {
    justify-self: center;
  }

  #w-node-da32e6e9-bcae-edeb-0cd8-65ee751f03f9-7c206b66 {
    order: -9999;
  }

  #w-node-ff594f2f-a63f-1320-4e11-475ed9fab4d9-d31954aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d1ff753-2c6b-7e5d-cfbd-47aa4485e1ac-d31954aa {
    order: 1;
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_81970544-961c-a6ca-6c83-a6d75d5fb088-d31954aa {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76229abf-f4b3-fc98-233c-e6f2c7925ace-d31954aa {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a0d5b3f5-7350-2afa-5dcb-d6f2dfde24cb-dfde24c1, #w-node-_085802b7-2f54-2127-cd6f-633f2863cf6d-2863cf6a {
    justify-self: center;
  }
}


