/* =========================================================================

    Project: ServiceNow Stress Test
    Author: XHTMLized
    Last updated: Wed Jun 24 2015 17:06:16

    1. Normalize
    2. Fullpage
    3. Nouislider
    4. Magnific-popup
    5. Base
    6. Utilities
    7. Layout
    8. Header
    9. Footer
    10. Buttons
    11. Clock-picker
    12. Sections
    13. Cta-buttons
    14. Animated-imgs
    15. Quiz
    16. Full-page
    17. Slider
    18. Pick-answer
    19. Result
    20. Resources
    21. About-us
    22. Form

   ========================================================================= */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */

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 {
  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.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

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

html,
body {
  overflow: visible;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1;
}

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-base:before,
.noUi-base:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  top: 1px;
  display: block;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, transparent 60%);
}

.noUi-base:before {
  left: 33.33%;
}

.noUi-base:after {
  left: 66.66%;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 13px;
}

.noUi-horizontal .noUi-handle {
  width: 43px;
  height: 43px;
  top: -14px;
  left: -21px;
}

/* Styling;
 */

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms;
}

/* Is white */

.noUi-origin {
  border-radius: 2px;
  box-shadow: inset 0 1px 3px -2px #252525;
  background: #fff;
}

.noUi-origin:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  top: -2px;
  display: block;
  pointer-events: none;
  background: url(../img/range-slider/range-slider.png) no-repeat;
  z-index: 0;
  right: -3px;
  background-position: right center;
}

/* Is red */

.noUi-target {
  position: relative;
  border-radius: 4px;
  z-index: 0;
  background: linear-gradient(to right, #b01e33, #f13631);
}

.noUi-target:before,
.noUi-target:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  top: -2px;
  display: block;
  pointer-events: none;
}

.noUi-target:before {
  left: -2px;
  border-radius: 50%;
  background: #b01e33;
}

.noUi-target:after {
  z-index: -1;
  right: -3px;
  border-radius: 50%;
  background: url(../img/range-slider/range-slider.png) no-repeat right center;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */

.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  width: 43px;
  height: 43px;
  top: -21px;
  left: -21px;
  z-index: 10;
  background: url(../img/icons/slider-handle.svg) no-repeat center center;
  cursor: default;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  right: 10px;
  top: 10px;
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }

}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  font-family: "Proxima N W01 Reg", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

a {
  color: #e51b24;
  text-decoration: none;
}

a:hover {
  color: #e51b24;
  text-decoration: underline;
}

/* Hide visually but not from screen readers */

.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Image Replacement */

.ir {
  display: block;
  position: relative;
  overflow: hidden;
}

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Acessibility navigation */

.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

/* Container */

.container {
  position: relative;
  width: 100%;
  max-width: 890px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-narrow {
  max-width: 640px;
}

.container-flexbox {
  position: relative;
  width: 100%;
  padding: 0 20px;
}

.bg-red {
  color: #fff;
  background: #e43833 url(../img/bg-section-gradient.svg) no-repeat center center;
  background-size: cover;
}

.bg-red .result a {
  color: #fff;
  text-decoration: underline;
}

.bg-black,
.bg-gray {
  padding-top: 1px;
  padding-bottom: 1px;
}

.bg-black {
  color: #fff;
  background: #2e2e2e;
}

.bg-black h1 {
  color: #fff;
  text-shadow: 2px 2px 0 #000;
}

.bg-gray {
  color: #2e2e2e;
  background: #f1f1f1;
}

.bg-gray h1 {
  color: #2e2e2e;
  text-shadow: 2px 2px 0 #c1c1c1;
}

/* Header */

.header:after,
.navigation:after,
.navigation ul:after,
.header .container:after {
  content: "";
  display: table;
  clear: both;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0 15px 0;
  width: 100%;
  height: 70px;
  color: #fff;
  background: #2e2e2e;
  z-index: 100;
  box-shadow: 0 0px 10px 0px #000;
}

@media screen and (max-height: 720px) {
  .header {
    padding: 0;
    height: 35px;
  }

}

@media screen and (max-width: 640px) {
  .header {
    padding: 10px 0 10px;
    height: 55px;
  }

}

.site-name {
  float: left;
  padding: 10px 0;
  width: 135px;
  height: 35px;
  text-indent: -9999em;
}

.site-name span {
  background: url(../img/logo.svg) no-repeat center center;
  background-size: contain;
}

.navigation {
  float: right;
}

@media screen and (max-width: 768px) {
  .navigation .navigation-holder {
    position: absolute;
    width: 100%;
    right: 0;
    top: 100%;
    height: 0;
    overflow: hidden;
    background: #2e2e2e;
  }

  .navigation-open .navigation .navigation-holder {
    height: auto;
  }

}

.navigation ul {
  margin: 0;
  padding: 0;
  list-style: inside none;
}

@media screen and (max-width: 768px) {
  .navigation ul {
    padding: 10px 0;
  }

}

.navigation li {
  float: left;
  margin: 0 20px;
}

@media screen and (max-width: 992px) {
  .navigation li {
    margin: 0 15px;
  }

}

@media screen and (max-width: 768px) {
  .navigation li {
    float: none;
    margin: 0;
    text-align: center;
  }

}

.navigation li:last-child {
  margin-right: 0;
}

.navigation a {
  display: block;
  padding: 7px 0 3px;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
  font: 13px/20px "Proxima Nova Soft W03 Medium", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
  .navigation a {
    padding: 5px 20px;
    font-size: 16px;
  }

}

.navigation a.active,
.navigation a:hover {
  text-decoration: none;
  color: #e51b24;
}

.navigation .btn-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .navigation .btn-menu {
    display: block;
  }

}

/* Footer */

.footer {
  clear: both;
  padding: 30px 10px;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  background: #2e2e2e;
}

@-webkit-keyframes btnShake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

}

@keyframes btnShake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

}

/* Icons for buttons */

i {
  display: inline-block;
  background-size: contain;
}

i.brain {
  background: url(../img/icons/brain.svg) no-repeat 0 0;
}

i.pencil {
  background: url(../img/icons/pencil.svg) no-repeat 0 0;
}

i.direction {
  background: url(../img/icons/direction.svg) no-repeat 0 0;
}

