@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb.eot");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb-Ita.eot");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb-Ita.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb-Bold.eot");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb-BoldIta.eot");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb-BoldIta.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
  padding: 0 0 1em;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html,
button,
body,
input,
select,
textarea {
  color: white;
  font: 100%/1.5 "FF DIN", Arial, sans-serif;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

main {
  display: block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  height: 10em;
  width: 100%;
}

input, textarea {
  font-size: 16px;
  font-size: 1rem;
  font-family: "FF DIN", Arial, sans-serif;
  color: #555;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"], textarea {
  border: 1px solid #cdd6d5;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 0.375em;
  background-color: white;
  font-size: 16px;
  font-size: 1rem;
  font-family: "FF DIN", Arial, sans-serif;
  padding: 0.2em 0.625em;
  min-height: 2.4em;
  width: 100%;
  -webkit-appearance: none;
}

input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea:focus {
  border: 1px solid #1d8fc6;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  outline: none;
}

input[type="tel"] {
  max-width: 8.5em;
}

textarea {
  max-width: 40em;
  width: 100%;
  -webkit-appearance: none;
}

.custom-select {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.375em;
  background-color: white;
  font-size: 14px;
  font-size: 0.875rem;
}

select {
  /* Make sure the select is wider than the container so we can clip the arrow */
  width: 110%;
  max-width: 110%;
  min-width: 110%;
  /* Remove select styling */
  appearance: none;
  -webkit-appearance: none;
  /* Ugly Firefox way of doing it */
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: "";
  /* Magic font size number to prevent iOS text zoom */
  font-size: 16px;
  font-size: 1rem;
  background: none;
  border: none;
  color: #444;
  outline: none;
  /* Padding works surpringly well */
  padding: 7px 19% 4px 8px;
  font-family: "FF DIN", Arial, sans-serif;
  line-height: 1.2;
  margin: .2em;
}

@-moz-document url-prefix() {
  select {
    padding: 0.35em 19% 0.1em 0.625em;
    width: -moz-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    min-width: -moz-calc(100% + 40px);
  }
}

@media all and (-ms-high-contrast: none) {
  select {
    padding: 0.35em 19% 0 0.625em;
  }
}

/* This hides native custom-select button arrow in IE */
select::-ms-expand {
  display: none;
}

/* Custom arrow - could be an image, SVG, icon font, etc. */
.custom-select:after {
  background: none;
  color: #bbb;
  content: '';
  background-image: url(/graphics/site/quiz/sprites.png);
  background-size: 300px 400px;
  background-position: -122px -48px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  font-family: sans-serif;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 1;
  /* This hack makes the select behind the arrow clickable in some browsers */
  pointer-events: none;
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .custom-select:after {
    background-image: url(/graphics/site/quiz/sprites@2x.png);
  }
}

/* Hover style - tricky because we're clipping the overflow */
.custom-select:hover {
  border: 1px solid #1d8fc6;
}

/* Focus style */
select:focus {
  text-decoration: underline;
  outline: none;
}

/* This hides focus around selected option in FF */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

a {
  color: #1d8fc6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: #166f9a;
}

.button, input[type="submit"], button {
  border: none;
  border-radius: 0.375em;
  background-color: #1d8fc6;
  border: 2px solid transparent;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-family: "FF DIN", Arial, sans-serif;
  padding: 0.45em 1em 0.35em;
  box-shadow: 0 3px 0 #135f83, 0 4px 5px rgba(0, 0, 0, 0.33);
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button:hover, input[type="submit"]:hover, button:hover {
  background-color: #135f83;
  color: white;
}

.button:focus, input[type="submit"]:focus, button:focus {
  outline: 1px dotted #f2d542;
}

.button--line {
  background-color: white;
  border: 2px solid #1d8fc6;
  box-shadow: none;
  background-image: none;
  color: #1d8fc6;
}

.button--line:hover {
  background-color: rgba(29, 143, 198, 0.2);
  color: #1d8fc6;
}

.button__wrapper {
  text-align: center;
}

label {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

label a {
  font-weight: normal;
  float: right;
}

label em {
  font-weight: normal;
  color: #999;
  margin-left: 0.25em;
}

.field {
  padding-bottom: 1em;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: showFieldset;
  animation-name: showFieldset;
}

.field.is-hidden {
  display: none;
}

@-webkit-keyframes showFieldset {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1.5em, 0);
    transform: translate3d(0, -1.5em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes showFieldset {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1.5em, 0);
    transform: translate3d(0, -1.5em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.field--check {
  position: relative;
  padding-left: 1.5em;
}

.field--check input[type="checkbox"] {
  left: 0;
  top: 0.25em;
  position: absolute;
}

.field--check label {
  color: #555;
  font-weight: normal;
}

.field--check label strong {
  color: #1d8fc6;
}

.field--num-short input {
  width: 5em;
}

.field--num-short .field__note {
  margin-left: 0.5em;
  display: inline-block;
}

@media screen and (min-width: 36em) {
  .field--commit {
    margin-top: 0.5em;
  }
}

.field--commit label {
  font-size: 18px;
  font-size: 1.125rem;
}

.field--radios {
  list-style: none;
  margin: 0;
  padding: 0 0 1em;
}

.field--radios li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.625em;
}

.field--radios label {
  color: #555;
  line-height: 1.2;
}

.field--radios input[type="radio"] {
  left: 0;
  top: -0.05em;
  position: absolute;
}

.field--radio-list p {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 0.5em;
}

.field--radio-list ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.25em;
}

.field--radio-list li {
  display: inline-block;
  padding-right: 1em;
}

.field--radio-list label {
  display: inline;
  margin-left: 0.125em;
}

.field--newsletter label {
  font-size: 18px;
  font-size: 1.125rem;
  color: #1d8fc6;
}

.field--newsletter input[type="radio"] {
  top: 0.05em;
}

.field--qty .field__input-wrapper [type="text"] {
  display: inline-block;
  max-width: 3.75em;
}

.field--qty .field__input-wrapper ::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "FF DIN", Arial, sans-serif;
  color: #999;
}

.field--qty .field__input-wrapper :-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "FF DIN", Arial, sans-serif;
  color: #999;
}

.field--qty .field__input-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "FF DIN", Arial, sans-serif;
  color: #999;
}

