@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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 */
  /* 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; }

.invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

@font-face {
  font-family: 'seravekbold';
  src: url("../fonts/seravek-medium-webfont.eot");
  src: url("../fonts/seravek-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/seravek-medium-webfont.woff") format("woff"), url("../fonts/seravek-medium-webfont.ttf") format("truetype"), url("../fonts/seravek-medium-webfont.svg#seravekbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'pt_serifregular';
  src: url("../fonts/PTF55F-webfont.eot");
  src: url("../fonts/PTF55F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PTF55F-webfont.woff") format("woff"), url("../fonts/PTF55F-webfont.ttf") format("truetype"), url("../fonts/PTF55F-webfont.svg#pt_serifregular") format("svg");
  font-weight: normal;
  font-style: normal; }
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

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

body {
  color: #555;
  font-family: "pt_serifregular", georgia, serif;
  line-height: 1; }

h1,
h2,
h3 {
  font-family: "seravekbold", helvetica, sans-serif;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-weight: normal; }

h1 {
  font-size: 1.7em; }

p {
  line-height: 1.4;
  margin-bottom: .75em; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

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

html {
  box-sizing: border-box; }

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

em {
  font-style: italic; }

img {
  height: auto;
  width: 100%; }

.group:after {
  clear: both;
  content: '';
  display: table; }

strong {
  -webkit-font-smoothing: antialiased;
  font-weight: bold; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #1fc0da; }

::selection {
  color: #fff;
  background: #1fc0da; }

em {
  font-style: italic; }

small {
  font-size: .75em; }

.desk,
.tablet {
  display: none; }

a {
  color: #1fc0da;
  text-decoration: none; }

.not-done {
  position: relative; }
  .not-done:after {
    background: url("/images/close.png") no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

@media screen and (max-width: 48em) {
  iframe,
  object,
  embed {
    width: 100% !important; } }
@media screen and (min-width: 48em) {
  .mobile {
    display: none; }

  .tablet {
    display: block; }

  iframe,
  object,
  embed {
    max-width: 100% !important; } }
@media screen and (min-width: 64em) {
  .desk {
    display: block; }

  .tablet-down {
    display: none; } }
body {
  background-color: #fefefe; }

#container {
  margin: 0; }

@media screen and (min-width: 48em) {
  .wrapper {
    margin: 0 auto;
    max-width: 70rem; } }
.fixed-header {
  background-color: #fff;
  height: 2.3rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }

.logo {
  display: block;
  height: 2.3rem;
  position: relative;
  text-align: center;
  width: 100%; }

.logo-link {
  display: inline-block;
  padding: .5rem 0; }

.svg-logo {
  height: 2rem;
  width: 8rem; }

.header-share {
  transition: right 500ms ease;
  width: 8.5rem;
  font-family: "seravekbold", helvetica, sans-serif;
  float: right;
  height: 3rem;
  padding: 0.5rem 1rem 0 1rem;
  position: absolute;
  right: -1.75rem;
  top: 0; }
  .header-share .arrow {
    transition: opacity 250ms ease;
    display: inline-block;
    margin-right: .75em;
    position: relative;
    top: -0.5rem;
    width: 1.25rem; }
  .header-share.share-active {
    right: -1rem; }
    .header-share.share-active .arrow {
      opacity: 0; }

.question1 #previous,
.question14 #next {
  display: none; }

#previous,
#next {
  background: rgba(0, 0, 0, 0.25) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NS44IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgNTUuOCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0uMy41bDI3LjggMjNNNTUuNC41bC0yNy44IDIzIi8+PC9zdmc+) no-repeat 5px 5px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 2rem;
  left: 50%;
  margin-left: -2rem;
  overflow: hidden;
  position: fixed;
  text-indent: -999rem;
  width: 4rem;
  z-index: 100; }

#previous {
  top: 4.5rem;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(180deg); }

#next {
  bottom: 1.5rem; }

.status-bar {
  transition: all 500ms ease;
  background-color: #CAE5EB;
  height: .25em;
  left: 0;
  position: fixed;
  top: 2.3rem;
  width: 0;
  z-index: 100; }
  .status-bar.question2 {
    width: 7.7%; }
  .status-bar.question3 {
    width: 15.4%; }
  .status-bar.question4 {
    width: 23.1%; }
  .status-bar.question5 {
    width: 30.8%; }
  .status-bar.question6 {
    width: 38.5%; }
  .status-bar.question7 {
    width: 46.2%; }
  .status-bar.question8 {
    width: 53.9%; }
  .status-bar.question9 {
    width: 61.6%; }
  .status-bar.question10 {
    width: 69.3%; }
  .status-bar.question11 {
    width: 77%; }
  .status-bar.question12 {
    width: 84.7%; }
  .status-bar.question13 {
    width: 92.4%; }
  .status-bar.question14 {
    width: 100%; }

@media screen and (min-width: 48em) {
  .header-share {
    font-size: .95em;
    right: -1rem;
    width: auto; }
    .header-share .arrow {
      width: 8.25rem; }

  #previous,
  #next {
    display: block; } }
.intro-logo-bars {
  height: 1.5em;
  width: 1.5em; }

.intro {
  background-color: #f5f5f5;
  margin-top: 3.25rem;
  padding: .625rem 0 .825rem;
  text-align: center; }
  .intro h1 {
    color: #1fc0da;
    font-size: 1.3rem;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 0rem; }
    .intro h1 span {
      color: #555;
      display: block; }
  .intro h3 {
    color: #fff;
    font-size: .85em;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    margin: 0 1rem 0.375em;
    padding-left: .75em; }
    .intro h3 strong {
      position: absolute;
      left: .75em; }

.demographics {
  background-color: #f5f5f5;
  padding: 0 0 1.5rem;
  text-align: center; }

.dek {
  color: #444;
  font-size: .95rem;
  margin-bottom: 0;
  padding: 0;
  text-align: center; }
  .dek p {
    font-size: .825rem;
    line-height: 1.2rem;
    margin: 0 2.3rem 1rem; }

.next-button {
  border-radius: 0.25rem;
  transition: all 500ms ease;
  background-color: #1fc0da;
  color: white;
  cursor: pointer;
  display: block;
  height: 3em;
  line-height: 3em;
  margin: 0;
  text-align: center;
  width: 89.5%;
  margin: 0 auto; }
  .next-button path {
    transition: stroke 500ms ease;
    stroke: #fff; }
  .next-button:hover {
    background-color: #46e3fd;
    color: #fff; }

@media screen and (min-width: 568px) {
  .intro {
    margin-bottom: .5rem;
    margin-top: 3.35rem;
    padding: .625rem 0 0; }
    .intro h1 {
      font-size: 2rem;
      line-height: 1.1; } }
@media screen and (min-width: 48em) {
  .intro {
    margin-bottom: 0; }
    .intro h3 {
      font-size: 2em; }

  .intro-logo-bars {
    height: 2.25em;
    width: 3.5em; }

  .topic-section h2 {
    font-size: 3em; }

  .dek {
    font-size: 1.15rem;
    padding: 1rem 1rem .5rem; }
    .dek p {
      margin: 0 auto 1rem;
      width: 89%; }

  .next-button {
    width: 86%; } }
@media screen and (min-width: 64em) {
  .intro {
    display: block; }

  .next-button {
    margin: 0 auto; } }
.topic-section {
  margin: 1.5rem 0 0; }

h2 {
  color: #1fc0da;
  font-size: 1.9rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center; }
  h2:first-child {
    margin-bottom: 2rem; }

.question {
  min-height: 420px; }

#question14 {
  min-height: 0; }

.questions {
  max-width: 70rem;
  margin: 0 auto;
  padding-top: 1rem; }
  .questions li {
    margin-bottom: 2.25rem; }
    .questions li:first-child {
      padding-top: 0; }
  .questions h3 {
    background-color: #fefefe;
    font-size: 1.25em;
    line-height: 1.1;
    padding: .75rem;
    text-align: center; }
  .questions strong {
    color: #222; }

.answers {
  background-color: #fefefe;
  padding: 0 1rem 2em; }
  .answers li {
    transition: all 500ms ease;
    background-color: #f5f5f5;
    border: 0;
    cursor: pointer;
    line-height: 1.6;
    margin-bottom: .5em;
    padding: .75em;
    text-align: center; }
    .answers li:first-child {
      padding-top: 1.125em; }
    .answers li:hover {
      background-color: #aaa;
      color: #fff; }
  .answers li.selected {
    background-color: #1fc0da;
    color: #fff; }

@media screen and (min-width: 48em) {
  .questions {
    padding-top: 0; }
    .questions h3 {
      text-align: center; }

  .question {
    display: table;
    position: relative;
    width: 100%; }

  .question-body {
    display: table-cell;
    vertical-align: middle; }

  .topic-section {
    margin-top: 0; }

  .topic-section h2 {
    font-size: 2.5rem;
    margin-top: 0; }
    .topic-section h2:first-child {
      margin-top: 0; }

  .mobile-two {
    display: inline-block;
    width: 48%; }
    .mobile-two:first-child {
      margin-right: 3%; }

  .mid-four {
    display: inline-block;
    width: 24.25%;
    margin-right: .25%; }
    .mid-four:last-child {
      margin-right: 0; } }
.finish {
  transition: background-color 500ms easeOut;
  background-color: #1fc0da;
  border: 0;
  color: #fff;
  font-family: "seravekbold", helvetica, sans-serif;
  font-size: 1.25rem;
  height: auto;
  line-height: 1.4;
  margin-bottom: 12rem;
  margin-top: 2rem;
  padding: 1em;
  width: 92%;
  white-space: normal; }
  .finish:hover {
    background-color: #46e3fd; }
  .finish:focus {
    outline: 0; }

.results {
  background-color: #f5f5f5;
  margin: 2.3rem 0 0;
  max-width: 70rem;
  padding-top: 0; }
  .results .share {
    background-color: #fff;
    position: relative;
    text-align: center;
    width: 17rem; }

.results-wrapper h2 {
  color: #555;
  font-size: .825rem;
  line-height: 1.3;
  margin: .25rem 0;
  text-align: center; }
  .results-wrapper h2 span {
    color: #1fc0da; }
.results-wrapper h3 {
  font-size: 1em; }

.score {
  background-color: #fff;
  margin-left: 0;
  margin-bottom: 0;
  padding: 1.5rem 1rem 0 1rem; }
  .score em {
    color: #1fc0da;
    font-style: none;
    font-weight: bold; }
  .score h2 {
    text-align: center; }
  .score .score-label {
    font-family: "seravekbold", helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center; }
  .score .score-value {
    border-radius: 4rem;
    background-color: #1fc0da;
    color: #fff;
    display: block;
    font-family: "seravekbold", helvetica, sans-serif;
    font-size: 5rem;
    -webkit-font-smoothing: antialiased;
    line-height: 8rem;
    margin: .75rem auto 1.5rem;
    text-align: center;
    width: 8rem; }

.results-share-score {
  margin: 0 1rem;
  overflow: visible;
  padding-bottom: .5rem;
  position: relative; }
  .results-share-score:before {
    border-top: thin solid #ccc;
    top: .625rem;
    content: " ";
    left: 0;
    position: absolute;
    width: 100%; }
  .results-share-score h3 {
    font-family: "pt_serifregular", georgia, serif;
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    text-align: center; }
  .results-share-score svg {
    margin: 0 .05rem; }

.share.share-score-icons {
  background-color: transparent;
  text-align: center;
  width: 8rem;
  z-index: 50; }

.user-rating:hover {
  background-color: #CAE5EB; }

.user-final-score {
  border-radius: 1.125em;
  background-color: #1fc0da;
  color: #fff;
  font-family: "seravekbold", helvetica, sans-serif;
  font-size: 1.75em;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 3.5rem;
  z-index: 5; }

.results-wrapper {
  padding: 0; }

.user-rating {
  background-color: #1fc0da;
  color: #fff;
  display: block;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 1em -.75em;
  padding: .75em 0;
  text-align: center; }

.result-message {
  padding: 0 1rem; }
  .result-message .results-title {
    font-family: "pt_serifregular", georgia, serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 1rem;
    text-align: left; }
    .result-message .results-title img {
      width: 2.5rem; }

.curve {
  position: absolute;
  left: -2rem;
  right: -2rem;
  background-color: #f5f5f5;
  bottom: 0;
  height: 68.2px;
  overflow: hidden; }

.results-share-score .bell {
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -200px;
  position: absolute; }
  .results-share-score .bell:before {
    background-color: #f5f5f5;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.LV_validation_message {
  font-weight: bold;
  margin: 0 0 0 5px; }

.LV_valid {
  color: #00CC00;
  display: none; }

.LV_invalid {
  color: #CC0000;
  font-size: 10px; }

.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
  outline: 1px solid #00CC00; }

.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
  outline: 1px solid #CC0000; }

@media screen and (min-width: 48em) {
  .next-button.finish {
    font-size: 1.2rem;
    margin-bottom: 13rem;
    margin-top: 9rem;
    width: 100%; }

  .results-wrapper h2 {
    font-size: 1rem; } }
.chart-wrapper {
  background: url("data:image/png;base64,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") no-repeat 1.25rem -3rem;
  background-size: auto 16rem;
  height: 15rem;
  margin-top: 1em;
  overflow: hidden;
  position: relative;
  right: 0; }
  .chart-wrapper .chart {
    height: 24rem; }

.tall-layout.chart-wrapper {
  background-size: .95rem 24rem;
  background-position: 1.2rem 0rem;
  height: 26em; }

.chart-title h3 {
  margin-bottom: 1rem; }

.change {
  border-radius: 0.25rem;
  transition: all 500ms ease-out;
  background-color: #d0d0d0;
  cursor: pointer;
  display: inline-block;
  margin-bottom: .25em;
  padding: 0 .5em; }
  .change h2 {
    color: #fff; }

.age.age-active,
.race.race-active,
.employed.employed-active,
.sex.sex-chart-active,
.community.community-active,
.marriage.marriage-active,
.income.income-active,
.registered.registered-active,
.party.party-active,
.votingfor.votingfor-active,
.children.children-active,
.education.education-active {
  background-color: #1fc0da;
  cursor: auto;
  pointer-events: none; }

.age-active .age,
.race-active .race,
.employed-active .employed,
.sex-chart-active .sex,
.community-active .community,
.marriage-active .marriage,
.income-active .income,
.registered-active .registered,
.party-active .party,
.votingfor-active .votingfor,
.children-active .children,
.education-active .education {
  display: block; }

.age .column {
  width: 11%; }

.income .column,
.education .column,
.votingfor .column {
  width: 17%; }

.race .column,
.community .column,
.party .column {
  width: 20%; }

.employed .column,
.sex .column,
.marriage .column,
.registered .column,
.children .column {
  width: 27%; }

.normal-scale .chart {
  bottom: 2rem;
  font-size: 2em; }
.normal-scale .y-scale li {
  line-height: 0; }

.chart {
  background-color: #f5f5f5;
  border-bottom: thin solid #ccc;
  left: 2rem;
  position: absolute;
  right: 0;
  height: 19em; }
  .chart h2 {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none; }

.y-scale {
  bottom: 0;
  color: #ccc;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  left: -1.85rem;
  position: absolute;
  text-align: right; }
  .y-scale li {
    height: 6rem; }
    .y-scale li span {
      font-size: .5rem;
      position: relative;
      top: -.35rem; }
    .y-scale li:last-child {
      display: block;
      height: 1rem;
      margin-top: -1rem; }
      .y-scale li:last-child span {
        top: 0; }
    .y-scale li:last-child:after {
      display: none; }
    .y-scale li:after {
      border-top: thin solid #ececec;
      content: '';
      left: 1.85rem;
      position: absolute;
      width: 999em; }

.user-index {
  left: -2rem;
  position: absolute; }
  .user-index:after {
    border-top: thin solid #1fc0da;
    content: '';
    left: 2rem;
    position: absolute;
    width: 999em; }

.user-score .label {
  color: #1fc0da;
  font-family: "seravekbold", helvetica, sans-serif;
  font-size: .5rem;
  width: 2rem;
  margin-top: 0;
  position: absolute;
  top: -4em;
  text-align: center; }

.tall-layout .column.user-score .result-value {
  color: #fff;
  margin-top: .25em; }
.tall-layout .column.user-score span.label {
  color: #fff;
  margin-top: 6em; }

.index-number {
  background-color: #1fc0da;
  color: white;
  font-family: "seravekbold", helvetica, sans-serif;
  font-size: 1rem;
  height: 2rem;
  line-height: 2rem;
  margin-top: -1em;
  position: absolute;
  text-align: center;
  width: 2rem; }

.bars .bar {
  background-color: #CAE5EB;
  height: 2.625rem;
  margin: .75rem 0;
  position: relative; }
  .bars .bar.user-score {
    background-color: #1fc0da; }
.bars .label {
  position: absolute;
  height: 2.625rem;
  left: -2.25rem;
  line-height: 1;
  width: 2.25rem;
  display: block;
  background-color: white;
  font-size: .625em;
  padding: .75em .2em .2em 0;
  text-align: right; }
.bars .user-score .label {
  top: 0; }
.bars .result-value {
  line-height: 2.625rem;
  position: absolute;
  right: -1.625rem;
  font-size: 1.325rem; }

.columns,
.bars {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto; }
  .columns .column,
  .bars .column {
    background-color: #CAE5EB;
    bottom: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    margin: 0 1%; }
    .columns .column.user-score,
    .bars .column.user-score {
      background-color: #1fc0da; }
      .columns .column.user-score .label,
      .bars .column.user-score .label {
        color: #1fc0da; }
    .columns .column .result-value,
    .bars .column .result-value {
      display: block;
      font-family: "seravekbold", helvetica, sans-serif;
      font-size: 1rem;
      margin-top: -1.25rem; }
    .columns .column .label,
    .bars .column .label {
      bottom: 0;
      color: #888;
      font-family: "seravekbold", helvetica, sans-serif;
      font-size: .625rem;
      height: 1.5rem;
      left: 0;
      margin-bottom: -2rem;
      position: absolute;
      text-align: center;
      width: 100%; }
  .columns .x-label,
  .bars .x-label {
    bottom: -1.5rem;
    color: #888;
    font-family: "seravekbold", helvetica, sans-serif;
    font-size: .65rem;
    left: -4rem;
    position: absolute;
    text-align: right;
    width: 4rem; }

@media screen and (min-width: 48em) {
  .chart-wrapper {
    background-position: 1.25rem -3rem;
    background-size: auto 16rem;
    height: 15rem; }
    .chart-wrapper .chart {
      height: 24rem; }

  .tall-layout {
    background-size: auto 24em;
    height: 26rem; }

  .chart {
    height: 24rem;
    left: 2.2rem; }

  .y-scale {
    left: -2rem; }
    .y-scale li {
      height: 6rem; }
      .y-scale li:after {
        left: 2rem; } }
.footer {
  background-color: #fff;
  margin: 0;
  max-width: 70rem;
  padding: 1.5rem; }
  .footer h4 {
    font-weight: bold; }
  .footer h5 {
    color: #aaa;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: .825em;
    margin-bottom: .5em; }
  .footer small {
    display: block;
    font-size: .75em;
    line-height: 1.3; }
  .footer .submit-button {
    background-color: #1fc0da;
    border: 0;
    border-radius: 3px;
    color: white;
    font-family: "seravekbold", helvetica, sans-serif;
    font-size: 100%;
    height: 2.25rem;
    width: 100%; }

.footer-label {
  font-family: "seravekbold", helvetica, sans-serif;
  margin-bottom: 1.5em; }

.share {
  margin: 0 auto 2em;
  width: 5.5em; }

.letter-form {
  border-bottom: thin solid #ccc;
  margin-bottom: 1.5rem;
  padding-bottom: 2rem; }

.letter-subscribe {
  font-family: "pt_serifregular", georgia, serif;
  font-style: italic;
  margin-bottom: 1em;
  padding: .25em .5em; }

.subscribe {
  background-color: #f5f5f5;
  border: 0;
  color: #555;
  cursor: pointer;
  display: inline-block;
  font-size: .625em;
  font-weight: bold;
  height: 1.9rem;
  margin-bottom: 1.5em;
  margin-left: .5rem;
  margin-top: -3.2em;
  padding: .5rem .75rem;
  position: relative;
  top: -0.4em;
  width: auto; }
  .subscribe:hover {
    background-color: #1fc0da;
    color: #fff; }

.team,
.credits {
  margin: 2em 0; }
  .team h5,
  .credits h5 {
    display: inline; }
  .team .footer-label,
  .credits .footer-label {
    margin-bottom: .5rem; }

.credits-logos .svg-logo {
  height: 2.25em;
  width: 6em; }
.credits-logos .edison-logo {
  width: 4em;
  display: inline-block;
  margin-left: 1em; }

#formElement0 label,
#formElement1 label {
  display: inline-block;
  width: 9rem; }
#formElement0 input,
#formElement1 input {
  border: thin solid #1fc0da;
  height: 2.5rem;
  width: 15rem; }

#formElement3 {
  line-height: 1.4;
  margin: 2.5rem 0 2rem; }
  #formElement3 .main-label {
    margin-right: .75rem; }

.list-order {
  display: inline-block;
  margin-bottom: .5rem;
  margin-right: .75rem; }

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  background-color: #1fc0da;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 1px; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✓';
  position: absolute;
  top: 6px;
  left: 4px;
  font-size: 14px;
  line-height: 0.8;
  color: #fff;
  transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue; }

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9 !important; }

@media screen and (min-width: 48em) {
  .footer {
    margin: 0 auto; }

  .submit-button {
    width: 15rem; }

  /* checkbox aspect */
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 1px; }

  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    left: 3px; } }