button.btn-std,
button.form-control {
  border: 0;
}

.btn-std,
.form-control {
  display: inline-block;
  min-width: 135px;
  border-radius: 20px;
  box-shadow: 4px 4px 0 rgba(46, 46, 46, 0.2);
  padding: 3px 15px 3px 5px;
  font: 15px/32px "Proxima Nova Soft W03 Medium", Arial, Helvetica, sans-serif;
  color: #e51b24;
  background: #fff;
}

.btn-std:hover,
.form-control:hover {
  text-decoration: none;
  color: #e51b24;
}

.btn-std i,
.form-control i {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 7px;
}

.btn-std.invalid-signal,
.invalid-signal.form-control {
  -webkit-animation: quizShakeButton 0.6s;
  animation: quizShakeButton 0.6s;
}

.btn-std.btn-big,
.btn-big.form-control {
  padding: 10px 15px 10px 5px;
  border-radius: 30px;
  font-size: 18px;
}

.btn-alt {
  color: #fff;
  background: #e51b24;
}

.btn-alt:hover {
  color: #fff;
}

.btn-menu {
  padding: 0;
  margin: 0;
  border: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  background: transparent url(../img/icons/menu.svg) no-repeat center center;
  background-size: contain;
}

.btn-add-margin-bottom {
  margin-bottom: 30px;
}

.btn-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.btn-animated {
  -webkit-animation: twinkle 2s infinite;
  animation: twinkle 2s infinite;
}

@-webkit-keyframes twinkle {
  50% {
    color: #fff;
    background-color: transparent;
  }

}

@keyframes twinkle {
  50% {
    color: #fff;
    background-color: transparent;
  }

}

.clock-picker-group {
  padding: 0;
  margin: 40px auto 0;
  max-width: 880px;
  list-style: none;
  font-size: 0;
}

@media screen and (max-height: 720px) {
  .clock-picker-group {
    margin-top: 20px;
  }

}

.clock-picker-item {
  display: inline-block;
  padding: 0 20px;
  width: 25%;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .clock-picker-item {
    width: 50%;
  }

}

@media screen and (max-width: 640px) {
  .clock-picker-item {
    width: 100%;
  }

}

.clock-picker-title {
  font-family: "Proxima N W01 Cd Black", Arial, Helvetica, sans-serif;
  font-size: 54px;
}

@media screen and (max-width: 992px) {
  .clock-picker-title {
    font-size: 40px;
  }

}

@media screen and (max-width: 768px) {
  .clock-picker-title {
    line-height: 1;
  }

}

@media screen and (max-height: 720px) {
  .clock-picker-title {
    font-size: 36px;
    line-height: 1;
  }

}

.clock-picker-text {
  font-size: 15px;
  line-height: 1.33;
}

@media screen and (max-width: 768px) {
  .clock-picker-text {
    margin-bottom: 40px;
  }

}

@media screen and (max-height: 720px) {
  .clock-picker-text {
    font-size: 14px;
    line-height: 1.2;
  }

}

@media screen and (max-height: 720px) {
  .clock-picker-clock {
    width: 75%;
    margin: -15px auto;
  }

}

.clock-picker-clock > svg {
  max-width: 100%;
}

.section {
  text-align: center;
}

.section .desc {
  font: 20px/25px "Proxima Nova Soft W03 Medium", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 640px) {
  .section .desc {
    font-size: 16px;
    line-height: 20px;
  }

}

.section .opacitize {
  opacity: 0;
  transition: opacity 0.3s;
}

@media screen and (max-width: 640px) {
  .section .opacitize {
    opacity: 1;
  }

}

.section .slide-down,
.section .slide-up {
  transition: -webkit-transform 0s 0.2s, opacity 0.2s;
  transition: transform 0s 0.2s, opacity 0.2s;
  opacity: 0;
}

.section .slide-down {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.section .slide-up {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.section.active .opacitize {
  opacity: 1;
}

.section.active .slide-down,
.section.active .slide-up {
  transition: -webkit-transform 0.2s 0.1s, opacity 0.2s;
  transition: transform 0.2s 0.1s, opacity 0.2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.section-1 h1 {
  margin: 0 auto 35px;
  max-width: 780px;
  width: 100%;
  height: 0;
  padding-top: 49.74%;
  text-indent: -9999em;
}

@media screen and (max-height: 720px) {
  .section-1 h1 {
    margin-bottom: 15px;
    width: 50%;
    padding-top: 30%;
  }

}

.section-1 h1 span {
  background: transparent url(../img/txt/how-stressed-are-you2.svg) no-repeat center center;
  background-size: contain;
}

.section-2 h1 {
  margin: 0 auto 35px;
  max-width: 655px;
  width: 100%;
  height: 0;
  padding-top: 27.3%;
  text-indent: -9999em;
}

@media screen and (max-width: 640px) {
  .section-2 h1 {
    padding-top: 36%;
  }

}

@media screen and (max-height: 720px) {
  .section-2 h1 {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    margin: -20px auto -10px;
  }

}

.section-2 h1 span {
  background: url(../img/txt/the-stress-test2.svg) no-repeat center center;
  background-size: contain;
}

.section-2 p {
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
}

h1.result-header {
  margin: 0 auto 25px;
  max-width: 614px;
  width: 100%;
  height: 0;
  padding-top: 12.37%;
  text-indent: -9999em;
}

@media screen and (max-width: 640px) {
  h1.result-header {
    padding-top: 33%;
  }

}

h1.result-header span {
  background: url(../img/txt/your-results2.svg) no-repeat center center;
  background-size: contain;
}

.section-results-inner {
  position: relative;
}

.section-results h1 {
  font: 55px/50px "Proxima N W01 Cd Black", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .section-results h1 {
    margin-bottom: 0;
    font-size: 44px;
    line-height: 1;
  }

}

.demo-today {
  padding: 1px 0 175px;
  position: relative;
  overflow: hidden;
}

.demo-today p {
  max-width: 500px;
  margin: 30px auto;
}

.demo-today:before,
.demo-today:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 50%;
}

.demo-today:before {
  width: 210px;
  height: 160px;
  margin: 0 0 0 -85px;
  background: url(../img/service-now-demo2.svg) no-repeat center top;
}

.demo-today:after {
  max-width: 840px;
  width: 100%;
  height: 50px;
  margin: 0 0 0 -420px;
  background: url(../img/results/shadow.png) no-repeat center bottom;
}

@media screen and (max-width: 768px) {
  .demo-today:after {
    margin: 0;
    left: 0;
  }

}

.demo-today .cta-buttons {
  margin: 30px auto;
}

.end-service {
  padding-top: 60px;
}

.end-service h2 {
  font-size: 18px;
}

.end-service .end-service-text {
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  line-height: 1.66;
}

.end-service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.end-service-list-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-bottom: 60px;
}

.end-service-list-item.special a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .end-service-list-item {
    width: 100%;
  }

}