.field--qty .field__input-wrapper :-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "FF DIN", Arial, sans-serif;
  color: #999;
}

.field__price {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "FF DIN", Arial, sans-serif;
  opacity: 0.85;
  margin-left: 0.25em;
}

.field__note {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  color: #999;
}

.field--stepper {
  padding-bottom: 0.625em;
}

.no-js .field--stepper .stepper {
  display: inline-block;
  width: auto;
}

.no-js .field--stepper .custom-select {
  padding-right: 2.5em;
}

.stepper .dropdown {
  float: left;
  width: 40%;
  margin-right: 1em;
}

.stepper.is-enhanced {
  display: inline-block;
  margin-right: 1em;
}

.stepper.is-enhanced button {
  display: block;
  float: left;
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: 0.25em;
  height: 2.35em;
  background-color: #1d8fc6;
  background-image: none;
  box-shadow: none;
}

.stepper.is-enhanced button:first-of-type {
  border-radius: 0.375em 0 0 0.375em;
}

.stepper.is-enhanced button:last-of-type {
  border-radius: 0 0.375em 0.375em 0;
}

.stepper.is-enhanced div {
  float: left;
  font-family: "FF DIN", Arial, sans-serif;
  padding: 0.4em 0.75em 0;
  border-top: 1px solid #1d8fc6;
  border-bottom: 1px solid #1d8fc6;
  height: 2.35em;
}

@media screen and (min-width: 0) {
  .segmented {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
  }
  .segmented li {
    border: 1px solid #1d8fc6;
    border-right: none;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
  }
  .segmented li:first-child {
    border-radius: 0.375em 0 0 0.375em;
  }
  .segmented li:last-child {
    border-radius: 0 0.375em 0.375em 0;
    border-right: 1px solid #1d8fc6;
  }
  .segmented label {
    cursor: pointer;
    display: block;
    padding: 0.925em 0.75em;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: center;
    color: #555;
  }
  .segmented label:hover {
    background-color: rgba(29, 143, 198, 0.2);
    cursor: pointer;
  }
  .segmented input:checked + label {
    background-color: #1d8fc6;
    color: white;
  }
  .segmented input {
    position: absolute;
    left: -999em;
  }
  .segmented__desc {
    color: #1d8fc6;
    font-weight: bold;
  }
}

