/* All Variables should be declared here which makes it easier to update if something changes globally */
/*---------------------------------------------------------
  FONT SIZE MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  RESPONSIVE MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  BUTTON MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/
/*! 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 */
  -webkit-font-smoothing: antialiased; }

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

/*/**
 * Updating this file with Bootstrap changes:
 *
 * 1. Go to http://getbootstrap.com/customize/
 * 2. Un-toggle everything
 * 3. Check: 'Typography'
 * 4. Download
 * 5. Remove margin property on body tag
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%; }

h1,
.h1 {
  font-size: 36px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }
small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px; }
  @media (max-width: 62em) {
    .page-header {
      margin-left: 20px; } }
  @media (max-width: 48em) {
    .page-header {
      margin-left: 0px;
      text-align: center; } }
  .page-header h1 {
    text-transform: uppercase; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table; }

.clearfix:after,
.dl-horizontal dd:after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* optional - base roots css */
@font-face {
  font-family: 'Frutiger';
  src: url("../../assets/fonts/FrutigerLT-Roman_gdi.eot");
  src: url("../../assets/fonts/FrutigerLT-Roman_gdi.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/FrutigerLT-Roman_gdi.woff") format("woff"), url("../../assets/fonts/FrutigerLT-Roman_gdi.ttf") format("truetype"), url("../../assets/fonts/FrutigerLT-Roman_gdi.svg#FrutigerLT-Roman") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122; }