.end-service-list-item:nth-child(odd) {
  padding-right: 75px;
}

@media screen and (max-width: 768px) {
  .end-service-list-item:nth-child(odd) {
    padding-right: 25px;
  }

}

@media screen and (max-width: 640px) {
  .end-service-list-item:nth-child(odd) {
    padding-right: 0;
  }

}

.end-service-list-item:nth-child(even) {
  padding-left: 75px;
}

@media screen and (max-width: 768px) {
  .end-service-list-item:nth-child(even) {
    padding-left: 25px;
  }

}

@media screen and (max-width: 640px) {
  .end-service-list-item:nth-child(even) {
    padding-left: 0;
  }

}

.end-service-list-image {
  max-width: 100%;
}

.end-service-list-title {
  text-transform: uppercase;
  font-family: "Proxima N W01 Cd Black", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.end-service-list-text {
  font-size: 15px;
  line-height: 1.66;
}

.cta-buttons {
  margin: 60px auto;
  padding: 0;
  font-size: 0;
}

@media screen and (max-height: 720px) {
  .cta-buttons {
    margin: 20px auto;
  }

}

.cta-buttons.with-copy {
  margin: 0 auto 40px;
}

.cta-buttons.with-copy p {
  margin-top: 0;
  margin-bottom: 20px;
}

.cta-buttons li {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  border-left: 1px solid #fff;
}

.cta-buttons li:first-child {
  border: 0;
}

@media screen and (max-width: 640px) {
  .cta-buttons li {
    display: block;
    border: 0;
  }

}

.cta-buttons li p {
  font-size: 15px;
  line-height: 1.2;
}

.cta-buttons li .btn + .btn {
  margin-top: 10px;
  display: block;
}

.cta-buttons-double {
  margin-top: 15px;
}

.cta-buttons-double li {
  text-align: left;
  width: 50%;
}

.cta-buttons-double li:first-child {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .cta-buttons-double li {
    width: 100%;
  }

  .cta-buttons-double li a {
    width: 100%;
    text-align: center;
  }

}

.cta-buttons-triple {
  margin: 15px -40px 0;
}

@media screen and (max-width: 768px) {
  .cta-buttons-triple {
    margin: 20px 0 0;
  }

}

.cta-buttons-triple li {
  text-align: center;
  width: 33.33%;
  padding: 10px 5px;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  .cta-buttons-triple li {
    width: 100%;
  }

  .cta-buttons-triple li a {
    width: 100%;
    text-align: center;
  }

}

.cta-buttons-triple [class^="btn"] {
  width: 155px;
}

.q1-img-few-years-old,
.q1-img-brand-new,
.q1-img-nearing-retirement,
.q1-img-prehistoric,
.q4-img-frustration,
.result-stressed {
  position: relative;
  margin: 0 auto;
  background-color: #f1f1f1;
}

.q1-img-few-years-old span,
.q1-img-brand-new span,
.q1-img-nearing-retirement span,
.q1-img-prehistoric span,
.q4-img-frustration span,
.result-stressed span {
  display: block;
  position: absolute;
}

.slider-imgs:before {
  display: block;
  content: '';
  position: absolute;
  top: 1px;
  left: 16px;
  width: 234px;
  height: 234px;
  background: url(../img/bg_circle.svg) no-repeat 0 0;
}

.q1-img-brand-new {
  width: 255px;
  height: 244px;
  background: url(../img/brand-new/base.svg) no-repeat center center;
}

.q1-img-brand-new .star {
  background: url(../img/brand-new/star.svg) no-repeat center center;
  background-size: contain;
  /* left: */
  /* right: */
}

.q1-img-brand-new .star-1 {
  top: 27px;
  left: -4px;
  width: 7px;
  height: 7px;
  -webkit-animation: flickering 3s infinite;
  animation: flickering 3s infinite;
}

.q1-img-brand-new .star-2 {
  top: 90px;
  left: -14px;
  width: 14px;
  height: 14px;
  -webkit-animation: flickering 3s infinite 1s;
  animation: flickering 3s infinite 1s;
}

.q1-img-brand-new .star-3 {
  top: 52px;
  right: 5px;
  width: 8px;
  height: 8px;
  -webkit-animation: flickering 2s infinite 0.3s;
  animation: flickering 2s infinite 0.3s;
}

.q1-img-brand-new .star-4 {
  top: 73px;
  right: -23px;
  width: 15px;
  height: 15px;
  -webkit-animation: flickering 3s infinite;
  animation: flickering 3s infinite;
}

.q1-img-brand-new .star-5 {
  top: 112px;
  right: -22px;
  width: 3px;
  height: 3px;
  -webkit-animation: flickering 2s infinite 1s;
  animation: flickering 2s infinite 1s;
}

.q1-img-brand-new .star-6 {
  top: 139px;
  right: -32px;
  width: 5px;
  height: 5px;
  -webkit-animation: flickering 3s infinite 0.3s;
  animation: flickering 3s infinite 0.3s;
}

.q1-img-brand-new .dot {
  background: url(../img/brand-new/dot.svg) no-repeat center center;
  background-size: contain;
  /* left: */
  /* right: */
}

.q1-img-brand-new .dot-1 {
  left: 3px;
  top: 55px;
  width: 8px;
  height: 8px;
  -webkit-animation: flickering 2s infinite 0.8s;
  animation: flickering 2s infinite 0.8s;
}

.q1-img-brand-new .dot-2 {
  left: 24px;
  top: 106px;
  width: 6px;
  height: 6px;
  -webkit-animation: flickering 2s infinite 0.4s;
  animation: flickering 2s infinite 0.4s;
}

.q1-img-brand-new .dot-3 {
  left: -27px;
  top: 134px;
  width: 4px;
  height: 4px;
  -webkit-animation: flickering 2s infinite 0.2s;
  animation: flickering 2s infinite 0.2s;
}

.q1-img-brand-new .dot-4 {
  right: 14px;
  top: 27px;
  width: 4px;
  height: 4px;
  -webkit-animation: flickering 2s infinite 0.8s;
  animation: flickering 2s infinite 0.8s;
}

.q1-img-brand-new .dot-5 {
  right: -2px;
  top: 109px;
  width: 11px;
  height: 11px;
  -webkit-animation: flickering 2s infinite 0.8s;
  animation: flickering 2s infinite 0.8s;
}

@-webkit-keyframes flickering {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

}

@keyframes flickering {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

}

.q1-img-few-years-old {
  width: 255px;
  height: 244px;
  background: url(../img/few-years-old/base.svg) no-repeat center center;
}

.q1-img-few-years-old .cloud-1 {
  width: 22px;
  height: 15px;
  top: 115px;
  right: 32px;
  background: url(../img/few-years-old/cloud1.svg) no-repeat center center;
  background-size: contain;
  -webkit-animation: swaying 5s infinite;
  animation: swaying 5s infinite;
}

.q1-img-few-years-old .cloud-2 {
  width: 11px;
  height: 8px;
  top: 125px;
  right: 56px;
  background: url(../img/few-years-old/cloud2.svg) no-repeat center center;
  background-size: contain;
  -webkit-animation: swaying 4.5s infinite;
  animation: swaying 4.5s infinite;
}

.q1-img-few-years-old .cloud-3 {
  width: 18px;
  height: 11px;
  top: 136px;
  right: 48px;
  background: url(../img/few-years-old/cloud3.svg) no-repeat center center;
  background-size: contain;
  -webkit-animation: swaying 4s infinite;
  animation: swaying 4s infinite;
}

.q1-img-few-years-old .cloud-4 {
  width: 25px;
  height: 16px;
  top: 132px;
  right: 19px;
  background: url(../img/few-years-old/cloud4.svg) no-repeat center center;
  background-size: contain;
  -webkit-animation: swaying 5.5s infinite;
  animation: swaying 5.5s infinite;
}

.q1-img-few-years-old .cloud-5 {
  width: 39px;
  height: 28px;
  top: 153px;
  right: 46px;
  background: url(../img/few-years-old/cloud5.svg) no-repeat center center;
  background-size: contain;
  -webkit-animation: swaying 4.5s infinite;
  animation: swaying 4.5s infinite;
}

.q1-img-few-years-old .cloud-6 {
  width: 38px;
  height: 27px;
  top: 150px;
  right: -1px;
  background: url(../img/few-years-old/cloud3.svg) no-repeat center center;
  background-size: contain;
  -webkit-animation: swaying 4s infinite;
  animation: swaying 4s infinite;
}

@-webkit-keyframes swaying {
  0%, 100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }

  33% {
    -webkit-transform: rotate(-11deg) translateX(-3px);
    transform: rotate(-11deg) translateX(-3px);
  }

  66% {
    -webkit-transform: rotate(10deg) translateX(3px);
    transform: rotate(10deg) translateX(3px);
  }

}

