/* Styles go in this file. */
.o-forms-input--valid *:valid:not(button):not(:disabled) {
  color: #007a3e;
  border-color: #007a3e;
}

*:invalid {
  box-shadow: none;
}

.o-forms-input__error {
  display: none;
}

.o-forms-input--invalid *:invalid:not(:disabled) {
  color: #cc0000;
  border-color: #cc0000;
}
.o-forms-input--invalid *:invalid:not(:disabled) + .o-forms-input__label:before,
.o-forms-input--invalid *:invalid:not(:disabled) + .o-forms-input__label:after {
  border-color: #cc0000;
}
.o-forms-input--invalid .o-forms-input__error {
  font-size: 14px;
  line-height: 16px;
  color: #cc0000;
  display: block;
  position: relative;
  margin-top: 4px;
  margin-bottom: -20px;
}
.o-typography--loading-sans .o-forms-input--invalid .o-forms-input__error {
  font-size: 12.18px;
}

.o-forms-field,
.o-forms-title,
.o-forms-input {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.o-typography--loading-sans .o-forms-field,
.o-typography--loading-sans .o-forms-title,
.o-typography--loading-sans .o-forms-input {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-forms-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;
}
.o-forms-field label {
  display: block;
  margin: 0 0 12px;
  position: relative;
}
.o-forms-field label:last-of-type {
  margin-bottom: 0;
}

.o-forms-field--optional .o-forms-title__main:after {
  font-size: 14px;
  line-height: 16px;
  content: "(optional)";
  color: #66605c;
  font-weight: 400;
  margin-left: 4px;
}
.o-typography--loading-sans .o-forms-field--optional .o-forms-title__main:after {
  font-size: 12.18px;
}

.o-forms-title__main {
  font-weight: 600;
  display: block;
}

.o-forms-input__label__main {
  font-weight: 400;
  display: block;
}

.o-forms-input__label__prompt,
.o-forms-title__prompt {
  font-size: 14px;
  line-height: 16px;
  color: #66605c;
  display: block;
}
.o-typography--loading-sans .o-forms-input__label__prompt,
.o-typography--loading-sans .o-forms-title__prompt {
  font-size: 12.18px;
}

.o-forms-input__label__main + .o-forms-input__label__prompt {
  margin-top: 4px;
}

.o-forms-input {
  margin-top: 12px;
}
.o-forms-input input {
  border-radius: 0;
  appearance: none;
}

.o-forms-input--radio-box {
  border-color: #807973;
}
.o-forms-input--radio-box .o-forms-input--radio-box__container {
  background-color: transparent;
}
.o-forms-input--radio-box .o-forms-input--radio-box__container,
.o-forms-input--radio-box label:not(:first-of-type) {
  border-color: #807973;
}
.o-forms-input--radio-box input[type=radio] + .o-forms-input__label {
  color: #0d7680;
}
.o-forms-input--radio-box input[type=radio]:not(:checked):not(:disabled):hover + .o-forms-input__label {
  background-color: rgba(13, 118, 128, 0.15);
}
.o-forms-input--radio-box input[type=radio]:focus + .o-forms-input__label {
  border-color: #807973;
  box-shadow: 0 0 0 2px #807973;
  outline: none;
}
.o-forms-input--radio-box input[type=radio]:checked + .o-forms-input__label {
  background-color: #0d7680;
  color: #ffffff;
}
.o-forms-input--radio-box input[type=radio]:checked + .o-forms-input__label.o-forms-input__label--negative {
  background-color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}
.o-forms-input--radio-box .o-forms-input--radio-box__container {
  font-size: 14px;
  line-height: unset;
  font-weight: 600;
  box-sizing: border-box;
  border: 1px solid #807973;
  display: inline-flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 2px;
}
.o-typography--loading-sans-bold .o-forms-input--radio-box .o-forms-input--radio-box__container {
  font-size: 11.62px;
}
.o-forms-input--radio-box.o-forms-input--invalid .o-forms-input--radio-box__container {
  border-color: #cc0000;
}
.o-forms-input--radio-box label {
  display: inline-flex;
  flex-grow: 1;
  cursor: pointer;
  margin: 0;
  min-height: 28px;
  min-width: 8ch;
}
.o-forms-input--radio-box label:not(:first-of-type) {
  border-left: 1px solid #807973;
}
.o-forms-input--radio-box label .o-forms-input__label {
  box-sizing: border-box;
  padding: 4px 8px;
  transition: 0.3s background-color, 0.15s color ease-out;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.o-forms-input--radio-box input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (min-width: 30.625em) {
  .o-forms-input--radio-box.o-forms-input--inline .o-forms-input__state {
    position: relative;
    margin-bottom: 0;
  }
}
.o-forms-input--radio-box .o-forms-input__state {
  position: relative;
  margin-bottom: -22px;
}

html,
body {
  height: 100%;
  margin: 0;
}

.g-accordion .g-accordion-section__header {
  display: block;
  background: none;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.g-accordion {
  clear: both;
  background: white;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.g-accordion-section {
  overflow: hidden;
}
.g-accordion button.g-accordion-section__header {
  position: relative;
  padding: 1em 12px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  border-top: 1px solid #e6d9ce;
}
.g-accordion button.g-accordion-section__header .section__header {
  position: relative;
}
.g-accordion button.g-accordion-section__header .section__header h2 {
  font-family: FinancierDisplayWeb, serif;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  padding-right: 48px;
  font-weight: 500;
  margin: 0;
}
.g-accordion button.g-accordion-section__header .section__header h2:before {
  content: "";
  border-top: solid 1px #ccc1b7;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -18px;
}
@media (min-width: 61.25em) {
  .g-accordion button.g-accordion-section__header .section__header h2:before {
    top: -0.5625em;
  }
}
@media (min-width: 76.25em) {
  .g-accordion button.g-accordion-section__header .section__header h2:before {
    top: -0.625em;
  }
}
@media (min-width: 61.25em) {
  .g-accordion button.g-accordion-section__header .section__header h2 {
    font-size: 32px;
    line-height: 1em;
    padding-right: 48px;
    margin: 0;
  }
}
.g-accordion button.g-accordion-section__header .section__header::after {
  content: "";
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=o-icons&tint=%230D7680,%230D7680&format=svg);
  height: 60px;
  width: 60px;
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  top: -14px;
  right: -10px;
}
@media (min-width: 61.25em) {
  .g-accordion button.g-accordion-section__header .section__header::after {
    top: -16px;
    right: 0;
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 46.24em) {
  .g-accordion button.g-accordion-section__header.g-accordion-section__header--expanded {
    top: 0;
    left: 0;
    z-index: 1;
  }
  .g-accordion button.g-accordion-section__header.g-accordion-section__header--expanded.g-accordion-section__header--truncated .section__header h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.g-accordion button.g-accordion-section__header.g-accordion-section__header--expanded .section__header::after {
  transform: rotate(45deg);
}

.g-accordion-section__body {
  padding: 0 12px 12px 12px;
  max-width: 680px;
  margin: 0 auto;
}

.scenario {
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.question {
  text-align: center;
  margin: 16px 0;
  border: none;
}
.question .question-text {
  font-family: "Metric Web", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
}
.question .o-forms-input--radio-box label {
  min-width: 80px;
  min-height: 34px;
  font-size: 16px;
}
.question .o-forms-input--radio-box label .o-forms-input__label {
  padding: 4px 20px;
}

.feedback {
  text-align: center;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
  font-weight: 700;
}
.feedback--correct {
  color: #00994d;
}
.feedback--try-again {
  color: #ff1a66;
}
.feedback--nah {
  color: #ff1a66;
}
.feedback--maybe {
  color: #1a8cff;
}
.feedback--possibly {
  color: #1a8cff;
}
.feedback--could-be {
  color: #1a8cff;
}

.feedback-text {
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

/*# sourceMappingURL=style.css.map */