@font-face {
  font-family: 'FrutigerBold';
  src: url("../../assets/fonts/FrutigerLTStd-Bold_gdi.eot");
  src: url("../../assets/fonts/FrutigerLTStd-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/FrutigerLTStd-Bold_gdi.woff") format("woff"), url("../../assets/fonts/FrutigerLTStd-Bold_gdi.ttf") format("truetype"), url("../../assets/fonts/FrutigerLTStd-Bold_gdi.svg#FrutigerLTStd-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA; }
body {
  font-family: "Frutiger";
  font-size: 14px;
  line-height: 1.4;
  color: #222222; }

h1, h2, h3 {
  font-family: "FrutigerBold";
  color: #feb913; }

h1 {
  font-size: 44px; }

h2 {
  font-size: 30px; }
  @media (max-width: 48em) {
    h2 {
      margin-top: 10px;
      font-size: 18px; } }

p {
  margin: 0 0 20px 0; }

a {
  color: #1d449c; }
  a:hover {
    color: #2557c7; }

a.dark {
  color: black; }

p > a {
  font-family: "FrutigerBold";
  text-decoration: underline; }

.error {
  color: #ea363f; }

.container {
  max-width: 940px;
  min-height: 620px;
  /* max-height: 1020px; */
  margin: 0 auto;
  padding: 20px;
  background-color: #f1f1f1;
  position: relative;
  overflow: auto;
  display: none; }
  .container.yellow-bg {
    background-color: #feb913; }
  .container.screen-results {
    height: auto; }
    @media (max-width: 62em) {
      .container.screen-results {
        height: auto; } }
  @media (max-width: 62em) {
    .container {
      width: 100%;
      height: auto; } }

.slide-content {
  display: flex;
  display: -webkit-flex;
  padding: 20px; }
  @media (max-width: 48em) {
    .slide-content {
      padding: 0 5px; } }
  @media (max-width: 48em) {
    .slide-content {
      width: 100%;
      flex-direction: column;
      -webkit-flex-direction: column; } }
  .slide-content hr {
    height: 2px;
    background-color: #feb913;
    width: 230px;
    margin: 0 auto 5px; }
    @media (max-width: 48em) {
      .slide-content hr {
        margin-bottom: 20px; } }

.slide-image {
  width: 45%; }
  @media (max-width: 48em) {
    .slide-image {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }
  @media (max-width: 34em) {
    .slide-image {
      width: 100%; } }

.slide-text {
  text-align: left;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap; }
  .slide-text.slide-text.standard-text {
    align-items: center;
    display: block; }
  @media (max-width: 48em) {
    .slide-text {
      width: 100%;
      align-items: center;
      text-align: center; } }
  .slide-text .slide-text-inner {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 10px; }

footer {
  background-color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  border-radius: 8px; }
  @media (max-width: 62em) {
    footer {
      width: 100%;
      padding: 0 10px;
      margin-left: 0;
      left: 0;
      margin-top: 10px;
      position: static; } }
  @media (max-width: 48em) {
    footer {
      position: static;
      margin-top: 20px;
      border-radius: 0; } }

.footer-sponsor {
  text-align: right;
  font-size: 18px; }

.footer-span {
  color: #1d449c;
  font-weight: bold; }

.btn {
  text-decoration: none;
  border-radius: 8px;
  min-width: 120px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 45px;
  line-height: 4.5rem;
  display: inline-block;
  border: none;
  text-shadow: none;
  transition: background 0.2s linear;
  background-color: #1d449c;
  color: #ffffff; }
  .btn:hover, .btn.-hover {
    text-decoration: none; }
  .btn:hover, .btn.-hover {
    text-shadow: none; }
  .btn:hover, .btn:focus {
    cursor: pointer;
    color: #ffffff; }

.next-btn {
  font-size: 16px;
  margin: 16px auto;
  display: block; }

.small-btn {
  font-size: 14px;
  margin-left: 10px;
  padding: 0 15px; }

.progress-bar-wrapper {
  display: flex;
  display: -webkit-flex;
  margin: 30px auto;
  width: 95%;
  align-items: center; }

.progress-bar-description {
  width: 15%;
  line-height: 30px;
  text-align: center;
  color: #1d449c;
  font-size: 18px;
  font-family: "FrutigerBold"; }

.progress-bar {
  background: #ffffff;
  border: 1px solid #d0d7d8;
  height: 10px;
  width: 85%;
  border-radius: 4px;
  position: relative; }

.progress-bar-progress {
  height: 8px;
  background: #1d449c;
  border-radius: 11px; }

.progress-bar-dot {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  top: -8px;
  margin-left: -11px;
  background: #1d449c;
  box-shadow: inset 0 0 8px #39579c; }

/* QUESTION HEADER */
.question-number hr {
  background-color: #feb913;
  height: 2px;
  width: 80px;
  margin-top: -5px;
  text-align: left; }

/* RADIO TEMPLATE */
.radio-choice {
  list-style: none;
  padding: 0; }

.radio-choice li {
  margin: 10px 0;
  padding-left: 24px; }
  @media (max-width: 48em) {
    .radio-choice li {
      padding-left: 0; } }

@media (max-width: 48em) {
  .radio-choice {
    text-align: left;
    padding: 0;
    position: relative; } }
.radio-question {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "FrutigerBold"; }

.radio-question .bmi-result {
  font-family: "FrutigerBold"; }

input[type="radio"] {
  opacity: 0; }

input[type="radio"] + label {
  width: 100%;
  vertical-align: middle; }

input[type="radio"] + label .radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #acacac; }

input[type="radio"]:checked + label .radio {
  background: #fdb913; }

input[type="radio"]:focus + label .radio {
  outline: 1px solid grey; }

.radio-choice-label {
  cursor: pointer; }

.js-screen.error .error-msg {
  display: block; }

.radio-answer .error-msg {
  display: none; }

/* MULTIPLE RADIO TEMPLATE */
.radio-answer.multiple .slide-text {
  width: 70%; }
  @media (max-width: 48em) {
    .radio-answer.multiple .slide-text {
      width: 100%; } }
.radio-answer.multiple li {
  margin-bottom: 8px; }
  .radio-answer.multiple li .label {
    display: inline-block;
    width: 60%;
    vertical-align: top; }
    @media (max-width: 48em) {
      .radio-answer.multiple li .label {
        width: 50%; } }
  .radio-answer.multiple li .inputs {
    display: inline-block;
    width: 35%; }
    @media (max-width: 48em) {
      .radio-answer.multiple li .inputs {
        width: 45%; } }

/* MULTIPLE TEMPLATE */
.multiple-choice {
  padding-left: 0;
  text-align: left; }

.multiple-choice > li {
  list-style: none;
  text-decoration: none;
  margin-top: 10px; }

.multi-choice-label {
  display: flex;
  display: -webkit-flex; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + .multi-choice-label {
  cursor: pointer; }

input[type="checkbox"] + .multi-choice-label .multi-choice-checkbox-sub {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #acacac;
  border-radius: 0; }

input[type="checkbox"]:checked + .multi-choice-label .multi-choice-checkbox-sub {
  background: #fdb913; }

.multi-choice-label-inner {
  display: inline-block; }

.multiple .button-container button {
  margin-right: 100px; }

/* BOOLEAN TEMPLATE */
.yes-btn, .no-btn {
  font-size: 21px;
  font-size: 2.1rem; }

.yes-btn {
  margin-right: 20px; }
  @media (max-width: 48em) {
    .yes-btn {
      margin-right: 0; } }

@media (max-width: 48em) {
  .button-container button {
    min-width: 100px; } }

/* STANDARD TEMPLATE */
.standard-text {
  text-align: left;
  width: 100%; }
  .standard-text h2 {
    text-align: center; }

.standard-image {
  width: 100%;
  text-align: center; }
  .standard-image img {
    width: 300px; }
    @media (max-width: 62em) {
      .standard-image img {
        max-width: 200px;
        margin: 0 auto; } }

.standard-container button {
  margin: 0 auto; }

.slide-content .standard-para {
  font-size: 14px;
  max-width: 80%;
  margin: 10px auto; }
  @media (max-width: 62em) {
    .slide-content .standard-para {
      margin-bottom: 20px; } }
  @media (max-width: 48em) {
    .slide-content .standard-para {
      max-width: 95%; } }

.boolean {
  margin-bottom: 60px; }

/** animated symptoms */
.symptom-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px; }
  @media (max-width: 62em) {
    .symptom-img-wrapper {
      max-width: 200px;
      text-align: center;
      margin: 0 auto; } }

.symptom-img {
  width: 100%; }

.animated-change {
  position: absolute;
  width: 7%;
  height: 7%;
  top: 0;
  left: 0;
  display: none;
  margin-left: -3.5%; }

.animated-change-0 {
  left: 51%;
  top: 30%; }

.animated-change-1 {
  left: 45%;
  top: auto;
  bottom: 8%; }

.animated-change-2 {
  left: 51%;
  top: 38%; }

.animated-change-3 {
  left: 51%;
  top: 45%; }

.animated-change-4 {
  top: 48%; }
  .animated-change-4.-left {
    left: 35%; }
  .animated-change-4.-right {
    left: 66%;
    transform: rotate(90deg); }

.thank-you-heading {
  margin: 10px 0 20px;
  color: #1d449c;
  text-align: center; }

.thank-you-container {
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto 16px auto;
  padding: 40px 0 20px;
  text-align: center;
  width: 840px; }
  @media (max-width: 62em) {
    .thank-you-container {
      width: auto;
      padding: 10px 0; } }

.thank-you-text {
  margin: 0 auto;
  width: 750px; }
  @media (max-width: 62em) {
    .thank-you-text {
      width: auto;
      padding: 10px; } }

.thank-you-share-container {
  align-items: center;
  background: #ffefc8;
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  margin: 20px auto 0;
  padding: 15px;
  width: 800px; }
  @media (max-width: 62em) {
    .thank-you-share-container {
      width: auto; } }
  @media (max-width: 48em) {
    .thank-you-share-container {
      flex-direction: column;
      -webkit-flex-direction: column; } }
  .thank-you-share-container .btn {
    margin-bottom: 10px; }

.thank-you-share-text {
  width: 50%; }
  @media (max-width: 34em) {
    .thank-you-share-text {
      width: auto;
      margin-bottom: 10px; } }

.results-heading {
  margin: 10px 0 20px;
  color: #1d449c;
  text-align: center; }

.results-container {
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto 30px auto;
  padding: 15px 0 55px;
  width: 840px; }
  @media (max-width: 62em) {
    .results-container {
      width: auto;
      padding: 10px; } }

.results-disclaimer {
  background: #ffefc8;
  border-radius: 10px;
  margin: 0 auto;
  padding: 15px 15px 5px;
  width: 810px;
  text-align: center; }
  @media (max-width: 62em) {
    .results-disclaimer {
      width: auto;
      padding: 10px; } }

.results-disclaimer-text {
  width: 600px;
  margin: 0 auto; }
  @media (max-width: 62em) {
    .results-disclaimer-text {
      width: auto; } }

.results-lung-foundation {
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  width: 790px;
  margin: 0 auto;
  padding: 10px;
  border-bottom: 2px solid #475266; }
  @media (max-width: 62em) {
    .results-lung-foundation {
      width: auto; } }
  @media (max-width: 48em) {
    .results-lung-foundation {
      flex-direction: column;
      -webkit-flex-direction: column; } }

.results-lung-foundation-text {
  width: 450px; }
  @media (max-width: 62em) {
    .results-lung-foundation-text {
      width: auto;
      margin-bottom: 10px; } }

.results-symptoms-container {
  display: flex;
  display: -webkit-flex;
  width: 700px;
  margin: 0 auto; }
  @media (max-width: 48em) {
    .results-symptoms-container {
      width: auto;
      flex-direction: column;
      -webkit-flex-direction: column; } }
  .results-symptoms-container h2 {
    width: 200px;
    margin-left: 40px;
    font-size: 20px;
    font-family: "Frutiger";
    color: #5c5952;
    margin-top: 17px;
    line-height: 1.4; }
    @media (max-width: 48em) {
      .results-symptoms-container h2 {
        margin-left: 10px; } }

.results-symptoms-list {
  list-style: none;
  margin-top: 20px; }
  .results-symptoms-list li {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px; }
    @media (max-width: 48em) {
      .results-symptoms-list li {
        font-size: 14px; } }
    .results-symptoms-list li:before {
      content: "";
      width: 10px;
      height: 10px;
      background: #feb913;
      border-radius: 50%;
      position: absolute;
      left: -30px;
      top: 8px; }

.results-button-container {
  width: 90%;
  margin: 0 auto 10px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-flex-wrap: wrap; }
  @media (max-width: 34em) {
    .results-button-container {
      width: auto;
      text-align: center; } }
  .results-button-container .btn {
    margin-bottom: 10px;
    margin-left: 0; }
    .results-button-container .btn:focus {
      outline: none; }

.results-email-container {
  display: flex;
  flex-grow: 6;
  margin-right: 17px;
  min-width: 220px;
  display: -webkit-flex;
  -webkit-flex-grow: 6; }
  @media (max-width: 48em) {
    .results-email-container {
      margin-right: 0;
      margin-bottom: 20px; } }

.results-email-input {
  background: #1d449c;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  height: 45px;
  padding-left: 10px;
  box-shadow: none;
  width: 100%; }
  @media (max-width: 48em) {
    .results-email-input {
      width: 100%; } }

.results-email-input::-webkit-input-placeholder {
  color: #ffffff; }

.results-email-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff; }

.results-email-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff; }

.results-email-input:-ms-input-placeholder {
  color: #ffffff; }

.results-email-submit-btn {
  position: relative;
  top: 4px;
  height: 40px;
  background: #1d449c url(../../assets/img/email-icon.png) center no-repeat;
  text-indent: -999em;
  min-width: 0;
  width: 60px;
  margin-left: -60px !important; }

.results-more-info {
  font-size: 13px;
  margin: 0 auto;
  text-align: center;
  width: 700px; }
  @media (max-width: 62em) {
    .results-more-info {
      width: auto; } }

.results-download-btns {
  flex-grow: 1;
  -webkit-flex-grow: 1; }

.results-btn-download {
  margin-right: 17px;
  max-width: 140px; }

.email-result {
  display: block;
  width: 360px;
  margin: 0 auto;
  text-align: left;
  display: none; }
  .email-result.success {
    color: #398f14;
    display: block;
    width: 490px; }
    .email-result.success img {
      display: none; }
  .email-result.error {
    color: #ea363f; }
    .email-result.error img {
      display: none; }

.screen-start {
  text-align: center;
  background: #feb913 url("../../assets/img/ics_magnifying_glass.png") center center no-repeat;
  background-color: #feb913;
  display: flex;
  justify-content: center;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-direction: column; }
  @media (max-width: 62em) {
    .screen-start {
      background-size: contain; } }

.start-inner {
  width: 640px;
  margin: 80px auto;
  /*
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  */ }
  @media (max-width: 62em) {
    .start-inner {
      width: 100%;
      left: 5%;
      bottom: 5px;
      padding: 0;
      margin: 0 auto; } }

.start-heading {
  color: #1d449c;
  font-size: 57px;
  margin-top: 30px; }
  @media (max-width: 34em) {
    .start-heading {
      font-size: 37px;
      margin-top: 100px; } }

.start-intro {
  color: #5c5952;
  font-size: 20px; }

.start-disclaimer {
  font-size: 12px;
  margin-top: 32px; }

.screen-contact-details h3 {
  text-align: center; }
.screen-contact-details hr {
  background-color: #feb913;
  height: 2px;
  width: 300px;
  text-align: center;
  margin: 0 auto 5px;
  position: relative;
  top: -5px; }

.cd-intro {
  width: 66%;
  text-align: center;
  margin: 0 auto; }
  @media (max-width: 48em) {
    .cd-intro {
      width: 100%; } }

.cd-questions {
  display: flex;
  display: -webkit-flex;
  padding: 0 50px;
  margin: 20px auto 40px;
  width: 70%; }
  @media (max-width: 48em) {
    .cd-questions {
      width: 100%;
      flex-direction: column;
      -webkit-flex-direction: column;
      padding: 0;
      text-align: center; } }

.js-contact-details-next {
  margin-bottom: 30px;
  margin: 0 auto;
  display: block; }

.cd-list {
  list-style: none;
  text-decoration: none; }
  @media (max-width: 48em) {
    .cd-list {
      text-align: left;
      padding: 0;
      position: relative;
      left: 50%;
      margin-left: -50px; } }

.cd-list > li {
  margin-top: 20px; }

.cd-gender-wrapper {
  margin-left: auto; }
  @media (max-width: 48em) {
    .cd-gender-wrapper {
      margin-left: 0;
      margin-top: 20px; } }

.gender-label {
  margin-right: 10px; }

/*
input[type="radio"] {
	display: none;
}

input[type="radio"] + label span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	cursor: pointer;
	background: $white;
	border: 1px solid $border-grey;
}

input[type="radio"]:checked + label span {
	background: $checkbox-checked ;
}
*/
.screen-contact-details .progress-bar-wrapper {
  margin-top: 30px; }

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