@keyframes swaying {
  0%, 100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }

  33% {
    -webkit-transform: rotate(-11deg) translateX(-3px);
    transform: rotate(-11deg) translateX(-3px);
  }

  66% {
    -webkit-transform: rotate(10deg) translateX(3px);
    transform: rotate(10deg) translateX(3px);
  }

}

.q1-img-nearing-retirement {
  width: 255px;
  height: 244px;
  background: url(../img/nearing-retirement/base.svg) no-repeat center center;
  background-size: contain;
}

.q1-img-nearing-retirement .ball {
  width: 7px;
  height: 21px;
  top: 53.3px;
  background: url(../img/nearing-retirement/ball.svg) no-repeat center bottom;
  background-size: contain;
}

.q1-img-nearing-retirement .ball-1 {
  right: 131px;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation: cradleballsLeft 0.7s ease-in-out 0s infinite alternate;
  animation: cradleballsLeft 0.7s ease-in-out 0s infinite alternate;
}

.q1-img-nearing-retirement .ball-2 {
  right: 107px;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation: cradleballsRight 0.7s ease-in-out 0s infinite alternate;
  animation: cradleballsRight 0.7s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes cradleballsLeft {
  0% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }

  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

}

@keyframes cradleballsLeft {
  0% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }

  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

}

@-webkit-keyframes cradleballsRight {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }

}

@keyframes cradleballsRight {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }

}

.q1-img-prehistoric {
  width: 255px;
  height: 244px;
  background: url(../img/prehistoric/base.svg) no-repeat center center;
}

.q1-img-prehistoric .spider {
  left: 28px;
  top: 75px;
  width: 22px;
  height: 22px;
  background: url(../img/prehistoric/spider.svg) no-repeat center center;
  -webkit-animation: spiderMoving 3s ease-in-out 1s infinite;
  animation: spiderMoving 3s ease-in-out 1s infinite;
}

.q1-img-prehistoric .line {
  left: 39px;
  top: 33px;
  width: 1px;
  height: 44px;
  background: #fff;
  -webkit-animation: lineStreching 3s ease-in-out 1s infinite;
  animation: lineStreching 3s ease-in-out 1s infinite;
}