.anxiety-widget body {
  background-image: url("../images/gray-bg.jpg");
  background-color: #d0d0d0;
  padding: 0 1em; }
.anxiety-widget .intro {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: .5rem; }
.anxiety-widget h1 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: .5rem -.75rem;
  padding: 0 0 .5rem 0; }
.anxiety-widget .next-button {
  background-color: #1fc0da;
  height: auto;
  margin: 0 auto;
  line-height: 1.3;
  padding: .325rem; }
  .anxiety-widget .next-button span {
    color: #fff; }
  .anxiety-widget .next-button path {
    stroke: #fff; }
  .anxiety-widget .next-button:hover {
    background-color: #46e3fd; }
.anxiety-widget .svg-logo {
  height: 1.5rem;
  width: 7rem; }
.anxiety-widget .dek {
  background-color: transparent;
  padding: 0; }
.anxiety-widget .logo-letter-fill {
  fill: #fff; }

.demographics h3 {
  color: #fff;
  font-family: 'seravekbold', helvetica, arial, sans-serif;
  margin-bottom: 1.5em;
  margin-top: 1.5rem;
  text-align: center; }
.demographics .selector {
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 42%; }
  .demographics .selector:nth-child(odd) {
    margin-left: 5%; }

.dek input,
.dek select,
.dek button {
  background-color: #fff;
  border: thin solid #ccc;
  box-sizing: border-box;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  height: auto;
  vertical-align: top;
  width: 100%; }
.dek select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABJCAQAAAD/Y0yXAAABrklEQVR4Ae3YJZhWURDG8cGd8knFKk5GM64ZJ/9x67hmvBe0P2h/sAZraa2s78Lgcv3cMwfnffsvXZkZKQ4rWCn2MIHXNDDBDh1HUY5bmVkMfIQGmGVhhvEA/dwHDPOHtqDfdZsvU6UtArVR9YMuo7Fe9mEW8TYBvWVRWWYUz9CUPmNUOWg/mtGDZZipdGdC3Uxzh26hOb3lyqxFC7rWhZlIUyHUxMRi6DTq0DNFzBwGnaBB5uYxw3mEOvYRw7OhnWiJ7sxi6nSUgjqop0PX0ZK9kcYs4W1p6C3L4swYXqAefcGYKHQY9ezh75kZ9HpDvcz4Bt1DDb33hdmAGrvpAzOZZjPUzGThPIq954W5LMDeufI///M/f1aCvf2hvkcXhcm0mJkWJosIm8zQpkB/kfD/NdOf9mj83//Si3nJGImGZZZpJBJumOYjw8TWST3MDLkrb6p97Mw8YXjuK2yZsyPhjGHyN+wixu1onbiF27nMHXEN0ywbZCQctO+09i3bae9fHOYScVV8Qi1xG6mJX9gWgbYFvB/ZL1qDzApzYzsh1jCRhvedKPaw0uUO+Q6Q4ywL0WXt9gAAAABJRU5ErkJggg==") no-repeat center right 4px/0.5em;
  color: #555;
  font-size: 16px;
  height: 2.5rem;
  margin-bottom: 1em;
  padding-left: .5em; }
  .dek select :focus {
    outline: 0; }

button {
  color: #1fc0da;
  font-weight: bold;
  height: 1.75em;
  line-height: 1.75em; }

#zip {
  color: #333;
  height: 2.5rem;
  padding-left: .5rem; }

@media screen and (min-width: 48em) {
  .wrapper {
    margin: 0 auto 0;
    max-width: 80%; }

  .question #response {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); } }