.fieldgroup:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 36em) {
  .fieldgroup--duo fieldset {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 36em) {
  .fieldgroup--duo fieldset:first-child {
    padding-right: 0.5em;
  }
}

@media screen and (min-width: 36em) {
  .fieldgroup--duo fieldset:last-child {
    padding-left: 0.5em;
  }
}

@media screen and (min-width: 66em) {
  .fieldgroup--duo-on-wider fieldset {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 66em) {
  .fieldgroup--duo-on-wider fieldset:first-child {
    padding-right: 0.5em;
  }
}

@media screen and (min-width: 66em) {
  .fieldgroup--duo-on-wider fieldset:last-child {
    padding-left: 0.5em;
  }
}

.fieldgroup--trio {
  zoom: 1;
}

@media screen and (min-width: 54em) {
  .fieldgroup--trio fieldset {
    float: left;
    width: 31%;
  }
}

@media screen and (min-width: 54em) {
  .fieldgroup--trio fieldset:first-child {
    margin-right: 3.5%;
  }
}

@media screen and (min-width: 54em) {
  .fieldgroup--trio fieldset:last-child {
    margin-left: 3.5%;
  }
}

@media screen and (min-width: 36em) {
  .fieldgroup--citystuff {
    position: relative;
    padding-right: 5.25em;
  }
}

@media screen and (min-width: 36em) {
  .fieldgroup--citystuff .field--city {
    float: left;
    width: 66%;
    padding-right: 1em;
  }
}

@media screen and (min-width: 36em) {
  .fieldgroup--citystuff .field--state {
    float: left;
    width: 34%;
  }
}

@media screen and (min-width: 36em) {
  .fieldgroup--citystuff .field--zip {
    position: absolute;
    width: 4.25em;
    right: 0;
  }
}

.field--phone input {
  display: inline-block;
  width: 3.5em;
  margin: 0 0.25em;
}

.field--phone input[size="4"] {
  width: 4.25em;
}

.field--phone ul {
  list-style: none;
  padding: 0.5em 0 1em;
  margin: 0;
}

@media screen and (min-width: 36em) {
  .field--phone ul {
    display: inline-block;
    margin-left: 0.5em;
  }
}

.field--phone ul li {
  display: inline-block;
  padding-right: 0.5em;
}

.field--phone ul li:last-child {
  padding-right: 0;
}

.field--phone ul label {
  display: inline-block;
}

.field--phone ul input {
  width: auto;
  margin: 0;
}

.field--ccv input {
  max-width: 6em;
}

.field--submit {
  padding: 1.5em 1em 1em;
  text-align: center;
}

.confirm {
  width: 100%;
}

.confirm td {
  border-top: 1px solid #ff6941;
  padding: 0.75em 0.5em 0.5em 0;
}

.confirm__amount {
  text-align: right;
}

.confirm__total {
  background-color: #ff6941;
  text-align: right;
}

.confirm__total strong {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-right: 0.375em;
  text-transform: uppercase;
}

.errors {
  background-color: #ff410e;
  border-radius: 0.5em;
  color: white;
  margin: 0 auto 1em;
  padding: 1em 1em 0.5em;
  max-width: 72em;
}

.errors h5 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}

.errors ul {
  padding-left: 2em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 0;
}

.errors li {
  padding-bottom: 0.875em;
}

.errors a {
  color: white;
}

.site-main {
  padding: 0 1.25em 1.25em;
}

@media screen and (min-width: 48em) {
  .site-main {
    padding: 0 2.5em 2.5em;
    max-width: 58.75em;
    margin: 0 auto;
  }
}

.no-js .site-main {
  display: none;
}

.quiz {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showQuiz;
          animation-name: showQuiz;
}

@-webkit-keyframes showQuiz {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2em, 0, 0);
            transform: translate3d(2em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes showQuiz {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2em, 0, 0);
            transform: translate3d(2em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.step.is-hiding {
  position: absolute;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: hidePrevStep;
          animation-name: hidePrevStep;
  pointer-events: none;
}

.no-cssanimations .step.is-hiding {
  display: none;
}

.step.is-hidden, .step.is-completely-hidden {
  display: none;
}

.step.is-showing {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showNextStep;
          animation-name: showNextStep;
  opacity: 1;
}

@-webkit-keyframes hidePrevStep {
  from {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2em, 0);
            transform: translate3d(0, -2em, 0);
  }
}

@keyframes hidePrevStep {
  from {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2em, 0);
            transform: translate3d(0, -2em, 0);
  }
}

@-webkit-keyframes showNextStep {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2em, 0);
            transform: translate3d(0, 2em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes showNextStep {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2em, 0);
            transform: translate3d(0, 2em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.question {
  background-color: #1a3340;
  border-radius: 0.625em;
  padding: 1.25em 1.25em 2.5em;
  margin-bottom: 3.75em;
  position: relative;
}

@media screen and (min-width: 48em) {
  .question {
    padding: 3.125em 3.75em 2.5em;
  }
}

.question__num {
  color: #7cd0f9;
  background-color: #16232a;
  width: 2.25em;
  height: 2.25em;
  line-height: 2.25em;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  border-radius: 2.25em;
  border: 3px solid #1a3340;
  text-align: center;
  letter-spacing: -0.1em;
  left: 0.25em;
  top: -1.125em;
  position: absolute;
}

@media screen and (min-width: 48em) {
  .question__num {
    left: -1em;
    top: 1.35em;
  }
}

.question__num span {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  top: -0.25em;
  margin-right: 0.15em;
  margin-left: -0.25em;
}

.question__text {
  padding-top: 1.25em;
  padding-bottom: 0.625em;
  line-height: 1.2;
}

@media screen and (min-width: 48em) {
  .question__text {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0.875em;
  }
}

.question__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 54em) {
  .question__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.question__options.is-hidden {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: hideQuestionOptions;
          animation-name: hideQuestionOptions;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 1.25em;
  right: 1.25em;
}

.no-cssanimations .question__options.is-hidden {
  display: none;
}

@media screen and (min-width: 48em) {
  .question__options.is-hidden {
    left: 3.75em;
    right: 3.75em;
  }
}

@-webkit-keyframes hideQuestionOptions {
  from {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2em, 0, 0);
            transform: translate3d(-2em, 0, 0);
  }
}

@keyframes hideQuestionOptions {
  from {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2em, 0, 0);
            transform: translate3d(-2em, 0, 0);
  }
}

.question__option {
  padding-bottom: 0.625em;
}

@media screen and (min-width: 54em) {
  .question__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0.625em;
    width: 50%;
    min-height: 8em;
  }
}

@media screen and (min-width: 54em) {
  .no-flexbox.no-flexboxlegacy .question__option {
    margin: 0 auto;
    height: 7em;
    min-height: 7em;
    padding-right: 0;
    width: 80%;
  }
}

@media screen and (min-width: 54em) {
  .question__option:nth-child(2n) {
    padding-left: 0.625em;
    padding-right: 0;
  }
}