@-webkit-keyframes spiderMoving {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15%, 25%, 35% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }

  20%, 30% {
    -webkit-transform: translateY(23px);
    transform: translateY(23px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

}

@keyframes spiderMoving {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15%, 25%, 35% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }

  20%, 30% {
    -webkit-transform: translateY(23px);
    transform: translateY(23px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

}

@-webkit-keyframes lineStreching {
  0%, 100% {
    height: 49px;
    transition: height 0.1s ease-in-out;
  }

  15%, 25%, 35% {
    height: 69px;
    transition: height 0.1s ease-in-out;
  }

  20, 30% {
    height: 69px;
    transition: height 0.1s ease-in-out;
  }

}

@keyframes lineStreching {
  0%, 100% {
    height: 49px;
    transition: height 0.1s ease-in-out;
  }

  15%, 25%, 35% {
    height: 69px;
    transition: height 0.1s ease-in-out;
  }

  20, 30% {
    height: 69px;
    transition: height 0.1s ease-in-out;
  }

}

.q4-img-frustration {
  width: 212px;
  height: 212px;
  background: url(../img/question-4/base.svg) no-repeat center center;
}

.q4-img-frustration .envelope {
  background: url(../img/question-4/envelope-left.svg) no-repeat center center;
  background-size: contain;
}

.q4-img-frustration .envelope-right {
  background-image: url(../img/question-4/envelope-right.svg);
}

.q4-img-frustration .envelope-1 {
  right: -2px;
  top: 71px;
  width: 58px;
  height: 45px;
  -webkit-animation: flickering 2s infinite;
  animation: flickering 2s infinite;
}

.q4-img-frustration .envelope-2 {
  right: -34px;
  top: 27px;
  width: 38px;
  height: 28px;
  -webkit-animation: flickering 2s infinite 0.5s;
  animation: flickering 2s infinite 0.5s;
}

.q4-img-frustration .envelope-3 {
  right: -19px;
  top: 122px;
  width: 44px;
  height: 34px;
  -webkit-animation: flickering 2s infinite 0.2s;
  animation: flickering 2s infinite 0.2s;
}

.q4-img-frustration .envelope-4 {
  left: -27px;
  top: 35px;
  width: 28px;
  height: 22px;
  -webkit-animation: flickering 2s infinite 0.8s;
  animation: flickering 2s infinite 0.8s;
}

.q4-img-frustration .envelope-5 {
  left: -58px;
  top: 69px;
  width: 44px;
  height: 34px;
  -webkit-animation: flickering 2s infinite 0.2s;
  animation: flickering 2s infinite 0.2s;
}

.q4-img-frustration .envelope-6 {
  left: -33px;
  top: 116px;
  width: 28px;
  height: 20px;
  -webkit-animation: flickering 2s infinite 0.8s;
  animation: flickering 2s infinite 0.8s;
}

.q4-img-frustration .envelope-7 {
  right: 17px;
  top: 12px;
  width: 38px;
  height: 28px;
  -webkit-animation: flickering 2s infinite 0.5s;
  animation: flickering 2s infinite 0.5s;
}

.q4-img-frustration .envelope-8 {
  right: -47px;
  top: 75px;
  width: 28px;
  height: 20px;
  -webkit-animation: flickering 2s infinite 1s;
  animation: flickering 2s infinite 1s;
}

.result-stressed {
  width: 276px;
  height: 264px;
  background: url(../img/results/stressed2.svg) no-repeat center center;
}

.result-stressed .decor-left {
  top: 55px;
  left: -50px;
  width: 91px;
  height: 45px;
  background: url(../img/results/decor-left.svg) no-repeat center center;
}

.result-stressed .decor-right {
  bottom: 30px;
  right: -15px;
  width: 74px;
  height: 32px;
  background: url(../img/results/decor-right.svg) no-repeat center center;
}

.result-stressed .bolts {
  width: 32px;
  height: 25px;
  background: url(../img/results/bolts.svg) no-repeat center center;
}

.result-stressed .bolts-1 {
  top: 10px;
  left: 125px;
  -webkit-animation: lightening1 0.2s infinite;
  animation: lightening1 0.2s infinite;
}

.result-stressed .bolts-2 {
  top: 60px;
  left: 60px;
  -webkit-animation: lightening2 0.2s infinite;
  animation: lightening2 0.2s infinite;
}

.result-stressed .bolts-3 {
  top: 60px;
  right: 45px;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation: lightening3 0.2s infinite;
  animation: lightening3 0.2s infinite;
}

@-webkit-keyframes lightening1 {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  33% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  66% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

}

@keyframes lightening1 {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  33% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  66% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

}

@-webkit-keyframes lightening2 {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(-60deg);
    transform: translateX(0) rotate(-60deg);
  }

  33% {
    -webkit-transform: translateX(-2px) rotate(-60deg);
    transform: translateX(-2px) rotate(-60deg);
  }

  66% {
    -webkit-transform: translateX(2px) rotate(-60deg);
    transform: translateX(2px) rotate(-60deg);
  }

}

@keyframes lightening2 {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(-60deg);
    transform: translateX(0) rotate(-60deg);
  }

  33% {
    -webkit-transform: translateX(-2px) rotate(-60deg);
    transform: translateX(-2px) rotate(-60deg);
  }

  66% {
    -webkit-transform: translateX(2px) rotate(-60deg);
    transform: translateX(2px) rotate(-60deg);
  }

}

@-webkit-keyframes lightening3 {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(60deg);
    transform: translateX(0) rotate(60deg);
  }

  33% {
    -webkit-transform: translateX(-2px) rotate(60deg);
    transform: translateX(-2px) rotate(60deg);
  }

  66% {
    -webkit-transform: translateX(2px) rotate(60deg);
    transform: translateX(2px) rotate(60deg);
  }

}

@keyframes lightening3 {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(60deg);
    transform: translateX(0) rotate(60deg);
  }

  33% {
    -webkit-transform: translateX(-2px) rotate(60deg);
    transform: translateX(-2px) rotate(60deg);
  }

  66% {
    -webkit-transform: translateX(2px) rotate(60deg);
    transform: translateX(2px) rotate(60deg);
  }

}

.quiz-bw-img {
  display: block;
}

