/* Android 2.3 :checked fix */
@keyframes fake {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
/* line 33, ../../sass/activities/tab-question-list.scss */
.worko-tabs {
  margin-top: 3em;
}
/* line 38, ../../sass/activities/tab-question-list.scss */
.worko-tabs .state {
  position: absolute;
  left: -10000px;
}
/* line 43, ../../sass/activities/tab-question-list.scss */
.worko-tabs .flex-tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #DCE0E4;
  padding: 6em 0 0 0;
  position: relative;
}
/* line 51, ../../sass/activities/tab-question-list.scss */
.worko-tabs .flex-tabs:before {
  content: 'Benefits of family involvement';
  position: absolute;
  top: -1.2em;
  left: 2em;
  padding: .6em 0;
  width: 90%;
  max-width: 360px;
  text-align: center;
  border-radius: 3em;
  background-color: #357EB0;
  color: #fff;
  font-weight: 500;
  font-size: 1.4em;
}
/* line 68, ../../sass/activities/tab-question-list.scss */
.worko-tabs .flex-tabs .tab {
  padding: 1.5em 3em;
  font-weight: bold !important;
  font-size: 1.1em;
}
/* line 74, ../../sass/activities/tab-question-list.scss */
.worko-tabs .flex-tabs .panel {
  background-color: #fff;
  padding: 3em 1em;
  min-height: 200px;
  display: none;
  width: 100%;
  flex-basis: auto;
}
/* line 84, ../../sass/activities/tab-question-list.scss */
.worko-tabs .tab {
  display: inline-block;
  padding: 1.5em 0;
  vertical-align: top;
  background-color: #fff;
  cursor: pointer;
  border-top: 8px solid transparent;
  text-align: center;
  box-sizing: border-box;
  color: #94A1A7;
  border: 1px solid lightgrey;
  font-weight: 500 !important;
}
/* line 97, ../../sass/activities/tab-question-list.scss */
.worko-tabs .tab:first-child {
  border-top-left-radius: 0.5em;
  margin-left: 2em;
}
/* line 102, ../../sass/activities/tab-question-list.scss */
.worko-tabs .tab:not(:first-child) {
  border-left: none;
}
/* line 106, ../../sass/activities/tab-question-list.scss */
.worko-tabs .tab:last-child {
  border-top-right-radius: 0.5em;
}
/* line 110, ../../sass/activities/tab-question-list.scss */
.worko-tabs .tab:hover {
  color: #000;
}

/* line 119, ../../sass/activities/tab-question-list.scss */
.tabs--pink #tab-one:checked ~ .tabs #tab-one-label,
.tabs--pink #tab-two:checked ~ .tabs #tab-two-label,
.tabs--pink #tab-three:checked ~ .tabs #tab-three-label,
.tabs--pink #tab-four:checked ~ .tabs #tab-four-label,
.tabs--pink #tab-five:checked ~ .tabs #tab-five-label,
.tabs--pink #tab-six:checked ~ .tabs #tab-six-label,
.tabs--pink #tab-seven:checked ~ .tabs #tab-seven-label,
.tabs--pink #tab-eight:checked ~ .tabs #tab-eight-label {
  color: #fff;
  background-color: #CD4995;
}
/* line 131, ../../sass/activities/tab-question-list.scss */
.tabs--pink .panel {
  padding: 3em 3em !important;
}

/* line 139, ../../sass/activities/tab-question-list.scss */
.tabs--blue #tab-one:checked ~ .tabs #tab-one-label,
.tabs--blue #tab-two:checked ~ .tabs #tab-two-label,
.tabs--blue #tab-three:checked ~ .tabs #tab-three-label,
.tabs--blue #tab-four:checked ~ .tabs #tab-four-label,
.tabs--blue #tab-five:checked ~ .tabs #tab-five-label,
.tabs--blue #tab-six:checked ~ .tabs #tab-six-label,
.tabs--blue #tab-seven:checked ~ .tabs #tab-seven-label,
.tabs--blue #tab-eight:checked ~ .tabs #tab-eight-label {
  color: #fff;
  background-color: #44BED3;
}

/* line 154, ../../sass/activities/tab-question-list.scss */
#tab-one:checked ~ .tabs #tab-one-panel,
#tab-two:checked ~ .tabs #tab-two-panel,
#tab-three:checked ~ .tabs #tab-three-panel,
#tab-four:checked ~ .tabs #tab-four-panel,
#tab-five:checked ~ .tabs #tab-five-panel,
#tab-six:checked ~ .tabs #tab-six-panel,
#tab-seven:checked ~ .tabs #tab-seven-panel,
#tab-eight:checked ~ .tabs #tab-eight-panel {
  display: block;
}

