/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* !FOCUSED IMAGES */
/*-----------------------------------------*/
.focuspoint {
  position: relative;
  /*Any position but static should work*/
  overflow: hidden;
}

.focuspoint img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}

@font-face {
  font-family: 'Flama';
  src: url("../fonts/flama/Flama-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/flama/Flama-Bold.otf") format("opentype"), url("../fonts/flama/Flama-Bold.woff") format("woff"), url("../fonts/flama/Flama-Bold.ttf") format("truetype"), url("../fonts/flama/Flama-Bold.svg#Flama-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Flama';
  src: url("../fonts/flama/Flama-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/flama/Flama-Book.otf") format("opentype"), url("../fonts/flama/Flama-Book.woff") format("woff"), url("../fonts/flama/Flama-Book.ttf") format("truetype"), url("../fonts/flama/Flama-Book.svg#Flama-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Flama';
  src: url("../fonts/flama/Flama-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/flama/Flama-Medium.otf") format("opentype"), url("../fonts/flama/Flama-Medium.woff") format("woff"), url("../fonts/flama/Flama-Medium.ttf") format("truetype"), url("../fonts/flama/Flama-Medium.svg#Flama-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
html, body {
  width: 100%;
  height: 100%;
  font-family: 'Flama';
  font-weight: normal;
  color: #FFFFFF;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  html, body {
    font-size: 0.8vw;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  html, body {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 639px) {
  html, body {
    font-size: 1.5vw;
  }
}

body {
  background-color: #f3eff0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjNmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWJlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f3f4), color-stop(100%, #efebec));
  background-image: -moz-linear-gradient(top, #f7f3f4, #efebec);
  background-image: -webkit-linear-gradient(top, #f7f3f4, #efebec);
  background-image: linear-gradient(to bottom, #f7f3f4, #efebec);
  overflow: hidden;
}
body.stage-questions:not(.mobile-answer-theme-plain) .test-bg:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWE1MSIvPjxzdG9wIG9mZnNldD0iMzMuMzMzMzMlIiBzdG9wLWNvbG9yPSIjNThhNjNlIi8+PHN0b3Agb2Zmc2V0PSI2Ni42NjY2NyUiIHN0b3AtY29sb3I9IiNmYWJmMDEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjkwMTgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #005a51), color-stop(33.33333%, #58a63e), color-stop(66.66667%, #fabf01), color-stop(100%, #f29018));
  background-image: -moz-linear-gradient(left, #005a51, #58a63e, #fabf01, #f29018);
  background-image: -webkit-linear-gradient(left, #005a51, #58a63e, #fabf01, #f29018);
  background-image: linear-gradient(to right, #005a51, #58a63e, #fabf01, #f29018);
  opacity: 0.92;
  z-index: 1;
}
body.waiting:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 5;
  background-image: url(../img/loading.gif);
  background-position: center 90%;
  background-repeat: no-repeat;
}
body.finished #result-player {
  display: none !important;
}

.splash, .splash-box {
  width: 100%;
  height: 100%;
}

main {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 4.2% 4% 4% 4%;
  padding: 5.2vh 4vw 4.8vh 4vw;
  box-sizing: border-box;
}

h1, h2, h3 {
  font-weight: bold;
}

h1 {
  font-size: 5.89rem;
}

h2 {
  font-size: 4.4875rem;
}

h3 {
  font-size: 3.085rem;
}

.welcome-image body:not(.finished) {
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  pointer-events: auto;
}
body.live .welcome-image {
  opacity: 0;
  pointer-events: none;
}

.goodbye-image {
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
body.finished .goodbye-image {
  opacity: 1;
  pointer-events: auto;
}

.splash-box {
  position: relative;
  padding: 0 8.2%;
  box-sizing: border-box;
}
.splash-box:not(.type-answers) {
  display: table;
}
.splash-box:not(.type-answers):not(.ready):not(.finished) {
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  pointer-events: auto;
}
body.live .splash-box:not(.type-answers):not(.ready):not(.finished) {
  opacity: 0;
  pointer-events: none;
}
body.stage-questions .splash-box:not(.type-answers) {
  display: none;
}
.splash-box:not(.type-answers) > div {
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  position: relative;
}
.splash-box:not(.type-answers) > div > *:first-child {
  margin-top: 0;
}
.splash-box:not(.type-answers) > div > *:last-child {
  margin-bottom: 0;
}
.splash-box:not(.type-answers) a {
  text-decoration: none;
}
.splash-box:not(.type-answers) h1, .splash-box:not(.type-answers) h2, .splash-box:not(.type-answers) h3, .splash-box:not(.type-answers) p, .splash-box:not(.type-answers) span, .splash-box:not(.type-answers) a {
  color: inherit;
}
@media only screen and (min-width: 1024px) {
  body:not(.finished) .splash-box:not(.type-answers) h1, body:not(.finished) .splash-box:not(.type-answers) h2, body:not(.finished) .splash-box:not(.type-answers) h3, body:not(.finished) .splash-box:not(.type-answers) p, body:not(.finished) .splash-box:not(.type-answers) span, body:not(.finished) .splash-box:not(.type-answers) a {
    max-width: 60%;
  }
}
@media only screen and (max-width: 1023px) {
  .splash-box:not(.type-answers) h1, .splash-box:not(.type-answers) h2, .splash-box:not(.type-answers) h3, .splash-box:not(.type-answers) p, .splash-box:not(.type-answers) span, .splash-box:not(.type-answers) a {
    max-width: 100%;
  }
}
body.get-ready .splash-box:not(.type-answers) {
  display: none;
}
.splash-box.type-answers {
  padding: 0;
}
body:not(.stage-questions) .splash-box.type-answers {
  display: none;
}
body.stage-questions:not(.mobile-answer-theme-plain) .splash-box.type-answers {
  z-index: 1;
}
.splash-box.type-answers li {
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.splash-box.type-answers li.active {
  opacity: 1;
  pointer-events: auto;
}
.splash-box.ready {
  text-align: center;
}
.splash-box.ready, .splash-box.finished {
  display: none;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
body.get-ready .splash-box.ready.ready, body.finished .splash-box.ready.finished, body.get-ready .splash-box.finished.ready, body.finished .splash-box.finished.finished {
  display: table;
  z-index: 3;
}
.splash-box.ready.show, .splash-box.finished.show {
  opacity: 1;
  pointer-events: auto;
}
body.finished .splash-box.welcome {
  display: none;
}
.splash-box h1 {
  margin-bottom: 3.125rem;
}
.splash-box h3 {
  margin-bottom: 4.375rem;
}
@media only screen and (min-width: 1024px) {
  .splash-box h3 {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .splash-box h3 {
    max-width: 100%;
  }
}
.splash-box .video-control {
  outline: none;
  background-color: #415063;
  border-radius: 3.125rem;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  font-size: 2.5rem;
  border: 0;
  padding: 1.875rem 3.125rem;
  line-height: 1;
}
.splash-box .video-control:after {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.83325rem 0 0.83325rem 1.44319rem;
  border-color: transparent transparent transparent #FFFFFF;
  margin-left: 8.125rem;
}
.splash-box:before {
  opacity: 0.92;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  z-index: 0;
}
main.ppbf .splash-box:not(.type-answers):before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWE1MSIvPjxzdG9wIG9mZnNldD0iMzMuMzMzMzMlIiBzdG9wLWNvbG9yPSIjNThhNjNlIi8+PHN0b3Agb2Zmc2V0PSI2Ni42NjY2NyUiIHN0b3AtY29sb3I9IiNmYWJmMDEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjkwMTgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #005a51), color-stop(33.33333%, #58a63e), color-stop(66.66667%, #fabf01), color-stop(100%, #f29018));
  background-image: -moz-linear-gradient(left, #005a51, #58a63e, #fabf01, #f29018);
  background-image: -webkit-linear-gradient(left, #005a51, #58a63e, #fabf01, #f29018);
  background-image: linear-gradient(to right, #005a51, #58a63e, #fabf01, #f29018);
}
main.pp .splash-box:not(.type-answers):before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWE1MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU4YTYzZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #005a51), color-stop(100%, #58a63e));
  background-image: -moz-linear-gradient(left, #005a51, #58a63e);
  background-image: -webkit-linear-gradient(left, #005a51, #58a63e);
  background-image: linear-gradient(to right, #005a51, #58a63e);
}
main.bfrm .splash-box:not(.type-answers):before {
  color: #000000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYmYwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxOGQxYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fabf00), color-stop(100%, #f18d1a));
  background-image: -moz-linear-gradient(left, #fabf00, #f18d1a);
  background-image: -webkit-linear-gradient(left, #fabf00, #f18d1a);
  background-image: linear-gradient(to right, #fabf00, #f18d1a);
}
main.blip .splash-box:not(.type-answers):before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWRhZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWVkMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #005dad), color-stop(100%, #009ed1));
  background-image: -moz-linear-gradient(left, #005dad, #009ed1);
  background-image: -webkit-linear-gradient(left, #005dad, #009ed1);
  background-image: linear-gradient(to right, #005dad, #009ed1);
}

ul {
  list-style-type: none;
}

.splash-box.type-answers {
  z-index: 2;
}
body.stage-questions.mobile-answer-theme-plain .splash-box.type-answers {
  color: #000000;
}
@media only screen and (min-width: 640px) {
  .splash-box.type-answers {
    color: #000000;
  }
}
.splash-box.type-answers > div {
  height: 100%;
}
.splash-box.type-answers ul {
  height: 100%;
  width: 60%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 639px) {
  .splash-box.type-answers ul {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) and (orientation: portrait) {
  .splash-box.type-answers ul {
    width: 100%;
  }
}
.splash-box.type-answers ul.enabled .button {
  pointer-events: all;
}
.splash-box.type-answers li {
  width: 100%;
  height: 33%;
  box-sizing: border-box;
}
.splash-box.type-answers li > div {
  display: table;
  width: 100%;
  height: 100%;
}
.splash-box.type-answers li > div > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.splash-box.type-answers .button {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  pointer-events: none;
  padding-bottom: 21.969%;
  border: 1px solid #000000;
  box-shadow: 0px 0px 1px 0px #404040;
  border-top-left-radius: 10.9845% 50%;
  border-bottom-left-radius: 10.9845% 50%;
  border-top-right-radius: 10.9845% 50%;
  border-bottom-right-radius: 10.9845% 50%;
  box-sizing: border-box;
  cursor: pointer;
}
body.stage-questions.mobile-answer-theme-plain .splash-box.type-answers .button {
  background-color: #f3eff0;
}
.splash-box.type-answers .button:active, .splash-box.type-answers .button:active em > span:before, .splash-box.type-answers .button.selected, .splash-box.type-answers .button.selected em > span:before {
  background-color: #415063 !important;
  color: #FFFFFF;
}
.splash-box.type-answers .button > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 4.3938%;
  box-sizing: border-box;
}
.splash-box.type-answers .button em {
  display: block;
  width: 15%;
  height: 100%;
  position: relative;
  font-style: normal;
  float: left;
}
.splash-box.type-answers .button em > span {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  border-radius: 50%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWE1MSIvPjxzdG9wIG9mZnNldD0iMzMuMzMzMzMlIiBzdG9wLWNvbG9yPSIjNThhNjNlIi8+PHN0b3Agb2Zmc2V0PSI2Ni42NjY2NyUiIHN0b3AtY29sb3I9IiNmYWJmMDEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjkwMTgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #005a51), color-stop(33.33333%, #58a63e), color-stop(66.66667%, #fabf01), color-stop(100%, #f29018));
  background-image: -moz-linear-gradient(left, #005a51, #58a63e, #fabf01, #f29018);
  background-image: -webkit-linear-gradient(left, #005a51, #58a63e, #fabf01, #f29018);
  background-image: linear-gradient(to right, #005a51, #58a63e, #fabf01, #f29018);
  line-height: 100%;
}
.splash-box.type-answers .button em > span > span {
  display: inline-block;
  text-align: center;
  width: 100%;
  position: absolute;
  left: auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-touch-callout: none !important;
  /* iOS Safari */
  -webkit-user-select: none !important;
  /* Safari */
  -khtml-user-select: none !important;
  /* Konqueror HTML */
  -moz-user-select: none !important;
  /* Firefox */
  -ms-user-select: none !important;
  /* Internet Explorer/Edge */
  user-select: none !important;
        /* Non-prefixed version, currently
supported by Chrome and Opera */
  font-weight: 500;
  font-size: 6rem;
  margin-top: -0.5rem;
  color: #000000;
}
.splash-box.type-answers .button em > span:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 91%;
  height: 91%;
  background-color: #f3eff0;
  border-radius: 50%;
}
.splash-box.type-answers .button p {
  text-align: center;
  margin: 0;
  width: 76.2124%;
  position: absolute;
  right: 4.3938%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 2.9375rem;
  -webkit-touch-callout: none !important;
  /* iOS Safari */
  -webkit-user-select: none !important;
  /* Safari */
  -khtml-user-select: none !important;
  /* Konqueror HTML */
  -moz-user-select: none !important;
  /* Firefox */
  -ms-user-select: none !important;
  /* Internet Explorer/Edge */
  user-select: none !important;
        /* Non-prefixed version, currently
supported by Chrome and Opera */
}
.splash-box.type-answers .button p.long {
  font-size: 2.49687rem;
}

.video-player {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
body.live .video-player {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 639px) {
  body.mobile-answer-theme-plain .video-player {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  body.mobile-answer-theme-plain .video-player.revealing {
    margin-left: 50%;
    opacity: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) and (orientation: portrait) {
  body.mobile-answer-theme-plain .video-player {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  body.mobile-answer-theme-plain .video-player.revealing {
    margin-left: 50%;
    opacity: 0 !important;
  }
}

#music-player,
#result-player {
  display: none;
}

@media only screen and (max-width: 639px) {
  body.stage-questions.mobile-answer-theme-plain .test-bg {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) and (orientation: portrait) {
  body.stage-questions.mobile-answer-theme-plain .test-bg {
    display: none;
  }
}

button.close {
  background-color: #415063;
  border-radius: 50%;
  color: #FFFFFF;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-weight: normal;
  border: none;
  position: absolute;
  top: 8.2%;
  right: 8.2%;
  cursor: pointer;
  font-family: Verdana;
  font-size: 2.5rem;
  z-index: 3;
  outline: none;
}