.quiz-no,
.quiz-yes,
.quiz-maybe {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

.quiz-no {
  background: transparent url(../img/question-3/no-bw.svg) no-repeat center center;
}

.no-touch .quiz-no:hover,
input[checked="checked"] + .quiz-no,
input:checked + .quiz-no {
  background-image: url(../img/question-3/no.svg);
}

.quiz-yes {
  background: transparent url(../img/question-3/yes-bw.svg) no-repeat center center;
}

.no-touch .quiz-yes:hover,
input[checked="checked"] + .quiz-yes,
input:checked + .quiz-yes {
  background-image: url(../img/question-3/yes.svg);
}

.quiz-maybe {
  background: transparent url(../img/question-3/maybe-bw.svg) no-repeat center center;
}

.no-touch .quiz-maybe:hover,
input[checked="checked"] + .quiz-maybe,
input:checked + .quiz-maybe {
  background-image: url(../img/question-3/maybe.svg);
}

.quiz-coffee,
.quiz-bulb,
.quiz-faster,
.quiz-happy {
  width: 175px;
  height: 175px;
  margin: 0 auto;
  display: block;
}

.quiz-coffee {
  background: transparent url(../img/question-5/coffee-bw.svg) no-repeat center center;
}

.no-touch .quiz-coffee:hover,
input[checked="checked"] + .quiz-coffee,
input:checked + .quiz-coffee {
  background-image: url(../img/question-5/coffee.svg);
}

.quiz-faster {
  background: transparent url(../img/question-5/faster-bw.svg) no-repeat center center;
}

.no-touch .quiz-faster:hover,
input[checked="checked"] + .quiz-faster,
input:checked + .quiz-faster {
  background-image: url(../img/question-5/faster.svg);
}

.quiz-bulb {
  background: transparent url(../img/question-5/bulb-bw.svg) no-repeat center center;
}

.no-touch .quiz-bulb:hover,
input[checked="checked"] + .quiz-bulb,
input:checked + .quiz-bulb {
  background-image: url(../img/question-5/bulb.svg);
}

.quiz-happy {
  background: transparent url(../img/question-5/happy-bw.svg) no-repeat center center;
}

.no-touch .quiz-happy:hover,
input[checked="checked"] + .quiz-happy,
input:checked + .quiz-happy {
  background-image: url(../img/question-5/happy.svg);
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

#result-handling .result-img {
  width: 309px;
  height: 263px;
  position: relative;
  margin: 0 auto;
  background: url(../img/results/handling2.svg) no-repeat left top;
}

@media screen and (max-width: 640px) {
  #result-handling .result-img {
    width: 280px;
    background-size: contain;
  }

}

#result-handling .result-img span {
  display: block;
  position: absolute;
}

#result-handling .result-img .lifebuoy {
  width: 66px;
  height: 66px;
  top: 125px;
  right: 5px;
  background: url(../img/results/lifebuoy2.svg) no-repeat center center;
  -webkit-animation: rotating 4s infinite;
  animation: rotating 4s infinite;
}

#result-acting .result-img {
  position: relative;
  width: 278px;
  height: 264px;
  margin: 0 auto;
  background: url(../img/results/acting2.svg) no-repeat center center;
}

#result-acting .result-img span {
  display: block;
  position: absolute;
}

#result-acting .result-img .dot {
  background: #fff;
  border-radius: 50%;
}

#result-acting .result-img .dot-1 {
  -webkit-animation: flickering 2s infinite 0.2s;
  animation: flickering 2s infinite 0.2s;
  top: 100px;
  left: -8px;
  width: 4px;
  height: 4px;
}

#result-acting .result-img .dot-2 {
  -webkit-animation: flickering 2s infinite 0.4s;
  animation: flickering 2s infinite 0.4s;
  width: 10px;
  height: 10px;
  top: 125px;
  left: -30px;
}

#result-acting .result-img .dot-3 {
  -webkit-animation: flickering 2s infinite 1s;
  animation: flickering 2s infinite 1s;
  width: 8px;
  height: 8px;
  top: 90px;
  right: -10px;
}

#result-acting .result-img .dot-4 {
  -webkit-animation: flickering 2s infinite 0.8s;
  animation: flickering 2s infinite 0.8s;
  width: 6px;
  height: 6px;
  top: 136px;
  right: -36px;
}

#result-acting .result-img .star {
  background: url(../img/results/star.svg) no-repeat center center;
  background-size: contain;
}

#result-acting .result-img .star-1 {
  -webkit-animation: flickering 2s infinite;
  animation: flickering 2s infinite;
  width: 11px;
  height: 11px;
  top: 180px;
  left: -5px;
}

#result-acting .result-img .star-2 {
  -webkit-animation: flickering 2s infinite 0.8s;
  animation: flickering 2s infinite 0.8s;
  width: 10px;
  height: 10px;
  top: 105px;
  left: 20px;
}

#result-acting .result-img .star-3 {
  -webkit-animation: flickering 2s infinite 0.2s;
  animation: flickering 2s infinite 0.2s;
  width: 16px;
  height: 16px;
  top: 80px;
  left: 55px;
}

#result-acting .result-img .star-4 {
  -webkit-animation: flickering 2s infinite 0.4s;
  animation: flickering 2s infinite 0.4s;
  width: 6px;
  height: 6px;
  top: 62px;
  right: 10px;
}

#result-acting .result-img .star-5 {
  -webkit-animation: flickering 2s infinite;
  animation: flickering 2s infinite;
  width: 11px;
  height: 11px;
  top: 126px;
  right: 15px;
}

#result-acting .result-img .star-6 {
  -webkit-animation: flickering 2s infinite 0.2s;
  animation: flickering 2s infinite 0.2s;
  width: 7px;
  height: 7px;
  top: 105px;
  right: 24px;
}

@-webkit-keyframes quizShakeButton {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

}

@keyframes quizShakeButton {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

}

.quiz {
  background: #f1f1f1;
}

.quiz-inner,
.quiz-inner-wide {
  position: relative;
  padding: 40px 30px 60px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-height: 720px) {
  .quiz-inner,
  .quiz-inner-wide {
    padding-bottom: 30px;
  }

}

.quiz-inner {
  max-width: 830px;
}

@media screen and (max-width: 992px) {
  .quiz-inner {
    max-width: 670px;
  }

}

.quiz-inner-wide {
  max-width: 920px;
}

.quiz-note {
  margin-top: -10px;
  font-size: 13px;
}

.quiz-button-up,
.quiz-button-down {
  position: relative;
  z-index: 1;
  border: 0 none;
  text-indent: -9999em;
  position: absolute;
  left: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
}

.quiz-button-up {
  top: 0;
  margin-left: -31px;
  width: 62px;
  height: 34px;
  background-image: url(../img/button-up.svg);
}

.quiz-button-down {
  bottom: 0;
  margin-left: -48.5px;
  width: 97px;
  height: 50px;
  background-image: url(../img/button-down-reverse.svg);
}

