@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: "Josefin 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: #fff;
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 24px;
}

.block-subtitle {
  color: #fff;
  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: #24140a;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #fbcf93;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  border: 0;
  cursor: pointer;
}
.btn:hover {
  background: #f9b962;
}

.quiz-container {
  padding: 120px 20px 98px;
}

.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: "Josefin 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.3333333333px;
}
.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: "Josefin Sans", Arial, sans-serif;
  font-size: 24px;
  color: #5c6167;
  cursor: pointer;
}
.header-container .back-btn i {
  margin-right: 8px;
}
.header-container .current-progress-block {
  float: right;
  font-size: 24px;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-weight: 600;
  color: #5c6167;
}
.header-container .current-progress-block .current-progress-question-index {
  color: #fbcf93;
}

.question-screen-body {
  padding-top: 80px;
}
.question-screen-body .header-container {
  display: block;
}

.current-question-text {
  display: none;
}

.question-image {
  width: 100%;
  margin-bottom: 20px;
}

.question-title {
  color: #fff;
  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: 22px 45px 22px 60px;
  margin: 0 0 16px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  background-origin: border-box;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  cursor: pointer;
}
.answer-list li.answer-type-text .answer-index {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  z-index: 2;
  left: 30px;
  width: 18px;
  height: 18px;
  border: solid 1px #fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
.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: #fbcf93;
  background-origin: border-box;
  border-color: #fbcf93;
  color: #24140a;
}
.answer-list li.answer-type-text:hover .answer-index, .answer-list li.answer-type-text.selected .answer-index {
  border-color: #24140a;
  color: #24140a;
}
.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: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.answer-list li.answer-type-image img.image-with-caption {
  border-bottom: none;
  border-radius: 2px 2px 0 0;
}
.answer-list li.answer-type-image p {
  padding: 15px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-top: none;
  border-radius: 0 0 2px 2px;
  color: #fff;
  background: transparent;
}
.answer-list li.answer-type-image .answer-index-wrap {
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 7px;
  width: 36px;
  height: 36px;
  background: #fbcf93;
  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 #24140a;
  border-radius: 50%;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #24140a;
}
.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(251, 207, 147, 0.7);
  border: solid 3px #fbcf93;
  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: red;
}

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

.capture-input {
  padding: 12px 18px;
  color: rgb(85, 85, 85);
  font-size: 16px;
  font-weight: normal;
  background: #fff;
  border: none;
  border-radius: 2px;
  width: 100%;
}

.capture-confirmation-checkbox-with-a-label {
  text-align: left;
  margin-top: 32px;
}
.capture-confirmation-checkbox-with-a-label label {
  display: inline-block;
  width: calc(100% - 60px);
  margin-top: 5px;
  margin-bottom: 0;
}

.capture-checkbox {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 2px;
  background-color: white;
  margin: 0 10px 0 0;
  vertical-align: top;
}
.capture-checkbox:checked {
  background: #fbcf93;
  border: 1px solid #fbcf93;
}
.capture-checkbox:hover {
  filter: brightness(90%);
}
.capture-checkbox:after {
  content: "";
  position: relative;
  left: 35%;
  top: 10%;
  width: 35%;
  height: 60%;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: none;
}
.capture-checkbox:checked:after {
  display: block;
}

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

.skip-link {
  color: #fff;
  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: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.data-usage-note .privacy-policy-link:hover {
  text-decoration: none;
}

.outcome-btn {
  display: inline-block;
  margin: 10px;
  padding: 12px 14px;
  text-transform: uppercase;
  min-width: 220px;
  font-family: "Josefin Sans", Arial, sans-serif;
}
.outcome-btn .social-share-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  font-size: 20px;
  vertical-align: -2px;
  margin-right: 8px;
}
.outcome-btn .twitter-share-icon {
  color: #fff;
}
.outcome-btn.facebook-share-btn {
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
}
.outcome-btn.facebook-share-btn:hover {
  background: rgba(0, 0, 0, 0);
}
.outcome-btn.twitter-share-btn {
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
}
.outcome-btn.twitter-share-btn:hover {
  background: rgba(0, 0, 0, 0);
}
.outcome-btn.cta-btn {
  width: min(100%, 460px);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #fbcf93;
}
.outcome-btn.cta-btn:hover {
  background: #f9b962;
}

.outcome-image {
  width: 100%;
}

.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;
  }
  .background-image-mobile .quiz-container-background {
    display: block;
    background-size: cover;
  }
  .background-image-mobile-horizontal .powered-by-block {
    position: absolute;
    left: 20px;
    width: 104px;
    height: 58px;
    border-radius: 4px;
    box-shadow: none;
    line-height: 15px;
  }
  .background-image-mobile-horizontal .powered-by-block .powered-by-text {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .background-image-mobile-vertical #quiz-block .col-1 {
    display: block;
  }
  .background-image-mobile-vertical #quiz-question-title {
    display: none;
  }
  .background-image-mobile-vertical #quiz-quiz-details {
    position: absolute;
    left: 20px;
    color: white;
  }
  .background-image-mobile-vertical #quiz-quiz-details .quiz-details-title {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: bold;
  }
  .background-image-mobile-vertical .powered-by-block {
    position: absolute;
    left: 20px;
    width: 202px;
    height: 45px;
    border-radius: 4px;
    box-shadow: none;
  }
  .background-image-mobile-vertical .powered-by-block .powered-by-text {
    margin-right: 0;
  }
}
.page-background {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background: url("/img/themes/61/background.jpg");
  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;
}

@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;
  }
  .quiz-container {
    padding: 0;
  }
  .quiz-container-background {
    margin-bottom: 30px;
  }
  .col-page {
    padding: 20px;
  }
}