@media screen and (min-width: 54em) {
  .no-flexbox.no-flexboxlegacy .question__option:nth-child(2n) {
    padding-left: 0;
  }
}

.question__button {
  display: block;
  position: relative;
  width: 100%;
  border: 2px solid #75cdf8;
  padding: 1.3em 1.5em 1.2em;
  margin-bottom: 0.25em;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  top: 0;
}

@media screen and (min-width: 48em) {
  .question__button {
    padding: 1.5em 1.5em 1.4em;
    margin-bottom: 0.625em;
  }
}

@media screen and (min-width: 54em) {
  .question__button {
    padding: 0 1em;
  }
}

@media screen and (min-width: 60em) {
  .question__button {
    padding: 0 3em;
  }
}

@media screen and (min-width: 54em) {
  .no-flexbox.no-flexboxlegacy .question__button {
    height: 6em;
  }
}

.question__button:active {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
  top: 3px;
}

.question__button span {
  background-color: #162329;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 1;
  padding-top: 0.55em;
  position: absolute;
  border-radius: 0.375em;
  top: 50%;
  margin-top: -1em;
  left: -1.25em;
}

@media screen and (min-width: 48em) {
  .question__button span {
    border-radius: 0 0 0.375em 0.375em;
    top: -2px;
    margin-top: 0;
    left: 0.5em;
  }
}

@media screen and (min-width: 54em) {
  .question__button span {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    top: -0.625em;
  }
}

@media screen and (min-width: 60em) {
  .question__button span {
    font-size: 18px;
    font-size: 1.125rem;
    top: -2px;
  }
}