.quiz-button-down.invalid-signal {
  -webkit-animation: quizShakeButton 0.6s;
  animation: quizShakeButton 0.6s;
}

.quiz h1 {
  text-align: center;
  color: #000;
  font-size: 36px;
  line-height: 40px;
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .quiz h1 {
    font-size: 28px;
    line-height: 1.1;
  }

}

@media screen and (max-height: 720px) {
  .quiz h1 {
    font-size: 26px;
    line-height: 1;
  }

}

.quiz h1 small {
  display: block;
  font: 15px/24px "Proxima N W01 Cd Black", Arial, Helvetica, sans-serif;
  color: #2e2e2e;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.quiz-answer {
  font: 54px/1 "Proxima N W01 Cd Black", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .quiz-answer {
    font-size: 40px;
  }

}

@media screen and (max-width: 640px) {
  .quiz-answer {
    font-size: 32px;
  }

}

.quiz-answer small {
  display: block;
  font: 15px/1 "Proxima N W01 Reg", Arial, Helvetica, sans-serif;
  text-transform: none;
}

.quiz-answer-b {
  font: 15px/18px "Proxima N W01 Reg", Arial, Helvetica, sans-serif;
}

.full-page {
  position: absolute;
  right: 0;
  left: 0;
  top: 70px;
  min-height: calc(100% - 70px);
}

@media screen and (max-height: 720px) {
  .full-page {
    top: 35px;
    min-height: calc(100% - 35px);
  }

}

@media screen and (max-width: 640px) {
  .full-page {
    top: 55px;
    min-height: calc(100% - 55px);
  }

}

.full-page.lock {
  height: calc(100% - 70px);
  overflow: hidden;
}

.full-page-item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  min-height: 100vh;
  display: table;
  height: 0;
}

.full-page-item.not-active {
  display: none;
}

.full-page-item.off-screen {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}

.full-page-item-inner {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .full-page-item-inner {
    padding-top: 20px;
  }

}

.full-page-pagination {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  position: fixed;
  z-index: 2;
  top: 100px;
  left: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 992px) {
  .full-page-pagination {
    left: 20px;
  }

}

@media screen and (max-width: 768px) {
  .full-page-pagination {
    left: 10px;
  }

}

@media screen and (max-width: 640px) {
  .full-page-pagination {
    top: 65px;
  }

}

.full-page-pagination.not-active {
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}

@media screen and (max-width: 640px) {
  .full-page-pagination.not-active {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

}

.full-page-pagination.not-active .pagination-label {
  display: none;
}

.full-page-pagination.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.full-page-pagination-item,
.full-page-pagination-trigger {
  width: 16px;
  height: 16px;
}

.full-page-pagination-item {
  position: relative;
}

.full-page-pagination-item + .full-page-pagination-item {
  margin-top: 10px;
}

.full-page-pagination-trigger {
  transition: background-color 0.2s;
  text-indent: -9999em;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #e51b24;
  padding: 0;
}

.full-page-pagination-trigger.visited {
  background: #e51b24;
}

.full-page-pagination-trigger.active {
  background: #e51b24;
}

.full-page-pagination .pagination-label {
  position: absolute;
  top: -5px;
  left: 20px;
}

.slider,
.slider-labels {
  max-width: 540px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .slider,
  .slider-labels {
    margin: 0 10px;
  }

}

.slider-imgs {
  min-height: 245px;
  width: 256px;
  margin: 0 auto 30px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .slider-imgs {
    max-width: 256px;
    width: auto;
  }

}

@media screen and (max-height: 720px) {
  .slider-imgs {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    margin: -25px auto -15px;
  }

}

.slider-imgs > .slider-img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -120px;
}

.slider-imgs > .slider-img.q4-img-frustration {
  top: 7px;
  margin-left: -110px;
}

.slider-img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.slider-img.active {
  opacity: 1;
}

.slider-labels {
  position: relative;
  margin-top: 15px;
  height: 40px;
}

.slider-labels .label {
  position: absolute;
  display: block;
  width: 80px;
  margin-left: -40px;
  font-size: 15px;
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .slider-labels .label {
    font-size: 12px;
  }

}

.slider-labels .label-1 {
  left: 0;
}

.slider-labels .label-2 {
  left: 33.33%;
}

.slider-labels .label-3 {
  left: 66.66%;
}

.slider-labels .label-4 {
  left: 100%;
}

.slider-labels .label-left,
.slider-labels .label-right {
  top: -40px;
  width: 105px;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .slider-labels .label-left,
  .slider-labels .label-right {
    top: -80px;
  }

}

@media screen and (max-width: 640px) {
  .slider-labels .label-left,
  .slider-labels .label-right {
    top: -70px;
  }

}

.slider-labels .label-left {
  left: -85px;
  text-align: right;
}

@media screen and (max-width: 992px) {
  .slider-labels .label-left {
    left: 0;
    margin-left: 0;
    text-align: left;
  }

}

.slider-labels .label-right {
  right: -130px;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .slider-labels .label-right {
    right: 0;
    margin-right: 0;
    text-align: right;
  }

}

.pick-answer {
  font-size: 0;
  max-width: 880px;
  width: 100%;
}

.pick-answer:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-height: 720px) {
  .pick-answer {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    margin: -40px auto -25px;
  }

}

.pick-answer.pick-3 label {
  width: 33%;
}

.pick-answer.pick-4 label {
  width: 25%;
}

@media screen and (max-width: 640px) {
  .pick-answer.pick-3 label,
  .pick-answer.pick-4 label {
    width: 100%;
  }

}

.pick-answer label {
  position: relative;
  margin-top: 50px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 0 20px;
  vertical-align: top;
}

@media screen and (max-width: 992px) {
  .pick-answer label {
    padding: 0 10px;
  }

}

@media screen and (max-width: 640px) {
  .pick-answer label {
    margin-top: 25px;
  }

}

.pick-answer label img {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .pick-answer label img {
    max-width: 140px;
  }

}

.pick-answer input[checked="checked"] + * + .quiz-answer,
.pick-answer input:checked + * + .quiz-answer,
.no-touch .pick-answer label:hover .quiz-answer {
  color: #e51b24;
}

.pick-answer input[checked="checked"] + * + .quiz-answer small,
.pick-answer input:checked + * + .quiz-answer small,
.no-touch .pick-answer label:hover .quiz-answer small {
  color: #2e2e2e;
}

