body {
  background: #ddf1d9;
  color: #000;
}
.landing-page {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  border-top: 5px solid #72be4d;
  position: relative;
}
.landing-page p {
  margin: 1em 0 1.5em;
}
.container {
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
  max-width: 1240px;
  display: flex;
}
.col-100 {
  padding: 0 1.5rem;
  width: 100%;
}
.col-50 {
  padding: 0 1.5rem;
  width: 50%;
}
.col-3 {
  padding: 0 1.5rem;
  width: 33.333%;
}
.lp-intro-image {
  top: 0;
  right: 0;
  width: 75%;
  max-width: 1500px;
  position: absolute;
  z-index: 0;
}
.intro-image-overlay {
  width: 100%;
  height: 100%;
  background: rgba(221,241,217,0.7);
  background: linear-gradient(0deg, rgba(221,241,217,0.9) 0%, rgba(221,241,217,0.6) 40%, rgba(221,241,217,0.4) 100%);
  position: absolute;
}
.lp-intro-image img {
  width: 100%;
  height: auto;
}
.logo {
  padding: 7.5% 0 5%;
  max-width: 40%;
}
header {
  position: relative;
}
header h1 {
  width: 100%;
  margin: 0;
  padding: 0 0 100px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: clamp(1.875rem, 0.375rem + 7.5vw, 6rem);
}
.score-page header h1 {
  padding: 0 0 50px;
}
.score-page header p {
  margin: 0;
  width: 50%;
  font-size: 1.125rem;
}
main {
  position: relative;
}
.score-page main {
  padding-top: 5%;
}
.step-circle-wrap {
  padding-bottom: 4rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.step-circle {
  margin: 0 auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #72be4d;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.step-circle:before {
  content: '';
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  left: -20px;
  top: -20px;
  position: absolute;
  z-index: -1;
  display: block;
}
.step-circle p {
  padding-top: 20px;
  margin: 0;
}
.step-circle h2 {
  margin: 0 0 0.25em;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
}
.step-circle-arrow {
  width: 60px;
}
.lp-intro-text {
  padding-top: 5%;
}
.center-image {
  text-align: center;
}
.center-image img {
  margin: 0 auto;
}

.health-form {
  padding: 1.5rem 2rem;
  background: rgba(255,255,255,0.8);
  border-radius: 1rem;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 25%);
}
.health-form h2 {
  margin: 0;
  padding-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: clamp(1.75rem, 1.386rem + 1.82vw, 2.75rem);
}
.intake-item {
  margin-top: 1.7rem;
  padding: 0 0 0 40px;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
}
.intake-item-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  position: absolute;
}
.intake-item-heading h3 {
  font-size: 1.35rem;
  margin: 0.2em;
}
.radio-toggle {
  display: inline-flex;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  position: relative;
}
.radio-toggle br {
  display: none;
}
.radio-toggle label {
  padding: 0 1.2em;
  height: 46px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.radio-toggle input {
  position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.radio-toggle input:checked + label {
  color: #fff;
  background: #72be4d;
}
.intake-btn {
  padding: 3.5rem 0 2.5rem;
  text-align: center;
}
.intake-btn span {
  display: none;
}
.intake-btn button {
  margin: 0 auto;
  padding: 0 1.25em 0.1em;
  height: 70px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
  color: #fff;
  background: #72be4d;
  border: none;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.form-disclaimer {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
}
.app-section {
  padding-top: 4rem;
  position: relative;
}
.app-image {
  padding: 4% 6% 0;
  font-size: 0;
}
.lp-app-text {
  padding-top: 5%;
  position: relative;
}
.lp-app-text h2 {
  margin: 0;
  padding-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: clamp(1.75rem, 1.386rem + 1.82vw, 2.75rem);
}
.copyright {
  padding: 0 1.5rem;
  font-size: 0.875rem;
  left: 50%;
  bottom: 40px;
  position: absolute;
}
/*.form-step2 {
  margin-top: 20%;
}*/
.step-form {
  overflow: hidden;
}
.form__bullet__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form__bullet {
  /*height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 8px;*/
  margin: 1rem 0;
  width: 16.666%;
  height: 4px;
  background: #ddd;
  position: relative;
  cursor: pointer;
  transition: 0.5s 0.15s;
}
.form__bullet::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #ddd;
  border-radius: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -7px;
  position: absolute;
}
.form__bullet--active::before {
  background: #72be4d;
}
.form__bullet.checked::before {
  background: #72be4d;
}
.form__bullet.checked,
.form__bullet--active {
  background: #72be4d;
}

.form__step__container {
  display: flex;
  align-items: center;
  transition: 0.5s ease-in-out;
}
.step-form .form__step {
  width: 100%;
}
.form-step2 .intake-item {
  padding: 0;
}
.form-step2 .intake-item-number {
  width: 120px;
  height: 120px;
  background: none;
  border: 5px solid #cee2cb;
  font-size: 3em;
  font-weight: 400;
  color: #cee2cb;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  position: absolute;
}
.radio-wrap span {
  padding: 0.3em 0 0.3em 1em;
  display: flex;
  align-items: center;
  position: relative;
}
.radio-wrap input, 
.radio-wrap label {
  font-weight: 400;
  cursor: pointer;
}
.radio-wrap input {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: none;
  /* Not removed via appearance */
  margin-right: 8px;
  color: #72be4d;
  width: 1.5em;
  height: 1.5em;
  border: 0.1em solid #72be4d;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.radio-wrap input::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #72be4d;
}
.radio-wrap input:checked::before {
  transform: scale(1);
}
.form__nav {
  padding: 1.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form__nav a {
  margin: 2px;
  padding: 0.4em 1.25em 0.5em;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: #72be4d;
  border: none;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.form__nav a.disabled {
  color: #a4d391;
  cursor: default;
}
.form-step2 .intake-btn {
  padding: 0;
  height: 0px;
  overflow: hidden;
  -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.step-form.complete .intake-btn {
  height: 100px;
}

/*** popup ***/
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  opacity: 0;
  visibility: hidden;
  transform: scaleX(1.1) scaleY(1.1);
  transition: visibility 0s linear 0.3s, opacity 0.3s 0s, transform 0.3s;
  font-family: sans-serif;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f1f2f6;
  padding: 1rem 1.5rem;
  max-width: 30rem;
  border-radius: 0.5rem;
}
.close-button {
  float: right;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 0.5rem;
  text-align: center;
  padding-bottom: 0.1rem;
  color: #fff;
  background: #72be4d;
  cursor: pointer;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-button:hover {}
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1.0) scaleY(1.0);
  transition: visibility 0s linear 0s, opacity 0.3s 0s, transform 0.3s;
}
@media only screen and (max-width: 50rem) {
  .modal-content {
      width: calc(100% - 5rem);
  }
}
.modal-close-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.modal-head {
  margin-top: -1rem;
  text-align: center;
}
.modal h3 {
  margin: 0;
  padding-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: clamp(1.75rem, 1.386rem + 1.82vw, 2.75rem);
}
.modal p {
  margin: 0.5rem 0;
}
.child-data-row {
  display: flex;
}
.child-data-row > div {
  padding: 2.5px;
  width: 50%;
}
.child-data-row > div:first-child {
  text-align: right;
  font-weight: 700;
}
.parent-info {
  margin: 25px 0 5px;
  padding: 6px 10px;
  background: #fff;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.parent-info-header {
  margin-bottom: -10px;
  font-family: 'Barlow Condensed', sans-serif;
  /* font-weight: bold; */
  color: #72be4d;
  font-size: 24px;
  text-align: center;
}
.signup-items {
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.signup-items span {
  padding: 5px;
  width: 50%;
  display: block;
}
.signup-items span:last-child {
  width: 100%;
}
.signup-items input {
  padding: 8px;
  width: 100%;
}
.signup-btns {
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.signup-btns button {
  margin: 0 3px;
  padding: 0 1rem;
  width: 140px;
  height: 50px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #72be4d;
  border: none;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
}
.modal .wpcf7 form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
}
.modal .wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em;
  text-align: center;
  line-height: 1.2;
  border: none;
}

.modal .wpcf7 form label.error {
  padding-left: 8px;
  font-size: 0.75rem;
  color: #f33;
}

.results-content {
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.average-page .results-content {
  padding-top: 5%;
}
.average-page .results { /* hide results table on cf-average page */
  top: 0;
  left: -200%;
  position: absolute;
}
.score-page .results {
  margin-top: 2rem;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #72be4d;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
}
.score-page .results.your-score {
  margin-top: 0;
  border: 1px solid #000;
}
.results-header {
  padding: 15px 10px;
  text-align: center;
  background: #b8dea6;
}
.your-score .results-header {
  background: #000;
}
.results-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.your-score .results-header h2 {
  color: #fff;
}
.score-count {
  padding: 1rem 0.5rem 0;
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  color: #72be4d;
}

.foreground-circle{fill:none;stroke:#72be4d}.foreground-circle-without-stroke-color{fill:none}.background-circle{fill:none;stroke:#e5e5e5}.circle-text{font-family:'Lato',Arial,sans-serif;color:#aaa;font-size:20px}.circle-container{overflow:visible}.point-circle{fill:#f0f8ff}.circle-icon.fa{font-size:30px;fill:#000}
.circle-text {
  display: none;
}
.circle-info-text {
  font-size: 300%;
  font-weight: 300;
  opacity: 0.2;
}

.stat-circle {
  margin: 0 auto;
}
.score-info {
  text-align: center;
}
.score-info p {
  line-height: 1.2;
}

.the-score {
  margin-left: 10px;
  padding: 0.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  background: #09f;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
  border-radius: 10px;
  overflow: hidden;
}
.the-score span {
  font-size: 1.75rem;
  font-weight: 900;
}
.stat-circle-container {
  margin: 0 auto;
  max-width: 220px;
}
.stat-circle {
  padding: 5px;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.stat-circle .circle-info-half {
  width: 100%;
  top: 12px;
  position: absolute;
  font-size: 110px;
  font-weight: 300;
  color: #72be4d;
}
/*.average-page .stat-circle .circle-info-half {
  top: 75px;
  font-size: 22px;
}
.stat-circle .circle-text {
  width: 100%;
  top: 200%;
  position: absolute;
  font-size: 60px;
  font-weight: 900;
}*/

.score-wrap {
  padding: 1px;
}
.score-wrap h3 {
  margin: 0.5em;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}
.results-table-wrap table {
  border-collapse: collapse;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  overflow: hidden;
  margin: 0 auto 1.5em;
  width: 100%;
  max-width: 800px;
}
.results-table-wrap table thead {
  font-size: 0.75rem;
  text-transform: uppercase;
  background: #999;
  color: #fff;
}
.results-table-wrap table th,
.results-table-wrap table td {
  font-weight: normal;
  text-align: center;
  padding: 0.45rem 0.5rem 0.4rem;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
}
.results-table-wrap table tr td:last-child {
  border-right: none;
}
.results-table-wrap table tr:last-child td {
  border-bottom: none;
}
.results-table-wrap table th:first-child,
.results-table-wrap table td:first-child {
  width: 200px;
  text-align: left;
}
.results-table-wrap table th:first-child {
  font-size: 0.875rem;
  color: #000;
  background: #b8dea6;
}
.results-table-wrap table tbody tr:nth-child(odd) {
  background:  #e5e5e5;
}
.score-table-wrap {
  display: flex;
  justify-content: flex-start;
}
.score-table-wrap table {
  border-collapse: collapse;
  line-height: 1;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  overflow: hidden;
  margin: 0 auto 1.5em;
  width: 100%;
  max-width: 800px;
}
.score-table-wrap table td {
  width: 110px;
  font-weight: normal;
  text-align: center;
  padding: 0.55rem 0.7rem 0.5rem;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
}
.score-table-wrap table tr td:last-child {
  border-right: none;
}
.score-table-wrap table tr:last-child td {
  border-bottom: none;
}
.score-table-wrap table td:first-child {
  width: 200px;
  text-align: left;
}
.score-table-wrap table tbody tr:nth-child(odd) {
  background:  #e5e5e5;
}
.score-table-wrap table tbody tr td:first-child {
  color: #000;
  background: #b8dea6;
}

.data-all-btn,
.data-details-btn {
  padding-bottom: 1.25rem;
  text-align: center;
  line-height: 1;
}
.data-all-btn button,
.data-details-btn button {
  padding: 0.5em 2em 0.5em 1em;
  font-size: 0.875rem;
  border: none;
  background: #b8dea6;
  position: relative;
}
.your-score .data-all-btn button,
.your-score .data-details-btn button {
  color: #fff;
  background: #000;
}
.data-all-btn button::after,
.data-details-btn button::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #000 transparent transparent transparent;
  right: 10px;
  top: 12px;
  position: absolute;
}
.your-score .data-all-btn button::after,
.your-score .data-details-btn button::after {
  border-color: #fff transparent transparent transparent;
}
.data-all-btn.active button::after,
.data-details-btn.active button::after {
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent #000 transparent;
  right: 10px;
  top: 12px;
  position: absolute;
}
.your-score .data-all-btn.active button::after,
.your-score .data-details-btn.active button::after {
  border-color: transparent transparent #fff transparent;
}
.data-all-btn {
  display: none;
}
.score-details-wrap {
  max-height: 0px;
  overflow: hidden;
  -moz-transition: all 0.75s ease-in-out;
	-webkit-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
}
.score-details-wrap.details-active {
  max-height: 1000px;
}
.results.table-active:before {
  content: '';
  width: 1px;
  height: 60px;
  background: #000;
  display: block;
  left: 50%;
  bottom: -45px;
  position: absolute;
}
.results.table-active:after {
  content: '';
  width: 11px;
  height: 11px;
  background: #000;
  border-radius: 50%;
  display: block;
  left: 50%;
  margin-left: -5px;
  bottom: 10px;
  position: absolute;
}
.mobile-detail-wrap {
  width: 100%;
  background: #ddf1d9;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 0 2px;
  position: relative;
}
#mobile_detail_container {
  max-height: 0px;
  overflow: hidden;
  -moz-transition: all 0.75s ease-in-out;
	-webkit-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
}
#mobile_detail_container.detail-active {
  max-height: 800px;
}
#mobile_detail h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1240px) {
  .score-table-wrap,
  .results-table-wrap {
    /*margin: 0 -1.5rem;
    width: calc(100% + 3rem);*/
    overflow: auto;
  }
  .score-table-wrap table,
  .results-table-wrap table {
    border-radius: 0;
  }
  .results-table-wrap table thead {
    font-size: 0.6rem;
  }
  .results-table-wrap table th:first-child {
    font-size: 0.7;
  }
}
@media (max-width: 1000px) {
  .container {
    flex-wrap: wrap;
  }
  .container .col-50 {
    width: 100%;
  }
  header h1 {
    padding: 0 0 50px;
  }
  .score-page header p {
    width: 100%;
  }
  .lp-intro-text {
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .step-circle-wrap {
    padding: 2rem 0;
  }
  .step-circle p {
    padding-top: 0;
  }
  .step-circle-arrow img {
    margin-top: 10px;
    transform: rotate(90deg);
  }
  .health-form {
    margin: 2rem auto;
    max-width: 560px;
  }

  .results-container {
    padding: 0 0.5rem;
  }
  .results-container .col-3 {
    padding: 0 0.25rem 1rem;
  }
  .results-header h2 {
    font-size: 16px;
  }
  .score-count {
    padding: 1rem 0.5rem 0;
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    color: #72be4d;
  }
  .stat-circle .circle-info-half {
    top: 25%;
    font-size: 60px;
  }

  .container.app-section {
    padding-top: 2rem;
    padding-bottom: 100px;
    flex-wrap: wrap-reverse;
  }
  .lp-app-text {
    padding-top: 0;
  }
  .copyright {
    width: 100%;
    left: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .score-page .results-content {
    overflow: initial;
  }
  .score-page .results {
    margin-top: 0;
  }
  .score-count {
    font-size: 24px;
  }
  .stat-circle {
    width: 70px !important;
  }
  .stat-circle .circle-info-half {
    top: 15%;
    font-size: 30px;
  }
  .stat-circle .circle-text {
    display: none;
  }
  .score-info {
    font-size: 13px;
  }
  .circle-info-text {
    opacity: 0.4;
  }
  .data-all-btn {
    display: block;
  }
  .score-wrap {
    display: none;
  }
  .score-table-wrap table {
    margin: 0 auto;
  }
  .data-details-btn {
    display: none;
  }
  .score-details-wrap {
    max-height: none;
  }
  .results-container .col-3 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 560px) {
  .radio-toggle-wrap {
    padding-right: 40px;
    text-align: center;
  }
  .mobile-stack .radio-toggle {
    flex-direction: column;
    width: 100%;
  }
  .mobile-stack label {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 450px) {
  .intro-image-overlay {
    background: linear-gradient(0deg, rgba(221,241,217,0.9) 0%, rgba(221,241,217,0.7) 40%, rgba(221,241,217,0.5) 100%);
  }
  .lp-intro-image {
    width: 100%;
  }
  .logo {
    max-width: 75%;
  }
  header h1 {
    padding: 8% 0;
  }
  .score-page header h1 {
    font-size: 3rem;
  }
  .col-100 {
    padding: 0;
  }
  .col-50 {
    margin: 0;
  }
  .score-image img {
    max-width: 85%;
  }
  .col-50.form-col {
    margin: 0 -1.5rem;
    width: calc(100% + 3rem);
  }
  .col-50.form-col .health-form {
    border-radius: 0;
  }
  /*.stat-circle.circliful {
    width: 240px !important;
  }
  
  .stat-circle .circle-info-half {
    top: 70px;
    font-size: 22px;
  }*/
}