/* 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;
}

* {
  box-sizing: border-box;
}
*,
body {
  font-family: 'Open Sans', sans-serif, Arial;
  font-weight: 300;
}
body {
  background-color: #ececec;
}
html,
body {
  height: 100%;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
}
p {
  margin: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.is-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
}
.is-visually-hidden.focusable:active,
.is-visually-hidden.focusable:focus {
  clip: auto;
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto;
}
.is-visually-shown {
  clip: auto;
  clip: rect(auto auto auto auto);
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto;
}
@media screen and (min-width: 660px) {
  .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: 100%;
  }
}
.lt-ie9 .wrapper {
  min-width: 800px;
  max-width: 1200px;
  margin: auto;
  height: 100%;
}
a {
  color: #d97b00;
  font-weight: 700;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
.parsley-errors-list {
  display: none;
}
.parsley-errors-list.filled {
  display: block;
  margin: -4px 12px 14px;
}
.parsley-errors-list.filled li {
  font-size: 14px;
  color: #ba0000;
}
input.parsley-error {
  border-color: #ba0000;
  color: #ba0000;
}
input.parsley-success {
  border-color: #35bc00;
  color: #35bc00;
}

.analysis {
  padding: 10px 20px;
}
.analysis .heading {
  color: #414141;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 14px;
}
.analysis p {
  color: #414141;
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.answer-options {
  padding: 20px;
  background-color: #fff;
}
@media screen and (min-width: 660px) {
  .answer-options {
    margin: 22px 0 30px;
  }
}
.lt-ie9 .answer-options {
  margin: 22px 0 30px;
}
.answer-options p {
  color: #414141;
  font-size: 1.2rem;
}
.answer-options .options {
  margin: 16px 0;
}
.answer-options .sequence {
  width: 280px;
  margin: auto;
  padding: 4px 0;
}
.answer-options .sequence li {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 8px 0 0;
  text-align: center;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.answer-options .sequence li:last-child {
  margin: 0;
  float: right;
}
.answer-options .sequence li:hover,
.answer-options .sequence li:focus,
.answer-options .sequence li.selected {
  background-color: #fec400;
  border-color: #ecaa00;
}
.answer-options .sequence .image-wrapper {
  cursor: pointer;
  display: block;
}
.answer-options .sequence img {
  width: 60%;
  height: 60%;
  padding: 20%;
  box-sizing: content-box;
}

.begin-test {
  padding: 20px;
}
@media screen and (min-width: 660px) {
  .begin-test {
    max-width: 960px;
    margin: auto;
    padding-top: 34px;
  }
}
.lt-ie9 .begin-test {
  max-width: 960px;
  margin: auto;
  padding-top: 34px;
}
.begin-test .heading {
  color: #414141;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 10px;
}
.begin-test p {
  color: #414141;
  font-size: 1.2rem;
  margin-bottom: 14px;
}
.begin-test .begin-test-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 8px;
  background-color: #414141;
  color: #fec400;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  padding: 8px 16px;
  border: 2px solid #414141;
  width: 100%;
  display: block;
  margin: 16px 0;
}
.begin-test .begin-test-link:hover,
.begin-test .begin-test-link:focus {
  border: 2px solid #fec400;
  color: #fff;
}
.begin-test .begin-test-link.disabled {
  background-color: #b8b8b8;
  color: rgba(255,255,255,0.5);
  touch-events: none;
  cursor: default;
  border: 2px solid #b8b8b8;
}
.begin-test .begin-test-link.disabled:hover,
.begin-test .begin-test-link.disabled:focus {
  text-decoration: none;
  touch-events: none;
  color: rgba(255,255,255,0.5);
  border: 2px solid #b8b8b8;
}

.details-form {
  padding: 8px 20px;
}
@media screen and (min-width: 660px) {
  .details-form {
    max-width: 680px;
    margin: auto;
    padding: 38px 20px;
  }
}
.lt-ie9 .details-form {
  max-width: 680px;
  margin: auto;
  padding: 38px 20px;
}
.details-form .details-form-heading {
  display: block;
  color: #414141;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 660px) {
  .details-form .details-form-heading + p {
    width: 84%;
    margin-bottom: 34px;
  }
}
.lt-ie9 .details-form .details-form-heading + p {
  width: 84%;
  margin-bottom: 34px;
}
.details-form p {
  display: block;
  color: #414141;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.details-form form {
  margin-top: 18px;
}
.details-form label {
  display: block;
  color: #414141;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 0 4px;
}
.details-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  height: 4rem;
  background-color: #fff;
  border: 1px solid #8f8f8f;
  padding: 10px;
  width: 100%;
  font-size: 1.4rem;
  margin: 4px 0 14px;
}
.details-form input[placeholder] {
  color: #414141;
  opactiy: 0.3;
  font-size: 1.4rem;
}
@media screen and (min-width: 660px) {
  .details-form .form-input.password-fields {
    display: block;
    clear: both;
    width: 48%;
    float: left;
  }
  .details-form .form-input.password-fields + .form-input.password-fields {
    float: right;
    clear: right;
    padding-top: 55px;
  }
  .details-form .form-input.half-width {
    float: right;
    width: 48%;
    clear: right;
  }
  .details-form .form-input.half-width:nth-child(odd) {
    float: left;
    width: 48%;
    clear: left;
  }
}
.lt-ie9 .details-form .form-input.password-fields {
  display: block;
  clear: both;
  width: 48%;
  float: left;
}
.lt-ie9 .details-form .form-input.password-fields + .form-input.password-fields {
  float: right;
  clear: right;
  padding-top: 55px;
}
.lt-ie9 .details-form .form-input.half-width {
  float: right;
  width: 48%;
  clear: right;
}
.lt-ie9 .details-form .form-input.half-width:nth-child(odd) {
  float: left;
  width: 48%;
  clear: left;
}
.details-form .submit-form {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 8px;
  background-color: #414141;
  color: #fec400;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  padding: 8px 16px;
  border: 2px solid #414141;
  margin: 20px 0 30px;
  padding: 4px 16px;
}
.details-form .submit-form:hover,
.details-form .submit-form:focus {
  border: 2px solid #fec400;
  color: #fff;
}
.details-form .submit-form.disabled {
  background-color: #b8b8b8;
  color: rgba(255,255,255,0.5);
  touch-events: none;
  cursor: default;
  border: 2px solid #b8b8b8;
}
.details-form .submit-form.disabled:hover,
.details-form .submit-form.disabled:focus {
  text-decoration: none;
  touch-events: none;
  color: rgba(255,255,255,0.5);
  border: 2px solid #b8b8b8;
}
@media screen and (min-width: 660px) {
  .details-form .submit-form {
    float: left;
    margin: 10px 0 20px;
  }
}
.lt-ie9 .details-form .submit-form {
  float: left;
  margin: 10px 0 20px;
}
.details-form .form-input p {
  font-size: 1.2rem;
}

.email-results {
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 660px) {
  .email-results {
    padding: 0;
  }
  .email-results .results-wrapper {
    padding: 20px;
  }
}
.lt-ie9 .email-results {
  padding: 0;
}
.lt-ie9 .email-results .results-wrapper {
  padding: 20px;
}
.email-results .heading {
  color: #414141;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 14px;
}
.email-results p {
  color: #414141;
  font-size: 1.2rem;
  margin-bottom: 14px;
}
.email-results form input {
  background-color: #ececec;
  border: 1px solid #8f8f8f;
  display: block;
  clear: both;
  width: 100%;
  margin: 12px 0;
}
.email-results form input.parsley-error {
  border-color: #ba0000;
  color: #ba0000;
}
.email-results form input.parsley-success {
  border-color: #35bc00;
  color: #35bc00;
}
.email-results form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 8px;
  background-color: #414141;
  color: #fec400;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  padding: 8px 16px;
  border: 2px solid #414141;
  margin-bottom: 24px;
}
.email-results form input[type="submit"]:hover,
.email-results form input[type="submit"]:focus {
  border: 2px solid #fec400;
  color: #fff;
}
.email-results form input[type="submit"].disabled {
  background-color: #b8b8b8;
  color: rgba(255,255,255,0.5);
  touch-events: none;
  cursor: default;
  border: 2px solid #b8b8b8;
}
.email-results form input[type="submit"].disabled:hover,
.email-results form input[type="submit"].disabled:focus {
  text-decoration: none;
  touch-events: none;
  color: rgba(255,255,255,0.5);
  border: 2px solid #b8b8b8;
}
@media screen and (min-width: 660px) {
  .email-results form input[type="submit"] {
    float: right;
    width: 48%;
  }
}
.lt-ie9 .email-results form input[type="submit"] {
  float: right;
  width: 48%;
}
.email-results form input[type="email"],
.email-results form input[type="text"] {
  padding: 10px 8px;
  font-size: 16px;
}
@media screen and (min-width: 660px) {
  .email-results form .input-wrapper {
    width: 48%;
    display: inline-block;
  }
}
.lt-ie9 .email-results form .input-wrapper {
  width: 48%;
  display: inline-block;
}

@media screen and (min-width: 660px) {
  .test-wrapper {
    max-width: 960px;
    margin: auto;
  }
}
.lt-ie9 .test-wrapper {
  max-width: 960px;
  margin: auto;
}
@media screen and (min-width: 660px) {
  .col-half-width-large {
    width: 48%;
    float: left;
  }
  .col-half-width-large + .col-half-width-large {
    float: right;
    width: 50%;
  }
}
.lt-ie9 .col-half-width-large {
  width: 48%;
  float: left;
}
.lt-ie9 .col-half-width-large + .col-half-width-large {
  float: right;
  width: 50%;
}
.example-test-intro {
  padding: 20px;
}
.example-test-intro .heading {
  color: #414141;
  font-size: 1.4rem;
  font-weight: 400;
}
.example-test-intro p {
  color: #414141;
  font-size: 1.2rem;
  font-weight: $thin-font-weight;
  margin-bottom: 14px;
}

.heading-intro {
  background-color: #fec400;
  display: block;
  padding: 0 20px 20px;
}
@media screen and (min-width: 660px) {
  .heading-intro {
    float: left;
    width: 50%;
    min-height: 500px;
    height: 100%;
  }
  .heading-intro .intro-wrapper {
    max-width: 400px;
    float: right;
  }
}
.lt-ie9 .heading-intro {
  float: left;
  width: 50%;
  min-height: 500px;
  height: 100%;
}
.lt-ie9 .heading-intro .intro-wrapper {
  max-width: 400px;
  float: right;
}
.heading-intro .intro-inner {
  background-color: #fec400;
  padding: 20px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 20px #747474;
  -moz-box-shadow: 0 0 20px #747474;
  -o-box-shadow: 0 0 20px #747474;
  box-shadow: 0 0 20px #747474;
}
@media screen and (min-width: 660px) {
  .heading-intro .intro-inner {
    padding-top: 80px;
  }
}
.lt-ie9 .heading-intro .intro-inner {
  padding-top: 80px;
}
.heading-intro .heading-intro-text {
  font-family: Arial;
  color: #fff;
  font-size: 5.8rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.heading-intro .intro-disclaimer {
  color: #414141;
  opacity: 0.5;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.heading-intro .heading-intro-image {
  margin: 4px auto 16px;
  display: block;
  width: 60%;
  max-width: 300px;
}
.test-intro {
  background-color: #ececec;
  display: block;
  padding: 20px;
}
@media screen and (min-width: 660px) {
  .test-intro {
    float: right;
    width: 50%;
    min-height: 500px;
    height: 100%;
    padding: 106px 40px 40px;
  }
  .test-intro .intro-wrapper {
    max-width: 400px;
    float: left;
  }
}
.lt-ie9 .test-intro {
  float: right;
  width: 50%;
  min-height: 500px;
  height: 100%;
  padding: 106px 40px 40px;
}
.lt-ie9 .test-intro .intro-wrapper {
  max-width: 400px;
  float: left;
}
.test-intro .intro-subheading {
  margin: 0 0 12px;
  color: #414141;
  font-size: 2rem;
  font-weight: 400;
}
.test-intro p {
  color: #414141;
  font-size: 1.4rem;
}
.test-intro .intro-continue-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 8px;
  background-color: #414141;
  color: #fec400;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  padding: 8px 16px;
  border: 2px solid #414141;
  width: 100%;
  display: block;
  margin: 16px 0 0;
}
.test-intro .intro-continue-link:hover,
.test-intro .intro-continue-link:focus {
  border: 2px solid #fec400;
  color: #fff;
}
.test-intro .intro-continue-link.disabled {
  background-color: #b8b8b8;
  color: rgba(255,255,255,0.5);
  touch-events: none;
  cursor: default;
  border: 2px solid #b8b8b8;
}
.test-intro .intro-continue-link.disabled:hover,
.test-intro .intro-continue-link.disabled:focus {
  text-decoration: none;
  touch-events: none;
  color: rgba(255,255,255,0.5);
  border: 2px solid #b8b8b8;
}

.level-table {
  padding: 0 20px 10px;
}
.level-table .level-heading {
  color: #414141;
  font-size: 1.4rem;
  font-weight: 400;
}
.level-table p {
  color: #414141;
  font-size: 1.2rem;
}
.level-table .score-table {
  width: 100%;
  margin: 10px 0;
}
.level-table .score-table thead {
  text-align: left;
}
.level-table .score-table tr {
  border-bottom: 1px solid #fff;
}
.level-table .score-table th {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 4px 6px;
  color: #414141;
}
.level-table .score-table td {
  font-size: 1.2rem;
  font-weight: 300;
  padding: 4px 6px;
}
.level-table .score-table tbody tr:hover,
.level-table .score-table tbody tr:focus {
  background-color: #fec400;
  color: #fff;
}
.level-table .score-table tbody tr:hover td,
.level-table .score-table tbody tr:focus td {
  font-weight: 700;
}

.navigation {
  background-color: #fec400;
  height: 44px;
  width: 100%;
  display: block;
}
@media screen and (min-width: 660px) {
  .navigation .nav-wrapper {
    max-width: 960px;
    margin: auto;
  }
}
.lt-ie9 .navigation .nav-wrapper {
  max-width: 960px;
  margin: auto;
}
.navigation .nav-heading {
  display: none;
  display: block;
  color: #414141;
  font-weight: 300;
  float: left;
  padding: 8px 20px;
  font-size: 2rem;
}
@media screen and (min-width: 660px) {
  .navigation .nav-heading {
    padding: 4px 20px;
    font-size: 2.4rem;
  }
}
.lt-ie9 .navigation .nav-heading {
  padding: 4px 20px;
  font-size: 2.4rem;
}
.navigation .icon-Suitcase {
  float: right;
  color: #414141;
  font-size: 3.4rem;
  margin-right: 34px;
  margin-top: 2px;
}
@media screen and (min-width: 660px) {
  .navigation .icon-Suitcase {
    margin-right: 20px;
  }
}
.lt-ie9 .navigation .icon-Suitcase {
  margin-right: 20px;
}

@@-webkit-keyframes expand 0% {
  opacity: 0;
  height: 0;
  max-height: 0;
}
@@-webkit-keyframes expand 100% {
  opacity: 1;
  height: 100%;
  max-height: 4000px;
}
@-moz-keyframes expand {
  0% {
    opacity: 0;
    height: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
    max-height: 4000px;
  }
}
@-o-keyframes expand {
  0% {
    opacity: 0;
    height: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
    max-height: 4000px;
  }
}
@media screen and (min-width: 660px) {
  .results-wrapper {
    max-width: 960px;
    margin: auto;
  }
}
.lt-ie9 .results-wrapper {
  max-width: 960px;
  margin: auto;
}
@media screen and (min-width: 660px) {
  .results-secondary-wrapper {
    width: 80%;
    margin: auto;
  }
}
.lt-ie9 .results-secondary-wrapper {
  width: 80%;
  margin: auto;
}
.results-accordion .accordion {
  margin-bottom: 20px;
}
.results-accordion .accordion > li {
  margin: 0;
  padding: 2px 20px;
  color: #fff;
}
.results-accordion .accordion > li.accordion-item-incorrect .accordion-heading {
  background-color: #ba0000;
}
.results-accordion .accordion > li.accordion-item-incorrect .accordion-heading .result-icon {
  color: #ba0000;
}
.results-accordion .accordion > li.accordion-item-correct .accordion-heading {
  background-color: #35bc00;
}
.results-accordion .accordion > li.accordion-item-correct .accordion-heading .result-icon {
  color: #35bc00;
}
.results-accordion .accordion > li.active .accordion-panel {
  display: block;
  overflow: auto;
}
.results-accordion .accordion > li.active .accordion-heading .accordion-icon {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.results-accordion .accordion > li .accordion-heading {
  margin: 0;
  padding: 14px 10px;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 660px) {
  .results-accordion .accordion > li .accordion-heading {
    padding: 14px 80px;
  }
}
.lt-ie9 .results-accordion .accordion > li .accordion-heading {
  padding: 14px 80px;
}
.results-accordion .accordion > li .accordion-heading .result-icon {
  background-color: #fff;
  border-radius: 50%;
  float: left;
  font-size: 22px;
  display: block;
  margin-top: -4px;
  padding: 1px 1px 1px 2px;
  margin-right: 10px;
}
.results-accordion .accordion > li .accordion-heading .accordion-icon {
  color: #414141;
  background-color: #fff;
  border-radius: 50%;
  float: right;
  font-size: 22px;
  display: block;
  padding: 0 2px 4px;
  margin-top: -4px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.results-accordion .accordion > li .accordion-heading .accordion-icon:after {
  margin-left: 1px;
}
.results-accordion .accordion > li .accordion-panel {
  display: none;
  overflow: hidden;
  background-color: #fff;
  color: #414141;
  padding: 10px;
  -webkit-animation: expand 0.6s linear;
  -moz-animation: expand 0.6s linear;
  -o-animation: expand 0.6s linear;
  animation: expand 0.6s linear;
}
@media screen and (min-width: 660px) {
  .results-accordion .accordion > li .accordion-panel {
    padding: 20px 80px;
  }
}
.lt-ie9 .results-accordion .accordion > li .accordion-panel {
  padding: 20px 80px;
}
.results-accordion .accordion .test-sequence {
  padding: 0;
}
.results-accordion .accordion .test-sequence ul {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 660px) {
  .results-accordion .accordion .test-sequence {
    float: left;
    width: 50%;
  }
  .results-accordion .accordion .test-sequence ul {
    text-align: left;
    border-bottom: 1px solid #ececec;
    width: auto;
    display: inline-block;
  }
}
.lt-ie9 .results-accordion .accordion .test-sequence {
  float: left;
  width: 50%;
}
.lt-ie9 .results-accordion .accordion .test-sequence ul {
  text-align: left;
  border-bottom: 1px solid #ececec;
  width: auto;
  display: inline-block;
}
@-moz-keyframes expand {
  0% {
    opacity: 0;
    height: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
    max-height: 4000px;
  }
}
@-webkit-keyframes expand {
  0% {
    opacity: 0;
    height: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
    max-height: 4000px;
  }
}
@-o-keyframes expand {
  0% {
    opacity: 0;
    height: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
    max-height: 4000px;
  }
}
@keyframes expand {
  0% {
    opacity: 0;
    height: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
    max-height: 4000px;
  }
}

.results-summary {
  padding: 20px 20px 0;
}
@media screen and (min-width: 660px) {
  .results-summary {
    padding: 32px 20px 14px;
  }
}
.lt-ie9 .results-summary {
  padding: 32px 20px 14px;
}
.results-summary .summary-heading {
  color: #414141;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 10px;
}
.results-summary p {
  color: #414141;
  font-size: 1.2rem;
  margin-bottom: 14px;
}
.results-summary p + p {
  font-weight: 400;
}

.test-countdown {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(65,65,65,0.2);
}
@media screen and (min-width: 660px) {
  .test-countdown {
    padding-top: 30px;
  }
}
.lt-ie9 .test-countdown {
  padding-top: 30px;
}
.test-countdown .countdown-heading {
  color: #414141;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 14px 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 660px) {
  .test-countdown .countdown-heading {
    font-size: 2rem;
  }
}
.lt-ie9 .test-countdown .countdown-heading {
  font-size: 2rem;
}
.test-countdown .timer {
  text-align: center;
}
.test-countdown .timer span {
  background-color: #414141;
  border-radius: 4px;
  color: #fec400;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 400;
  height: 60px;
  padding: 8px;
  text-align: center;
  width: 40px;
}
.test-countdown .timer .timer-divider {
  background: none;
  color: rgba(65,65,65,0.5);
  width: 24px;
  padding: 6px;
}

.tabs {
  border-top: 1px solid #414141;
  background-color: #fec400;
  width: 100%;
  zoom: 1;
}
.tabs:after,
.tabs:before {
  content: "";
  display: table;
}
.tabs:after {
  clear: both;
}
@media screen and (min-width: 660px) {
  .tabs {
    background-color: #414141;
  }
}
.lt-ie9 .tabs {
  background-color: #414141;
}
@media screen and (min-width: 660px) {
  .tabs .tabs-wrapper {
    max-width: 960px;
    margin: auto;
  }
  .tabs .tabs-wrapper li {
    background: #fec400;
    width: auto;
    text-align: left;
    padding: 5px 40px;
  }
  .tabs .tabs-wrapper li p {
    display: inline-block;
    color: rgba(255,255,255,0.5);
    font-size: 2rem;
    font-weight: 400;
    margin-left: 6px;
  }
  .tabs .tabs-wrapper li.selected p {
    color: #414141;
  }
}
.lt-ie9 .tabs .tabs-wrapper {
  max-width: 960px;
  margin: auto;
}
.lt-ie9 .tabs .tabs-wrapper li {
  background: #fec400;
  width: auto;
  text-align: left;
  padding: 5px 40px;
}
.lt-ie9 .tabs .tabs-wrapper li p {
  display: inline-block;
  color: rgba(255,255,255,0.5);
  font-size: 2rem;
  font-weight: 400;
  margin-left: 6px;
}
.lt-ie9 .tabs .tabs-wrapper li.selected p {
  color: #414141;
}
.tabs li {
  background: none;
  width: 33.3%;
  float: left;
  height: 40px;
  list-style: none;
  text-align: center;
  padding: 5px 0;
  border-right: 1px solid #414141;
}
.tabs li:last-child {
  border-right: 0;
}
.tabs li p {
  display: none;
}
.tabs li span {
  margin-top: 6px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5);
  width: 30px;
  height: 30px;
  color: #fec400;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  margin: auto;
  padding: 2px;
  text-align: center;
}
.tabs li.selected {
  background-color: #ececec;
}
.tabs li.selected span {
  color: #fff;
  background-color: #414141;
}
.tabs li.completed span {
  background-color: #fff;
}
.tabs li.completed p {
  color: #fff;
}

.test-sequence {
  padding: 10px 20px 20px;
}
.test-sequence .sequence-heading {
  color: #414141;
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  width: 60%;
  margin-bottom: 2px;
}
.test-sequence .result-indicator {
  display: none;
}
.test-sequence .result-indicator.active {
  display: block;
  float: right;
  width: 75px;
  margin: 12px 4px 0 0;
}
.test-sequence .result-indicator.active .result-label {
  color: #ba0000;
  font-size: 1.2rem;
  float: left;
}
.test-sequence .result-indicator.active .result-icon {
  color: #fff;
  background-color: #ba0000;
  border-radius: 50%;
  float: right;
  font-size: 22px;
  display: block;
  margin-top: -2px;
}
.test-sequence .result-indicator.active .result-label.correct {
  color: #35bc00;
}
.test-sequence .result-indicator.active .result-icon.icon-Correct {
  background-color: #35bc00;
}
.test-sequence .sequence {
  margin: auto;
  padding: 16px 0;
  text-align: center;
  width: 282px;
}
.test-sequence .sequence li {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 5px 5px 0;
  text-align: center;
}
.test-sequence .sequence li:last-child {
  margin: 0;
  background-color: #fec400;
  border-color: #ecaa00;
}
.test-sequence .sequence li.placeholder {
  background: none;
  border: 0;
  border-color: #ecaa00;
  width: 40px;
  height: 38px;
  display: inline-block;
}
.test-sequence .sequence li.placeholder span {
  background-color: #fec400;
  border-radius: 50%;
  display: block;
  width: 40px;
  float: left;
  height: 40px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
}
.test-sequence .sequence li .image-wrapper {
  cursor: default;
}
.test-sequence .sequence li img {
  width: 60%;
  height: 60%;
  padding: 20%;
  box-sizing: content-box;
}
.test-sequence .test-navigation {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 8px;
  background-color: #414141;
  color: #fec400;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  padding: 8px 16px;
  border: 2px solid #414141;
  display: inline-block;
  width: 48%;
}
.test-sequence .test-navigation:hover,
.test-sequence .test-navigation:focus {
  border: 2px solid #fec400;
  color: #fff;
}
.test-sequence .test-navigation.disabled {
  background-color: #b8b8b8;
  color: rgba(255,255,255,0.5);
  touch-events: none;
  cursor: default;
  border: 2px solid #b8b8b8;
}
.test-sequence .test-navigation.disabled:hover,
.test-sequence .test-navigation.disabled:focus {
  text-decoration: none;
  touch-events: none;
  color: rgba(255,255,255,0.5);
  border: 2px solid #b8b8b8;
}
.test-sequence .test-navigation:last-child {
  float: right;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?9ghu4i");
  src: url("fonts/icomoon.eot?#iefix9ghu4i") format('embedded-opentype'), url("fonts/icomoon.woff?9ghu4i") format('woff'), url("fonts/icomoon.ttf?9ghu4i") format('truetype'), url("fonts/icomoon.svg?9ghu4i#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Correct:before {
  content: "\e600";
}
.icon-Incorrect:before {
  content: "\e601";
}
.icon-Chevron:before {
  content: "\e602";
}
.icon-Suitcase:before {
  content: "\e603";
}
/*
    t.b. additions below

*/

#checkout-button {
    width: 100%;
}

.general-error {
    margin-bottom: 8px;
    color: #e80c4d;
    font-size: 1.4em;
    font-weight: bold;
}