html, body {
  margin: 0;
}

.logo-sequel {
  position: absolute;
  margin: 0 auto;
  top: 20px;
  left: 50%;
  margin-left: -68px;
  display: none;
}
.logo-sequel img {
  height: 25px;
}

.survey-container {
  font-size: 1rem;
  min-height: 100vh;
  margin: auto;
  background-image: url("../assets/images/background.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .survey-container {
    align-items: flex-start;
    padding-top: 40px;
  }
}
.survey-container .qnumber,
.survey-container .form-nav {
  display: none;
}
.survey-container .survey-contents {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.survey-container .survey-contents #survey ol.the-survey {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.survey-container .survey-contents #survey ol.the-survey li {
  overflow: hidden;
  margin-bottom: 20px;
}
.survey-container .survey-contents #survey ol.the-survey li::before {
  display: none;
}
.survey-container .survey-contents #survey ol.the-survey li .question-container {
  background-image: url("../assets/images/bubble-frame.png");
  background-repeat: no-repeat;
  width: 600px;
  height: 600px;
  max-width: 100%;
  background-position: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 650px) {
  .survey-container .survey-contents #survey ol.the-survey li .question-container {
    background-image: none;
    height: auto;
  }
}
.survey-container .survey-contents #survey ol.the-survey li .question-container.question-container--block .emo-logo {
  max-width: 140px;
  margin-top: -60px;
}
@media only screen and (max-width: 650px) {
  .survey-container .survey-contents #survey ol.the-survey li .question-container.question-container--block .emo-logo {
    margin-top: 0;
  }
}
.survey-container .survey-contents #survey ol.the-survey li .question-container.question-container--block .emo-title {
  width: 300px;
  margin-top: 35px;
}
.survey-container .survey-contents #survey ol.the-survey li .question-container.question-container--block .emo-title h4 {
  font-size: 22px;
}
.survey-container .survey-contents #survey ol.the-survey li .question-container.question-container--block .emo-title h3 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 650px) {
  .survey-container .survey-contents #survey ol.the-survey li .question-container.question-container--block .emo-title h3 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}
