/* @import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,600i,700,700i"); */
*, ::after, ::before {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  background: #fff; }

body {
  min-height: 100%;
  font-family: "Open Sans", Arial, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0; }

.page-background,
.quiz-container-background,
.col-1-background,
.quiz-details-wrap-background {
  display: none; }

.clearfix::after {
  content: '';
  display: table;
  clear: both; }

.col-inner {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

.block-title {
  color: #000;
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 24px; }

.block-subtitle {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 32px; }
  .block-subtitle.outcome-description {
    margin-bottom: 16px; }

.btn {
  padding: 13px 0;
  width: 180px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #3ec8e5;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  border: 0;
  cursor: pointer; }
  .btn:hover {
    background: #1cb4d4; }

.quiz-container {
  padding: 50px 20px; }

.question-screen-body.question-type-image .quiz-container {
  padding-top: 40px; }

.powered-by-block {
  position: fixed;
  z-index: 100;
  bottom: 10px;
  left: auto;
  right: 10px;
  width: 104px;
  height: 58px;
  background: #000;
  border-radius: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  text-align: center; }
  .powered-by-block .powered-by-text {
    display: block;
    font-size: 15px;
    opacity: 0.7;
    color: #fff;
    margin-bottom: 5.33333px; }
  .powered-by-block .powered-by-logo {
    display: none; }
    .powered-by-block .powered-by-logo.powered-by-logo-regular {
      height: 30px;
      vertical-align: -11px; }
  .powered-by-block .powered-by-link {
    text-decoration: none;
    display: block;
    padding: 7px 10px; }

.header-container {
  display: none;
  position: fixed;
  top: 0;
  height: 80px;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 28px 30px;
  background: #fff;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15); }
  .header-container .back-btn {
    float: left;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    color: #5c6167;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    }
    #back-btn:hover { color: #000; }
    .header-container .back-btn i {
      margin-right: 8px; }
  .header-container .current-progress-block {
    float: right;
    font-size: 24px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    color: #94a1af;
    padding: 16px 12px 14px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    line-height: 1.3;
    letter-spacing: -2px;
    background-color: #eaeaea;
    margin-top: -4px;
    }

    .header-container .current-progress-block .current-progress-question-index {
      color: #f00; }

.lftarrow {
    max-width: 16px;
    margin-right: 12px;
}

.question-screen-body {
padding: 66px 0 0;
height: auto; }

.question-screen-body .header-container {
    display: block; }

.current-question-text {
background-color: #ffef00;
display: block;
max-width: 160px;
padding: 2px 10px;
border-radius: 4px;
margin: -9px 0 12px 0;
}

.question-title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px; }

.answer-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .answer-list li {
    position: relative;
    padding: 18px 45px 18px 60px;
    margin: 0 0 16px 0;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    background: transparent;
        background-origin: padding-box;
    background-origin: border-box;
    border: solid 1px rgba(55, 142, 234, 0.5);
    cursor: pointer;
    border-radius: 4px;
    }
  .answer-list li.answer-type-text .answer-index {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    z-index: 2;
    left: 26px;
    width: 24px;
    height: 24px;
    border: solid 1px #2b5dbe;
    border-radius: 50%;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background-color: #2b5dbe; 
    }
  .answer-list li.answer-type-text .answered-icon {
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    right: 30px;
    margin-top: -8px;
    color: transparent; }
  .answer-list li.answer-type-text:hover, .answer-list li.answer-type-text.selected {
    background: #3ec8e5;
    background-origin: border-box;
    border-color: #3ec8e5;
    color: #fff; }
    .answer-list li.answer-type-text:hover .answer-index, .answer-list li.answer-type-text.selected .answer-index {
      /* border-color: #fff; */
      color: #fff; }
    .answer-list li.answer-type-text:hover .answered-icon, .answer-list li.answer-type-text.selected .answered-icon {
      color: #fff; }
  .answer-list li.answer-type-image {
    position: relative;
    max-width: 440px;
    padding: 0;
    margin-bottom: 32px;
    border: 0; }
    .answer-list li.answer-type-image img {
      display: block;
      width: 100%;
      border-radius: 2px; }
    .answer-list li.answer-type-image .answer-index-wrap {
      position: absolute;
      z-index: 3;
      top: 7px;
      left: 7px;
      width: 36px;
      height: 36px;
      background: #000;
      border-radius: 2px; }
      .answer-list li.answer-type-image .answer-index-wrap .answer-index {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        margin-left: -9px;
        border: solid 1px #fff;
        border-radius: 50%;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #fff; }
    .answer-list li.answer-type-image .answered-icon {
      position: absolute;
      z-index: 2;
      height: 40px;
      width: 40px;
      font-size: 40px;
      top: 50%;
      left: 50%;
      margin-top: -20px;
      margin-left: -20px;
      color: transparent; }
    .answer-list li.answer-type-image:after {
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: transparent;
      border-radius: 2px;
      cursor: pointer; }
    .answer-list li.answer-type-image:hover:after, .answer-list li.answer-type-image.selected:after {
      background: rgba(132, 224, 96, 0.7);
      border: solid 3px #84e060;
      border-radius: 2px; }
    .answer-list li.answer-type-image:hover .answered-icon, .answer-list li.answer-type-image.selected .answered-icon {
      color: #fff; }

.validation-error {
  margin-top: 16px;
  font-size: 16px;
  color: #FFB2B2; }

.capture-form .capture-group {
  margin-bottom: 16px; }

.capture-input {
  padding: 12px 18px;
  color: #555555;
  font-size: 16px;
  font-weight: normal;
  background: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  width: 100%; }

.capture-btn {
  margin: 16px 0 16px; }

.skip-link {
  color: #3ec8e5;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer; }
  .skip-link:hover {
    text-decoration: none; }

.outcome-description-block {
  margin-bottom: 32px; }

.data-usage-note {
  display: none;
  margin-top: 32px;
  font-size: 13px; }
  .data-usage-note .data-usage-note-text {
    font-size: 13px;
    margin-bottom: 16px; }
  .data-usage-note .privacy-policy-link {
    color: #3ec8e5;
    text-decoration: underline;
    cursor: pointer; }
    .data-usage-note .privacy-policy-link:hover {
      text-decoration: none; }

.outcome-share-btn {
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif; }
  .outcome-share-btn.facebook-share-btn {
    padding: 12px 14px;
    text-transform: uppercase;
    min-width: 220px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #3c5a99; }
    .outcome-share-btn.facebook-share-btn .facebook-icon {
      display: inline-block;
      height: 20px;
      width: 20px;
      font-size: 20px;
      vertical-align: -2px;
      margin-right: 8px; }
    .outcome-share-btn.facebook-share-btn:hover {
      background: #2e4474; }

.ios .answer-list li.answer-type-image:after {
  display: none; }

.ios .answer-list li.answer-type-image:hover:after {
  display: none; }

.ios .answer-list li.answer-type-image.selected:after {
  display: block; }

@media (max-width: 767px) {
  .question-screen-body {
    padding-top: 48px; }
  .quiz-container {
    padding-top: 40px;
    padding-bottom: 70px; }
  .question-screen-body.question-type-image .quiz-container {
    padding-top: 40px; }
  .block-title {
    font-size: 28px; }
  .block-subtitle {
    line-height: 1.5; }
  .powered-by-block {
    height: 40px;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 26px;
    border-radius: 0;
    background: #000;
    box-shadow: none; }
    .powered-by-block .powered-by-text {
      display: inline-block;
      margin-right: 8px;
      margin-bottom: 0;
      color: #fff; }
    .powered-by-block .powered-by-logo {
      vertical-align: -5px; }
  .header-container {
    height: 48px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .header-container .back-btn {
      font-size: 18px; }
    .header-container .current-progress-block {
      font-size: 18px; }
  .question-block .question-title {
    font-size: 20px;
    margin-bottom: 32px; }
  .question-block .answer-list li.answer-type-text {
    padding-right: 30px;
    padding-left: 45px; }
    .question-block .answer-list li.answer-type-text .answer-index {
      left: 15px; }
    .question-block .answer-list li.answer-type-text .answered-icon {
      right: 15px; } }

.page-background {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background: #fff;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -2; }

.page-background {
  display: block; }

.powered-by-block .powered-by-logo-white {
  display: inline-block; }

.start-page-block .col-1 {
  text-align: center; }

.start-page-block .col-2 {
  display: none; }

.question-block .col-1 {
  display: none; }

.question-block .col-2 .answer-list li.answer-type-image {
  width: 48%;
  float: left; }
  .question-block .col-2 .answer-list li.answer-type-image:nth-child(even) {
    margin-left: 4%; }
  .question-block .col-2 .answer-list li.answer-type-image:nth-child(odd) {
    clear: both; }

.capture-block .col-1 {
  display: none; }

.capture-block .col-2 {
  max-width: 500px;
  margin: 0 auto;
  text-align: center; }

.outcome-block .col-1 {
  display: none; }

.outcome-block .col-2 {
  text-align: center; 
  background-image: url("../img/tyPage.jpg");
    background-size: cover;
    display: block;
    height: 75vh;
    border-radius: 16px;
}
.outcome-title::first-line {
    font-weight: 600;
    font-size: 32px;
    color: #444;
}
.outcome-title {
  color: #777;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 24px; }

@media (max-width: 767px) {
  .question-block .col-2 .answer-list li.answer-type-image {
    float: none;
    width: 100%; }
    .question-block .col-2 .answer-list li.answer-type-image:nth-child(even) {
      margin-left: 0; } }

.page-background {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background: #fff;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -2; }