@media (max-width: 1200px) {
  /* line 169, ../../sass/activities/tab-question-list.scss */
  .worko-tabs tab:nth-child(4) {
    border-top-right-radius: 0px;
  }

  /* line 175, ../../sass/activities/tab-question-list.scss */
  .flex-tabs {
    flex-direction: column;
    justify-content: space-between;
    padding: 4em 0 0 0 !important;
  }
  /* line 180, ../../sass/activities/tab-question-list.scss */
  .flex-tabs:before {
    font-size: 1.1em !important;
  }
  /* line 184, ../../sass/activities/tab-question-list.scss */
  .flex-tabs .tab {
    background-color: #DCE0E4;
    border-bottom: 1px solid #ccc;
    max-width: 100% !important;
    border-left: none;
  }
  /* line 190, ../../sass/activities/tab-question-list.scss */
  .flex-tabs .tab ul {
    padding: 0;
  }
  /* line 194, ../../sass/activities/tab-question-list.scss */
  .flex-tabs .tab:first-child {
    border-top-right-radius: 0.5em;
    margin-left: 0em;
  }
  /* line 199, ../../sass/activities/tab-question-list.scss */
  .flex-tabs .tab:last-of-type {
    border-bottom: none;
  }
  /* line 204, ../../sass/activities/tab-question-list.scss */
  .flex-tabs #tab-one-label {
    order: 1;
  }
  /* line 208, ../../sass/activities/tab-question-list.scss */
  .flex-tabs #tab-two-label {
    order: 3;
  }
  /* line 212, ../../sass/activities/tab-question-list.scss */
  .flex-tabs #tab-three-label {
    order: 5;
  }
  /* line 218, ../../sass/activities/tab-question-list.scss */
  .flex-tabs #tab-four-label {
    order: 7;
  }
  /* line 223, ../../sass/activities/tab-question-list.scss */
  .flex-tabs #tab-one-panel {
    order: 2;
  }
  /* line 227, ../../sass/activities/tab-question-list.scss */
  .flex-tabs #tab-two-panel {
    order: 4;
  }
  /* line 231, ../../sass/activities/tab-question-list.scss */
  .flex-tabs #tab-three-panel {
    order: 6;
  }
  /* line 235, ../../sass/activities/tab-question-list.scss */
  .flex-tabs #tab-four-panel {
    order: 8;
  }

  /* line 240, ../../sass/activities/tab-question-list.scss */
  #tab-one:checked ~ .tabs #tab-one-label,
  #tab-two:checked ~ .tabs #tab-two-label,
  #tab-three:checked ~ .tabs #tab-three-label,
  #tab-four:checked ~ .tabs #tab-four-label,
  #tab-five:checked ~ .tabs #tab-five-label,
  #tab-six:checked ~ .tabs #tab-six-label,
  #tab-seven:checked ~ .tabs #tab-seven-label,
  #tab-eight:checked ~ .tabs #tab-eight-label {
    border-bottom: none;
  }

  /* line 251, ../../sass/activities/tab-question-list.scss */
  #tab-one:checked ~ .tabs #tab-one-panel,
  #tab-two:checked ~ .tabs #tab-two-panel,
  #tab-three:checked ~ .tabs #tab-three-panel,
  #tab-four:checked ~ .tabs #tab-four-panel,
  #tab-five:checked ~ .tabs #tab-five-label,
  #tab-six:checked ~ .tabs #tab-six-label
  #tab-seven:checked ~ .tabs #tab-seven-label
  #tab-eight:checked ~ .tabs #tab-eight-label {
    border-bottom: 1px solid #ccc;
  }
}
/* line 266, ../../sass/activities/tab-question-list.scss */
.tab-options {
  display: flex;
  padding: 2em 2vw 3em 2vw;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}
/* line 273, ../../sass/activities/tab-question-list.scss */
.tab-options button {
  color: #000;
  border: 1px solid #44BED3;
  border-radius: 40px;
  background-color: #fff;
  padding: .5em 2em;
  font-weight: 600;
  font-size: 1.2em;
  outline: none;
}

/* line 286, ../../sass/activities/tab-question-list.scss */
.tab-list-view .worko-tabs .flex-tabs:before {
  display: none;
}
/* line 290, ../../sass/activities/tab-question-list.scss */
.tab-list-view .worko-tabs .flex-tabs {
  padding: 2em 0 0 0;
}
/* line 294, ../../sass/activities/tab-question-list.scss */
.tab-list-view input[type="radio"] {
  display: none;
}
/* line 298, ../../sass/activities/tab-question-list.scss */
.tab-list-view .worko-tabs .flex-tabs .panel {
  padding: 3em 0 0 0;
}

/* line 303, ../../sass/activities/tab-question-list.scss */
.tab-list-item {
  display: flex;
  padding-bottom: 1.4em;
}
/* line 307, ../../sass/activities/tab-question-list.scss */
.tab-list-item:nth-child(even) {
  background-color: #DCE0E4;
}
/* line 311, ../../sass/activities/tab-question-list.scss */
.tab-list-item:last-child {
  margin-bottom: 0 !important;
}
/* line 315, ../../sass/activities/tab-question-list.scss */
.tab-list-item .form-main-inputs {
  width: 100% !important;
}
/* line 319, ../../sass/activities/tab-question-list.scss */
.tab-list-item .page-text {
  padding: 0.5em 2em;
}

/* line 324, ../../sass/activities/tab-question-list.scss */
.tab-list-query {
  display: flex;
  flex-basis: 22%;
  color: #254090;
}

/* line 331, ../../sass/activities/tab-question-list.scss */
.page-text-bold {
  font-size: 1em !important;
}

/* line 335, ../../sass/activities/tab-question-list.scss */
.main-page ul {
  list-style: none !important;
}

/* line 340, ../../sass/activities/tab-question-list.scss */
.checkbox-generator__item label {
  display: flex;
}