.question__button strong {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

@media screen and (min-width: 48em) {
  .question__button strong {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: normal;
  }
}

@media screen and (min-width: 60em) {
  .question__button strong {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.question__button strong em {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  font-weight: normal;
}

.answer {
  border: 2px solid #f2d542;
  border-radius: 0.625em;
  margin-bottom: 0.625em;
  padding: 1.5em 1.25em 0.625em;
  position: relative;
}

@media screen and (min-width: 48em) {
  .answer {
    padding: 2.5em 16em 0.625em 2.5em;
  }
}

@media screen and (min-width: 54em) {
  .answer {
    padding-right: 20em;
  }
}

@media screen and (min-width: 60em) {
  .answer {
    padding-right: 21.25em;
  }
}

.answer.is-hidden {
  display: none;
}

.answer.is-waiting {
  opacity: 0;
}

@media screen and (min-width: 48em) {
  .answer.answer--map {
    padding-right: 2.5em;
  }
}

.answer.answer--invcalc {
  background-image: url(/graphics/site/quiz/answer_5_chart.png);
  background-size: 400px 150px;
  background-position: right bottom 90px;
  background-repeat: no-repeat;
  padding-bottom: 18em;
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .answer.answer--invcalc {
    background-image: url(/graphics/site/quiz/answer_5_chart@2x.png);
  }
}

@media screen and (min-width: 48em) {
  .answer.answer--invcalc {
    background-position: right 30px;
    padding-bottom: 0.625em;
  }
}

@media screen and (min-width: 60em) {
  .answer.answer--invcalc {
    padding-right: 2.5em;
  }
}

.answer.is-showing {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showAnswer;
          animation-name: showAnswer;
  opacity: 1;
}

@-webkit-keyframes showAnswer {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3em, 0, 0);
            transform: translate3d(3em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes showAnswer {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3em, 0, 0);
            transform: translate3d(3em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.answer__subtitle {
  letter-spacing: 0.2em;
  margin: 0 0 0.375em;
  font-weight: normal;
  text-transform: uppercase;
}

.answer__main {
  color: #f2d542;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 0.625em;
}

.answer__desc {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 48em) {
  .answer__desc {
    min-height: 14em;
  }
}

@media screen and (min-width: 54em) {
  .answer__desc {
    font-size: 16px;
    font-size: 1rem;
    min-height: 11em;
  }
}

@media screen and (min-width: 48em) {
  .answer--map .answer__desc,
  .answer--invcalc .answer__desc {
    min-height: 0;
  }
}

@media screen and (min-width: 48em) {
  .answer--two-fig .answer__desc {
    min-height: 25em;
  }
}

@media screen and (min-width: 54em) {
  .answer--two-fig .answer__desc {
    min-height: 21.5em;
  }
}

@media screen and (min-width: 60em) {
  .answer--invcalc .answer__desc {
    max-width: 24em;
  }
}

.answer__figure {
  margin: 0 -2em 0.625em;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 24em) {
  .answer__figure {
    margin: 0 auto 0.625em;
    max-width: 20em;
  }
}

@media screen and (min-width: 48em) {
  .answer__figure {
    position: absolute;
    right: -2.5em;
    top: 2.5em;
    width: 17em;
  }
}

@media screen and (min-width: 54em) {
  .answer__figure {
    top: 2.625em;
    width: 20em;
  }
}

@media screen and (min-width: 60em) {
  .answer__figure {
    right: -1.25em;
  }
}

@media screen and (min-width: 48em) {
  .answer__figure.answer__figure--second {
    top: 16em;
  }
}

@media screen and (min-width: 54em) {
  .answer__figure.answer__figure--second {
    top: 16.5em;
    z-index: 0;
  }
}

.answer.is-showing .answer__figure {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showAnswerFigure;
          animation-name: showAnswerFigure;
}

@media screen and (min-width: 24em) {
  .answer--map .answer__figure {
    max-width: 100%;
  }
}

@media screen and (min-width: 48em) {
  .answer--map .answer__figure {
    position: static;
    width: auto;
  }
}

@media screen and (min-width: 48em) {
  .answer--map .answer__figure {
    max-width: 38.75em;
  }
}

.answer__figure img {
  display: block;
}

@-webkit-keyframes showAnswerFigure {
  from {
    opacity: 0;
    -webkit-transform: translateX(-2em);
            transform: translateX(-2em);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes showAnswerFigure {
  from {
    opacity: 0;
    -webkit-transform: translateX(-2em);
            transform: translateX(-2em);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.answer__next {
  background-color: #f2d542;
  background-image: -webkit-linear-gradient(top, #f4da5a, #f0d02a);
  background-image: linear-gradient(to bottom, #f4da5a, #f0d02a);
  color: #16232a;
  border-radius: 10em;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
  position: absolute;
  bottom: -1.5em;
  border: 2px solid transparent;
  left: 50%;
  margin-left: -4.75em;
  font-weight: bold;
  text-decoration: none;
  padding: 0.875em 2em 0.65em 1.25em;
  position: relative;
}

.answer__next:hover {
  color: black;
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}

.answer__next:focus {
  background-image: -webkit-linear-gradient(top, #f9eaa1, #f4da5a);
  background-image: linear-gradient(to bottom, #f9eaa1, #f4da5a);
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}

.answer__next::before {
  content: '';
  display: block;
  background-image: url(/graphics/site/quiz/sprites.png);
  background-size: 300px 400px;
  width: 1em;
  height: 2em;
  position: absolute;
  background-position: -51px -41px;
  right: 0.75em;
  top: 50%;
  margin-top: -1em;
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .answer__next::before {
    background-image: url(/graphics/site/quiz/sprites@2x.png);
  }
}

.quiz-title {
  color: #f2d542;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showTitle;
          animation-name: showTitle;
}

@-webkit-keyframes showTitle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2em, 0);
            transform: translate3d(0, -2em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes showTitle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2em, 0);
            transform: translate3d(0, -2em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.counter {
  margin: 0 1em 3.125em;
  position: relative;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showCounter;
          animation-name: showCounter;
}

@media screen and (min-width: 48em) {
  .counter {
    margin: 0 0 3.125em;
  }
}

@-webkit-keyframes showCounter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2em, 0);
            transform: translate3d(0, 2em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes showCounter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2em, 0);
            transform: translate3d(0, 2em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.counter__num {
  background-color: #f2d542;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  border-radius: 35px;
  border: 2px solid black;
  text-align: center;
  font-weight: bold;
  margin-left: -18px;
  color: black;
  top: -9px;
  position: absolute;
  -webkit-transition: left ease 0.3s;
  transition: left ease 0.3s;
}

.counter--1 .counter__num {
  left: 0;
}

.counter--2 .counter__num {
  left: 11.1%;
}

.counter--3 .counter__num {
  left: 22.2%;
}

.counter--4 .counter__num {
  left: 33.3%;
}

.counter--5 .counter__num {
  left: 44.4%;
}

.counter--6 .counter__num {
  left: 55.5%;
}

.counter--7 .counter__num {
  left: 66.6%;
}

.counter--8 .counter__num {
  left: 77.7%;
}

.counter--9 .counter__num {
  left: 88.8%;
}

.counter--10 .counter__num {
  left: 100%;
}

.counter--done .counter__num {
  left: 100%;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: counterLeave;
          animation-name: counterLeave;
  opacity: 0;
}

@-webkit-keyframes counterLeave {
  from {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
            transform: translate3d(1em, 0, 0);
  }
}

@keyframes counterLeave {
  from {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
            transform: translate3d(1em, 0, 0);
  }
}

.counter__divs {
  background-color: black;
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.counter__div {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  height: 1em;
  width: 12.5%;
  -webkit-transition: background-color 0.3s ease 0.1s;
  transition: background-color 0.3s ease 0.1s;
}

.no-flexbox.no-flexboxlegacy .counter__div {
  float: left;
}

.counter__div.counter__div--done {
  background-color: #f2d542;
  border-right: 1px solid black;
}

.counter__div:last-child {
  border-right: none;
}

.invcalc {
  background-color: white;
  border-radius: 0.5em;
  color: #555;
  margin: 0 -2em 0.625em;
  padding: 1.25em 1.25em 1.5em;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 48em) {
  .invcalc {
    margin: 0.625em -1.25em 0.625em;
  }
}

@media screen and (min-width: 60em) {
  .invcalc {
    margin: 0.625em 7.5em 0.625em -3.25em;
    padding: 1.875em 3.25em;
  }
}

.invcalc h6 {
  color: #1d8fc6;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 0.75em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.invcalc__form.is-hiding, .invcalc__form.is-hidden {
  display: none;
}

@media screen and (min-width: 60em) {
  .invcalc__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 60em) {
  .invcalc__fields .invcalc__field {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-right: 1em;
  }
}

@media screen and (min-width: 60em) {
  .invcalc__fields .invcalc__field--go {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-right: 0;
    padding-top: 1.3em;
  }
}

@media screen and (min-width: 60em) {
  .invcalc__fields .invcalc__field--go .button {
    height: 35px;
    padding-top: 6px;
  }
}

.invcalc__field {
  padding-bottom: 0.625em;
}

.invcalc__field label {
  font-weight: bold;
}

.invcalc__field-note {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  padding-top: 0.375em;
  color: #999;
}

.invcalc__field--go {
  text-align: center;
}

.invcalc__chart {
  position: relative;
}

@media screen and (min-width: 60em) {
  .invcalc__chart {
    max-width: 20em;
  }
}

.invcalc__chart.is-hidden {
  display: none;
}

.invcalc__result {
  padding-bottom: 1em;
}

.invcalc__result .is-updated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: invcalc_pulse;
  animation-name: invcalc_pulse;
}

@-webkit-keyframes invcalc_pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes invcalc_pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.invcalc__chart-embed {
  margin: 0.625em -1.25em -1.5em;
  padding: 1.5em 1.5em 1em 1em;
  background-color: #16232a;
  opacity: 0;
}

@media screen and (min-width: 60em) {
  .invcalc__chart-embed {
    position: absolute;
    width: 22em;
    right: -23em;
    top: -2.5em;
    bottom: -0.625em;
    z-index: 1;
  }
}

.invcalc__chart.is-showing .invcalc__chart-embed {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showInvCalcChartEmbed;
          animation-name: showInvCalcChartEmbed;
  opacity: 1;
}

.invcalc__chart-embed.is-hidden {
  display: none;
}

@-webkit-keyframes showInvCalcChartEmbed {
  from {
    opacity: 0;
    -webkit-transform: translateX(-1.5em);
            transform: translateX(-1.5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes showInvCalcChartEmbed {
  from {
    opacity: 0;
    -webkit-transform: translateX(-1.5em);
            transform: translateX(-1.5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.invcalc__chart-embed-container {
  height: 180px;
  width: 100%;
}

.invcalc__chart-legend {
  color: white;
}

.inv-calc__chart-legend {
  color: white;
  text-align: center;
  padding: 1.25em 0 0.5em;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 60em) {
  .inv-calc__chart-legend {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 1.75em 0 0;
  }
}

.inv-calc__chart-item--blended,
.inv-calc__chart-item--dow {
  display: inline-block;
  margin: 0 1em;
}

.inv-calc__chart-item--blended:before,
.inv-calc__chart-item--dow:before {
  content: '';
  display: inline-block;
  height: 1em;
  width: 1em;
  border-radius: 2em;
  margin-right: 0.325em;
  position: relative;
  top: 0.2em;
}

.inv-calc__chart-item--blended:before {
  background-color: #fbdd44;
}

.inv-calc__chart-item--dow:before {
  background-color: #75cdf8;
}

.port-blend-chart {
  position: absolute;
  bottom: 0;
  height: 14em;
  left: 0;
  right: 0;
}

@media screen and (min-width: 48em) {
  .port-blend-chart {
    height: auto;
    right: 0;
    left: auto;
    top: 0;
  }
}

.port-blend-chart__title {
  letter-spacing: 0.15em;
  line-height: 1.1;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0.625em;
}

@media screen and (min-width: 24em) {
  .port-blend-chart__title {
    left: auto;
    right: 10em;
    top: 0;
  }
}

@media screen and (min-width: 36em) {
  .port-blend-chart__title {
    top: 0;
  }
}

@media screen and (min-width: 48em) {
  .port-blend-chart__title {
    top: 2.425em;
    right: 8.5em;
    left: auto;
  }
}

@media screen and (min-width: 54em) {
  .port-blend-chart__title {
    right: 9.25em;
  }
}

.port-blend-chart__title strong {
  color: #94d8f9;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.15em;
}

.port-blend-chart__title span {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
}

.port-blend-chart__legend {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.33);
  position: absolute;
  padding: 0.625em 0 0.5em 0.625em;
  width: 13em;
  bottom: -5em;
  left: 50%;
  margin-left: -6.5em;
}

@media screen and (min-width: 36em) {
  .port-blend-chart__legend {
    left: auto;
    right: 18em;
    margin-left: 0;
    bottom: 2.8em;
  }
}

@media screen and (min-width: 48em) {
  .port-blend-chart__legend {
    top: 8em;
    bottom: auto;
    right: -5em;
    left: auto;
  }
}

@media screen and (min-width: 54em) {
  .port-blend-chart__legend {
    top: 8.5em;
  }
}

@media screen and (min-width: 66em) {
  .port-blend-chart__legend {
    top: 8em;
    right: -7em;
  }
}

@media screen and (min-width: 78em) {
  .port-blend-chart__legend {
    top: 0.75em;
    right: -14em;
  }
}

.port-blend-chart__legend.is-hidden {
  display: none;
}

.port-blend-chart__legend__item {
  font-size: 11px;
  font-size: 0.6875rem;
  position: relative;
  padding-left: 1.75em;
  padding-bottom: 0.5em;
}

.port-blend-chart__legend__item strong {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
}

.port-blend-chart__legend__item::before {
  content: '';
  display: block;
  border-radius: 10em;
  width: 1.05em;
  height: 1.05em;
  position: absolute;
  top: 2px;
  left: 0;
}

.port-blend-chart__legend__item--dow::before {
  background-color: #457d98;
}

.port-blend-chart__legend__item--gold::before {
  background-color: #fbdd44;
}

.port-blend-chart__legend__item--silver::before {
  background-color: #3ecd9c;
}

.port-blend-chart__legend__item--blend::before {
  background-color: #ff6941;
}

.yes {
  position: absolute;
  width: 11em;
  left: 50%;
  top: 32em;
  margin-left: -5.5em;
  margin-top: -5.5em;
  z-index: 100;
  height: 11em;
  pointer-events: none;
}

@media screen and (min-width: 36em) {
  .yes {
    height: 20em;
    width: 20em;
    margin-left: -10em;
    margin-top: -10em;
  }
}

.yes__bubble {
  position: absolute;
  width: 11em;
  left: 50%;
  top: 50%;
  margin-left: -5.5em;
  margin-top: -5.5em;
  z-index: 101;
  background-image: -webkit-linear-gradient(top, #5ed5ad, #2cac80);
  background-image: linear-gradient(to bottom, #5ed5ad, #2cac80);
  border-radius: 11em;
  height: 11em;
  box-shadow: 0 14px 80px rgba(0, 0, 0, 0.3);
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showYesBubble;
          animation-name: showYesBubble;
}

@media screen and (min-width: 36em) {
  .yes__bubble {
    height: 20em;
    width: 20em;
    margin-left: -10em;
    margin-top: -10em;
  }
}

@-webkit-keyframes showYesBubble {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes showYesBubble {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.yes__stars-small-wrapper {
  position: absolute;
  width: 11em;
  top: 0;
  left: 0;
  height: 11em;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showYesStars;
          animation-name: showYesStars;
}

@media screen and (min-width: 36em) {
  .yes__stars-small-wrapper {
    width: 20em;
    height: 20em;
  }
}

@-webkit-keyframes showYesStars {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  16% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  82% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes showYesStars {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  16% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  82% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.yes__stars-small {
  position: absolute;
  width: 11em;
  top: 0;
  left: 0;
  height: 11em;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: rotateYesStars;
          animation-name: rotateYesStars;
}

@media screen and (min-width: 36em) {
  .yes__stars-small {
    height: 20em;
    width: 20em;
  }
}

@-webkit-keyframes rotateYesStars {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes rotateYesStars {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.yes__star {
  background: url(/graphics/site/quiz/star_white.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  position: absolute;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: rotateYesStarSingle;
          animation-name: rotateYesStarSingle;
}

@media screen and (min-width: 36em) {
  .yes__star {
    width: 50px;
    height: 50px;
  }
}

@-webkit-keyframes rotateYesStarSingle {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
  }
}

@keyframes rotateYesStarSingle {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
  }
}

.yes__star--1 {
  left: -20px;
  top: -20px;
}

.yes__star--2 {
  right: -20px;
  top: -20px;
}

.yes__star--3 {
  right: -20px;
  bottom: -20px;
}

.yes__star--4 {
  left: -20px;
  bottom: -20px;
}

@keyframes rotateYesStars {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.yes__star-big {
  background: url(/graphics/site/quiz/star_white.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 66px;
  height: 66px;
  position: absolute;
  left: 50%;
  margin-left: -33px;
  top: 34px;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showYesBigStar;
          animation-name: showYesBigStar;
}

@media screen and (min-width: 36em) {
  .yes__star-big {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    top: 80px;
  }
}

@-webkit-keyframes showYesBigStar {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  12% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  18% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  85% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes showYesBigStar {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  12% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  18% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  85% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.yes__message {
  padding-top: 5.125em;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  text-align: center;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showYesMessage;
          animation-name: showYesMessage;
}

@media screen and (min-width: 36em) {
  .yes__message {
    padding-top: 7em;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@-webkit-keyframes showYesMessage {
  from {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes showYesMessage {
  from {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.end {
  background-color: #1a3340;
  border-radius: 0.625em;
  margin-bottom: 3.75em;
  padding: 2.5em 1.25em 1.25em;
  position: relative;
}

@media screen and (min-width: 48em) {
  .end {
    padding: 5em;
  }
}

.end.is-hidden {
  display: none;
}

.end h3 {
  color: #94d8f9;
  text-align: center;
  line-height: 1.2;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.625em;
}

.end__icon {
  background-color: #128354;
  border-radius: 22em;
  height: 10.2em;
  width: 10.2em;
  margin: 0 auto 1.25em;
}

@media screen and (min-width: 48em) {
  .end__icon {
    margin-bottom: 2.5em;
  }
}

.end.is-showing .end__icon {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showEndIcon;
          animation-name: showEndIcon;
}

.end__icon::before {
  content: '';
  display: block;
  background-image: url(/graphics/site/quiz/icon_coffee.png);
  background-size: 82px 104px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 10.2em;
  width: 10.2em;
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .end__icon::before {
    background-image: url(/graphics/site/quiz/icon_coffee@2x.png);
  }
}

@-webkit-keyframes showEndIcon {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes showEndIcon {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

.end__content {
  max-width: 24em;
  margin: 0 auto;
}

.end.is-showing .end__content {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showEndContent;
          animation-name: showEndContent;
}

@-webkit-keyframes showEndContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1.5em, 0);
            transform: translate3d(0, -1.5em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes showEndContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1.5em, 0);
            transform: translate3d(0, -1.5em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.end__cta {
  padding: 1em 0;
  text-align: center;
}

.end__cta .button {
  font-size: 21px;
  font-size: 1.3125rem;
  background-color: #f2d542;
  background-image: -webkit-linear-gradient(top, #f4da5a, #f0d02a);
  background-image: linear-gradient(to bottom, #f4da5a, #f0d02a);
  color: #16232a;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.end__cta .button:hover {
  color: black;
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}

.end__cta .button:focus {
  background-image: -webkit-linear-gradient(top, #f9eaa1, #f4da5a);
  background-image: linear-gradient(to bottom, #f9eaa1, #f4da5a);
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}

.end__cta .button .pdf-title {
  display: block;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}

.end.is-showing .end__cta {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showEndCTA;
          animation-name: showEndCTA;
}

@-webkit-keyframes showEndCTA {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes showEndCTA {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

.end__ty {
  background-color: #16232a;
  border-radius: 0.5em;
  padding: 1.5em 1em;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  max-width: 24em;
  margin: 0 auto;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showEndTY;
          animation-name: showEndTY;
}

.end__ty h6 {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 1em;
  color: #f2d542;
}

.end__ty p:last-of-type {
  padding-bottom: 0;
}

.end__ty a {
  color: #7cd0f9;
}

@-webkit-keyframes showEndTY {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes showEndTY {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.end__form {
  display: none;
  background-color: white;
  color: #555;
  margin: 0 -1.25em -1.25em;
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.4);
  padding: 1.25em;
}

@media screen and (min-width: 24em) {
  .end__form {
    max-width: 22.5em;
    margin: 0 auto 1.25em;
    padding: 1.875em;
  }
}

.end__form label {
  font-weight: bold;
}

.end__form .label__note {
  font-style: italic;
  font-weight: normal;
}

html {
  background-color: #16232a;
}

html, body {
  position: relative;
}

.site-wrapper-outer {
  overflow-x: hidden;
}

@media screen and (min-width: 66em) {
  .site-wrapper-outer {
    overflow-x: visible;
  }
}

.site-header__wrapper {
  background-color: #1a3340;
  margin-bottom: 2.5em;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showHeader;
          animation-name: showHeader;
}

@media screen and (min-width: 48em) {
  .site-header__wrapper {
    padding: 0.625em;
    margin-bottom: 3.125em;
  }
}

@-webkit-keyframes showHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -4em, 0);
            transform: translate3d(0, -4em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes showHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -4em, 0);
            transform: translate3d(0, -4em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.site-header {
  text-align: center;
}

.logo-main {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 0.75em 0.625em 0.5em;
}

@media screen and (min-width: 48em) {
  .logo-main {
    display: inline-block;
    vertical-align: top;
  }
}

.logo-main__logo {
  display: block;
  background-image: url(/graphics/site/quiz/sprites.png);
  background-size: 300px 400px;
  height: 48px;
  background-position: 8px 8px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 206px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .logo-main__logo {
    background-image: url(/graphics/site/quiz/sprites@2x.png);
  }
}

@media screen and (min-width: 48em) {
  .logo-main__logo {
    width: 212px;
  }
}

.site-header__call {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  display: inline-block;
  line-height: 1;
  padding-left: 3em;
  padding-right: 0.25em;
  padding-top: 1em;
  padding-bottom: 1.25em;
  text-align: left;
  position: relative;
}

@media screen and (min-width: 48em) {
  .site-header__call {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-left: 4.375em;
    margin-top: 0.5em;
    vertical-align: top;
    padding-right: 1em;
  }
}

.site-header__call::before {
  background-image: url(/graphics/site/quiz/sprites.png);
  background-size: 300px 400px;
  content: '';
  display: block;
  height: 39px;
  width: 39px;
  background-color: #0c161b;
  border-radius: 39px;
  background-position: 4px -37px;
  position: absolute;
  left: 0;
  top: 0.82em;
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .site-header__call::before {
    background-image: url(/graphics/site/quiz/sprites@2x.png);
  }
}

@media screen and (min-width: 48em) {
  .site-header__call::before {
    left: 1.375em;
    top: 0.45em;
  }
}

.site-header__call span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  padding-bottom: 0.125em;
}

.site-header__call strong {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.site-header__call strong a {
  color: #f2d542;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2.5em;
  color: white;
  opacity: 0.6;
}

.site-footer a {
  color: #94d8f9;
}

.site-footer__disclaimer {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 auto 1.5em;
  max-width: 56em;
}

.site-footer__copy {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
}