.survey-container .survey-contents #survey ol.the-survey li .question-container .question {
  text-align: center;
  width: 300px;
}
.survey-container .survey-contents #survey ol.the-survey li .question-container h3 {
  font-size: 70px;
  font-weight: bold;
  color: #3F3F3F;
  margin-bottom: 5px;
}
.survey-container .survey-contents #survey ol.the-survey li .question-container h4 {
  color: #702476;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-align: left;
}
.survey-container .survey-contents #survey ol.the-survey li.credentials .credentials-inputs {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
}
.survey-container .survey-contents #survey ol.the-survey li.credentials .credentials-inputs input {
  border-radius: 23px 23px 23px 23px;
  height: 50px;
  font-size: 20px;
  border: 1px solid #702476;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji span, .survey-container .survey-contents #survey ol.the-survey li.score span {
  display: block;
  float: left;
  width: 20%;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji span input, .survey-container .survey-contents #survey ol.the-survey li.score span input {
  display: none;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji label:active, .survey-container .survey-contents #survey ol.the-survey li.score label:active {
  outline: none;
}
.survey-container .survey-contents #survey ol.the-survey li label {
  cursor: pointer;
  display: block;
}
.survey-container .survey-contents #survey ol.the-survey li label.question {
  text-align: left;
  font-size: 0.8em;
  margin-bottom: 1em;
}
.survey-container .survey-contents #survey ol.the-survey li label p {
  margin-bottom: 10px;
}
.survey-container .survey-contents #survey ol.the-survey li .question-image {
  height: 150px;
}
.survey-container .survey-contents #survey ol.the-survey li.text textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #333;
  min-height: 100px;
}
.survey-container .survey-contents #survey ol.the-survey li.multiple span {
  display: block;
  font-size: 0.9em;
  padding: 5px;
  font-weight: normal;
}
.survey-container .survey-contents #survey ol.the-survey li.multiple span input:checked + label {
  color: #666;
}
.survey-container .survey-contents #survey ol.the-survey li.multiple span label {
  padding: 20px;
}
.survey-container .survey-contents #survey ol.the-survey li.multiple span label .fa-circle {
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-image: url("../assets/images/checkbox-unchecked.png");
  display: inline-block;
  margin: 0 20px 0 0;
}
.survey-container .survey-contents #survey ol.the-survey li.multiple span.checked label {
  color: #666;
  background: #eee;
}
.survey-container .survey-contents #survey ol.the-survey li.multiple span.checked label .fa-circle {
  background-image: url("../assets/images/checkbox-checked.png");
}
.survey-container .survey-contents #survey ol.the-survey li.multiple span input {
  display: none;
}
.survey-container .survey-contents #survey ol.the-survey li.multiple span select {
  padding: 0 20px;
  width: 100%;
}
.survey-container .survey-contents #survey ol.the-survey li.group .group-table table label {
  display: none;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container {
  background-image: url("../assets/images/bubble-frame.png");
  background-repeat: no-repeat;
  width: 600px;
  height: 600px;
  background-position: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 650px) {
  .survey-container .survey-contents #survey ol.the-survey li.emoji .question-container {
    background-image: none;
    padding: 0;
    height: auto;
    margin-bottom: 50px;
  }
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container img {
  max-width: 140px;
  margin-top: -60px;
}
@media only screen and (max-width: 650px) {
  .survey-container .survey-contents #survey ol.the-survey li.emoji .question-container img {
    margin-top: 0;
  }
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .question {
  text-align: center;
  width: 300px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .question p {
  line-height: 26px;
  font-size: 20px;
  font-weight: 400;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container h3 {
  font-size: 60px;
  font-weight: bold;
  color: #3F3F3F;
  margin: 20px 0;
  line-height: 70px;
}
@media only screen and (max-width: 650px) {
  .survey-container .survey-contents #survey ol.the-survey li.emoji .question-container h3 {
    font-size: 40px;
    line-height: 42px;
  }
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container h4 {
  color: #702476;
  font-weight: 100;
  letter-spacing: 2px;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 650px) {
  .survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options {
    margin: 0 -10px;
  }
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span {
  display: flex;
  float: left;
  width: 75px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span {
    width: 70px;
  }
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span.no-data {
  position: absolute;
  bottom: 70px;
  width: auto;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 650px) {
  .survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span.no-data {
    bottom: -40px;
  }
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span.no-data label {
  text-indent: 0;
  text-shadow: none;
  color: #3F3F3F;
  width: auto;
  margin: 0;
  height: auto;
  background: #3F3F3F;
  padding: 4px 50px;
  font-size: 12px;
  border-radius: 20px;
  position: relative;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span.no-data label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: orange;
  border-radius: 20px 0 0 20px;
  transition: 0.3s;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span.no-data.checked label::after {
  right: 0;
  width: 100%;
  border-radius: 20px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span label {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: inline-block;
  background-image: url("../assets/images/spritesheet.png");
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span label.v5 {
  background-position: -5px -165px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span label.v4 {
  background-position: -245px -5px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span label.v3 {
  background-position: -85px -165px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span label.v2 {
  background-position: -165px -165px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span label.v1 {
  background-position: -165px -85px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span label.v0 {
  background-image: none;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span label.v0::before {
  content: "We don't have the data";
  color: white;
  z-index: 1;
  position: relative;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span input.v5:checked + label {
  background-position: -85px -5px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span input.v4:checked + label {
  background-position: -85px -85px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span input.v3:checked + label {
  background-position: -165px -5px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span input.v3:checked + label {
  background-position: -5px -85px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span input.v1:checked + label {
  background-position: -5px -5px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span input.v0 {
  margin: 0;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span.checked label.v5 {
  background-position: -85px -5px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span.checked label.v4 {
  background-position: -85px -85px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span.checked label.v3 {
  background-position: -165px -5px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span.checked label.v2 {
  background-position: -5px -85px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span.checked label.v1 {
  background-position: -5px -5px;
}
.survey-container .survey-contents #survey ol.the-survey li.emoji .question-container .emo-options span.checked label.v0::before {
  z-index: 1;
  position: relative;
}
.survey-container .survey-contents #survey ol.the-survey li.score span label {
  text-indent: -9999px;
  text-indent: 0;
  text-align: center;
  font-size: 3em;
  margin-top: 0.3em;
}
.survey-container .survey-contents #survey ol.the-survey li.score span.checked label {
  color: #004488;
}
.survey-container .survey-contents #survey ol.the-survey li.score span input:checked + label {
  color: #004488;
}
.survey-container .survey-contents #survey ol.the-survey li.score .key {
  font-size: 0.5em;
}
.survey-container .survey-contents #survey .error {
  display: none;
  color: red;
}

.hide-survey-footer .survey-fullpage .survey-contents .qnumber,
.hide-survey-footer .survey-fullpage .survey-contents .form-nav {
  display: none;
}
.hide-survey-footer .logo-sequel {
  display: block;
}

.survey-fullpage .progressbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 6px;
  background-image: linear-gradient(270deg, #B43A58 0%, #702476 100%);
  transition: 0.5s;
  z-index: 1;
}
.survey-fullpage .survey-contents {
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  box-sizing: border-box;
}
.survey-fullpage .survey-contents .the-survey li {
  font-size: 2.5em;
  display: none;
}
.survey-fullpage .survey-contents .the-survey li .survey-intro {
  padding-top: 60px;
}
.survey-fullpage .survey-contents .the-survey li .survey-intro h1 {
  font-size: 70px;
  margin-bottom: 24px;
  color: #3F3F3F;
}
.survey-fullpage .survey-contents .the-survey li .survey-intro h3 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #3F3F3F;
  line-height: 30px;
}
.survey-fullpage .survey-contents .the-survey li .survey-intro p {
  font-size: 16px;
}
.survey-fullpage .survey-contents .the-survey li .survey-intro .alignright {
  float: right;
  margin-left: 20px;
  width: 400px;
  margin-top: -110px;
}
@media only screen and (max-width: 900px) {
  .survey-fullpage .survey-contents .the-survey li .survey-intro .alignright {
    display: none;
  }
}
.survey-fullpage .survey-contents .the-survey li .survey-intro .take-survey {
  color: white;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(270deg, #B43A58 0%, #702476 100%);
  border: 0;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  padding: 20px;
  font-weight: bold;
  margin: 50px auto;
}
.survey-fullpage .survey-contents .the-survey li .survey-intro .take-survey:hover {
  background-image: linear-gradient(90deg, #B43A58 0%, #702476 100%);
  color: white;
}
.survey-fullpage .survey-contents .the-survey li.group .group-table table {
  width: 100%;
  margin-top: 20px;
}
.survey-fullpage .survey-contents .the-survey li.group .group-table table tr:nth-child(even) {
  background: #eee;
}
.survey-fullpage .survey-contents .the-survey li.group .group-table table tr td, .survey-fullpage .survey-contents .the-survey li.group .group-table table tr th {
  text-align: center;
  width: 10%;
}
.survey-fullpage .survey-contents .the-survey li.group .group-table table tr th {
  padding-bottom: 20px;
}
.survey-fullpage .survey-contents .the-survey li.group .group-table table tr td.question {
  width: 40%;
  padding: 10px 20px 10px 10px;
  text-align: left;
}
.survey-fullpage .survey-contents .the-survey li.group .group-table table tr td label {
  display: none;
}
.survey-fullpage .survey-contents .the-survey li.multiple span {
  font-size: 0.6em;
}
.survey-fullpage .survey-contents .the-survey li.multiple div {
  margin: 1em auto;
  width: 60%;
  text-align: left;
  font-size: 0.6em;
}
.survey-fullpage .survey-contents .qnumber {
  float: left;
  display: block;
  font-size: 2em;
  color: #999;
}
.survey-fullpage .survey-contents .form-nav {
  display: block;
  float: right;
}
.survey-fullpage .survey-contents .form-nav .submit {
  display: none;
  font-size: 1.2em;
  padding: 7px 25px;
  border-radius: 3px;
  transition: 0.2s;
  color: white;
  background: rgba(34, 34, 34, 0.6);
  transition: 0.3s;
  line-height: inherit;
  font-weight: normal;
  height: auto;
}
.survey-fullpage .survey-contents .form-nav .submit:hover {
  background: rgba(34, 34, 34, 0.9);
}
.survey-fullpage .survey-contents .form-nav .form-next,
.survey-fullpage .survey-contents .form-nav .form-prev {
  font-size: 1.2em;
  padding: 7px 25px;
  border-radius: 3px;
  transition: 0.2s;
  display: inline-block;
  color: white;
  background: rgba(34, 34, 34, 0.6);
  transition: 0.3s;
}
.survey-fullpage .survey-contents .form-nav .form-next:hover,
.survey-fullpage .survey-contents .form-nav .form-prev:hover {
  background: rgba(34, 34, 34, 0.9);
}
.survey-fullpage .survey-contents .form-nav .form-prev {
  display: none;
}

.show-submit .survey-contents .submit {
  display: inline-block !important;
}
.show-submit .survey-contents .form-next {
  display: none !important;
}

body.survey-error .survey-container #survey .error {
  display: block;
}

.section-completed {
  min-height: 100vh;
  background-image: url("../assets/images/background.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 70%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.section-completed .logo-sequel {
  position: relative;
  margin: 0;
  left: initial;
  top: initial;
  margin-top: 50px;
}
.section-completed .completed-content {
  width: 1200px;
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .section-completed .completed-content {
    flex-direction: column;
  }
}
.section-completed .completed-content .pillars {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 2;
  margin-left: 70px;
}
@media only screen and (max-width: 900px) {
  .section-completed .completed-content .pillars {
    margin-left: 0;
  }
}
.section-completed .completed-content .pillars .pillar-score {
  flex-basis: 48%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 650px) {
  .section-completed .completed-content .pillars .pillar-score {
    flex-basis: 100%;
  }
}
.section-completed .completed-content .pillars .pillar-score img {
  width: 100%;
  height: auto;
}
.section-completed .completed-content .completed-side {
  flex: 1;
}
.section-completed .completed-content .completed-side img {
  width: 290px;
  max-width: 100%;
  padding-bottom: 40px;
  padding-top: 10px;
}

.section-completed.show {
  display: block !important;
}

.survey-complete .survey-container {
  display: none;
}
.survey-complete .section-completed {
  display: block;
}

.required-error-message {
  display: none;
  font-size: 0.35em;
  color: red;
  text-align: left;
  margin: 0;
}

.required-error .required-error-message {
  display: block;
}
/*# sourceMappingURL=survey.css.map */