.pick-answer .quiz-bw-img {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .pick-answer .quiz-bw-img {
    margin-bottom: 15px;
  }

}

.pick-answer input {
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
}

.result {
  display: none;
  max-width: 670px;
  margin: 0 auto;
}

.result h2 {
  font-size: 30px;
  line-height: 32px;
}

.result p {
  font-size: 15px;
  line-height: 24px;
}

.result.current-score {
  display: block;
}

.resources {
  padding-bottom: 50px;
}

.resources .container {
  max-width: 940px;
}

.resources-text {
  max-width: 440px;
  margin: 0 auto;
}

.resources-items {
  padding: 0;
  font-size: 0;
  margin: 20px 0;
}

.resources-item {
  margin: 20px 0;
  list-style: none inside;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 24px;
  min-height: 261px;
  width: 25%;
  padding-top: 120px;
  padding-bottom: 25px;
  background: transparent url(../img/resources.svg) no-repeat center top;
}

@media screen and (max-width: 768px) {
  .resources-item {
    width: 33%;
  }

}

@media screen and (max-width: 640px) {
  .resources-item {
    width: 100%;
    min-height: 0;
  }

}

.resources-item a.download {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
}

.resources-item p {
  margin: 10px auto;
  max-width: 190px;
  min-height: 48px;
}

@media screen and (max-width: 640px) {
  .resources-item p {
    max-width: 220px;
    min-height: 0;
  }

}

.resources-video {
  background: transparent url(../img/resources/resources-video.png) no-repeat center 20px;
}

.resources-video-2 {
  background: transparent url(../img/resources/resources-video-2.png) no-repeat center 20px;
}

.resources .resources-1 {
  background-image: url('../img/resources/resources1.png');
}

.resources .resources-2 {
  background-image: url('../img/resources/resources2.png');
}

.resources .resources-3 {
  background-image: url('../img/resources/resources3.png');
}

.resources .resources-4 {
  background-image: url('../img/resources/resources4.png');
}

.resources .resources-5 {
  background-image: url('../img/resources/resources5.png');
}

.resources-title {
  margin: 0;
  font: 16px/24px "Proxima N W01 Cd Black", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.resources-title.narrower {
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .resources-title.narrower {
    letter-spacing: 1px;
  }

}

.resources a.download {
  font: 14px/24px "Proxima Nova Soft W03 Medium", Arial, Helvetica, sans-serif;
}

.resources a.download:before {
  content: '';
  position: relative;
  top: 5px;
  margin-right: 5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/download.svg) no-repeat center center;
}

.resources-video a.download:before {
  background: url(../img/icons/watch.svg) no-repeat center center;
}

.about-us {
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: left;
  min-height: 60vh;
}

.about-us h1 {
  width: 324px;
  height: 0;
  padding-top: 8%;
  margin-top: 18px;
  margin-bottom: 18px;
  background: url(../img/txt/about-us2.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .about-us h1 {
    padding-top: 12%;
    width: 100%;
    background-position: center top;
  }

}

.about-us h1,
.about-us-text {
  margin-left: 295px;
}

@media screen and (max-width: 640px) {
  .about-us h1,
  .about-us-text {
    margin-left: 0;
  }

}

.about-us a {
  font-weight: bold;
  color: #2e2e2e;
}

.about-us a:hover {
  color: #2e2e2e;
}

@media screen and (max-width: 640px) {
  .about-us-text {
    text-align: center;
  }

}

.about-us-text:after {
  content: '';
  position: absolute;
  display: block;
  left: -5px;
  top: 50%;
  margin-top: -57px;
  width: 264px;
  height: 174px;
  background: transparent url(../img/about-us2.svg) no-repeat 0 0;
}

@media screen and (max-width: 640px) {
  .about-us-text:after {
    position: relative;
    margin: 0 auto;
  }

}

.form {
  margin: 0 auto;
  position: relative;
}

.form > .container {
  padding: 50px;
  border-radius: 30px;
  background: inherit;
}

@media screen and (max-width: 640px) {
  .form > .container {
    padding: 20px;
  }

}

.form h1 {
  font: 55px/50px "Proxima N W01 Cd Black", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .form h1 {
    font-size: 30px;
    line-height: 1;
  }

}

.form-modal {
  visibility: hidden;
  opacity: 0;
  max-width: 700px;
}

.mfp-container .form-modal {
  visibility: visible;
  opacity: 1;
}

.form-center {
  text-align: center;
}

.form-field {
  margin: 12px 0;
}

.form-field-select {
  position: relative;
}

.form-field-select:before,
.form-field-select:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  border-top: 14px solid;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}

.form-field-select:before {
  left: 20px;
}

.form-field-select:after {
  right: 20px;
}

.form-field label.error {
  color: #e51b24;
  font-size: 12px;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  text-align: center;
  color: #3d3d3d;
  box-shadow: none;
  border: 1px solid #3d3d3d;
  background: inherit;
  height: 40px;
}

.form-control:focus {
  outline: none;
  border-color: #e51b24;
}

.form-control:hover {
  color: inherit;
}

.form-control::-webkit-input-placeholder {
  color: #969696;
}

.form-control::-moz-placeholder {
  color: #969696;
}

.form-control:-ms-input-placeholder {
  color: #969696;
}

.form-control::placeholder {
  color: #969696;
}

.form-control::-ms-expand {
  display: none;
}

.form-control option {
  text-align: center;
}

.form select.form-control {
  text-align: left;
  padding-left: calc(50% - 20px);
}

.form-label.sr-only {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.form-visible-submitted {
  display: none;
}

.form-submitted .form-visible-submitted {
  display: block;
}

.form-submitted .form-field,
.form-submitted .form-submit {
  display: none;
}

.form-toc-info {
  line-height: 1.2;
}

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

.full-page-pagination-trigger {
	height: 16px;
    width: 16px;
}
.full-page-pagination .pagination-label {
	display: block;
}
@media screen and (max-width: 768px) {
	.full-page-pagination-trigger {
		height: 10px;
		width: 10px;
	}
	.full-page-pagination .pagination-label {
		display: none;
	}
}
#win-now{
    display: none;
}