/*! normalize.css v3.0.0 | 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 in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: 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, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

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 5, 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.
 */

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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

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

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

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  height: 100%;
}

html body {
  height: 100%;
  background-color: #003b58;
}

html body main {
  height: 100%;
}

html body main .slick-list {
  height: 100%;
}

html body main .slick-list .slick-track {
  height: 100%;
}

html body main .slick-list .slick-track .slick-slide {
  min-height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

html body main .slick-list .slick-track .slick-slide > header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

html body main .slick-list .slick-track .slick-slide > section {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

html body main .slick-list .slick-track .slick-slide > footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

html body main hr {
  width: 100px;
  background-color: #fff;
  height: 4px;
}

html {
  font-size: 16px;
}

html body {
  font: 1rem/1.300 "ff-din-web", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #ffffff;
}

html h1 {
  font-family: "ff-din-web-condensed";
  font-weight: 900;
  font-size: 3.8rem;
  text-transform: uppercase;
}

@media (max-width: 778px) {
  html h1 {
    font-size: 2rem;
  }
}

html p {
  font-weight: 100;
  font-size: 1.3rem;
  font-style: italic;
}

button {
  font-family: "ff-din-web-condensed";
  width: 100%;
  font-weight: 700;
  font-size: 2.5rem;
  outline: none;
  padding: 20px 0;
  border: 0;
  text-transform: uppercase;
}

button[data-back] {
  background: transparent url("/img/arrow.png");
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 22px;
  margin: 34px 0 0 29px;
  padding: 0;
}

.question > section {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: no-repeat center center / cover;
}

.question > section > div {
  width: 100%;
  padding: 40px 30px;
  background-color: rgba(0, 59, 88, 0.8);
}

.question > section > div > h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
}

.question > section > div > h1 {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  font-size: 3.0rem;
  text-transform: uppercase;
}

.question > footer button:first-of-type {
  background-color: #999999;
  color: #ffffff;
}

.question > footer button:last-of-type {
  background-color: #40938a;
  color: #ffffff;
}

.skills-slide > header {
  background: no-repeat center center / cover;
}

.skills-slide > header > div {
  width: 100%;
  height: 100%;
}

.skills-slide > header > div > h1 {
  height: 105px;
  line-height: 105px;
  font-size: 2rem;
  padding: 0 30px;
  margin: 0 0 0 40px;
  color: #ffffff;
  text-transform: uppercase;
}

.skills-slide > section {
  display: block !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.skills-slide > section > div {
  padding: 30px;
}

.skills-slide > section > div .checkbox {
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
  float: left;
}

@media (min-width: 600px) {
  .skills-slide > section > div .checkbox {
    width: calc(50% - 12.5px);
  }

  .skills-slide > section > div .checkbox:nth-of-type(odd) {
    margin-right: 25px;
  }
}

.skills-slide > section > div .checkbox input[type=checkbox] {
  display: none;
}

.skills-slide > section > div .checkbox input[type=checkbox] + label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 1px solid #ffffff;
  padding: 0 50px 0 15px;
  box-sizing: border-box;
  line-height: 1.3rem;
  background: url("/img/checkbox_unchecked.svg") no-repeat center right 15px/20px;
}

.skills-slide > section > div .checkbox input[type=checkbox]:checked + label {
  background: #31ca32 url("/img/checkbox_checked.svg") no-repeat center right 15px/20px;
  color: #ffffff;
}

.skills-slide > footer button {
  background-color: #40938a;
  color: singleButton(singleButtonText);
}

.result-slide > header > div {
  width: 100%;
  height: 100%;
}

.result-slide > header > div > h1 {
  height: 105px;
  line-height: 105px;
  font-size: 2rem;
  padding: 0px 30px;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}

.result-slide > section {
  display: block !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  padding: 30px;
}

.result-slide > section > div.hidden {
  display: none;
}

.result-slide > footer button.answer-retry {
  background-color: #40938a;
  color: singleButtonText;
}

.education {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.education.blue {
  border: solid 1px #1a506a;
  background-color: #003c58;
  color: #ffffff;
}

.education.blue .match {
  background-color: #004465;
}

.education.blue .share {
  border-top: solid 1px #00324c;
  background-color: #003c58;
}

.education.light-blue {
  border: solid 1px #6bb9c7;
  background-color: #5fa4b0;
  color: #ffffff;
}

.education.light-blue .match {
  background-color: #63abb8;
}

.education.light-blue .share {
  border-top: solid 1px #61a5b0;
  background-color: #5d9ea9;
}

.education.green {
  border: solid 1px #4aa097;
  background-color: #40938b;
  color: #ffffff;
}

.education.green .share {
  border-top: solid 1px #37877e;
  background-color: #40938a;
}

.education.light-green {
  border: solid 1px #85cab4;
  background-color: #7ebfaa;
  color: #ffffff;
}

.education.light-green .match {
  background-color: #7cbca7;
}

.education.light-green .share {
  border-top: solid 1px #7dbda8;
  background-color: #77b4a0;
}

.education:last-of-type {
  margin-bottom: 0;
}

.education .match {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 0 0 78px;
  -ms-flex: 0 0 78px;
  flex: 0 0 78px;
  background-color: #4a9f97;
}

.education .match > div {
  width: 100%;
  text-align: center;
}

.education .match > div > h1 {
  margin: 0;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
}

.education .match > div > p {
  font-size: 1rem;
  margin: 0;
  text-transform: uppercase;
  font-style: normal;
}

.education .content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 25px;
}

.education .content > h1 {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}

.education .content > p {
  font-size: 1rem;
  max-height: 55px;
  overflow: hidden;
  margin: 0;
  font-style: normal;
}

.education .content > a {
  font-size: .75rem;
  text-decoration: none;
  color: inherit;
  margin-top: 12px;
  display: block;
}

.education .share {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 5px 0;
  text-align: center;
}

.education .share > a {
  font-size: 1rem;
  text-decoration: none;
  color: inherit;
  padding: 6px 0;
  display: block;
}

.show {
  background-color: #003b58;
  border: solid 1px #1a506a;
}

.italic-font {
  font-family: "adobe-caslon-pro",serif;
  font-size: 1.4rem;
}

@media (max-width: 778px) {
  .italic-font {
    font-size: 1.2rem;
  }
}

.text-slide > section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
}

.text-slide > section > div {
  text-align: center;
  width: 100%;
}

.text-slide > footer > button {
  background-color: #40938a;
  color: #ffffff;
}

.calculate-result > section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
}

.calculate-result > section > div {
  text-align: center;
  width: 100%;
}

.calculate-result > footer > button {
  background-color: #40938a;
  color: singleButtonText;
}